Files
ESPTimeCast/data/config.json
mfactory-osaka f5bfd62631 Added weather description
Added weather description.

Fixed some typos in the UI.

 Added clearer error messages for time sync fail ( ! NTP) and weather fetch error ( ! TEMP)

Kelvin units have been removed and imperial units have been moved to advanced settings for cleaner UI
2025-07-10 22:39:50 +09:00

19 lines
421 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,
"showHumidity": false,
"language": "en"
}