Moode Forum
[PROBLEM] PydPiper display - 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: [PROBLEM] PydPiper display (/showthread.php?tid=3476)



PydPiper display - Wallyboy - 02-08-2021

I'm a new user to Moode so go easy on me.   Smile
I've got PydPiper installed and running.  The large font displays such as play and stop are working as expected however during play all I get is a message saying "no active widget". Could someone point me in the right direction to solve this?

Thanks


RE: PydPiper display - Wallyboy - 02-09-2021

(02-09-2021, 10:08 PM)liv_s Wrote: First post in pydPiper topic:

If the display works but complains that there is no widget available, you have to edit your page file in order to get data from MPD:
Code:
Code:
cd pydPiper
sudo nano pages_weh_80x16.py (or any other page file corresponding to your display)
In the sequence section, replace every "stream" by  "encoding", so that you have db['encoding'] instead of db['stream'].
ctrl-x, yes, enter when finished.

Perfect!  Thanks very much that seems to have fixed it.

K