Skip to content

module for MagicMiror to show video from motion camera feed

License

Notifications You must be signed in to change notification settings

yusinv/MMM-Motion-Camera

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published