|
|
@@ -17,7 +17,7 @@ let config = {
|
|
|
module: 'MMM-Carousel',
|
|
|
position: 'bottom_bar',
|
|
|
config: {
|
|
|
- transitionInterval: 20000,
|
|
|
+ transitionInterval: 22000,
|
|
|
showPageIndicators: true,
|
|
|
showPageControls: false,
|
|
|
ignoreModules: ["MMM-BurnIn"],
|
|
|
@@ -274,7 +274,8 @@ let config = {
|
|
|
transitionImages: false,
|
|
|
randomizeImageOrder: true,
|
|
|
fixedImageWidth: 1920,
|
|
|
- fixedImageHeight: 1080
|
|
|
+ fixedImageHeight: 1080,
|
|
|
+ slideshowSpeed: 100000
|
|
|
}
|
|
|
},
|
|
|
/*
|
|
|
@@ -368,6 +369,18 @@ let config = {
|
|
|
broadcastNewsUpdates: true
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ module: 'MMM-News-QR',
|
|
|
+ position: "bottom_left",
|
|
|
+ config: {
|
|
|
+ updateType : 'push',
|
|
|
+ interval: 2000,
|
|
|
+ animationSpeed: 2500,
|
|
|
+ colorDark: '#fff',
|
|
|
+ colorLight: '#000',
|
|
|
+ imageSize: 150
|
|
|
+ }
|
|
|
+ },
|
|
|
/*
|
|
|
!!SECTION
|
|
|
*/
|