Jonathan Starck hace 3 años
padre
commit
174453e023
Se han modificado 2 ficheros con 6 adiciones y 5 borrados
  1. 1 1
      README.md
  2. 5 4
      config/config.js

+ 1 - 1
README.md

@@ -1,2 +1,2 @@
-# MagicMirror
+# MagicMirror-Projekt auf der RW 21
 

+ 5 - 4
config/config.js

@@ -23,17 +23,17 @@ let config = {
 			module: 'MMM-Carousel',
 			position: 'bottom_bar',
 			config: {
-				transitionInterval: 3000000,
+				transitionInterval: 30000,
 				showPageIndicators: true,
 				showPageControls: true,
 				ignoreModules: ['clock', 'alert', 'MMM-BurnIn'],
 				mode: 'slides',
 				slides: {
-					/*main: ['weather', 'MMM-DWD-WarnWeather', 'MMM-ImageSlideshow', 'MMM-SimpleLogo','MMM-CalendarExt2', 'newsfeed'],
+					main: ['weather', 'MMM-DWD-WarnWeather', 'MMM-ImageSlideshow', 'MMM-SimpleLogo','MMM-CalendarExt2', 'newsfeed'],
 					"Slide 2": ['MMM-SimpleLogo', 'calendar'],
 					"Slide 3": ['MMM-EasyPix'],
-					"Slide 4": ['compliments', 'MMM-SimpleLogo']*/
-					main: ['calendar']
+					"Slide 4": ['compliments', 'MMM-SimpleLogo']
+					/*main: ['MMM-SimpleLogo','calendar']*/
 				}
 			}
 		},
@@ -196,6 +196,7 @@ let config = {
 		},
 		{
 			module: "calendar",
+			header: "Informationen",
 			position: "middle_center",	// This can be any of the regions. Best results in left or right regions.
 			config: {
 				tableClass: "large wachenaufgaben",