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/theme_example.yaml
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1126,3 +1126,53 @@ STATS:
1126
1126
FONT_COLOR: 200, 200, 200
1127
1127
# BACKGROUND_COLOR: 50, 50, 50
1128
1128
BACKGROUND_IMAGE: background.png
1129
+
WEATHER:
1130
+
# For optimal use, if you want to stay on the free plan (1000 calls), the interval should be 90 MINIMUM (not really useful as the API didn't update that quickly)
1131
+
INTERVAL: 300
1132
+
TEMPERATURE:
1133
+
TEXT:
1134
+
SHOW: True
1135
+
X: 27
1136
+
Y: 70
1137
+
FONT: roboto-mono/RobotoMono-Bold.ttf
1138
+
FONT_SIZE: 22
1139
+
FONT_COLOR: 200, 200, 200
1140
+
BACKGROUND_IMAGE: background.png
1141
+
TEMPERATURE_FELT:
1142
+
TEXT:
1143
+
SHOW: True
1144
+
X: 115
1145
+
Y: 68
1146
+
FONT: roboto-mono/RobotoMono-Bold.ttf
1147
+
FONT_SIZE: 22
1148
+
FONT_COLOR: 200, 200, 200
1149
+
BACKGROUND_IMAGE: background.png
1150
+
UPDATE_TIME:
1151
+
TEXT:
1152
+
SHOW: True
1153
+
X: 370
1154
+
Y: 69
1155
+
FONT: roboto-mono/RobotoMono-Bold.ttf
1156
+
FONT_SIZE: 22
1157
+
FONT_COLOR: 200, 200, 200
1158
+
BACKGROUND_IMAGE: background.png
1159
+
HUMIDITY:
1160
+
TEXT:
1161
+
SHOW: True
1162
+
X: 290
1163
+
Y: 69
1164
+
FONT: roboto-mono/RobotoMono-Bold.ttf
1165
+
FONT_SIZE: 22
1166
+
FONT_COLOR: 200, 200, 200
1167
+
BACKGROUND_IMAGE: background.png
1168
+
WEATHER_DESCRIPTION:
1169
+
TEXT:
1170
+
SHOW: True
1171
+
CENTER: True # Used to center the description, on a 40 character basis or with CENTER_LENGTH below. Use MONO font for better results. Use fake static data for better positionning !
0 commit comments