So the first steps are made.
To your second problem:
I forget that i have a “font” and a “image” folder in that folder, where the daclcd.py is located.
yourfolder
|-daclcd.py
|-fonts
_|-Roboto-Medium.ttf
|-images
_|-airplay.png
_|-bta.png
_|-controls-pause.png
_|-controls-pause-dark.png
_|-controls-play.png
_|-controls-play-dark.png
_|-controls-vol.png
_|-controls-vol-dark.png
_|-default-cover-v6.jpg
_|-jack.png
_|-spotifiy.png
_|-squeeze.png
See attached zip. So if you copy the files in the right place you should come further.
fonts_and_images.zip (259,6 KB)
To your first problem (maybe already solved by yourself, so only try if adding the missing folders dont work):
I can remember that install of socket.io was difficult and i am not sure which one is needed, so i installed the following. Open a terminal and enter:
sudo easy_install pip
pip install socketIO-client-2
pip install -U socketIO-client –user (bzw. mit sudo)
pip install "python-socketio[client]"
it can be, that you have to execute some of the code above with sudo in front, depends on the terminalmessage if executed without sudo.
Regards
AxLED