Ver Fonte

no message

Jonathan Starck há 3 anos atrás
pai
commit
0ea13bd279
1 ficheiros alterados com 25 adições e 4 exclusões
  1. 25 4
      config/config.js

+ 25 - 4
config/config.js

@@ -48,9 +48,9 @@ let config = {
 				ignoreModules: ['clock', 'alert', 'MMM-BurnIn'],
 				mode: 'slides',
 				slides: {
-					main: ['MMM-EasyPix'],
-					"Slide 2": ['weather', 'MMM-DWD-WarnWeather', 'MMM-ImageSlideshow' , 'MMM-SimpleLogo', 'newsfeed', 'MMM-WiFiPassword'],
-					"Slide 3": ['calendar'],
+					main: ['MMM-SimpleLogo', 'calender'],
+					"Slide 2": ['weather', 'MMM-DWD-WarnWeather', 'MMM-ImageSlideshow', 'MMM-SimpleLogo', 'newsfeed', 'MMM-WiFiPassword'],
+					"Slide 3": ['MMM-EasyPix'],
 					"Slide 4": ['compliments', 'MMM-SimpleLogo']
 				}
 			}
@@ -239,7 +239,28 @@ let config = {
 					},
 				],
 			}
-		}
+		},
+		{
+			module: "MMM-CalendarExt2",
+			position: "middle_center",
+			config: {
+				calendars: [
+					{
+						url: 'https://p50-caldav.icloud.com/published/2/MjE4ODU4NTI1MjE4ODU4NXgB0aDPRyaNTbFBhbPi7AV3d-E-x-6DiosmdvqwmyCmtNNsJbvCuvFEzJYrPXBa3RaNhNYzh6Us9HDAo05Jtzs',
+					},
+				],
+				views: [
+					{
+						mode: "weekly",
+					},
+				],
+				scenes: [
+					{
+						name: "AUTOKALENTERI",
+					},
+				],
+			},
+		},
 	]
 };