|
@@ -69,6 +69,7 @@ let config = {
|
|
|
{ name: 'MMM-ImageSlideshow', position: "middle_center", carouselId: "5" },
|
|
{ name: 'MMM-ImageSlideshow', position: "middle_center", carouselId: "5" },
|
|
|
{ name: 'weather', position: "bottom_left", carouselId: "5" },
|
|
{ name: 'weather', position: "bottom_left", carouselId: "5" },
|
|
|
{ name: 'MMM-DWD-WarnWeather', position: "bottom_left", carouselId: "5" },
|
|
{ name: 'MMM-DWD-WarnWeather', position: "bottom_left", carouselId: "5" },
|
|
|
|
|
+ { name: 'MMM-EasyPix', position: "bottom_right", carouselId: "2" },
|
|
|
{ name: 'newsfeed', position: "bottom_bar", carouselId: "5" }
|
|
{ name: 'newsfeed', position: "bottom_bar", carouselId: "5" }
|
|
|
],
|
|
],
|
|
|
}
|
|
}
|
|
@@ -441,6 +442,15 @@ let config = {
|
|
|
showDescription: true
|
|
showDescription: true
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ module: "MMM-EasyPix",
|
|
|
|
|
+ position: "bottom_right",
|
|
|
|
|
+ config: {
|
|
|
|
|
+ carouselId: "2",
|
|
|
|
|
+ picName: "RW-Nierstein.jpg",
|
|
|
|
|
+ maxWidth: "200px",
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
/*
|
|
/*
|
|
|
!!SECTION
|
|
!!SECTION
|
|
|
*/
|
|
*/
|