Improve stock chart display: Reduce chart height and adjust spacing to prevent text overlap

This commit is contained in:
ChuckBuilds
2025-04-11 11:19:17 -05:00
parent 1f867e60f3
commit 2f27b5f01d
2 changed files with 5 additions and 5 deletions

View File

@@ -35,12 +35,12 @@
}
},
"clock": {
"enabled": true,
"enabled": false,
"format": "%H:%M:%S",
"update_interval": 1
},
"weather": {
"enabled": true,
"enabled": false,
"update_interval": 300,
"units": "imperial",
"display_format": "{temp}°F\n{condition}"