This is a module for the MagicMirror².
Shows public alerts sent via the Common Alerting Protocol
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
}
}
]
}
Option | Description |
---|---|
option1 |
Required DESCRIPTION HERE |
option2 |
Optional DESCRIPTION HERE TOO Type: int (milliseconds) Default 60000 milliseconds (1 minute) |