bramkragten / weather-card

Weather Card with animated icons for Home Assistant Lovelace
MIT License
494 stars 171 forks source link

impossible to have the 5 day forecast #176

Open CarpeDiem40 opened 5 months ago

CarpeDiem40 commented 5 months ago

Hy With the latest version of HA-core 2024.4,x it's impossible to have the 5 day forecast. Thanks for your help

altserg commented 5 months ago

HASS weather forecast attribute has been removed, the card needs to be updated to use a new method to get the forecast

CarpeDiem40 commented 5 months ago

Hello, thank you for this information. I hope the modification arrives quickly because your card is great Best regard Envoyé avec iPhone JPXV

Le 3 mai 2024 à 15:33, altserg @.***> a écrit :

HASS weather forecast attribute has been removed, the card needs to be updated to use a new method to get the forecast

parautenbach commented 5 months ago
Screenshot 2024-05-04 at 08 17 29
clintongormley commented 5 months ago

The beta works for me 👍

batja84 commented 5 months ago

The beta works for me 👍

Also in daily forecast? I got only hourly.

Screenshot 2024-05-04 212406
CarpeDiem40 commented 5 months ago

HiIt’s ok for me tooThank you very very much. Best regards Envoyé avec iPhone JPXVLe 4 mai 2024 à 21:21, batja84 @.***> a écrit :

The beta works for me 👍

Also in daily forecast? I got only hourly.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

CarpeDiem40 commented 5 months ago

HiGREAT !!It’s ok for me tooThank you very very much. Best regards Envoyé avec iPhone JPXVLe 4 mai 2024 à 16:46, Clinton Gormley @.***> a écrit : The beta works for me 👍

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

clintongormley commented 5 months ago

The beta works for me 👍

Also in daily forecast? I got only hourly.

Daily and hourly

Screenshot_2024-05-04-22-44-51-34_c3a231c25ed346e59462e84656a70e50.jpg

Thanks

parautenbach commented 5 months ago

Also in daily forecast? I got only hourly.

You need two weather entities: one for hourly and one for daily.

batja84 commented 5 months ago

Also in daily forecast? I got only hourly.

You need two weather entities: one for hourly and one for daily.

The problem is, I don't have daily forecast at all.

Screenshot 2024-05-05 114917

But it's exists.

Screenshot 2024-05-05 115051
parautenbach commented 5 months ago

Must we guess your card config?

batja84 commented 5 months ago

Must we guess your card config?

Screenshot 2024-05-05 120845 Screenshot 2024-05-05 120930

There is also problem with the time, but it's not very important.

Screenshot 2024-05-05 120714
parautenbach commented 5 months ago

@batja84 the same entity cannot provide both hourly and daily forecasts – you're using the same entity in both cards. You can see the option on your integrations settings: only one is selected. You need to configure a second instance of OWM. But, the OWM only allows one per exact location, so you need to slightly change the GPS coordinates to get past that.

batja84 commented 5 months ago

the same entity cannot provide both hourly and daily forecasts

I don't need both. I just need the daily forecast. I took these screenshots to show that only the hourly forecast is working, they are from the same entity. Before all these problems started, I could change from daily to hourly and back, and everything was fine. Now I can only see the hourly forecast, but with the daily forecast, I get an empty space.

whasf commented 4 months ago

I am on the 2.0.0b0 beta and can't see more than the 2.5-day forecast. I liked the previous version that showed a 5-day forecast, and I can't put 'number_of_forecasts: 6' in the YAML as it says it is invalid.

clintongormley commented 4 months ago

This works for me:

  - type: custom:weather-card
    entity: weather.tomorrow_io_chiesa_nuova_daily
    current: false
    details: false
    forecast_type: daily
    number_of_forecasts: 6
Screenshot 2024-05-24 at 15 37 49
Akbarsait commented 2 months ago
Screenshot 2024-05-04 at 08 17 29

Where to find this option as Enable beta. I don't have this option and not able to display the forecast.