Files
ESPTimeCast/ESPTimeCast_ESP32/data/config.json
M-Factory f556a27138 Added scrolling countdown
Added scrolling countdown
2025-08-14 17:17:40 +09:00

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
}
}