BasvanH / habpanel-widget-openweathermap

OpenWeatherMap widget for HABPanel (OpenHAB)
12 stars 41 forks source link

Windspeed in forecast #15

Closed Pezay closed 1 year ago

Pezay commented 4 years ago

Is it possible to add the windspeed in forecast, not just for the current weather? Maybe as an option of display directly under the temperature.

Should be very valuable for us living close to the coastline.

GrexAut commented 3 years ago

wind is not provided in forecast api, only in current weather: You can check yourself, which data will be provided from api: Forecast: https://api.openweathermap.org/data/2.5/forecast?lat=48.210033&lon=16.3634498&units=metric&appid=[your_api_token]

Current Weather: https://api.openweathermap.org/data/2.5/weather?lat=48.210033&lon=16.3634498&units=metric&appid=[your_api_token]