Moode Forum
[How to do instruction] 8.2.5 oled restart - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [How to do instruction] 8.2.5 oled restart (/showthread.php?tid=5327)



8.2.5 oled restart - DRONE7 - 01-23-2023

If you upgrade and your Oled does not show
https://github.com/antiprism/mpd_oled

ssh in and do

Code:
wget -N http://pitastic.com/mpd_oled/packages/mpd_oled_moode_install_latest.sh
sudo bash mpd_oled_moode_install_latest.sh

then
Code:
sudo systemctl enable mpd_oled    # start mpd_oled at boot

and
Code:
sudo systemctl start mpd_oled     # start mpd_oled now
should restart the display.
Worked for me. (perhaps you need to clear browser cache as well but I didn't need too)