Easily set up a fresh new Raspberry Pi for use with Geckoboard.
For more information check out our blog post.
Make sure your Pi is online. Open a terminal emulator, and run these two commands:
export DASHBOARD_URL=https://example.geckoboard.com/dashboard/AAABBBCCDDD
curl -L https://raw.github.com/geckoboard/gecko-pi/master/install.sh | bash
Done!