haelbichalex / MMM-PIR-Notification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{{MODULE_NAME}}

This is a module for the MagicMirror².

{{DESCRIPTION}}

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: '{{MODULE_NAME}}',
            config: {
                // See below for configurable options
            }
        }
    ]
}

Configuration options

Option Description
option1 Required DESCRIPTION HERE
option2 Optional DESCRIPTION HERE TOO

Type: int(milliseconds)
Default 60000 milliseconds (1 minute)

About

License:MIT License


Languages

Language:JavaScript 100.0%