forked from tonimoeckel/MMM-corona-dresden and adapted for Braunschweig. By changing "objectIds=17" also possible to use for other cities in Germany.
Still in work - planned changes:
- proper / new naming of module
- change data source to RKI to receive more data
- add revovered people of city
- add information of Germany as well
- configuration to change city easier
Für die Stadt Braunschweig
- Fälle gesamt
- Zahl der derzeit angesteckten Personen
- Zahl der Toten
- Inzidenz inkl. Chart
In your terminal, go to your MagicMirror's Module folder:
cd ~/MagicMirror/modules
Clone this repository:
git clone https://github.com/TimoBS/MMM-corona-dresden
Configure the module in your config.js
file.
To use this module, add it to the modules array in the config/config.js
file:
modules: [
{
module: "MMM-corona-dresden",
position: "top_left",
header: "Corona Braunschweig",
config: {
}
},
]