Browse Source

Fehler gefunden:
- Crontab war auf jede minute in stunde 15 eingestellt

Jonathan Starck 3 years ago
parent
commit
aaa54fb718
1 changed files with 24 additions and 9 deletions
  1. 24 9
      config/config.js

+ 24 - 9
config/config.js

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