doidotech / TBM

Repository contains LCD setup scripts for nodes
MIT License
21 stars 9 forks source link

TBM display no longer working on Umbrel 1.0.0 #4

Open calm108 opened 8 months ago

calm108 commented 8 months ago
console2002 commented 8 months ago

Exactly the same issue here. this is one of the errors seen during installation of the LCD files.

error: externally-managed-environment

× This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install.

If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.

If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.

See /usr/share/doc/python3.11/README.venv for more information.
calm108 commented 8 months ago

I followed this to overcome this issue:

https://www.jeffgeerling.com/blog/2023/how-solve-error-externally-managed-environment-when-installing-pip3

calm108 commented 8 months ago

Then I reinstalled Umbrel OS 1.0.1 as the original image has an issue on Pi4 where the SSD card may not be recognized on reboot. Then after rebooting and successfully verifying all my apps are working, I shut down and put the ssd back into another machine so I can edit the config.txt file from the ssd /boot drive (it is R/O via Umbrel SSH) following these steps from Umbrel Community member @usefulTowel: "If you remove the SD card and mount it in another device you can then modify the config.txt file on the BOOT-A volume. You need to add a line at the end that says “dtparam=spi=on” no quotes. Save, reinsert the SD card and boot up. You might need to run the LCD setup again, you’ll get the same errors but it will work.

Currently the only screens working are the DATE/TIME and Storage."

calm108 commented 8 months ago

Have a mostly working LCD but no bitcoin information using the steps outlined here: https://community.umbrel.com/t/how-to-update-to-umbrelos-1-0/15575/125?u=surfer108

gerwai commented 7 months ago

Yep, confirmed not working unfortunately

aguyisok commented 6 months ago

Have a mostly working LCD but no bitcoin information using the steps outlined here: https://community.umbrel.com/t/how-to-update-to-umbrelos-1-0/15575/125?u=surfer108

saw your post on there.. is there anyway that you can do step by step, i'm a newb when it comes to SSH.. I'm using PUTTY for SSH but I can't get passed initial screen.. what user name do I enter? is it PI or Umbrel?? thx for any help.