I’m sure this has been mentioned many times before and I have found mentions of the problem and solutions over 3 years ago, but things have changed since then.
TLDR; How can I get custom cards such as mini-media-player to load in Fully Kiosk Browser on older Kindle Fire Tablets when the custom cards were installed with HACS.
To expand on the TLDR above, I have a few Fire 7" tablets from 2017 that load the standard cards in Lovelace without issue but any custom cards don’t load. including the following:
- mini-media-player
- bar-card
- home-feed-card
- web-rtc-camera
Searching the forums returns a few similar questions and answers from 3+ years ago but the solution appears to be to amend custom cards in configuration.yaml to change the type to js like in the before and after below
before:
lovelace:
resources:
- url: /local/mini-media-player-bundle.js?v=1.16.5
type: module
after:
lovelace:
resources:
- url: /local/mini-media-player-bundle.js?v=1.16.5
type: js
However, my custom cards were installed using HACS and not manually added, like in the example above. How would I update this when installing via HACS or is this not possible?
I have 3 Fire tablets collecting dust and would be good to make use of them without installing Lineage or rooting in some other way. Another alternative would be to use simpler standard cards in the Dashboards on the tablets I guess.