-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings1.php
executable file
·89 lines (89 loc) · 2.53 KB
/
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
<?php
$apikey = "11111111111111";
$wuapikey = "8BXSCCCRTY123456789";
$weatherflowID = "5466";
$weatherflowoption = "yes";
$weatherflowlightning = "no";
$weatherflowmapzoom = "5";
$id = "ISTANBUL161";
$purpleairID = "16448 ";
$purpleairhardware = "yes";
$luftdatenID = "23127";
$luftdatenhardware = "yes";
$metarapikey ="11111111111111";
$TZ = "Europe/London";
$UTC = "1";
$lon = 0.2;
$lat = 50.1;
$darkskyunit = "si";
$wuapiunit = "m";
$stationlocation = "METEOBRIDGE SMART-DEMO ";
$stationName = "METEOBRIDGE SMART-DEMO ";
$moonadj = "0";
$minmag = "3";
$unit = "metric";
$metric = true;
$elevation = "1195";
$uk = true;
$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 = "weather34charts";
$extralinks = "no";
$languages = "yes";
$dateFormat = "d-m-Y";
$timeFormat = "g:i:s a";
$timeFormatShort = "H:i";
$clockformat = "12";
$showDate = false;
$temperaturemodule = "temperaturein.php";
$position1 = "temperatureyear.php";
$position2 = "windgustyear.php";
$position3 = "rainfallf-year-month.php";
$position4 = "davisconsoleoutlook.php";
$position1title = "Station <ored> Time";
$position2title = "Wind <orange> Speed</orange>";
$position3title = "Annual <oblue> Rainfall ";
$position4title = " <oblue>Davis VP2</oblue><oorange><supdavis>®</supdavis></oorange> Console Forecast";
$position6title = "Forecast";
$position6 = "forecast3wularge.php";
$position12title = "UV Index | Solar Radiation";
$position12 = "weather34uvsolar.php";
$positionlastmoduletitle = "Moonphase";
$positionlastmodule = "moonphase.php";
$webcamurl = "your url to cam image";
$email = "[email protected]";
$twitter = "weather34";
$theme1 = "dark";
$since = "May 2014";
$hardwareinstalled = "2018";
$weatherhardware = "Davis Vantage Pro2";
$mbplatform = "Meteobridge NanoSD";
$davis = "Yes";
$db_host = "xxxxx";
$db_user = "xxxxxx";
$db_pass = "xxxxxxx";
$db_name = "xxxxxxx";
$notifications = "yes";
$sunoption = "sun3.php";
$hemisphere = "0";
$metar = "yes";
$icao1 = "MROC";
$airport1 = "San Jose, Costa Rica";
$airport1dist = "20";
$defaultlanguage = "en";
$language = "en";
$password = "";
$flag = "en";
$dshourly = "no";
$wulanguage = "en-GB";
$manifestShortName = "Weather34";