Read the statement by Michael Teeuw here.
MMM-ModuleScheduler update
-
@sdetweil said in MMM-ModuleScheduler update:
@Canguingo well, modules are loaded into the
MagicMirror/modules folder
so your command will work from there
thanks this doesnt work
-
@Canguingo what doesn’t?
linux is case sensitive…
cd ~/MagicMirror/modules cd modulename git pull npm install
-
@sdetweil said in MMM-ModuleScheduler update:
@Canguingo what doesn’t?
linux is case sensitive…
cd ~/MagicMirror/modules cd modulename git pull npm install
great now i’m 28 commits behind instead of 19 …
-
@Canguingo did the git pull succeed?
-
@sdetweil said in MMM-ModuleScheduler update:
@Canguingo did the git pull succeed?
Not really,
I went to MagicMirror/modules/MMM-ModuleScheduler and there I did the git pull
and the npm install.Then back to root and a sudo reboot.
But did not help the issue.
I might miss something, a step or something… dunno.
-
@Canguingo no, I was asking, did the command
git pull
work.
so, go there again and do the git pull and show the results
-
@sdetweil said in MMM-ModuleScheduler update:
@Canguingo no, I was asking, did the command
git pull
work.
so, go there again and do the git pull and show the results
Thanks Sam.
It seems I had to delete some files from the ModuleScheduler before in order to get git pull to work.
Now it looks it’s working.
Many thanks!