Read the statement by Michael Teeuw here.
Updating MM on a PC?
-
@Damian said in Updating MM on a PC?:
cd MagicMirror -then git pull -then npm install
That should work. git commands and npm commands should work.
sudo will not.
-
‘’’
Damian@KitchenComputer ~/MagicMirror
$ git pullFatal: not a git repository (or any of the parent firectories): .git
‘’’ -
try:
git pull origin master
If you’re still having problems do this:
sudo apt-get install git-all
Then retry ‘git pull’…
-
@cowboysdude said in Updating MM on a PC?:
try:
git pull origin master
If you’re still having problems do this:
sudo apt-get install git-all
Then retry ‘git pull’…
From ~MagicMirror
$ git pull origin master
fatal: Not a git repository (or any of the parent directories): .git$ sudo apt-get install git-all
bash: sudo: command not found -
@Damian said in Updating MM on a PC?:
fatal: Not a git repository (or any of the parent directories): .git
Type ‘git init’ then retry ‘git pull’
-
$ git init
Initialized empty git repository in C:/users/Damian/MagicMirror/.git/
$ git pull
fatal: no remote repository specified. Please, specify either a url or a remote name from which new revisions should be fetched. -
@Damian said in Updating MM on a PC?:
fatal: no remote repository specified. Please, specify either a url or a remote name from which new revisions should be fetched.
git remote add origin https://github.com/MichMich/MagicMirror.git
-
Thanks will try that out when keyboard recharges, I have run battery flat with all the things I have tried 😮
-
@Damian said in Updating MM on a PC?:
Thanks will try that out when keyboard recharges, I have run battery flat with all the things I have tried 😮
Nice Job LOL I have to go to work :) Good luck!
-
😣😟
Think I may just delete MM, and start afresh with virgin modules, then try and update again, and start adding my changes… see if it’s maybe me messing around has done something eh?