Git Module Manager
The Git Module Manager allows you to install and update MagicMirror² modules directly from public Git repositories.
Installing a Module
- Copy the Git URL of the desired module (e.g., from GitHub).
- Open Modules → Git Module Manager in the web interface.
- Select the Install tab, paste the URL, and click Install.
- The module will be cloned into the
/modules/directory. - Add the module to
config.jsto 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.