Yevgenium / weather-chart-card

Custom weather card with charts
MIT License
275 stars 81 forks source link

Wind speed and direction in forecasts #75

Open X1pheR opened 2 years ago

X1pheR commented 2 years ago

Hour mode is detected but it only displays the temperature.. Could you include the other attributes also? Or at least configurable? Below is a screenshot and overview of how the default weather hourly output looks like.

image

temperature: 24.5
humidity: 43
pressure: 1022.7
wind_bearing: 142.4
wind_speed: 6.8
attribution: Weather forecast from met.no, delivered by the Norwegian Meteorological Institute.
forecast: 
- condition: sunny
  precipitation: 0
  precipitation_probability: 0
  temperature: 24.2
  datetime: '2021-09-07T16:00:00+00:00'
  wind_bearing: 130.3
  wind_speed: 6.5
- condition: sunny
  precipitation: 0
  precipitation_probability: 0
  temperature: 23.9
  datetime: '2021-09-07T17:00:00+00:00'
  wind_bearing: 97
  wind_speed: 7.9
Yevgenium commented 2 years ago

Sorry, what attributes are you missing? Do you mean wind speed and direction in forecasts?

X1pheR commented 2 years ago

Sorry, I wasn't that clear. Exactly. That's what I mean.

eulogious commented 2 years ago

This would be fantastic. I would love to see the wind forecasts as well. It's the one thing I am missing. This would be a great feature and one that I have not found in other cards.