Jonathan Starck 3 gadi atpakaļ
vecāks
revīzija
2884fb4f11
1 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. 5 3
      config/config.js

+ 5 - 3
config/config.js

@@ -10,6 +10,9 @@ let config = {
     timeFormat: 24,
     units: "metric",
     modules: [
+        {
+			module: "alert",
+		},
         {
             module: 'MMM-Carousel',
             position: 'bottom_bar',
@@ -22,7 +25,7 @@ let config = {
                 slides: {
                     Main: [
                         { name: 'clock', position: "top_left", carouselId: "1" },
-                        { name: 'calendar', position: "middle_center", carouselId: "1" }
+                        { name: 'calendar', position: "middle_center"}
                     ],
                     "Slide 2": [
                         { name: 'clock', classes: '', position: "top_left", carouselId: "2" }
@@ -49,9 +52,8 @@ let config = {
         },
         {
             module: "calendar",
-            position: "middle_center",	// This can be any of the regions. Best results in left or right regions.
+            position: "middle_center",
             config: {
-                carouselId: "1",
                 tableClass: "large wachenaufgaben",
                 fetchInterval: 600000,
                 maxTitleLength: 50,