OpenWeatherMap-PHP-API
OpenWeatherMap-PHP-API copied to clipboard
Convert Hourly Forecast into Daily Forecast
It seems like on the free plan we don't get access to getDailyWeatherForecast() and we can only get the hourly forecast.
I would love to display a 5 day "daily" forecast, and not "hourly".
Has anyone tried turning the hourly forecast into a daily forecast by only displaying the highest and lowest temperature values of each day? Would this work?