Files
ESPTimeCast/data/config.json
mfactory-osaka 066aa62a9c Added humidity and toggle for day of the week
font updated to display minus degrees
2025-06-14 17:01:05 +09:00

18 lines
431 B
JSON

{
"ssid": "",
"password": "",
"openWeatherApiKey": "ADD-YOUR-API-KEY-32-CHARACTERS",
"openWeatherCity": "",
"openWeatherCountry": "",
"clockDuration": 10000,
"weatherDuration": 5000,
"timeZone": "",
"weatherUnits": "metric",
"brightness": 10,
"flipDisplay": false,
"ntpServer1": "pool.ntp.org",
"ntpServer2": "time.nist.gov",
"twelveHourToggle": false,
"showDayOfWeek": true,
"showHumidity": false
}