If you're using a local LMS (i.e. it's installed on the same Pi in the evosabre), then there's a bug in the current image - the script crashes when it tries to discover the server. I've posted the updated script a couple of days ago, but haven't updated the images yet. I'll post new ones, shortly, but in the meantime, if you specify the IP address manually, then it will skip trying to discover the LMS, so won't crash.
Change the line User command #1 at the bottom of the Tweaks page from
python3 /home/tc/lms_oled_3.12_py3.py
to
python3 /home/tc/lms_oled_3.12_py3.py 127.0.0.1
So, you're telling the script your LMS is at 127.0.0.1, which is the local IP. When I update the images, you won't need this (and I actually changed the parameters, so that won't work anymore), but for now, that should fix it.
Comment