' . 'Sunny/Dry '; $weathercond = 'Dry'; $Currentsolardescription = 'Sunny/Dry '; $current_summary = $Currentsolardescription; $current_summary = preg_replace('|^/[^/]+/|','',$current_summary); $current_summary = preg_replace('|\\\\|',', ',$current_summary); $current_summary = preg_replace('|/|',', ',$current_summary); // // $cloudheightfeet = '3523'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '1074'; // Estimated cloud base height, metres, (based on dew point, and you height above sea // end of stock testtags.txt // ---------------------------------------------------------------------------------------------------- // begin mchallis tags added to testtags.txt for printable flyer $maxgsthrtime = '16:00'; // time that the max gust last prior 1 hour occured $minbaroyest = '29.823 in.'; $minbaroyestt = '1:51 PM'; $mrecordlowbaro = '29.675'; $mrecordlowbaroday = '3'; $mrecordlowbaromonth = '9'; $mrecordlowbaroyear = '2026'; $yrecordlowbaro = '29.235'; $yrecordlowbaroday = '17'; $yrecordlowbaromonth = '6'; $yrecordlowbaroyear = '2026'; // end mchallis tags added to testtags.txt for printable flyer // ---------------------------------------------------------------------------------------------------- // New WebsterWeatherLive VER 4.10 tags //---------------------------------------------- $lighteningbearing = '0'; $lighteningdistance = '0'; $lighteningcountlasthournextstorm = '0'; $lighteningcountlastminutenextstorm = '0'; $lighteningcountlast12hournextstorm = '0'; $lighteningcountlast30minutesnextstorm = '0'; $timeofdaygreeting = 'Afternoon'; $avwindlastimediate60 = '0.3 mph'; // average wind speed $avwindlastimediate120 = '0.5 mph'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '0.6 mph'; // average wind speed $avwindlastimediate30 = '0.6 mph'; // average wind speed $todayhihumidex = '103.3'; //daily high humidex $todaylohumidex = '87.2'; //Daily low Humidex //Version 5.02 $dayornight = 'Day'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '+3.1'; //For snow prediction $abshum = '8.50'; //For snow prediction $maxtemp4today = '98.4'; // max from station's records $mintemp4today = '41.0'; // min from station's records $maxtemp4todayyr = '2013'; // max year from station's records $mintemp4todayyr = '2008'; // min year from station's records $avsnowjan = '0.0'; //Average snow for jan from your inputted snow data (cm) $avsnowfeb = '0.0'; //Average snow for feb from your inputted snow data (cm) $avsnowmar = '0.0'; //Average snow for mar from your inputted snow data (cm) $avsnowapr = '0.0'; //Average snow for apr from your inputted snow data (cm) $avsnowmay = '0.0'; //Average snow for may from your inputted snow data (cm) $avsnowjun = '0.0'; //Average snow for may from your inputted snow data (cm) $avsnowjul = '0.0'; //Average snow for jul from your inputted snow data (cm) $avsnowaug = '0.0'; //Average snow for aug from your inputted snow data (cm) $avsnowsep = '0.0'; //Average snow for sep from your inputted snow data (cm) $avsnowoct = '0.0'; //Average snow for oct from your inputted snow data (cm) $avsnownov = '0.0'; //Average snow for nov from your inputted snow data (cm) $avsnowdec = '0.0'; //Average snow for dec from your inputted snow data (cm) $avsnowjannow = '0.0'; $avsnowfebnow = '0.0'; $avsnowmarnow = '0.0'; $avsnowaprnow = '0.0'; $avsnowmaynow = '0.0'; $avsnowjunnow = '0.0'; $avsnowjulnow = '0.0'; $avsnowaugnow = '0.0'; $avsnowsepnow = '0.0'; $avsnowoctnow = '0.0'; $avsnownovnow = '0.0'; $avsnowdecnow = '0.0'; // end of websterweather additions // ---------------------------------------------------------------------------------------------------- // relayweather wxglobalwarming // For Temperature Trend Chart, you Need to add the following to your testtags file if they don't yet exist: $avtempjannow = '27.2'; $avtempfebnow = '40.2'; $avtempmarnow = '50.6'; $avtempaprnow = '56.9'; $avtempmaynow = '66.9'; $avtempjunnow = '74.9'; $avtempjulnow = '80.9'; $avtempaugnow = '77.3'; $avtempsepnow = '84.8'; $avtempoctnow = '60.5'; $avtempnovnow = '44.5'; $avtempdecnow = '34.0'; $avtempjan = '26.6';//Average temperature for january from your data $avtempfeb = '30.2';//Average temperature for february from your data $avtempmar = '43.6';//Average temperature for march from your data $avtempapr = '53.6';//Average temperature for april from your data $avtempmay = '64.5';//Average temperature for may from your data $avtempjun = '75.9';//Average temperature for june from your data $avtempjul = '78.8';//Average temperature for july from your data $avtempaug = '76.1';//Average temperature for august from your data $avtempsep = '69.6';//Average temperature for september from your data $avtempoct = '55.4';//Average temperature for october from your data $avtempnov = '42.5';//Average temperature for november from your data $avtempdec = '30.6';//Average temperature for december from your data //For the Rain Trending Chart, you Need to add the following to your testtags file if they don't yet exist: //Start Rain Trending $avrainjan = '0.42'; $avrainfeb = '0.58'; $avrainmar = '1.46'; $avrainapr = '2.56'; $avrainmay = '4.63'; $avrainjun = '4.54'; $avrainjul = '3.23'; $avrainaug = '2.97'; $avrainsep = '2.78'; $avrainoct = '1.91'; $avrainnov = '1.00'; $avraindec = '1.06'; $avrainjannow = '---'; $avrainfebnow = '---'; $avrainmarnow = '---'; $avrainaprnow = '---'; $avrainmaynow = '---'; $avrainjunnow = '0.00'; $avrainjulnow = '4.78'; $avrainaugnow = '4.03'; $avrainsepnow = '0.40'; $avrainoctnow = '---'; $avrainnovnow = '---'; $avraindecnow = '---'; //End Rain Trending // end of relayweather tags // ---------------------------------------------------------------------------------------------------- // eastmasonville wxrecord.php tags $recordhightemp = '106.9'; $recordlowtemp = '-19.8'; $recordhighheatindex = '126.7'; $recordlowchill = '-37.3'; $warmestdayonrecord = '106.0°F on: Jun 15 2016'; $warmestnightonrecord = '91.0°F on: Jul 25 2012'; $coldestdayonrecord = '-8.7°F on: Jan 14 2024'; $coldestnightonrecord = '-12.8°F on: Feb 16 2021'; $recordwindgust = '48.0'; $recordwindspeed = '31.4'; $recordhighwindrun = '297.9'; $recorddailyrain = '4.15'; $recordhighrainmth = '9.4'; $recordrainrate = '0.386'; $recorddayswithrain = '21'; $recorddaysnorain = '46'; $recordhighdew = '84.0'; $recordlowdew = '-24.7'; $recordhighhum = '100'; $recordlowhum = '0'; $recordhighbaro = '31.234'; $recordlowbaro = '26.899'; $recordhighsolar = '1501.0'; $recordhightempmonth = '8'; $recordhightempday = '24'; $recordhightempyear = '2023'; $recordlowtempmonth = '2'; $recordlowtempday = '16'; $recordlowtempyear = '2021'; $recordhighheatindexmonth = '8'; $recordhighheatindexday = '21'; $recordhighheatindexyear = '2023'; $recordlowchillmonth = '12'; $recordlowchillday = '22'; $recordlowchillyear = '2022'; $recordhighgustmonth = '5'; $recordhighgustday = '24'; $recordhighgustyear = '2008'; $recordhighavwindmonth = '5'; $recordhighavwindday = '24'; $recordhighavwindyear = '2008'; $recordhighwindrunmth = '4'; $recordhighwindrunday = '4'; $recordhighwindrunyr = '2009'; $recorddailyrainmonth = '9'; $recorddailyrainday = '30'; $recorddailyrainyear = '2014'; $recordhighrainmthmth = '5'; $recordhighrainmthyr = '2016'; $recordrainratemonth = '2'; $recordrainrateday = '16'; $recordrainrateyear = '2013'; $recorddayswithrainmonth = '5'; $recorddayswithrainday = '29'; $recorddayswithrainyear = '2019'; $recorddaysnorainmonth = '10'; $recorddaysnorainday = '27'; $recorddaysnorainyear = '2021'; $recordhighdewmonth = '8'; $recordhighdewday = '21'; $recordhighdewyear = '2023'; $recordlowdewmonth = '2'; $recordlowdewday = '16'; $recordlowdewyear = '2021'; $recordhighhummonth = '2'; $recordhighhumday = '4'; $recordhighhumyear = '2008'; $recordlowhummonth = '8'; $recordlowhumday = '20'; $recordlowhumyear = '2017'; $recordhighbaromonth = '1'; $recordhighbaroday = '7'; $recordhighbaroyear = '2015'; $recordlowbaromonth = '3'; $recordlowbaroday = '18'; $recordlowbaroyear = '2024'; $recordhighsolarmonth = '5'; $recordhighsolarday = '23'; $recordhighsolaryear = '2013'; $recordhighuv = '14.6'; $recordhighuvmonth = '7'; $recordhighuvday = '3'; $recordhighuvyear = '2013'; $yrecordhighheatindex = '123.6'; $yrecordhighheatindexmonth = '7'; $yrecordhighheatindexday = '25'; $yrecordhighheatindexyear = '2026'; $ywarmestdayonrecord = '102.9°F on: Jul 20 2026'; $ywarmestnightonrecord = '90.0°F on: Jul 27 2026'; $ycoldestdayonrecord = '65.5°F on: Jun 20 2026'; $ycoldestnightonrecord = '61.5°F on: Jun 15 2026'; $yrecordhighwindrun = '146.2'; $yrecordhighwindrunmth = '6'; $yrecordhighwindrunday = '29'; $yrecordhighwindrunyr = '2026'; $yrecorddailyrain = '1.94'; $yrecordhighrainmth = '4.8'; $yrecordrainrate = '0.319'; $yrecorddayswithrain = '5'; $yrecorddaysnorain = '43'; $yrecordhighdew = '80.4'; $yrecordlowdew = '39.6'; $yrecordhighhum = '96'; $yrecordlowhum = '22'; $yrecorddailyrainmonth = '7'; $yrecorddailyrainday = '28'; $yrecorddailyrainyear = '2026'; $yrecordhighrainmthmth = '7'; $yrecordhighrainmthyr = '2026'; $yrecordrainratemonth = '7'; $yrecordrainrateday = '28'; $yrecordrainrateyear = '2026'; $yrecorddayswithrainmonth = '8'; $yrecorddayswithrainday = '16'; $yrecorddaysnorainmonth = '2'; $yrecorddaysnorainday = '12'; $yrecordhighdewmonth = '7'; $yrecordhighdewday = '26'; $yrecordhighdewyear = '2026'; $yrecordlowdewmonth = '6'; $yrecordlowdewday = '14'; $yrecordlowdewyear = '2026'; $yrecordhighhummonth = '6'; $yrecordhighhumday = '5'; $yrecordhighhumyear = '2026'; $yrecordlowhummonth = '6'; $yrecordlowhumday = '15'; $yrecordlowhumyear = '2026'; $yrecordhighsolar = '1165.0'; $yrecordhighsolarmonth = '7'; $yrecordhighsolarday = '23'; $yrecordhighsolaryear = '2026'; $yrecordhighuv = '5.2'; $yrecordhighuvmonth = '7'; $yrecordhighuvday = '23'; $yrecordhighuvyear = '2026'; $mrecordhighheatindex = '114.8'; $mrecordhighheatindexmonth = '9'; $mrecordhighheatindexday = '4'; $mrecordhighheatindexyear = '2026'; $mrecordhighwindrun = '116.5'; $mrecordhighwindrunmth = '9'; $mrecordhighwindrunday = '3'; $mrecordhighwindrunyr = '2026'; $mrecorddailyrain = '0.21'; $mrecordhighrainmth = '0.4'; $mrecordrainrate = '0.037'; $mrecorddayswithrain = '2'; $mrecorddaysnorain = '10'; $mrecordhighdew = '78.3'; $mrecordlowdew = '62.2'; $mrecordhighhum = '96'; $mrecordlowhum = '38'; $mrecorddailyrainmonth = '9'; $mrecorddailyrainday = '8'; $mrecorddailyrainyear = '2026'; $mrecordhighrainmthmth = '9'; $mrecordhighrainmthyr = '2026'; $mrecordrainratemonth = '9'; $mrecordrainrateday = '8'; $mrecordrainrateyear = '2026'; $mrecorddayswithrainmonth = '9'; $mrecorddayswithrainday = '9'; $mrecorddaysnorainmonth = '9'; $mrecorddaysnorainday = '8'; $mrecordhighdewmonth = '9'; $mrecordhighdewday = '5'; $mrecordhighdewyear = '2026'; $mrecordlowdewmonth = '9'; $mrecordlowdewday = '2'; $mrecordlowdewyear = '2026'; $mrecordhighhummonth = '9'; $mrecordhighhumday = '9'; $mrecordhighhumyear = '2026'; $mrecordlowhummonth = '9'; $mrecordlowhumday = '1'; $mrecordlowhumyear = '2026'; $myrecordhighbaromonth = '9'; $mrecordhighsolar = '928.0'; $mrecordhighsolarmonth = '9'; $mrecordhighsolarday = '6'; $mrecordhighsolaryear = '2026'; $mrecordhighuv = '3.9'; $mrecordhighuvmonth = '9'; $mrecordhighuvday = '7'; $mrecordhighuvyear = '2026'; // end of eastmasonville wxrecord.php tags // ---------------------------------------------------------------------------------------------------- // other addons $vpissstatus = 'Ok'; // VP ISS Status $vpreception2 = '98%'; // VP Current reception % *** NEW IN V1.01 $vpconsolebattery = '2.8'; // VP Console Battery Volts *** NEW IN V1.01 $firewi = '0.0'; // Fire Weather Index $avtempweek = '84.5'; // Average Weekly Temp $hddday = '0.0'; // Heating Degree for day $hddmonth = '0.0'; // Heating Degree for month to date $hddyear = '2713.3'; // Heating Degree for year to date $cddday = '5.4'; // Cooling Degree for day $cddmonth = '170.6'; // Cooling Degree for month to date $cddyear = '1604.3'; // Cooling Degree for year to date $minchillweek = '69.3'; // Minimum Wind Chill over past 7 days $maxheatweek = '114.5'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.16'; //air density $solarnoon = '13:23'; // Solar noon $changeinday = '-00:02:39'; // change in day length since yesterday $etcurrentweek = '1.476'; // ET total for the last 7 days $sunshinehourstodateday = '01:00'; $sunshinehourstodatemonth = '71:39'; $maxsolarfortime = '479'; $wetbulb = '76.4 °F'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '4.1'; $maxdew = '75.4 °F'; $maxdewt = '2:59 PM'; $mindew = '70.2 °F'; $mindewt = '4:14 AM'; $maxdewyest = '76.8 °F'; $maxdewyestt = '3:39 PM'; $mindewyest = '69.2 °F'; $mindewyestt = '2:20 PM'; $stationname = 'SE Lincoln Weather'; $raindifffromav = '---'; $raindifffromavyear = '9.430'; $gddmonth = '308.5'; $gddyear = '4011.3'; $maxheat = '91.1 °F'; $maxheatt = '3:56 PM'; $maxheatyest = '108.9 °F'; $yeartodateavtemp = '60.5'; $monthtodateavtemp = '84.8'; $maxchillyest = '100.2 °F'; $monthtodatemaxgust = '20.7'; $monthtodateavspeed = '3.1'; // MTD average wind speed $monthtodateavgust = '5.9'; //MTD average wind gust $yeartodateavwind = '2.6'; // YTD average wind speed $yeartodategstwind = '4.8'; // YTD avg wind gust $lowbaro = '29.914 in.'; $lowbarot = '5:13 AM'; $monthtodatemaxbaro = '30.050'; // MTD average wind speed $monthtodateminbaro = '29.677'; //MTD average wind gust $sunshinehourstodateyear = '777:23'; $sunshineyesterday = '05:29'; $avtempsincemidnight = '74.3'; $yesterdayavtemp = '83.9'; $avgspeedsincereset = '0.9'; $maxheatyestt = '1:54 PM'; $windrunyesterday = '70.02'; $currentwdet = '0.087'; $yesterdaywdet = '0.194'; $highhum = '96'; $highhumt = '8:31 AM'; $lowhum = '71'; $lowhumt = '4:00 PM'; $maxhumyest = '92'; $maxhumyestt = '11:59 PM'; $minhumyest = '38'; $minhumyestt = '1:27 PM'; $recordhightempjan = '70.9'; $recordlowtempjan = '-7.8'; $recordhightempfeb = '81.3'; $recordlowtempfeb = '-9.0'; $recordhightempmar = '89.4'; $recordlowtempmar = '20.1'; $recordhightempapr = '92.5'; $recordlowtempapr = '29.3'; $recordhightempmay = '106.2'; $recordlowtempmay = '42.3'; $recordhightempjun = '103.6'; $recordlowtempjun = '46.9'; $recordhightempjul = '105.6'; $recordlowtempjul = '50.2'; $recordhightempaug = '96.4'; $recordlowtempaug = '47.3'; $recordhightempsep = '100.2'; $recordlowtempsep = '35.6'; $recordhightempoct = '97.9'; $recordlowtempoct = '18.7'; $recordhightempnov = '77.7'; $recordlowtempnov = '5.2'; $recordhightempdec = '72.9'; $recordlowtempdec = '-12.5'; // average temp and rain by month (V1.08 addition) $avtempjannow = '27.2'; $avtempfebnow = '40.2'; $avtempmarnow = '50.6'; $avtempaprnow = '56.9'; $avtempmaynow = '66.9'; $avtempjunnow = '74.9'; $avtempjulnow = '80.9'; $avtempaugnow = '77.3'; $avtempsepnow = '84.8'; $avtempoctnow = '60.5'; $avtempnovnow = '44.5'; $avtempdecnow = '34.0'; $avrainjannow = '---'; $avrainfebnow = '---'; $avrainmarnow = '---'; $avrainaprnow = '---'; $avrainmaynow = '---'; $avrainjunnow = '0.00'; $avrainjulnow = '4.78'; $avrainaugnow = '4.03'; $avrainsepnow = '0.40'; $avrainoctnow = '---'; $avrainnovnow = '---'; $avraindecnow = '---'; // end of other addons // end of testtags.txt/testtags.php ?>