-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.dist.csv
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 13.
45 lines (34 loc) · 1.57 KB
/
config.dist.csv
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# edit these two to be your location. Use one of these if
# you need help! https://duckduckgo.com/?q=what's+my+lat+long+finder
lat,31.775554
lon,-81.822436
# check https://www.php.net/manual/en/timezones.php for available timezones
timezone,America/Los_Angeles
# set your forecast API token from either Dark Sky or Pirate Weather
forecast_api_token,aabbccddeeffgghhiijj112233445566
# set your provider for forecasts (must end in an:
# pirate weather: https://api.pirateweather.net
# dark sky: https://api.darksky.net
forecast_api_url,https://api.pirateweather.net
# should we show animated icons for forecast? should be "true" or "false"
animate,true
# label ID map to human name. Format is "labels_" + ID + "," + NAME
labels_211,In
labels_109,Out
# How many temperatures to show on the screen (tested with 1, 2 or 3 - watch out if you do more!)
temp_count,2
# CSS font sizes
font_time_date_wind,35
font_temp,50
font_temp_label,25
# set dark or light theme. if unset or unrecognized, defaults to dark
theme,dark
# likely this won't need to change if you're following default install instructions.
dataPath,/home/pi/YANPIWS/data/
# there's only one of these, so likely this won't change
moondata_api_URL,https://aa.usno.navy.mil/api/rstt/oneday
# unless you're deploying a lot of nodes reporting back to a central server, don't touch these ;)
# api_password very likely should match servers_0_password unless, again, you know what you're doing ;)
api_password,boxcar-spinning-problem-rockslide-scored
servers_0_url,http://127.0.0.1
servers_0_password,boxcar-spinning-problem-rockslide-scored