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