Skip to content

Repository files navigation

motion

This is a module for the MagicMirror².

This module shows camera window when motion is detected by motion tool

Using the module

To use this module, add the following configuration block to the modules array in the config/config.js file:

var config = {
    modules: [
        {
            module: MMM-Motion-Camera,
            config: {
                // See below for configurable options
            }
        }
    ]
}

Configuration options

Option Description
height Optional video window height

Type: string
Default 300px
width Optional video window width

Type: string
Default 100%
scrolling Optional enable scrolling

Type: string
Default no
notification_label Optional notification label tha change mode (motion detected/idle)

Type: string
Default MOTION_DETECTED
cameraUrl Required camera feed URL

Type: string
Example http://door/picture/1/frame/

About

module for MagicMiror to show video from motion camera feed

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages