Hi everyone,
I’m using Openweather as the weather provider. I subscribed to the new API 3.0.
I’m using the default weather module three times in my MM and the config for current is working as well as the config for hourly. But I’m not able to get the config working again for the forecast. I was playing with lat/lon and locationID, but no matter what I’m trying the display is always saying “loading”:
This is the config of the forecast:
{
module: "weather",
position: "top_right",
header: "Wetter Vorhersage",
config: {
weatherProvider:"openweathermap",
type: "forecast",
weatherEndpoint:"/forecast",
locationID: "2950159",
lat: 55.4815,
lon: 10.8771,
apiVersion: "3.0",
apiKey: "mykeynumberthatworksfortheothermodules",
units: "metric",
degreeLabel: "true",
units: "metric",
showPrecipitationAmount: "true",
maxNumberOfDays: "8",
colored: "true",
}
},
Any help would be appreciated.
Thanks!