Hey there, i tried to set up an pi to show a website where no interaction with the user is necessary. I just want to show it and refresh it once in a while. I start this script to boot directly into fullscreen midori: #!/bin/sh xset -dpms xset s off unclutter & matchbox-window-manager & while true;d...
Hello there, got Raspbian working on my PI. Now what i want to do: I have an MySQL databse on another server running with data. I want the PI to show it on a big TV. I can now write an php/html/jquery/css script and open it in epiphany or another browser or i use Java or C++ or sth else. (Maybe Pyth...
Personally use Raspbian Wheezy Standalone on an 8GB SD Card class4 http://www.raspberrypi.org/downloads That's not good advice for the new user who has never booted a Linux system before. NOOBS is designed to be foolproof (if the simple instructions are followed) as it needs nothing other than stoc...
Hello, i'm a proud new owner of my very first and very own Pi for half an our now :shock: AND, what to do now? I already have experiance with webDevelopment (and a lot of that). SO i hope i can start working with my pi without lots of struggle. For my first Project i want my Pi to load data from my ...