This is an updated version of demo application for Tinker Forge weather station. Code is written and tested in python 3.7.4 with libraries specified in requirements.txt.
It includes viewing values of these sensors on LCD display:
Additional "bonus", I added, is writting data to google spreadsheet, for additional graphs or just sending and saving data to gdrive for no specific reason. This should not be used to send big chunks of data. (see value_db.py and take care of you gserviceaccount beforehand)
Before running, you need to install Brick Daemon according to instructions here.
Start with
./src/tabletop_weather_station.py

