Hello,
I am running Volumio 3.799 on RPI model 3 B+, the system works fine but I have trouble getting one particular info on the LCD.
I am using CedricP version of pydPiper (https://community.volumio.com/t/volumio-with-lcd-20x4-customized/12383/99; Github.
All information are showing up correctly as expected.
I am having trouble showing the IP address, instead of the IP it shows up “Uid”.
As per docs the widget below should show IP:
'iptext': { 'type':'text', 'format':'{0}', 'variables':['ip'], 'font':'small', 'varwidth':True},
I don’t understand what is wrong in my code. Any help is appreciated.
thanks