-
Notifications
You must be signed in to change notification settings - Fork 0
/
console-settings.php
executable file
·58 lines (55 loc) · 1.67 KB
/
console-settings.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
<?php
$unit = "metric";
$metric = true;
$windunit = "mph";
$distanceunit = "mi";
$tempunit = "F";
$rainunit = "in";
$rainrate = "/h";
$pressureunit = "inHg";
$livedataFormat = "meteobridge-api";
$livedata = "mbridge/MBrealtimeupload.txt";
$dateFormat = "d-m-Y";
$password = "";
$display2019 = "yes";
$smarttv = "yes";
$notifications = "yes";
$position1 = "temperaturemod.php";
$position2 = "humiditymod.php";
$position3 = "dewpointmod.php";
$position4 = "gustmod.php";
$position5 = "directionmod.php";
$position6 = "windmod.php";
$position7 = "rainmod.php";
$position8 = "barometermod.php";
$position9 = "weather34-sun.php";
$position10 = "weather34-dayforecast.php";
$position11 = "weather34-lightning.php";
$position12 = "weather34-sunmod.php";
$position13 = "weather34-indoormod2.php";
$chartoption = "todayindoormodule.php";
$chartoption2 = "weather34-clockphone.php";
$defaultlanguage = "en";
$defaultlanguage2 = "de";
$languages = "yes";
$stationName = "Demo Home Weather Station";
$theme = "dark";
$TZ = "Europe/Istanbul";
$lon = 28.9;
$lat = 40.2;
$UTC = "3";
$clockformat = "12";
$hemisphere = "0";
$webcamurl = "https://camo.githubusercontent.com/5715cfae1f9df766ba0fd8528ff13a590865461b/687474703a2f2f67302e697063616d6c6976652e636f6d2f706c617965722f736e617073686f742e7068703f616c6961733d35633639396562636338373130";
$displayalmanac = "yes";
$uvsensor = "no";
$mbyear = "2018";
$mbplatform = "TPlink";
$brand = "yes";
$model = "Vantage Pro2 Plus";
$installed = "2015-09-07";
$wuapikey = "123456789xxxxxxx";
$wuapiunit = "m";
$purpleairID = "1218";
$purpleairhardware = "no";
$wulanguage = "en-GB";