Adding package temperature display to magicmirror 0 ▲ Jeff MacKinnon's Homepage 20 days ago · Tech · hide · 0 comments My raspberrypi was running "hot" in the case so I bought a fan. What I just realized this moment is that it was probably fine, but I want to watch it myself. To do that I need to install mmm-systemtemperature, but there is an extra step that I want to remember for the future since I'm using the MagicMirrorOS Step 1 SSH to the device and navigate to the modules folder: cd /opt/mm/mounts/modules Step 2 Clone the module . git clone https://github.com/MichMich/mmm-systemtemperature.git Step 3 And this is where I keep forgetting. I need to enter the docker container before installing with npm. docker exec -it mm bash then go to the module folder cd /opt/magic_mirror/modules/mmm-systemtemperature and install with npm npm install then don't forget to exit the docker bash with exit. Step 4 Its installed and now you can configure for the monitor. The configuration options are in the git for the module. :wq No comments yet. Log in to reply on the Fediverse. Comments will appear here.