This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
initial-settings1.php
107 lines (92 loc) · 2.59 KB
/
initial-settings1.php
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?php
# note: this contains enough settings1.php data for initial startup.
# use easyweathersetup.php to configure the real one.
#
$apikey = "";
$weatherflowID = "5153";
$weatherflowdairID = "14584";
$weatherflowdskyID = "14847";
$weatherflowoption = "no";
$weatherflowmapzoom = "5";
$id = "KCASARAT1";
$TZ = "America/Los_Angeles";
$UTC = "-8";
$lon = -122.022;
$lat = 37.67;
$stationlocation = "Saratoga, CA, USA";
$stationName = "Cumulus Demo";
$moonadj = "0";
$minmag = "3";
$unit = "english";
$metric = false;
$elevation = "394 ft";
$purpleairID = "4299";
$purpleairhardware = "yes";
$darkskyunit = "us";
$indoor = false;
$worldloc = "usa";
$usa = true;
$uk = false;
$scandinavia = false;
$restoftheworld = false;
$windunit = "mph";
$distanceunit = "mi";
$tempunit = "F";
$rainunit = "in";
$rainrate = "/h";
$pressureunit = "inHg";
$livedataFormat = "cumulus";
$livedata = "demodata/realtime.txt";
$currentconditions = "currentconditionsmetar34.php";
$boltekfile = "demodata/NSRealtime.txt";
$personalmessage = "Testing website for Cumulus HWS template with live data.";
$extralinks = "yes";
$languages = "yes";
$dateFormat = "m-d-Y";
$timeFormat = "g:i:s a";
$timeFormatShort = "g:i a";
$clockformat = "12";
$showDate = false; // always false after 27th April 2017
$fireriskshow = true;
$position1 = "weather34clock.php";
$position2 = "earthquake.php";
$position3 = "rainfallf-year-month.php";
$position4 = "advisory.php";
$position1title = "Weather Station <orange> Time";
$position2title = "Earthquake <oblue> Data </oblue>";
$position3title = "Rain <oblue>Data</oblue>";
$position4title = "Weather <ored>Advisory</ored>";
$position12title = "Indoor Data";
$position12 = "indoortemperature.php";
$positionlastmoduletitle = "Moon Data";
$positionlastmodule = "moonphase.php";
$temperaturemodule = "temperaturein.php";
$hardware = "Win10-Pro, 16GB, Core I5";
$email = "[email protected]";
$twitter = "@saratogaWXPHP";
$showEqNotDaylight = false;
$notificationeq = "no";
$theme1 = "dark";
$since = "Feb 2004";
$db_host = "localhost";
$db_user = "root";
$db_pass = "";
$db_name = "weatherstation";
$metarapikey ="";
$metar = "yes";
$icao1 = "KSJC";
$airport1 = "San Jose, CA, USA";
$airport1dist = "9";
$notifications = "yes";
$sunoption = "sun3.php";
$weatherhardware = "Davis® Cabled Vantage Pro1+Solar/UV™";
$davis = "Yes";
$sunpositionbearing = "75";
$cloudbase = "feet";
$hemisphere = "0";
$defaultlanguage = "en";
$language = "en";
$password = "";
$https = "no";
$flag = "en";
?>