I see that the weather widget / weather module does not work with Open Weather’s free API keys in Xibo 3.3.0
Clicking the Get Forecast button does absolutely nothing.
I also see in the logs that the string Xibo is trying to use is: https://api.openweathermap.org/data/2.5/onecall?lat=45.3&lon=5.633&units=imperial&lang=en&appid=[API_KEY]
I know that if I use: https://api.openweathermap.org/data/2.5/weather?q=London,uk&APPID=KEY in a browser for instance, it works.
Is there a way to modify Xibo code to not use onecall but to revert back to the older 2.5 weather? tag?
Or - has anyone been able to get Open Weather (non subscription) to work?
Or - is there a workaround / better weather widget that we can call via URL that actually works?
I’ve been fighting this for weeks. I’m sure others have too probably. Super frustrating. lol