Skip to content
Ezequiel Holzweissig edited this page Nov 24, 2020 · 1 revision

Update

Automatic Update

Update Menu

From the update menu, you can click in the MMM-Remote-Control to access the latest update available.

With installer.sh

You can also use the installer.sh file, available when you download Remote Control repository.

Manual Installation

Download with git pull

  1. Go to you Remote Control installation
cd ~/MagicMirror/modules/MMM-Remote-Control # adapt directory if you are using a different one
  1. 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.

Download source code or with git clone

  1. Go to you MagicMirror modules folder
cd ~/MagicMirror/modules # adapt directory if you are using a different one
  1. Erase the MMM-Remote-Control folder
rmdir -r MMM-Remote-Control
  1. Install following the Installation wiki.
Clone this wiki locally