Hi Ian, Right now just using the template for my local weather station and my nearby metar. Here is my settings1.php. I XXed out personal stuff. Also I tried to use the least number of sections so to reduce the number of apache errors I am logging. Since I cut and pasted the file into the replay so you can see where the cut and pastes happen. :-) I can send my w34stats.php file if that would help. I can work these issues if you rather and just send you what I find if that is a better. I have the time and experience with php/javascript and python. Thanks Jerry
$apikey = ""; $wuapikey = ""; $weatherflowID = ""; $weatherflowoption = "no"; $weatherflowlightning = ""; $weatherflowmapzoom = ""; $id = ""; $purpleairID = ""; $purpleairhardware = "no"; $metarapikey =""; $TZ = "XXXXXXXXX"; $UTC = "XX"; $lon = XXXXX; $lat = XXXX; $darkskyunit = "us"; $wuapiunit = "h"; $stationlocation = "XXXXXXX"; $stationName = "XXXXX"; $moonadj = ""; $minmag = "3"; $unit = "english"; $metric = false; $elevation = "1792"; $uk = false; $usa = true; $scandinavia = false; $restoftheworld = false; $windunit = "mph"; $distanceunit = "mi"; $tempunit = "F"; $rainunit = "in"; $rainrate = "/h"; $pressureunit = "inHg"; $livedataFormat = "WeeWX-CRT"; $livedata = "demodata/realtime.txt"; $currentconditions = "currentconditionsds.php"; $chartsource = "mbcharts"; $extralinks = "yes"; $languages = "no"; $dateFormat = "m-d-Y"; $timeFormat = "g:i:s a"; $timeFormatShort = "g:i"; $clockformat = "12"; $showDate = false; $temperaturemodule = "temperaturein.php"; $position1 = "temperatureyear.php"; $position2 = "temperatureyear.php"; $position3 = "temperatureyear.php"; $position4 = "temperatureyear.php"; $position1title = "1"; $position2title = "2"; $position3title = "3"; $position4title = "4" $position6title = "6"; $position6 = ""; > $position12title = "12"; > $position12 = "indoortemperature.php"; > $positionlastmoduletitle = "l"; > $positionlastmodule = "indoortemperature.php"; > $webcamurl = ""; > $email = ""; > $twitter = ""; > $theme1 = "dark"; > $since = "2016"; > $weatherhardware = "La Crosse"; > $mbplatform = "WeeWX"; > $davis = "No"; > $db_host = "localhost"; > $db_user = "root"; > $db_pass = ""; > $db_name = "weatherstation"; > $notifications = "yes"; > $sunoption = ""; > $hemisphere = ""; > $metar = "yes"; > $icao1 = "XXXX"; > $airport1 = "XXXX"; > $airport1dist = "10"; > $defaultlanguage = "en"; > $language = "en"; > $password = ""; > $flag = "us"; > $dshourly = "no"; > $manifestShortName = ""; > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/5d103a7d-28ba-43cb-a962-d09c32ce46f6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
