secrets = {
    'ssid' : 'wifi-name',             # Keep the two '' quotes around the name
    'password' : 'wifi-password',         # Keep the two '' quotes around password
    'timezone' : "America/New_York",  # http://worldtimeapi.org/timezones
    }
