upcoming-media-card icon indicating copy to clipboard operation
upcoming-media-card copied to clipboard

Dashboard completely disappear after using custom

Open Bios-dude opened this issue 3 years ago • 6 comments

Describe the bug: when i put type: 'custom:upcoming-media-card' with entity: sensor.sonarr_upcoming

Config YAML:

views:
  - badges: []
    cards:
      - type: 'custom:upcoming-media-card'
        entity: sensor.sonarr_upcoming

Components: anything that fill as entity for upcoming card

HA Error:

Troubleshooting Guide:

Home Assistant Version: Home Assistant 2021.3.4

Screenshots:

Screenshot_32

Additional Context:

Bios-dude avatar Apr 03 '21 13:04 Bios-dude

Screenshot_33 Just for information if my radarr and sonarr integration working fine, if i put the card type again, it will completely disappear like above

Bios-dude avatar Apr 03 '21 13:04 Bios-dude

My dashboard was not loading at all after updating Home Assistant to core-2021.4.5 I troubleshoot the lovelace by removing custom add-ons and see which one was causing the crash. It was the upcoming-media-card, after removing it from the RAW configuration editor the UI loaded and everything was working fine.

luisgarcia87 avatar Apr 27 '21 04:04 luisgarcia87

I had the same thing, but fixed it with reinstalling. I think something changed with integration. IIRC, the js files are stored somewhere else, so if you follow the installation instructions, the resources have moved. I then put the cards back in the dashboard and it worked.

jds11111 avatar Apr 27 '21 07:04 jds11111

the built in sonarr component integration does not supply this front_end card with the correct json data its programmed to look for.. this is why is doesn't work

you have to use the sonarr integration from here (not the built in HA integration) https://github.com/custom-components/sensor.sonarr_upcoming_media

you can about it here https://github.com/custom-cards/upcoming-media-card/blob/master/troubleshooting.md#components

ghost avatar Sep 08 '21 03:09 ghost

you have to use the sonarr integration from here (not the built in HA integration)

I realize that this was my fault for not reading the directions properly when adding everything, but would it be possible to have attempting to use the default HA implementation cause a visible error? I made this mistake as well as Bios-Dude and I'm guessing that others have as well and possibly just give up and move on.

Silver2545 avatar Sep 14 '21 03:09 Silver2545

In HA version 2021.10.0 the Trakt integration failed to load in my case (see issue). And I assume now after reading this that that also caused that the Lovelace Dashboards did not show at all. A front end component should never cause that kind of impact when the integration that it depends on is not available. The error should be isolated and only the component itself should be impacted.

groenmarsmannetje avatar Oct 06 '21 20:10 groenmarsmannetje

Closing this issue since a lot has changed since this issue was opened. If you still haven't found a solution/workaround, you can open a new issue describing how to reproduce it.

mkanet avatar May 30 '24 19:05 mkanet