Read the statement by Michael Teeuw here.
Updating MM on a PC?
-
@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? -
@Damian very possible you could have broke something. If the suggestions I gave you didnāt workā¦ good idea, start over :) This time make backups of the files you are changing before you change them :)
-
Thanks, yeah for sure I will keep a āMaster Files Folderā for all originals should something go weird?
As an aside, the updated complimentsā¦ on my Pi I noticed that they did not color since updating today, had a quick look and on comparing old file with updated file, there was a part missing ā¦ racking my brains to think the exact name, but it made reference to the CSSā¦ so when I C&P that section from old file into new file, the compliments colored again!.. was this intentional to omit this or just an oversight from the dev?
-
@Damian said in Updating MM on a PC?:
Thanks, yeah for sure I will keep a āMaster Files Folderā for all originals should something go weird?
As an aside, the updated complimentsā¦ on my Pi I noticed that they did not color since updating today, had a quick look and on comparing old file with updated file, there was a part missing ā¦ racking my brains to think the exact name, but it made reference to the CSSā¦ so when I C&P that section from old file into new file, the compliments colored again!.. was this intentional to omit this or just an oversight from the dev?
Iām not really sure in all honesty. I have written most of my own modules and use none of the default ones.