Magic Mirror Useful Notes

How to safely shutdown or reboot your raspberry pi

https://weblogs.asp.net/bleroy/getting-your-raspberry-pi-to-output-the-right-resolution

https://www.raspberrypi.org/documentation/configuration/config-txt.md

http://elinux.org/RPi_Powered_USB_Hubs

—–

Installing apache https://www.raspberrypi.org/documentation/remote-access/web-server/apache.md

Open chromium on start: http://raspberrypi.stackexchange.com/questions/38515/auto-start-chromium-on-raspbian-jessie-11-2015

*Loaded Chromium-browser for Raspbian Jessie based on this site: –https://www.raspberrypi.org/forums/viewtopic.php?t=121195&p=818455

*And got the Chromium “boot to fullscreen” from this guidance: site: http://www.0atman.com/auto-start-full-screen-web-page-on-raspbian-jessie-startup.html Create a file called ~/.config/autostart/chromium.desktop with the following contents:

[Desktop Entry]
Encoding=UTF-8
Name=Connect
Comment=Checks internet connectivity
Exec=/usr/bin/chromium-browser -incognito --kiosk YOUR_WEB_ADDRESS

——

Turn on/off screen at certain times: https://github.com/wireload/screenly-ose/issues/26

https://www.raspberrypi.org/forums/viewtopic.php?f=41&t=7570