Hi. I’m wondering if anyone else has experienced this. I have a 9th gen Kindle Fire 7 I want to use for a Home Assistant dashboard with the LCARS theme. I am using Fully Kiosk to keep the tablet on the dashboard page. For whatever reason, it will not go to the local HA page. It just gives me an error. I logged into the Nabu Casa website and get to my HA that way. Here’s what shows on it.
On any other device I have (including another Kindle), there is no problem showing the full theme and card mods, but this one Kindle won’t do it. It’s driving me nuts! Does anyone have a solution? Thanks in advance.
It’s highly likely you have conflicting card_mod resources causing multiple element patching which can mean elements don’t get patched. Check Home Assistant logs for any card_mod logs noting such an issue.
Switch to UI eXtension (UIX) which has no resource url issues as it is all managed for you. Read the FAQ for information on migrating from card_mod, which is as easy as removing card_mod and installing UIX.
Thanks, guys. Oddly the situation has righted itself. So weird, I’ve had that dashboard on there for a good month.
dcapslock, would you say that’s true even if I can open up that same dashboard on other devices and it looks like it should? I’ve been using card_mod quite a bit. I do run into situations where it doesn’t do what it’s supposed to, but can usually find a way around it. Sometimes my other “modded” dashboard do regress temporarily, but they come back. Is that what’s causing that?
Yes, issue will come and go depending on what the starting page is for the device app as this may be old or fresh so may have old or fresh resources - no room here to go into the details but it is also why on a device you may not get HA’s own Frontend needs an update for some time after updating HA and issues that may only go away with a cache reset.
If the issue still comes and goes its pretty much conflicting card_mod resource URLs to iron out in your configuration and manage ongoing. Recommend to migrate to UIX as this is all managed by the UIX integration.