Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 1.04 KB

File metadata and controls

38 lines (18 loc) · 1.04 KB

Desktop-Weather

Find the build guide here:

       https://mustardcorner.com/desktop-weather

Code for the Desktop Weather build:

       sudo apt-get install git

       git clone https://github.com/yojoebosolo/Desktop-Weather.git

Libraries needed:

       Requests - pip install requests

       IF using RaspiOS Lite, you will need to install pip.

Crontab setup needed:

       crontab -e

       add the following line to the bottom:

       @reboot sleep 100 && python3 /home/pi/Desktop-Weather/main.py

       "Control + X"

       "Y" (yes)

       "Enter"

For Arduino/ESP32 versions, go here:

       https://github.com/MaeseppTarvo/DesktopWeather