Andrew replied to the topic 'AstroPi3 Scripts revised' in the forum. 3 years ago

My Conky widget was not getting the CPU temperature. I found that vcgencmd was missing, but was easy to install.

sudo pip3 install vcgencmd
Then I found that it is installed in /usr/bin on this version of Linux and not /opt/vc/bin. So I edited my Conky config file accordingly and all is well on my end now.

Read More...