UI
UI copied to clipboard
New Installation the UI doesn't show as expected.
Describe the bug UI doesn't show as expected on a brand-new installation.
To Reproduce Follow HACS installation guide.
Screenshots
Related Logs (can be found in the browser-console (F12))
button-card.js?hacstag=146194325412:426 TypeError: e.trim is not a function
at Ti._getTemplateOrValue (button-card.js?hacstag=146194325412:434:2813)
at button-card.js?hacstag=146194325412:434:2770
at Array.forEach (<anonymous>)
at Ti._getTemplateOrValue (button-card.js?hacstag=146194325412:434:2747)
at button-card.js?hacstag=146194325412:434:2770
at Array.forEach (<anonymous>)
at Ti._getTemplateOrValue (button-card.js?hacstag=146194325412:434:2747)
at button-card.js?hacstag=146194325412:434:2770
at Array.forEach (<anonymous>)
at Ti._getTemplateOrValue (button-card.js?hacstag=146194325412:434:2747)
Related Card Config No changes on original sample yaml configuration.
Captured console logs:
+1, got the same issue
Try updating all libs to the latest versions...
Required Integration¶ browser_mod by Thomas Lovén Required Lovelace Resources¶ button-card by RomRider card-mod by Thomas Lovén mini-graph-card by Karl Kihlström Mini Media Player by Karl Kihlström My Cards Bundle by AnthonMS** Light Entity Card by Leonardo Merza auto-entities by Thomas Lovén
Turns out the above list is missing layout-card state-switch
As soon as these are installed via HACS it works. see also https://github.com/UI-Lovelace-Minimalist/UI/issues/1047
I have the same issue. Elements are showing, but they don't look right. I have added layout-card and state-switch. I have both tried manually installing all dependencies, and also used the checkbox for having Lovelace install them for me.
Same here. New install. Popup is even worse it is just text.
layout-card and state-switch already.
I have a similar problem as in the previous message.
I've tried installing libraries automatically and manually. Has someone found a solution?
Same here. Installed manually all dependencies, including layout-card and state-switch mentioned here. Home Assistant Version: 2024.3.1
In the console I'm receiving the following errors, seems something related to button-card. I'm using v4.1.2
ButtonCardJSTemplateError: TypeError: Cannot read properties of undefined (reading 'ulm_show_last_changed') in 'if (typeof(entity) !== 'undefined' && entity !== undefined){
let device_class = entity.attribu...'
at ti.eval (eval at _evalTemplate (:8123/hacsfiles/button-card/button-card.js:425:9303), <anonymous>:10:18)
at ti._evalTemplate (:8123/hacsfiles/button-card/button-card.js:425:9389)
at ti._getTemplateOrValue (:8123/hacsfiles/button-card/button-card.js:425:9976)
at :8123/hacsfiles/button-card/button-card.js:425:9869
at Array.forEach (<anonymous>)
at ti._getTemplateOrValue (:8123/hacsfiles/button-card/button-card.js:425:9846)
at ti._objectEvalTemplate (:8123/hacsfiles/button-card/button-card.js:425:9685)
at ti.render (:8123/hacsfiles/button-card/button-card.js:425:6853)
at ti.update (:8123/hacsfiles/button-card/button-card.js:1:19873)
at ti.performUpdate (:8123/hacsfiles/button-card/button-card.js:1:16761)
Uncaught (in promise) TypeError: e.setConfig is not a function
at ti.render (button-card.js:425:7051)
at ti.update (button-card.js:1:19873)
at ti.performUpdate (button-card.js:1:16761)
at ti._enqueueUpdate (button-card.js:1:16413)
I have the exact same issue1
I'm having the same issue!
I have the same issue. Elements are showing, but they don't look right. I have added layout-card and state-switch. I have both tried manually installing all dependencies, and also used the checkbox for having Lovelace install them for me.
For this weird looking quirk I found that you had to change the theme your user is set to one of the minimalist-* ones instead of having it on default as mine was before
Same here. everything is up2date.
Same here, fresh install and everything up2date
Yeah, same issue here. Looks even worse than yours.