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

Since the update to 1.2.0 Weather Card does not display #1192

Closed
wokkeltje13 opened this issue Mar 2, 2023 · 4 comments · Fixed by #1235
Closed

Since the update to 1.2.0 Weather Card does not display #1192

wokkeltje13 opened this issue Mar 2, 2023 · 4 comments · Fixed by #1235
Labels

Comments

@wokkeltje13
Copy link
Contributor

- type: "custom:button-card" template: card_weather entity: weather.openweathermap variables: ulm_card_weather_name: " " ulm_card_weather_backdrop: fade: true ulm_custom_popup: template: "popup_weather_forecast" entity: weather.openweathermap popup_variables: ulm_weather_popup_surpress_first_forecast: false

Error:
image

@frank-fernandes
Copy link

Here it also stopped working, it does not appear on my dashboard and sometimes it has errors.
You are the best, I'm sure you'll soon fix this, meanwhile I'm waiting. Thank you very much in advance.

@shogun160
Copy link
Contributor

shogun160 commented Mar 7, 2023

Same problem here. I've just undone pr #1170 by deleting line 32 in card_weather.yaml and it's working again for me.
EDIT: Looks like there is already a fix: link

@wokkeltje13
Copy link
Contributor Author

Removal of line 32 works, the fix did not

@iganeshk
Copy link

Issue will persist even after reboots until the fix is pushed out as a release. Workaround without hacking would be pass your weather's sensor temperature in the following way

  ulm_card_weather_custom:
                  - temp: '[[[ return states["weather.home"].attributes.temperature ]]]'

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

Successfully merging a pull request may close this issue.

4 participants