MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
MMM-Sonos ...need help
-
My problem is that I would like to have a static text and not a moving text (Tite,Artist)…does anybody know
how to do thisthe module: https://github.com/armybean/MMM-Sonos
thanks
-
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }
This is the css but don’t know how to stop the moving text