-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathconfig.txt.default
More file actions
26 lines (21 loc) · 648 Bytes
/
config.txt.default
File metadata and controls
26 lines (21 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[openweathermap]
# set latitude and longitude for your weather info.
# Tokyo : 35.6754095, 139.7259871
# Toronto : 43.6532,-79.3832
LAT=43.6532
LON=-79.3832
# Your openweathermap API key, you can get it from https://openweathermap.org/
API_KEY=COPY_AND_PASTE_YOUR_API_KEY_HERE
# 0:default - 4 forecast at the bottom.
# 1:Alert - When the warning is in effect, show alert message.
# 2:Graph(temp and air pressure)
mode=0
# Forecast interval(Hours) set 1 to 12. API can retrive 48 hours forecast.
FORECAST_INTERVAL=1
# tempture unit metric or imperial
TEMP_UNIT=imperial
# Font color for hot/cold tempture
# blue
cold_temp=41
# red
hot_temp=88