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

Hourly forecast not displayed #173

Open
skyler91 opened this issue Apr 9, 2024 · 12 comments
Open

Hourly forecast not displayed #173

skyler91 opened this issue Apr 9, 2024 · 12 comments

Comments

@skyler91
Copy link

skyler91 commented Apr 9, 2024

After upgrading to HA 2024.4 today, I also had to upgrade weather-card to the beta release in order to support displaying of the weather forecast. Daily forecast now works, but hourly forecast is not displayed. I have confirmed that my weather.openweathermap entity includes hourly forecast values.

type: custom:weather-card
entity: weather.openweathermap
hourly_forecast: true
icons: /local/plugins/animated-weather-card/animated/

Screenshot from 2024-04-09 09-33-42
Screenshot from 2024-04-09 09-34-56

@sagitt
Copy link

sagitt commented Apr 9, 2024

HA 2024.4 destroy the forecast.
I hope in an update for this

Weather
The previously deprecated forecast attribute of weather entities, has now been removed. Use the [weather.get_forecasts](https://www.home-assistant.io/integrations/weather#service-weatherget_forecasts) service to get the forecast data instead.

([@gjohansson-ST](https://github.com/gjohansson-ST) - [#110761](https://github.com/home-assistant/core/pull/110761)) ([documentation](https://www.home-assistant.io/integrations/metoffice))

@mattfox27
Copy link

me too,

@skyler91
Copy link
Author

Made it work by setting forecast_type to "hourly".

Example:

type: custom:weather-card
entity: weather.openweathermap
hourly_forecast: true
forecast_type: hourly
icons: /local/plugins/animated-weather-card/animated/

@mattfox27
Copy link

Oh, I lost my daily forecast that shows the whole week, that's what I want back

@idrostasi
Copy link

I was mad for two days about this issue, I hope in a future update because I lost the daily forecast too.

@UncleLeoTheDad
Copy link

Made it work by setting forecast_type to "hourly".

Example:

type: custom:weather-card
entity: weather.openweathermap
hourly_forecast: true
forecast_type: hourly
icons: /local/plugins/animated-weather-card/animated/

Alas, this didn't seem to work for me. :(

@mattfox27
Copy link

me neither, didnt work

@parautenbach
Copy link

Screenshot 2024-05-04 at 08 17 29

@UncleLeoTheDad
Copy link

UncleLeoTheDad commented May 4, 2024 via email

@UncleLeoTheDad
Copy link

image

@parautenbach
Copy link

parautenbach commented May 4, 2024

  1. Uninstall (via HACS) or delete the files.
  2. Remove the config from your resources: section.
  3. Restart, and check that your card is not found where you use it.
  4. Reinstall, detail your steps and provide feedback.

@UncleLeoTheDad
Copy link

UncleLeoTheDad commented May 5, 2024 via email

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

7 participants
@UncleLeoTheDad @sagitt @parautenbach @skyler91 @mattfox27 @idrostasi and others