A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
DHT22 with Debian 12 Bookworm
-
@RonR thanks!
-
@com1cedric
Hi. No problem. If I have time it try to help.It looks like there will installed two additional python libs in the venv in the tutorial you shared.
Maybe one of the libs is missing in the virtual environment my script creates.You can add them to the venv with:
cd ~/MagicMirror/modules/MMM-Temperature/scripts ./venvWrapper.py --venv-name py-venv --install-libs lgpio RPi.GPIO -
If you change line 25 in my dht11 script from
except:tofinally:you should see the whole error.But make sure to revert the change after the problem is fixed.
-
@wishmaster270 thanks, I will try this week-end and inform you. Could interest the other users.
-
@wishmaster270 I think the gpio setup changed in bookworm
