Skip to content

A MagicMirror module that shows public alerts sent via the Common Alerting Protocol

License

Notifications You must be signed in to change notification settings

crazyscot/MMM-CommonAlertingProtocol

Repository files navigation

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)

About

A MagicMirror module that shows public alerts sent via the Common Alerting Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published