|
|
@@ -29,11 +29,10 @@ let config = {
|
|
|
ignoreModules: ['clock', 'alert', 'MMM-BurnIn'],
|
|
|
mode: 'slides',
|
|
|
slides: {
|
|
|
- main: ['weather', 'MMM-DWD-WarnWeather', 'MMM-ImageSlideshow', 'MMM-SimpleLogo','MMM-CalendarExt2', 'newsfeed'],
|
|
|
+ main: ['weather', 'MMM-DWD-WarnWeather', 'MMM-ImageSlideshow', 'MMM-SimpleLogo','MMM-COVID19-AMPEL', 'newsfeed'],
|
|
|
"Slide 2": ['MMM-SimpleLogo', 'calendar'],
|
|
|
"Slide 3": ['MMM-EasyPix'],
|
|
|
- "Slide 4": ['compliments', 'MMM-SimpleLogo'],
|
|
|
- "Slide 5": ['MMM-COVID19-AMPEL']
|
|
|
+ "Slide 4": ['MMM-SimpleLogo', 'compliments']
|
|
|
/*main: ['MMM-SimpleLogo','calendar']*/
|
|
|
}
|
|
|
}
|
|
|
@@ -213,11 +212,11 @@ let config = {
|
|
|
},
|
|
|
{
|
|
|
module: 'MMM-COVID19-AMPEL',
|
|
|
- position: 'middle_center',
|
|
|
+ position: 'bottom_right',
|
|
|
config: {
|
|
|
header: 'COVID-19 Inzidenzwert', // Header Title of Display on MagicMirror
|
|
|
cityID: ["224","223"], // City ID from https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/917fc37a709542548cc3be077a786c17_0/data
|
|
|
- infoRowClass: "medium", // small, medium
|
|
|
+ infoRowClass: "small", // small, medium
|
|
|
showUpdateDateInHeader: true, //Show update date in header
|
|
|
showUpdateDateInRow: false, //Show update date in each row
|
|
|
showStatusLightLeft: true, //Show left status light
|