Please follow these steps and reply with your results
Run these two commands (just in case you have run the command to install mpd_oled)
sudo systemctl stop mpd_oled
sudo systemctl disable mpd_oled
Reboot the Pi
sudo reboot
When the Pi has rebooted open two SSH terminals logged into the Pi
In terminal one
Change to the mpd_oled directory and run
sudo ./mpd_oled -o 3
It should ask for a password and then the OLED should display the clock screen.
If you see any messages in this terminal then copy and paste them into into your reply. if the program exits without you pressing CTL-C then also let me know.
Now play Absolute Radio.
In terminal two
Run the following command and copy and paste the output into your reply
volumio status
For reference, these are my results, and the OLED is displaying the screen with the spectrum, radio name, song title, etc.
Terminal one:
mpd_oled is running, the terminal looks like this (my OLED is -o 7)
[code]sudo ./mpd_oled -o 7
[sudo] password for volumio:
[/code]
Terminal two:
This is the output of ‘volumio status’:
volumio@volumio5:~$ volumio status
{
"status": "play",
"position": 5,
"title": "Willy De Ville - Spanish Harlem | Absolut Radio ",
"artist": "Absolut Radio",
"album": null,
"albumart": "https://radio-directory.firebaseapp.com/volumio/src/images/radio-thumbnails/Absolut Radio.jpg",
"uri": "http://stream.absolutradio.de/hq/mp3-160/radioplayer/",
"trackType": "webradio",
"seek": 302065,
"duration": 0,
"samplerate": "",
"bitdepth": "",
"channels": 2,
"random": null,
"repeat": null,
"repeatSingle": false,
"consume": true,
"volume": "25",
"mute": false,
"disableVolumeControl": false,
"stream": true,
"updatedb": false,
"volatile": false,
"service": "webradio"
}
P.S. Regarding the password when you run sudo, the system will ask for it the first time you run sudo, and then rember you have given it and so won’t ask for it again for a while, so you won’t necessarily have been asked for a password.