Read the statement by Michael Teeuw here.
Failure of v2.2.0
-
@carltonb No ignorance…it’s okay to ask questions! :)
-
@Mykle1 Since as you said the OS makes no difference to me. So …
This is the file I d/l
2017-07-05-raspbian-jessie.zip 05-Jul-2017 13:05 1.5G
Install went fine, but again crashed when I tried to use this command. It crashes at the same point every time. See the file generation after I start the installer in the first post.Get and install MagicMirror with the Automatic Installer:
curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh | bash
Might there be something wrong script that is trying to install it.
Is there another way to install it without using the Automatic Installer script.carltonb
-
@carltonb said in Failure of v2.2.0:
Is there another way to install it without using the Automatic Installer script.
-
“Crashed” like in not responding? Any error messages?
-
Hi you all i upgraded to V2.2.2 last night and all in all it went good the only initial problem was that it will abort due to local weather changes being not committed but i solved that with “git status” and after that “git reset --hard” on the MagicMirror directory as stated on the github notes.
When i started the magic mirror however it through “npm start” (i dont use “pm2” ) i got a complete black screen (had to use ctrl-alt-del to kill electron to get out of it as ctrl-q will not do anything) and on the terminal i could see that MMM-Swipe was the culprit i commented out “MMM-Swipe” and the second issue was with “MMM-PIR-sensor” after commenting those 2 out everything else was working perfectly. The error was the same for both modules the expected 50 and got 54 or something to that nature i don’t remember the exact words but i have to re=crash it again when i get home.
Does any one knows how to get rid of this issue which i am assuming should be easily fixed via commands without going the long route, and the only one i know, of deleting the modules and reinstalling them???
thank you all any help will be greatly appreciated
Denis -
@richland007 said in Failure of v2.2.0:
expected 50 and got 54
as i can read here a simple
npm install
in the modules folders should bring u to target :) -
@cruunnerr you are the man that worked
thank you -
@carltonb said in Failure of v2.2.0:
Install went fine, but again crashed when I tried to use this command. It crashes at the same point every time. See the file generation after I start the installer in the first post.
Where exactly does it crash? I can’t follow you. I also can’t find the error in the pasted code above.
Does it just stop where the code stops and not go on?