Jonathan Starck il y a 3 ans
Parent
commit
36a2327bbd
1 fichiers modifiés avec 13 ajouts et 13 suppressions
  1. 13 13
      config/config.js

+ 13 - 13
config/config.js

@@ -69,6 +69,19 @@ let config = {
 				apiKey: "e3185c8094b5cbc1d4291d0dcf64e113"
 			}
 		},
+		{
+			module: "weather",
+			position: "top_right",
+			header: "Wettervorhersage",
+			config: {
+				carouselId: "1",
+				weatherProvider: "openweathermap",
+				type: "forecast",
+				location: "Worms",
+				locationID: "2806142",
+				apiKey: "e3185c8094b5cbc1d4291d0dcf64e113"
+			}
+		},
 		{
 			module: 'MMM-DWD-WarnWeather',
 			position: 'top_right',
@@ -85,19 +98,6 @@ let config = {
 				severityThreshold: 2
 			}
 		},
-		{
-			module: "weather",
-			position: "top_right",
-			header: "Wettervorhersage",
-			config: {
-				carouselId: "1",
-				weatherProvider: "openweathermap",
-				type: "forecast",
-				location: "Worms",
-				locationID: "2806142",
-				apiKey: "e3185c8094b5cbc1d4291d0dcf64e113"
-			}
-		},
 		{
 			module: "compliments",
 			position: "middle_center",