TylerWilliamson / QuickWeather

Weather at a glance! Current and forecast weather for anywhere in the world!
https://play.google.com/store/apps/details?id=com.ominous.quickweather
GNU General Public License v3.0
115 stars 10 forks source link

Show sunrise/sunset times #66

Closed new2f7 closed 6 months ago

new2f7 commented 1 year ago

It would be nice to see sunrise and sunset times in the list that opens when you tap on the temperature.

TylerWilliamson commented 1 year ago

This is something I can see being useful, and the data is available from OpenWeatherMap. I'll likely include this when I implement being able to choose the weather cards and their order in the main screen

radicalrusty commented 10 months ago

This is something I can see being useful, and the data is available from OpenWeatherMap. I'll likely include this when I implement being able to choose the weather cards and their order in the main screen

When you implement the weather cards, could we possibly have an option to disable the radar card and put a radar button somewhere convenient instead (my location suggestion would be the top bar on the right side) and the radar button would take you to the full-screen radar.

TylerWilliamson commented 10 months ago

The radar card can already be disabled - see this issue

I will not be adding a "radar button".

Please keep each issue on topic to reduce clutter - this issue should primarily be regarding a sunrise/sunset card

cvoinf commented 8 months ago

It would be great if quickweather passed the sunset/rise time forward to gadgetbridge.

Perhaps the times can be calculated by quickweather:

https://github.com/juanmatola/sunrise-sunset-calc

TylerWilliamson commented 7 months ago

That is a good point. I'm working on designing the sunrise/sunset card now, but in the next version, the sunrise, sunset, moonrise, moonset, and moon phase will be passed along to Gadgetbridge. Note: Open-Meteo does not provide moon rise, moon set, or moon phase, but I may be able to calculate them by adapting this code

TylerWilliamson commented 6 months ago

As part of 2.6.4, I have added sunrise, sunset, moonrise, and moonset to Gadgetbridge

TylerWilliamson commented 6 months ago

Added the optional Sun and Moon card in 2.6.5

new2f7 commented 5 months ago

Beautiful, thank you very much!