Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 788 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 788 Bytes

MMM-CommonAlertingProtocol

This is a module for the MagicMirror².

Shows public alerts sent via the Common Alerting Protocol

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-CommonAlertingProtocol',
            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)