You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I dig more into data returned by OpenWeatherMap, it looks like multiple fields (visibility,sunset,sunrise) are not output correctly by json frontend of wego.
Here's an example of data returned by OpenWeatherMap:
The text was updated successfully, but these errors were encountered:
poetaman
changed the title
Bug/Enhancement: Visibility data returned by OpenWeatherMap is not captured in by json frontend
Bug/Enhancement: Visibility, Sunrise, Sunset data returned by OpenWeatherMap is not captured in by json frontend
Jan 24, 2021
For what I can verify in the openweather API (forecast) docs, seems that sunrise/sunset is only available for the city. When you request json as the output the "astronomy" part is included in daily forecast.
As I dig more into data returned by OpenWeatherMap, it looks like multiple fields (visibility,sunset,sunrise) are not output correctly by json frontend of wego.
Here's an example of data returned by OpenWeatherMap:
And here is json returned by
>> wego -f json
The text was updated successfully, but these errors were encountered: