@sdetweil
Did I do it right? If so, it will appear as a message
Read the statement by Michael Teeuw here.
Posts
-
RE: Magic mirror does not start automatically when booting
-
RE: Magic mirror does not start automatically when booting
@sdetweil That worked very well this time. Magic Mirror finally starts. Thank you very much for your script.
I would now like to know whether I can install my modules normally like before, or whether there are still difficulties with calendar modules (I have often read this week that calendar modules cause problems)?I had these modules on it before and would install everything again, or should I leave some out because there are problems with the new MM update/version?
Edit: After I rebooted, Magic Mirror doesn’t start automatically, then I entered this command:
bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)”
It then starts immediately, but after restarting the Pi starts without MM.
-
RE: Magic mirror does not start automatically when booting
@sdetweil No, I re-flashed the SD card and could now reinstall the Magic Mirror software. Should I access my Pi and run this?
bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)”
Or do I have to do something else beforehand so that the Magic Mirror software is installed correctly?
-
RE: Magic mirror does not start automatically when booting
@sdetweil I did it, at the beginning it said version 20.8 and further down it says that 20.5.1 was installed, did something go wrong here?
-
RE: Magic mirror does not start automatically when booting
@sdetweil So that I don’t do something wrong for the third time, I’d rather ask carefully: I re-flashed the SD card, now I have to do this first:
bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/node20_install.sh)”
And then this: bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)”
And there is already version 20.8 in there and no longer the defective 20.5.1?
And then at the end turn off the two things for the screen saver and the autostart thing:
bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/screensaveroff.sh)”and
bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)”
Have I understood everything correctly so far?
-
RE: Magic mirror does not start automatically when booting
I flashed this version.
Do you have a link for the installation script?
I only saw the link for the backup script -
RE: Magic mirror does not start automatically when booting
@sdetweil
I don’t need the backup because I just flashed the memory card and haven’t installed any modules yet.
If I re-flash the card now, what instructions should I follow so that version 20.8 is installed and not the defective 20.5.1 again?Thanks for your help so far
-
RE: Magic mirror does not start automatically when booting
@sdetweil said in Magic mirror does not start automatically when booting:
20.8.0
Can I just install 20.8.0 over it or do I have to uninstall the other version? Do you perhaps have suitable instructions for this?