# secrets.py for the Jay Oyster Lighthouse project secrets = { 'ssid' : 'networkname', 'password' : 'NetworkPassword', 'timezone' : "America/New_York", # http://worldtimeapi.org/timezones 'openweather_token' : '#############################', 'openweather_latitude' : '##.#######', 'openweather_longitude' : '-##.#######', }