mirror of
https://github.com/mfactory-osaka/ESPTimeCast.git
synced 2026-02-19 11:54:56 -05:00
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
19 lines
421 B
JSON
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"
|
|
} |