Cards Not Showing In Dashboard Unless I Click On The Pencil (To Edit Dashboard)
Closed this issue · 2 comments
Describe the bug
After creating the card and filling in all the parameters, the weather card won't show in the dashboard unless I click on the pencil to edit the dashboard. It then will show in the edit page, and then in the dashboard. Sometimes it doesn't load fully either.
To Reproduce
Steps to reproduce the behavior:
- Create card in dashboard
- Exit out of the edit page
- Cards do not show
- Click pencil
- Cards show in edit page as well as in the dashboard after you exit the edit page
Expected behavior
It should show the cards in the dashboard without any intervention
Desktop (please complete the following information):
- WEATHER-CHART-CARD VERSION: V2.4.9
- HOME ASSISTANT VERSION AND INSTALLATION TYPE: Core: 2024.8.3
- OS: Windows (though my android tablets experience the same thing)
- Browser: Chrome
- Version 128.0.6613.85 (Official Build) (64-bit)
Additional context
N/A
This is not a weather card issue, please check your dashboard settings/visibility.
This happens to me. The cause in my case has always been incorrectly formatted sensor data. Always. Usually it's something like attributes being called that don't exist or are empty.
The fix has been to reformat the sensors in question. If it's something common like the NWS or Pirate Weather integrations, perhaps that might be worth a second look. But usually it's something custom I'm calling like Aeris, PWSWeather, etc. So it's possible that it's a Weather Card issue. Just not necessarily so.