-
Notifications
You must be signed in to change notification settings - Fork 149
Update
Ezequiel Holzweissig edited this page Nov 24, 2020
·
1 revision
From the update menu, you can click in the MMM-Remote-Control to access the latest update available.
You can also use the installer.sh
file, available when you download Remote Control repository.
- Go to you Remote Control installation
cd ~/MagicMirror/modules/MMM-Remote-Control # adapt directory if you are using a different one
- Use
git pull
and install dependencies
git pull
npm install
Note: If you get an error, please try using git reset --hard
and try again.
- Go to you MagicMirror modules folder
cd ~/MagicMirror/modules # adapt directory if you are using a different one
- Erase the MMM-Remote-Control folder
rmdir -r MMM-Remote-Control
- Install following the Installation wiki.