@HeikoGr
I’ll add the bits for the modules. But I’m pretty sure its not the config, as it is running for years now.
The Loading came up, after IÄve updated the docker image.
{
module: "weather",
position: "top_right",
config: {
weatherProvider: "openweathermap",
type: "current",
location: "Location,CountryCode",
locationID: "1234567", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
apiKey: "<apiKey>"
}
},
{
"module": "MMM-WeatherChart",
"position": "top_right",
"config": {
"apiKey": "<apiKey>",
"dataNum": 24,
"dataType": "daily",
"dailyLabel": "days_of_week",
"height": "400px",
"width": "400px",
"lat": 50.1234567,
"lon": 8.1234567,
"units": "metric",
"hourFormat": "24h",
"showIcon": true,
"datalabelsDisplay": true,
"showRain": true,
"showZeroRain": false,
"showZeroSnow": false,
"includeSnow": true,
"showSnow": true,
}
},
{
module: 'MMM-SoccerLiveScore',
position: 'top_left',
config: {
leagues: [35],
showNames: true,
showLogos: true,
displayTime: 60 * 1000,
showStandings: false,
showTables: true,
showScorers: false,
scrollVertical: false,
language: 'de', // supported values are en, de, it
}
},