MagicMirror² in Docker on RPi5
I have been an avid user of the MagicMirror² framework for almost 6 years now. I have developed, and look after a range of modules. This document will detail these modules and their usage. 🧱 Features Based on debian:trixie for Pi 5 compatibility Installs MagicMirror² v2.32+ Allows custom modules + volume persistence Exposed port for local display 🧪 Custom Modules MMM-Growatt for solar stats MMM-Growatt-Stats for combined stats MMM-MovieListings for movies MMM-NOAA3 for weather-forecast from different providers MMM-Reddit to display content from Reddit MMM-GasMonitor to track your gas levels MMM-NewsAPI custom news feed MMM-Rugby track world rugby rankings and tracks match results for specified leagues MMM-SweepClock a clssic Railway Clock MMM-EskomSePush tracks loadshedding schedule in South Africa MMM-WOTD a word of the day module which caters for multiple languages MMM-PhilipsHue displayes information and status of your Hue lights from your Hue Bridge 🪞 MagicMirror² in Docker — My Complete Setup I recently set up MagicMirror² to run fully containerized in Docker with support for: Mounted custom modules, config.js, and custom.css Server-only mode for remote/browser display Clean build → test → push to Docker Hub workflow Here’s how I did it. ...