Common Mistakes
Avoid these frequent issues when managing your Smart Mirror:
- Syntax errors in
config.js:- Missing commas or brackets can prevent MagicMirror² from loading.
- Wrong module name:
- The folder name and the module name in
config.jsmust match.
- The folder name and the module name in
- ZIP file contains extra parent folder:
- The ZIP should directly contain the module folder, not an additional parent directory.
- Module installed but not added to
config.js:- Modules only appear after being added to the configuration and refreshing.
- Not refreshing after changes:
- Always use the Refresh/Restart button after editing
config.jsor installing modules.
- Always use the Refresh/Restart button after editing
- Git install fails:
- Ensure the repository URL is public and correct.
If the mirror screen stays black, check config.js for errors first.