I’ve installed ‘stack-in-card’ via HACS and have done everything in the way of restarting HA as well as reloading the browser. I can confirm it has been loaded into resources but I can’t use it for some reason. I had the same issue for vertical-stack-in-card. I must be doing something wrong but not sure what.
I have the same issue, downloaded through HACS and git but can not find it.
Did you find a solution. I have the same problem
If the stack-in-card is properly installed - try to add it manually from UI:
- Press “add card”.
- Select “manual”.
- Type a code.
Or much simpler:
- Add a standard vertical stack with your cards.
- Switch to yaml editor.
- Replace “type: vertical-stack” with “type: custom:stack-in-card”.
Many custom cards do not have own entry in “add card” dialog and thus should be added manually.
I am away from PC and cannot tell if stack-in-card has own entry in “add card”…
Same error after “much simpler:” above.
Didn’t try first sample as I don’t know what “code” to type after selecting manual?
I used to be able to program, I swear!
which error?
Down loaded “stack-in-card” via HACS. Dashboard card gives error: type: custom:stack-in-card doesn’t exist?
file was placed in www/community/stack-in-card/stack-in-card.js
I checked the file and it was not a “JS” content.
post a screenshot
OK, assuming that you installed the card properly by HACS - have you refreshed your browser’s page?
BTW, when a card is installed by HACS, it is placed here:
and HACS itself adds a path to this js to resources.
Yes, and deleted cache. Rebooted several times.
I see with some documentation that the resource URL says /local and type: MODULE.
Other documentation I have read says type: should be JS?
p.s. It is still there, I made copy for /config/www, trying to make it work.
You do not have to deal with it if the card is installed by HACS.
You do not touch resources at all. It is all done by HACS.
I understand that, when I first found the file and looked, it was not a js type file. Probably why it never worked. There is no raw stack-in-card.js at the documented website to download.
When using HACS, you do not download anything manually.
Sorry for the confusion, but I have been fighting this for 2 days.
I first used HACS to get the add-n “stack-in-card”. Never could get it to work.
Found the file where HACS had installed it and saw that the content was not “js”.
Open HACS, type stack-in-card & then select “download” (in my case it is “redownload” since it is already downloaded):
Then HACS does 2 things:
- Download the card into www/community/folder-name/xxxx.js.
- Add a resource.
I’m back, cleared all my cache in browser and took me a bit to find this.
Okay, I already did the redownload, HACS placed it in /www/community/stack-in-card/stack-in-card.js
P.S. Not finding “add resource”?
restarted HA.
From Dashboard (with the stack-in-card) did "reload resources, still same error from custom yaml.
Do not do anything with resources, HACS does it.
Restarting HA is not needed after changes in Frontend, just cleaning cache & F5.
Back from clearing browser cache and F5 (login) Still no go. I could delete the code at the point of error and try reloading (yaml).
What HA version?
What browser?