02-09-2021, 11:18 PM
(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:
In the sequence section, replace every "stream" by "encoding", so that you have db['encoding'] instead of db['stream'].Code:cd pydPiper
sudo nano pages_weh_80x16.py (or any other page file corresponding to your display)
ctrl-x, yes, enter when finished.
Perfect! Thanks very much that seems to have fixed it.
K