Jonathan Starck 3 anos atrás
pai
commit
c78b077118
1 arquivos alterados com 13 adições e 13 exclusões
  1. 13 13
      config/config.js

+ 13 - 13
config/config.js

@@ -35,17 +35,17 @@ let config = {
 				showPageControls: true,
 				slides: {
 					main: [
-						{ name: "clock", position: "top_left", carouselId: "1" },
-						{ name: "weather", position: "top_right", carouselId: "1" },
-						{ name: 'MMM-DWD-WarnWeather', position: "top_right", carouselId: "1" },
-						{ name: "compliments", position: "middle_center", carouselId: "1" },
-						{ name: "newsfeed", position: "bottom_bar", carouselId: "1" }
+						{ name: "clock", position: "top_left", carouselId: '1' },
+						{ name: "weather", position: "top_right", carouselId: '1' },
+						{ name: 'MMM-DWD-WarnWeather', position: "top_right", carouselId: '1' },
+						{ name: "compliments", position: "middle_center", carouselId: '1' },
+						{ name: "newsfeed", position: "bottom_bar", carouselId: '1' }
 					],
 					"Birgit": [
-						{ name: "clock", position: "top_left", carouselId: "1" }
+						{ name: "clock", position: "top_left", carouselId: '1' }
 					],
 					"Jonathan": [
-						{ name: "clock", position: "top_left", carouselId: "1" }
+						{ name: "clock", position: "top_left", carouselId: '1' }
 					]
 				},
 			}
@@ -54,7 +54,7 @@ let config = {
 			module: "clock",
 			position: "top_left",
 			config: {
-				carouselId: "1",
+				carouselId: '1',
 				timeFormat: 24,
 			}
 		},
@@ -62,7 +62,7 @@ let config = {
 			module: "weather",
 			position: "top_right",
 			config: {
-				carouselId: "1",
+				carouselId: '1',
 				weatherProvider: "openweathermap",
 				type: "current",
 				location: "Worms",
@@ -75,7 +75,7 @@ let config = {
 			position: "top_right",
 			header: "Wettervorhersage",
 			config: {
-				carouselId: "1",
+				carouselId: '1',
 				weatherProvider: "openweathermap",
 				type: "forecast",
 				location: "Worms",
@@ -87,7 +87,7 @@ let config = {
 			module: 'MMM-DWD-WarnWeather',
 			position: 'top_right',
 			config: {
-				carouselId: "1",
+				carouselId: '1',
 				warnCellID: '807319000',
 				changeColor: true,
 				minutes: false,
@@ -103,7 +103,7 @@ let config = {
 			module: "compliments",
 			position: "middle_center",
 			config: {
-				carouselId: "1",
+				carouselId: '1',
 				updateInterval: 20000,
 				fadeSpeed: 3000,
 				morningStartTime: 5,
@@ -117,7 +117,7 @@ let config = {
 			module: "newsfeed",
 			position: "bottom_bar",
 			config: {
-				carouselId: "1",
+				carouselId: '1',
 				feeds: [
 					{
 						title: "Tagesschau.de",