AsteroidOS / asteroid-weather

Default weather app for AsteroidOS
GNU General Public License v3.0
8 stars 6 forks source link

Add more data to the weather app #22

Open beroset opened 6 months ago

beroset commented 6 months ago

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 commented 1 month ago

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?