http://lifehacker.com/how-to-build-your-own-amazon-echo-with-a-raspberry-pi-1787726931
Monthly Archives: November 2016
Magic Mirror Useful Notes
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