nextcloud / weather

⛅️ Weather app for Nextcloud
GNU Affero General Public License v3.0
48 stars 27 forks source link

Display more forecast data depending on display size #45

Closed e-alfred closed 5 years ago

e-alfred commented 7 years ago

Hello,

it would be great to have more forecast data displayed depending on display size. On bigger screens, a lot of empty space at the bottom is shown which could be used for additional data (5 days forecast is possible with a free API key).

nerzhul commented 6 years ago

if you have some PHP/JS skills don't hesitate to provide a patch, i'm a little bit busy these days

e-alfred commented 5 years ago

I would add a date/day field and increase the number of forecasts to the full 5 days. What do you think about that?

nerzhul commented 5 years ago

I think it's possible if OWM API permits it

e-alfred commented 5 years ago

Okay, this is fixed by https://github.com/nextcloud/weather/pull/73.