@sdetweil Good call! I didn’t see that there 🫣 I moved my custom css to custom.css and it all works the same. Thanks!
Read the statement by Michael Teeuw here.
Best posts made by draxiom
-
RE: LCARS - Version 1
-
MMM-Bash
A module like this probably already exists, but I couldn’t find one and thought it would be a good use case to make my first module. The idea about this module is to pipe the return value of some terminal/bash command(s) to my magic mirror display, on a loop. I had a couple of use cases: display
uptime
from the rpi running magicmirror, andkubectl
commands on my local k3s cluster as a poor-man’s monitoring system, to view health of kubernetes deployments.
https://github.com/mathew-fleisch/MMM-Bash
Latest posts made by draxiom
-
MMM-Bash
A module like this probably already exists, but I couldn’t find one and thought it would be a good use case to make my first module. The idea about this module is to pipe the return value of some terminal/bash command(s) to my magic mirror display, on a loop. I had a couple of use cases: display
uptime
from the rpi running magicmirror, andkubectl
commands on my local k3s cluster as a poor-man’s monitoring system, to view health of kubernetes deployments.
https://github.com/mathew-fleisch/MMM-Bash -
RE: LCARS - Version 1
@sdetweil Good call! I didn’t see that there 🫣 I moved my custom css to custom.css and it all works the same. Thanks!
-
RE: LCARS - Version 1
Neat @biscuitbigfoot!
@lparco I know this is an old thread, but I got this working as well. Copy the backround2.jpeg to the css directory and add the css provided to the bottom of the main.css file. “Cascading style sheets” mean that whatever is at the bottom will override anything above, so you don’t need to remove duplicates.After I got the background working, I had to tweak some of the sizes to make it look right on my monitor through trial and error.