MagicMirror² DocsMagicMirror² Docs
Donate
Discord
Forum
GitHub
Donate
Discord
Forum
GitHub
  • Getting Started

    • Introduction
    • Requirements
    • Installation & Usage
    • Upgrade Guide
  • Configuration

    • Introduction
    • Autostart your MagicMirror²
    • Raspberry Specific
  • Modules

    • Introduction
    • Module Configuration
    • Default Modules

      • Alert
      • Calendar
      • Clock
      • Compliments
      • Hello World
      • News Feed
      • Update Notification
      • Weather Module
    • Animation Guide
  • Module Development

    • Introduction
    • The Core module file
    • The Node Helper
    • MagicMirror Helper Methods
    • Logger
    • Notifications
    • Weather Module Weather Provider Development
    • How to write good documentation
  • About

    • MagicMirror² Manifesto
    • Contributing Guidelines
    • Donate
    • Support
    • License

Upgrade Guide

WARNING

Always backup your config.js, custom.css and modules folder before you start the upgrade process!

If you want to update your MagicMirror² to the latest version, use your terminal to go to your MagicMirror folder and type the following command:

git pull && npm run install-mm

If you changed nothing more than the config or the modules, this should work without any problems.

WARNING

Using git reset --hard as described below will delete all your changes made in the source code, so only execute this if you know what you are doing!

Type git status to see your changes, if there are any, you can reset them with git reset --hard. After that, git pull should be possible.

If you want to try the community maintained automated update then, please see alternative installation methods

Help us improve this page!
Last Updated:: 4/30/25, 8:00 PM
Prev
Installation & Usage