A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Tronity
-
Hi there, does anyone know if this is still working? tried to reinstall again however saying;
bradley@raspberrypi:~/MagicMirror $ Run git clone https://github.com/robotfishe/MMM-Tronity.git
Run npm install
bash: Run: command not found
bash: Run: command not foundall help greatly appreciated
-
@bradley1982 this is easy :-)
Your terminal states the error.You have to issue:
npm install
The „run“ produces the error .
Good luck!Warm regards,
Ralf -
Don‘t forget to go to the target module directory before installing!
cd MMM-Tronity
Ralf
-
perfect thanks so much