|
|
@@ -43,7 +43,11 @@ let config = {
|
|
|
{ name: 'MMM-SimpleLogo', position: "top_right", carouselId: "1" },
|
|
|
{ name: 'calendar', position: "middle_center", carouselId: "4" }
|
|
|
],
|
|
|
-
|
|
|
+ "Slide 5": [
|
|
|
+ { name: 'MMM-BackgroundSlideshow', position: "fullscreen_below", carouselId: "5" },
|
|
|
+ { name: 'clock', position: "top_left", carouselId: "1" },
|
|
|
+ { name: 'MMM-SimpleLogo', position: "top_right", carouselId: "1" }
|
|
|
+ ],
|
|
|
"Slide 6": [
|
|
|
{ name: 'clock', position: "top_left", carouselId: "1" },
|
|
|
{ name: 'MMM-SimpleLogo', position: "top_right", carouselId: "1" },
|
|
|
@@ -91,7 +95,7 @@ let config = {
|
|
|
config: {
|
|
|
carouselId: "1",
|
|
|
tableClass: "large daily-overview-table wachenaufgaben",
|
|
|
- fetchInterval: 1200000, /* 600000 */
|
|
|
+ fetchInterval: 600000, /* 600000 */
|
|
|
maxTitleLength: 50,
|
|
|
displaySymbol: true,
|
|
|
showLocation: false,
|
|
|
@@ -124,15 +128,15 @@ let config = {
|
|
|
symbol: 'circle-info',
|
|
|
maximumNumberOfDays: 7,
|
|
|
},
|
|
|
- /**{
|
|
|
- /* RW21 Muellkalender
|
|
|
+ {
|
|
|
+ /* RW21 Muellkalender */
|
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/krSEAP9TEXwqqm2n?export',
|
|
|
symbolClass: 'trash-symbol',
|
|
|
titleClass: 'trash-title',
|
|
|
timeClass: 'trash-time',
|
|
|
symbol: 'trash-can',
|
|
|
maximumNumberOfDays: 2,
|
|
|
- }*/
|
|
|
+ }
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
@@ -170,7 +174,7 @@ let config = {
|
|
|
config: {
|
|
|
carouselId: "2",
|
|
|
tableClass: "large daily-overview-table fahrzeugaufgaben fahrzeugaufgaben-rtw",
|
|
|
- fetchInterval: 1200000, /* 600000 */
|
|
|
+ fetchInterval: 600000, /* 600000 */
|
|
|
maxTitleLength: 50,
|
|
|
displaySymbol: true,
|
|
|
showLocation: false,
|
|
|
@@ -203,7 +207,7 @@ let config = {
|
|
|
config: {
|
|
|
carouselId: "3",
|
|
|
tableClass: "large daily-overview-table fahrzeugaufgaben fahrzeugaufgaben-nktw",
|
|
|
- fetchInterval: 1200000, /* 600000 */
|
|
|
+ fetchInterval: 600000, /* 600000 */
|
|
|
maxTitleLength: 50,
|
|
|
displaySymbol: true,
|
|
|
showLocation: false,
|
|
|
@@ -236,7 +240,7 @@ let config = {
|
|
|
config: {
|
|
|
carouselId: "4",
|
|
|
tableClass: "large daily-overview-table fahrzeugaufgaben fahrzeugaufgaben-ktw",
|
|
|
- fetchInterval: 1200000, /* 600000 */
|
|
|
+ fetchInterval: 600000, /* 600000 */
|
|
|
maxTitleLength: 50,
|
|
|
displaySymbol: true,
|
|
|
showLocation: false,
|
|
|
@@ -261,7 +265,18 @@ let config = {
|
|
|
/*
|
|
|
SECTION - Slide 5
|
|
|
*/
|
|
|
-
|
|
|
+ {
|
|
|
+ module: 'MMM-BackgroundSlideshow',
|
|
|
+ position: 'fullscreen_below',
|
|
|
+ config: {
|
|
|
+ carouselId: "5",
|
|
|
+ imagePaths: ['modules/MMM-BackgroundSlideshow/slides/aktionen/'],
|
|
|
+ transitionImages: false,
|
|
|
+ randomizeImageOrder: true,
|
|
|
+ fixedImageWidth: 1920,
|
|
|
+ fixedImageHeight: 1080
|
|
|
+ }
|
|
|
+ },
|
|
|
/*
|
|
|
!!SECTION
|
|
|
*/
|