|
|
@@ -46,6 +46,7 @@ let config = {
|
|
|
"Slide 5": [
|
|
|
{ name: 'clock', position: "top_left", carouselId: "1" },
|
|
|
{ name: 'MMM-SimpleLogo', position: "top_right", carouselId: "1" },
|
|
|
+ { name: 'MMM-ImageSlideshow', position: "middle_center", carouselId: "5" },
|
|
|
{ name: 'weather', position: "bottom_left", carouselId: "5" },
|
|
|
{ name: 'MMM-DWD-WarnWeather', position: "bottom_right", carouselId: "5" },
|
|
|
{ name: 'newsfeed', position: "bottom_bar", carouselId: "5" },
|
|
|
@@ -225,6 +226,17 @@ let config = {
|
|
|
/*
|
|
|
SECTION - Slide 5
|
|
|
*/
|
|
|
+ {
|
|
|
+ module: 'MMM-ImageSlideshow',
|
|
|
+ position: 'middle_center',
|
|
|
+ config: {
|
|
|
+ carouselId: "5",
|
|
|
+ imagePaths: ['modules/MMM-ImageSlideshow/public/slide_1'],
|
|
|
+ slideshowSpeed: 15000,
|
|
|
+ fixedImageWidth: 900,
|
|
|
+ randomizeImageOrder: true,
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
module: "weather",
|
|
|
position: "bottom_left",
|