Skip to content

Commit d9c6fea

Browse files
committed
[Update] theme_example.yaml
Updated theme_example.yaml to reflect new weather sensor
1 parent a9233dc commit d9c6fea

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

res/themes/theme_example.yaml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,3 +1126,53 @@ STATS:
11261126
FONT_COLOR: 200, 200, 200
11271127
# BACKGROUND_COLOR: 50, 50, 50
11281128
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 !
1172+
CENTER_LENGTH: 40
1173+
X: 20
1174+
Y: 95
1175+
FONT: roboto-mono/RobotoMono-Bold.ttf
1176+
FONT_SIZE: 18
1177+
FONT_COLOR: 200, 200, 200
1178+
BACKGROUND_IMAGE: background.png

0 commit comments

Comments
 (0)