Read the statement by Michael Teeuw here.
Magic Mirror on the Raspberry Pi 1, agonizingly difficult
-
Good news!
The config file is (mostly) working (it needed a reboot) and I’ll configure it until I’m satisfied at which point I need to figure out how to keep it fullscreen, disable screen timeout and do the autostart and all that…
In the meantime, thanks to everyone for their help :-D -
@MMRPi1 said in Magic Mirror on the Raspberry Pi 1, agonizingly difficult:
Good news!
The config file is (mostly) working (it needed a reboot) and I’ll configure it until I’m satisfied at which point I need to figure out how to keep it fullscreen, disable screen timeout and do the autostart and all that…
In the meantime, thanks to everyone for their help :-DYou’re very welcome. :) Enjoy!
-
Now the software is working I have a few more questions:
(Btw I’m running MM in serveronly mode in Chromium.)- How do I make MM auto run when the Pi turns on, disable screensaver and make it fullscreen?
- Should I be concerned that the RPi gets quite hot in operation, especially as it will be in a frame and in constant operation.
- Is it advisable to turn the raspberry pi off (and turn off the magic mirror) by switching it off at the mains, and if not how would I turn it off and on?
-
Also, how do you rotate the screen??
-
@MMRPi1
For autostart, read this
Don’t worry about heat unless overclocking. However you can add small pan and ventilatoin holes on your frame.
You can use cron for scheduly shutdown or reboot. But you cannot turn on RPI automatically. You need additional hardware for that. You can consider timer switch or outlet.For display rotating, edit /boot/config.txt
Add
display_rotate=1 -
@MMRPi1 said in Magic Mirror on the Raspberry Pi 1, agonizingly difficult:
Also, how do you rotate the screen??
https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi
-
@MMRPi1 said in Magic Mirror on the Raspberry Pi 1, agonizingly difficult:
Is it advisable to turn the raspberry pi off (and turn off the magic mirror) by switching it off at the mains, and if not how would I turn it off and on?
First, shutdown the Pi correctly. Once you’ve shutdown the Pi correctly you can pull the power cord,
OR
you can install some sort of power switch.In my case, I simply used a mini power strip inside the mirror itself. Once I’ve shut down my Pi correctly, I simply reach under my mirror and hit the power switch on the mini power strip. This also powers down the fan that I have sitting on the Pi. When you’re ready to start your mirror again, you simply hit the power switch on the mini power strip again and everything comes back on.
-
This post is deleted! -
Hi again…
Everything works fine but I can’t get the mirror to auto run (in server only mode) at boot.
Any help would be appreciated…
(BTW I tried configuring the LXDE and boot files and all that) -
@MMRPi1 Did you try the pm2 route from the Auto Starting Magic Mirror? @Sean gave you the link a few days ago.
In your case, you’ll want to change the
mm.sh
script to start in server-only mode and then launch your web browser. If you really want to bulletproof your installation, you can create a separate script for the mirror in server-only mode and another for keeping the browser up & pointed at the correct location. Let PM2 manage both as separate processes.