Decided I should be less lazy and take a look myself. Just to get it to the level I’d like (able to define custom css to be injected per column) seems fairly easy. I’ll drop you a pull request with my changes so you can see what I’m doing.
It’s fairly basic, and I went for a simpler, but possibly less intuitive, config method (it all plugs right in nicely with little work in the code, but that might just make it harder for people to configure). You might prefer something that doesn’t require people to inspect the elements/understand css flexboxes to be able to use it.
I’ve also barely tested it. Doesn’t throw any errors if you put non-sensical column numbers or css values in, but that might also not be great and just cause lots of “why doesn’t this work” posts.
Well, all the other error mentioned cardtools in it, mine was different that’s why…
Anyway, I tried getting a new copy and manually update it; same error…
I cleared cache as well…
Any idea? I use this card a lot, and it’s screwing my entire UI lol
I’ve realized that maybe it’s a problem with the browser. I have tried the same tab with chrome smartphone and chrome tablet and chrome pc, and in tablet if it loads but pc and smartphone, no!
Sorry for syntax but it’s with a Google translator
I’ve realized that maybe it’s a problem with the browser. I have tried the same tab with chrome smartphone and chrome tablet and chrome pc, and in tablet if it loads but pc and smartphone, no!
Sorry for syntax but it’s with a Google translator
Would it be possible to have the useful markdown card read from an external file? Or would the include statement face the same extinction as the standard markdown card?
Thanks for your answer. The problem I’m having is getting around the 255 character limitation. I have a python program that currently builds the markdown data and via mqtt load it to a sensor. Was hoping the useful markdown would get me around that limitation. I’ll keep looking
thanks
Im a little confused with the update to custom_updater and where I should put the .js. files within my file structure.
Currently they are in /local/ with, as I understand it, /local being /home/homeassistant/.homeassistant/www
Do I now need to move the .js. files to /local/customcards = /home/homeassistant/.homeassistant/www/customcards or is the local folder not required now, so .js files go into a /home/homeassistant/.homeassistant/customcards
Or am I totally wrong here!
Sorry for the basic question…