Has anybody had any luck with card-tools and the stock Samsung browser on Android? It says it can’t find card-tools and throws an error in the log: https://redacted:8123/local/card-tools.js?v=445b68:140:50 Uncaught SyntaxError: Unexpected token ...
It works on any desktop browser and Chrome on Android. Have tried every trick in the book to clear the cache, but no dice…
Thanks for all your work! Card Modder gets used the most out of all my custom cards and has made setting up my views MUCH easier.
I recently was redesigning a view for a smaller tablet and stumbled upon your updated card-modder that allows resizing. I put card tools and card modder in place and cleared out my cache. Now I am getting the following error in logging when trying to view the cards.
Any idea what I may have done wrong? Most of my card modder views are configured from an older version. Here is a sample config that I use on most items.
Well… that is a bit embarrassing. I don’t know why I decided to try and download from the save as link instead of the proper way like I have done every other time… Appreciate the response and patience. That definitely fixed the issue. Appreciate all the hard work!
Another question here from me. So sorry, but I absolutely love card-modder!!!
I’m now trying to style a vertical-stack, but don’t seem to be getting anywhere. All I get is a small line about 20px high at the start and end of the card. The cards inside the vertical stack work fine, I just can’t style the vertical-stack.
Any ideas? Is it even possible? I don’t see a ha-card element. Only hui-vertical-stack-card.
Not sure if this will help, but its my yaml from a vertical stack that is modded with card-modder and also using the custom:monster-card too inside the stack.
@thomasloven I’m trying to style it to look like a card, and then place a few cards inside and remove their backgrounds so it all looks like one big card.
The latest version of card-modder.js? I downloaded it already and I also updated ha there is no change. I also downloaded state-card-custom-ui and no change.
Then the update failed somehow. Make sure your cache is invalidated.
The error says that there is a problem with forEach on line 45 of the script.
Line 45 of the script reads: " "
I’ll reply to myself for the sake of helping anyone facing the same issue in the future .
If you want to use lovelace-gen.py while using home-assistant (not hassio) in a docker container, you have to do it from within said container ! (As a beginner, it was hard to understand at first).
So lets say your container’s called hass, then you have to run the following:
# docker exec -it hass /bin/bash
# cd /config ./lovelace-gen.py