A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
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 -
@draxiom very cool…
similar to my PythonPrint
https://github.com/sdetweil/MMM-PythonPrint -
@draxiom Nice! Don’t forget to add it to the modules list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules :-)