[Plugin] pirate audio

Hi Jacek1,
here is what I did:

  • use the image provided by sef
  • configure it via the WIFI hotpsot, connect it to the internet, give it a name, etc
  • reboot volumio
  • navigate to the volumio frontend
  • log the volumio into “myVolumio”, so you can acces the plugin
  • install the pirate audio plugin
  • in your browser go to “<name_of_your_volumio>.local/dev” and enable ssh
  • ssh into our volumio
  • run the following commands
    sudo pip3 install st7789==0.0.4
    sudo pip3 install numpy==1.16.2
    sudo pip3 install “python-socketio>=4,<5”
    cd /data/plugins/system_hardware/pirateaudio
    python3 display.py
  • the pirate display might already be on at this stage, but give it a reboot anyway
  • that should be it, worked for me
2 Likes