|
|
@@ -337,6 +337,19 @@ let config = {
|
|
|
severityThreshold: 2
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ module: 'MMM-News-QR',
|
|
|
+ position: "bottom_bar",
|
|
|
+ config: {
|
|
|
+ carouselId: "1",
|
|
|
+ updateType : 'push',
|
|
|
+ interval: 2000,
|
|
|
+ animationSpeed: 2500,
|
|
|
+ colorDark: '#fff',
|
|
|
+ colorLight: '#000',
|
|
|
+ imageSize: 150
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
module: "newsfeed",
|
|
|
position: "bottom_bar",
|
|
|
@@ -370,19 +383,6 @@ let config = {
|
|
|
broadcastNewsUpdates: true
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- module: 'MMM-News-QR',
|
|
|
- position: "bottom_bar",
|
|
|
- config: {
|
|
|
- carouselId: "1",
|
|
|
- updateType : 'push',
|
|
|
- interval: 2000,
|
|
|
- animationSpeed: 2500,
|
|
|
- colorDark: '#fff',
|
|
|
- colorLight: '#000',
|
|
|
- imageSize: 150
|
|
|
- }
|
|
|
- },
|
|
|
/*
|
|
|
!!SECTION
|
|
|
*/
|