This is an extension for the MagicMirror. It shows the current status of air raid sirens in Ukraine. Based on data from sirens.in.ua.
- Install and configure MagicMirror.
- Navigate into your MagicMirror's
modules
folder and executegit clone https://github.com/PavlenkoM/MMM-air-raid-monitor-ua.git
- To use this module, add it to the modules array in the
config/config.js
file:
modules: [
{
module: 'MMM-air-raid-monitor-ua',
config: {
updateInterval: 30
}
}
]
The following properties can be configured:
Option | Description |
---|---|
updateInterval |
Interval of updating information about air raids in Ukraine. Value in seconds. Min value 10 seconds. |