OpenWeatherMap-PHP-API icon indicating copy to clipboard operation
OpenWeatherMap-PHP-API copied to clipboard

Convert Hourly Forecast into Daily Forecast

Open shmaltz opened this issue 3 years ago • 0 comments

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?

shmaltz avatar Aug 26 '22 05:08 shmaltz