This is a module for the MagicMirror².
This module will display desired processes status either running or stopped.
In your terminal, go to your MagicMirror's Module folder:
cd ~/MagicMirror/modulesClone this repository:
git clone https://github.com/modo-github/MMM-ProcessStatus
To use this module, add the following configuration block to the modules array in the config/config.js file:
Change position as normal and in processes list them as named in ps aux
{
module: "MMM-ProcessStatus",
position: "top_left",
config: {
processes: ["syncthing", "dockerd", "rpi-connectd","portainer","jellyfin"],
}
},-
Raspberry Pi cm5 (tested)
-
Probably works on other Raspberry Pi's
-
Mostly ai slop as I don't know JS,CSS but it works and might be handy for someone else.
