forked from lightmaster/Meteobridge-Weather34-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings1.default.php
110 lines (110 loc) · 2.95 KB
/
settings1.default.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
108
109
110
<?php
$apikey = "11111111111111";
$wuapikey = "8BXSCCCRTY123456789";
$weatherflowID = "5153";
$weatherflowoption = "no";
$weatherflowlightning = "no";
$weatherflowmapzoom = "5";
$id = "ISTANBUL161";
$purpleairID = "11111";
$purpleairhardware = "yes";
$metarapikey ="11111111111111";
$TZ = "Europe/London";
$UTC = "1";
$lon = 0.2;
$lat = 50.1;
$darkskyunit = "si";
$wuapiunit = "m";
$stationlocation = "METEOBRIDGE DEMO";
$stationName = "METEOBRIDGE DEMO METEOBRIDGE DEMO";
$moonadj = "0";
$unit = "metric";
$metric = true;
$elevation = "1195";
$uk = false;
$usa = false;
$scandinavia = false;
$restoftheworld = true;
$windunit = "km/h";
$distanceunit = "km";
$tempunit = "C";
$rainunit = "mm";
$rainrate = "/h";
$pressureunit = "hPa";
$livedataFormat = "meteobridge-api";
$livedata = "mbridge/MBrealtimeupload.txt";
$currentconditions = "currentconditionsmetar34davis.php";
$chartsource = "mbcharts";
$extralinks = "no";
$languages = "yes";
$dateFormat = "d-m-Y";
$timeFormat = "g:i:s a";
$timeFormatShort = "H:i";
$clockformat = "24";
$showDate = false;
$temperaturemodule = "temperature.php";
$position1 = "weather34clock.php";
$position2 = "windgustyear.php";
$position3 = "rainfallf-year-month.php";
$position4 = "davisconsoleoutlook.php";
$position1title = "Station <ored>Time</ored>";
$position2title = "Wind <orange>Speed</orange>";
$position3title = "Recorded <oblue>Rainfall</oblue> Annual";
$position4title = "Davis Console <ored>Forecast</ored>";
$position6title = "Forecast";
$position6 = "forecast3wularge.php";
$position12title = "UV Index | Solar Radiation";
$position12 = "weather34uvsolar.php";
$positionlastmoduletitle = "Purple Air";
$positionlastmodule = "airqualitymodule.php";
$webcamurl = "http://content.meteobridge.com/cam/629744cf35597bcada7fbe995aff6ec6/camplus.jpg";
$videoWeatherCamURL = "";
$email = "[email protected]";
$twitter = "weather34";
$theme1 = "dark";
$since = "May 2014";
$weatherhardware = "Davis Vantage Pro2 Plus";
$mbplatform = "Meteobridge Pro";
$davis = "Yes";
$db_host = "localhost";
$db_user = "weather34";
$db_pass = "weather34";
$db_name = "weather34";
$sunoption = "sun3.php";
$hemisphere = "0";
$metar = "yes";
$icao1 = "MROC";
$airport1 = "San Jose, Costa Rica";
$airport1dist = "20";
$defaultlanguage = "en";
$language = "en";
$password = "";
$flag = "us";
$dshourly = "yes";
$manifestShortName = "MB-HWS";
$notifications = "yes";
$notifyWind = "yes";
$notifyEarthquake = "yes";
$notifyMagnitude = 6;
$linkWU = "no";
$linkWUNew = "yes";
$linkCWOPID = "";
$linkFindUID = "";
$linkNOAA = "no";
$linkMADIS = "no";
$linkMesoWest = "no";
$linkWeatherCloudID = "";
$linkWindyID = "";
$linkAWEKASID = "";
$linkAmbientWeatherID = "";
$linkPWSWeatherID = "";
$linkMetOfficeID = "";
$linkCustom1Title = "";
$linkCustom1URL = "";
$linkCustom2Title = "";
$linkCustom2URL = "";
$USAWeatherFinder = "";
$extraLinkTitle = "";
$extraLinkColor = "";
$extraLinkURL = "";
?>