Installing Modules via ZIP
You can add new MagicMirror² modules by uploading ZIP files through the web interface.
Steps
- Download a MagicMirror² module ZIP file from the internet.
- Go to Modules → Upload Module in the web interface.
- Drag & drop the ZIP file or select it manually.
- The system will extract the module into the
/modules/directory.
Important:
- The ZIP must contain exactly one module folder (e.g.,
MMM-Example/). - Uploading does not automatically activate the module.
- To activate, add the module to
config.jsand refresh the mirror.
See Configuration for details on enabling modules.