mirror of
https://github.com/mfactory-osaka/ESPTimeCast.git
synced 2026-04-03 03:00:24 -04:00
34 lines
792 B
JSON
34 lines
792 B
JSON
{
|
|
"ssid": "",
|
|
"password": "",
|
|
"openWeatherApiKey": "",
|
|
"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,
|
|
"showDate": false,
|
|
"showHumidity": false,
|
|
"colonBlinkEnabled": true,
|
|
"language": "en",
|
|
"dimmingEnabled": false,
|
|
"dimStartHour": 18,
|
|
"dimStartMinute": 0,
|
|
"dimEndHour": 8,
|
|
"dimEndMinute": 0,
|
|
"dimBrightness": 2,
|
|
"showWeatherDescription": false,
|
|
"countdown": {
|
|
"enabled": false,
|
|
"targetTimestamp": 0,
|
|
"label": "",
|
|
"isDramaticCountdown": true
|
|
}
|
|
} |