Skip to main content

Installing Modules via ZIP

You can add new MagicMirror² modules by uploading ZIP files through the web interface.

Steps

  1. Download a MagicMirror² module ZIP file from the internet.
  2. Go to Modules → Upload Module in the web interface.
  3. Drag & drop the ZIP file or select it manually.
  4. 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.js and refresh the mirror.

See Configuration for details on enabling modules.