Read the statement by Michael Teeuw here.
I need help!!!!
-
Idk it never has launched after a reboot ive had to do it manually in terminal everything’s me so far
Also when you type
chmod +x mm.sh
From that guide is terminal supposed to do something?
-
It will make the shell script is executable. I don’t recall if there is any output to confirm. It may simply go back to your directory
-
Yeah it doesnt confirm back with anything just opens a line for another command.
Also just tryed rebooting and waiting its been 7 mins now and magic mirror hasnt popped up
-
Well, it shouldn’t take THAT long. If you run
pm2 start mm
in the terminal, does it launch the mirror? -
Yes it does
Just did it as well to be sure
-
All I can do is suggest you go through the entire process again. Create the script. Make sure it’s not inside your MagicMirror folder, etc . . and follow the instructions precisely. If there is something else going on there then perhaps a fresh install is in order, but that is completely up to you
-
Well thanks a ton for the help im not gonna reinstall the whole thing that would be crazy ill just have to deal with it i guess…
-
Did you run this command?
pm2 startup
This will give you a command to run to setup pm2 to start at boot.
-
-
@Mykle
The first time I ran this command I thought it was done. I did not realize that it returns a command to run.
So since I made this mistake I figured I would ask if the command was run and to check for it to return a different command to run.