MMM-OpenWeatherMapForecast
MMM-OpenWeatherMapForecast copied to clipboard
I have a problem with starting the module.
I followed all the instructions, but unfortunately, I only see "Loading...(in german Laden)". What did I do wrong?
Attached is what I have in my setup, and the module is installed correctly.
{
module: "MMM-OpenWeatherMapForecast",
header: "Wetter",
position: "top_right",
classes: "default everyone",
config: {
apikey: "MY-API-CHECK",
latitude: 48.135124,
longitude: 11.581981,
iconset: "6fa",
concise: false,
forecastLayout: "table"
}
},