BachelorSkiSign
Python Repository for Bachelor Ski Sign. This application reads data from https://bachelorapi.azurewebsites.net/ It is written in Ciruit Python for the Adafruit M4 controller and display board.
Code.py
Python code for the sign
Your board will also need the file:
Secrets.py
A file containing wifi passwords for your local network and your local latitude and longitude It is of the format
secrets = { 'ssid' : 'Your_Local_Wifi_SSID', 'password' : 'Your_Password', 'latitude' : 43.97942, 'longitude' : -121.68873, 'timezone' : 'America/Los_Angeles' }