Display state of mopidy playback using an SSD1306 compatible OLED screen
- Bootsplash
- Show Wi-Fi and playback status
- Display currently playing song
Install by running:
pip install Mopidy-Ssd1306
To access the OLED screen on the Raspberry Pi you have to run mopidy with sudo:
sudo mopidy
Before starting Mopidy, you must add configuration for Mopidy-Ssd1306 to your Mopidy configuration file:
[ssd1306] enabled = true
- First working version