Skip to main content

Git Module Manager

The Git Module Manager allows you to install and update MagicMirror² modules directly from public Git repositories.

Installing a Module

  1. Copy the Git URL of the desired module (e.g., from GitHub).
  2. Open Modules → Git Module Manager in the web interface.
  3. Select the Install tab, paste the URL, and click Install.
  4. The module will be cloned into the /modules/ directory.
  5. Add the module to config.js to activate it.

Updating Modules

  • Use the Update tab to update all Git-installed modules to their latest version.
  • Git installation is recommended for modules that receive regular updates.

See Configuration for activation steps.