Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more data to the weather app #22

Open
beroset opened this issue Apr 25, 2024 · 1 comment
Open

Add more data to the weather app #22

beroset opened this issue Apr 25, 2024 · 1 comment

Comments

@beroset
Copy link
Member

beroset commented Apr 25, 2024

I'd like to have more detailed data in the weather application. Here's my wish list:

  1. show intraday forecasts (maybe every 4 hours? hourly graph?)
  2. show precipitation data (hourly graph?)
  3. show sunrise and sunset times
  4. allow for multiple cities simultaneously -- if I know I'm traveling from San Francisco to Canberra on Wednesday, I might want SF weather up to Tuesday and Canberra weather starting on Wednesday
  5. cache weather data for efficient use by other software - rather than repeatedly asking for the same information, it would be useful to cache the data so that it could be used for other purposes (say, an app to calculate and display heating-degree days)
  6. allow more than 5 days worth of forecast data - many weather data providers currently provide 7 or more
  7. provide a way to get some select weather data items on watchfaces as "satellites"
  8. show wind speed and direction data (hourly?)
  9. show apparent temperature (temperature adusted to indicate human perception of temp including humidity and wind speed)
@Noodlez1232
Copy link

Something I had in mind the most was "Current Temperature" that would be good to have in there.
I was just about to work on getting a current temperature stat added in here, maybe I can shoe-in some of these other ones?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants