Install musicbox from http://www.pimusicbox.com/
version 0.6 (no support for pi zero)
Go into the settings.ini (/boot/config/settings.ini) and turn on ssh
Mount the SD in another pi A, B, B+ (1, 2, 3) (with ethernet)
I used an old 256mb pi B
SSH onto the ‘donor’ pi and run the update/upgrade commnds
sudo apt-get update sudo apt-get upgrade
Go into the settings.ini (/boot/config/settings.ini) and add in your wifi settings
If you are using a DAC you may need to change the settings to get the audio device to be used correctly.
Enable the OLED (https://learn.adafruit.com/ssd1306-oled-displays-with-raspberry-pi-and-beaglebone-black/wiring)
Enable SPI http://raspi.tv/how-to-enable-spi-on-the-raspberry-pi
sudo nano /etc/modprobe.d/raspi-blacklist.conf
Open
sudo nano /boot/config.txt
and add
dtparam=spi=on
sudo apt-get update sudo apt-get install build-essential python-dev python-pip sudo pip install RPi.GPIO sudo apt-get install python-imaging python-smbus
sudo apt-get install git git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git cd Adafruit_Python_SSD1306 sudo python setup.py install
sudo reboot
test by running one of the example scripts
cd sudo python
install html scraper