You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: res/themes/ColoredFlat/theme.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ STATS:
71
71
# In seconds. Longer intervals cause this to refresh more slowly.
72
72
# Setting to lower values will display near real time data,
73
73
# but may cause significant CPU usage or the display not to update properly
74
-
INTERVAL: 0.5
74
+
INTERVAL: 0.25
75
75
TEXT:
76
76
SHOW: true
77
77
SHOW_UNIT: true
@@ -102,7 +102,7 @@ STATS:
102
102
HEIGHT: 70
103
103
MIN_VALUE: 0
104
104
MAX_VALUE: 100
105
-
HISTORY_SIZE: 120
105
+
HISTORY_SIZE: 480
106
106
AUTOSCALE: false
107
107
LINE_COLOR: 247, 227, 227
108
108
AXIS: true
@@ -178,7 +178,7 @@ STATS:
178
178
# In seconds. Longer intervals cause this to refresh more slowly.
179
179
# Setting to lower values will display near real time data,
180
180
# but may cause significant CPU usage or the display not to update properly
181
-
INTERVAL: 1
181
+
INTERVAL: 0.25
182
182
PERCENTAGE:
183
183
TEXT:
184
184
SHOW: true
@@ -191,7 +191,7 @@ STATS:
191
191
# BACKGROUND_COLOR: 0, 0, 0
192
192
BACKGROUND_IMAGE: background.png
193
193
GRAPH:
194
-
SHOW: true
194
+
SHOW: false
195
195
X: 280
196
196
Y: 210
197
197
WIDTH: 160
@@ -210,7 +210,7 @@ STATS:
210
210
HEIGHT: 70
211
211
MIN_VALUE: 0
212
212
MAX_VALUE: 100
213
-
HISTORY_SIZE: 120
213
+
HISTORY_SIZE: 480
214
214
AUTOSCALE: false
215
215
LINE_COLOR: 247, 227, 227
216
216
AXIS: True
@@ -509,7 +509,7 @@ STATS:
509
509
HEIGHT: 60
510
510
MIN_VALUE: 0
511
511
MAX_VALUE: 500000
512
-
HISTORY_SIZE: 60
512
+
HISTORY_SIZE: 120
513
513
AUTOSCALE: False
514
514
LINE_COLOR: 247, 227, 227
515
515
AXIS: True
@@ -544,7 +544,7 @@ STATS:
544
544
HEIGHT: 60
545
545
MIN_VALUE: 0
546
546
MAX_VALUE: 1500000
547
-
HISTORY_SIZE: 60
547
+
HISTORY_SIZE: 120
548
548
AUTOSCALE: False
549
549
LINE_COLOR: 247, 227, 227
550
550
AXIS: True
@@ -587,7 +587,7 @@ STATS:
587
587
# BACKGROUND_COLOR: 50, 50, 50
588
588
BACKGROUND_IMAGE: background.png
589
589
WEATHER:
590
-
# For optimal use, if you don't want to trigger the free threshold daily call (1000 calls), the interval should be 90 MAX (not really useful as the API didn't update that quickly)
590
+
# For optimal use, if you don't want to trigger the free threshold daily call (1000 calls), the interval should be 90 MINIMUM (not really useful as the API didn't update that quickly)
0 commit comments