Browse Source

no message

Jonathan Starck 3 năm trước cách đây
mục cha
commit
5e6af6898a
1 tập tin đã thay đổi với 33 bổ sung33 xóa
  1. 33 33
      config/config.js

+ 33 - 33
config/config.js

@@ -210,40 +210,40 @@ let config = {
 				],
 			}
 		},
-		{
-			module: "MMM-CalendarExt2",
-			config: {
-				calendars: [
-					// {
-					// 	name: "Aufgaben",
-					// 	url: 'webcal://nc.x0p.it/remote.php/dav/public-calendars/ZMGgBLGn52oATzDw/?export',
-					// 	icon: "bi:clipboard2-check",
-					// 	className: "todo",
-					// },
-					{
-						name: "Infos",
-						url: 'https://nc.x0p.it/remote.php/dav/public-calendars/eMQW6HmyjfgS8bXq?export',
-						icon: "bi:info-circle",
-						className: "clean",
-					},
-				],
+		// {
+		// 	module: "MMM-CalendarExt2",
+		// 	config: {
+		// 		calendars: [
+		// 			// {
+		// 			// 	name: "Aufgaben",
+		// 			// 	url: 'webcal://nc.x0p.it/remote.php/dav/public-calendars/ZMGgBLGn52oATzDw/?export',
+		// 			// 	icon: "bi:clipboard2-check",
+		// 			// 	className: "todo",
+		// 			// },
+		// 			{
+		// 				name: "Infos",
+		// 				url: 'https://nc.x0p.it/remote.php/dav/public-calendars/eMQW6HmyjfgS8bXq?export',
+		// 				icon: "bi:info-circle",
+		// 				className: "clean",
+		// 			},
+		// 		],
 
-				views: [
-					{
-						name: "Wachenaufgaben",
-						mode: "daily",
-						locale: "de-DE",
-						position: "bottom_right",
-						calendars: ["Infos"],
-					},
-				],
-				scenes: [
-					{
-						name: "AUTOKALENTERI",
-					},
-				],
-			},
-		},
+		// 		views: [
+		// 			{
+		// 				name: "Wachenaufgaben",
+		// 				mode: "daily",
+		// 				locale: "de-DE",
+		// 				position: "bottom_right",
+		// 				calendars: ["Infos"],
+		// 			},
+		// 		],
+		// 		scenes: [
+		// 			{
+		// 				name: "AUTOKALENTERI",
+		// 			},
+		// 		],
+		// 	},
+		// },
 	]
 };