A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Remote Control update
-
Good evening I want to update Remote controj I have this message that must be done Thank you
pi@raspberrypi:~/MagicMirror/modules $ bash -c " $ ( curl -s https://raw.githubusercontent.com/Jopyth/MMM-Remote-Control/master/installer.sh ) "
bash: -c: ligne 0: erreur de syntaxe près du symbole inattendu « curl »
bash: -c: ligne 0: ` $ ( curl -s https://raw.githubusercontent.com/Jopyth/MMM-Remote-Control/master/installer.sh ) ’
pi@raspberrypi:~/MagicMirror/modules $ -
@pat59 I assume you have the module installed and you are just trying to update? If yes, do the following.
cd ~/MagicMirror/modules/MMM-Remote-Control git pull npm install
The command you are running is to do a fresh install and not an update.
-
update successful