gadgetchnnel / lovelace-home-feed-card

A custom Lovelace card for displaying a combination of persistent notifications, calendar events, and entities in the style of a feed.
266 stars 22 forks source link

Updated to latest beta - CUSTOM CARD DOES NOT EXIST #30

Closed scfigg closed 4 years ago

scfigg commented 4 years ago

Have had this card in use for a while, and now having issues with it after updating to latest beta 3. Even after I use HACS to downgrade, and reboot/refresh page, I'm still having the issue:

Custom element doesn't exist: home-feed-card.

Any ideas? I made sure the module is setup correctly in the lovelace ui config.

MarcoFranchi commented 4 years ago

I have the some problem...

gadgetchnnel commented 4 years ago

@scfigg @MarcoFranchi This is an issue with HACS not downloading all the files the card requires. It is fixed in the latest Beta version of HACS, but I would advise waiting until there is a stable release. The best workaround for now is to download the latest release from the Releases page and manually copy the files across (you need all of the Javascript files for it to work).

mfabiani53 commented 4 years ago

Same here also with the 0.3.9

gadgetchnnel commented 4 years ago

@scfigg @MarcoFranchi @mfabiani53 Can you all please try the latest beta version (0.4.0b1)? This has been refactored using Node JS and webpack, so it results in a single Javascript file. This means it shouldn't have the same issue when downloaded via HACS, and it should hopefully also make to code easier to maintain in future.

scfigg commented 4 years ago

Upgraded, and still having the same issue.

gadgetchnnel commented 4 years ago

@scfigg Can you please check a couple of things?

If those seem fine, you may want to try a hard refresh in case it is just a caching issue.

scfigg commented 4 years ago

What would the path be for the javascript file on hassio? I'm having a brain fart for some reason and can't find it.

gadgetchnnel commented 4 years ago

@scfigg It should be /config/www/community/lovelace-home-feed-card/ (Where /config is the location where your configuration.yaml file is located)

scfigg commented 4 years ago

Weird - no files were in there, despite being installed in HACS. Folder wasn't even there. I 'uninstalled' from HACS, then reinstalled and saw the folder and files get created. It's working now.

gadgetchnnel commented 4 years ago

Closing now as this appears to be resolved in latest beta.