finally made it to this today, and, whilst still simple, and open to a lot of improvement, I am quite happy with the result so far. Glad to share and give some back now!
next up the list is replacing the hard coded variable sensors in the card it self to card variables so I can easily change things. also the colors need to be using builtin colors like var(–primary–color) etc.
Please let me know if you can use this, and how to build on it!
I tried your example for a scrolling marquee and it works great however it only scrolls once. Is there a way to make this continually scroll, so once it scrolls off on the left it begins again on the right?
***edit - nvm, I re-copied and pasted the code again and it began scrolling correctly. Thx
Thank you so much for this code. HA really needs a marquee card of some sort but this worked perfectly after simply changing the entities to my own similar types.
I am hoping that I’ll be able to use a group (helper) of binary senors as the input for the alerts. The Button Card does support that feature so I will see if I can get there from here. I am by no means a coder.
It was rather complex compare to the html marquee which just works, because the length and available space need to be aligned.
Since the length of my Marquee string is dynamic, that was not straightforward…
Hop over to the other post and see how I did that
Marking this as solved as I don’t want to advocate the deprecated Marquee, but offer the css as solution