' . 'clear '; $weathercond = 'Dry'; $Currentsolardescription = 'clear '; $current_summary = $Currentsolardescription; $current_summary = preg_replace('|^/[^/]+/|','',$current_summary); $current_summary = preg_replace('|\\\\|',', ',$current_summary); $current_summary = preg_replace('|/|',', ',$current_summary); // // $cloudheightfeet = '601'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '183'; // 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 = '22:03'; // time that the max gust last prior 1 hour occured $minbaroyest = '29.792 in.'; $minbaroyestt = '3:34 AM'; $mrecordlowbaro = '29.763'; $mrecordlowbaroday = '1'; $mrecordlowbaromonth = '7'; $mrecordlowbaroyear = '2025'; $yrecordlowbaro = '29.255'; $yrecordlowbaroday = '5'; $yrecordlowbaromonth = '3'; $yrecordlowbaroyear = '2025'; // 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 = 'Evening'; $avwindlastimediate60 = '3.5 mph'; // average wind speed $avwindlastimediate120 = '3.5 mph'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '3.5 mph'; // average wind speed $avwindlastimediate30 = '3.5 mph'; // average wind speed $todayhihumidex = '91.8'; //daily high humidex $todaylohumidex = '59.9'; //Daily low Humidex //Version 5.02 $dayornight = 'Night'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '-2.3'; //For snow prediction $abshum = '6.89'; //For snow prediction $maxtemp4today = '83.0'; // max from station's records $mintemp4today = '57.5'; // min from station's records $maxtemp4todayyr = '2024'; // max year from station's records $mintemp4todayyr = '2024'; // min year from station's records $avsnowjan = '12.1'; //Average snow for jan from your inputted snow data (cm) $avsnowfeb = '1.9'; //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 = '6.3'; //Average snow for nov from your inputted snow data (cm) $avsnowdec = '1.3'; //Average snow for dec from your inputted snow data (cm) $avsnowjannow = '24.1'; $avsnowfebnow = '3.8'; $avsnowmarnow = '0.0'; $avsnowaprnow = '0.0'; $avsnowmaynow = '0.0'; $avsnowjunnow = '0.0'; $avsnowjulnow = '0.0'; $avsnowaugnow = '0.0'; $avsnowsepnow = '0.0'; $avsnowoctnow = '---'; $avsnownovnow = '12.7'; $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.0'; $avtempfebnow = '33.4'; $avtempmarnow = '45.0'; $avtempaprnow = '54.2'; $avtempmaynow = '57.1'; $avtempjunnow = '64.9'; $avtempjulnow = '67.7'; $avtempaugnow = '65.8'; $avtempsepnow = '61.2'; $avtempoctnow = '49.2'; $avtempnovnow = '45.5'; $avtempdecnow = '36.2'; $avtempjan = '28.1';//Average temperature for january from your data $avtempfeb = '36.7';//Average temperature for february from your data $avtempmar = '45.2';//Average temperature for march from your data $avtempapr = '53.2';//Average temperature for april from your data $avtempmay = '58.5';//Average temperature for may from your data $avtempjun = '65.3';//Average temperature for june from your data $avtempjul = '68.4';//Average temperature for july from your data $avtempaug = '65.8';//Average temperature for august from your data $avtempsep = '60.9';//Average temperature for september from your data $avtempoct = '50.8';//Average temperature for october from your data $avtempnov = '43.6';//Average temperature for november from your data $avtempdec = '36.8';//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.08'; $avrainfeb = '1.40'; $avrainmar = '1.94'; $avrainapr = '3.16'; $avrainmay = '7.86'; $avrainjun = '2.77'; $avrainjul = '0.00'; $avrainaug = '0.00'; $avrainsep = '0.00'; $avrainoct = '0.00'; $avrainnov = '0.00'; $avraindec = '0.00'; $avrainjannow = '0.08'; $avrainfebnow = '1.40'; $avrainmarnow = '1.94'; $avrainaprnow = '3.16'; $avrainmaynow = '7.86'; $avrainjunnow = '2.77'; $avrainjulnow = '2.26'; $avrainaugnow = '---'; $avrainsepnow = '---'; $avrainoctnow = '---'; $avrainnovnow = '---'; $avraindecnow = '---'; //End Rain Trending // end of relayweather tags // ---------------------------------------------------------------------------------------------------- // eastmasonville wxrecord.php tags $recordhightemp = '85.6'; $recordlowtemp = '2.8'; $recordhighheatindex = '90.0'; $recordlowchill = '2.3'; $warmestdayonrecord = '74.8°F on: Jun 22 2025'; $warmestnightonrecord = '66.9°F on: Jun 14 2025'; $coldestdayonrecord = '16.0°F on: Feb 20 2025'; $coldestnightonrecord = '11.8°F on: Feb 21 2025'; $recordwindgust = '58.7'; $recordwindspeed = '40.3'; $recordhighwindrun = '510.5'; $recorddailyrain = '2.22'; $recordhighrainmth = '7.9'; $recordrainrate = '0.201'; $recorddayswithrain = '9'; $recorddaysnorain = '6'; $recordhighdew = '73.8'; $recordlowdew = '-2.6'; $recordhighhum = '97'; $recordlowhum = '12'; $recordhighbaro = '30.637'; $recordlowbaro = '29.255'; $recordhighsolar = '0.0'; $recordhightempmonth = '6'; $recordhightempday = '22'; $recordhightempyear = '2025'; $recordlowtempmonth = '2'; $recordlowtempday = '21'; $recordlowtempyear = '2025'; $recordhighheatindexmonth = '6'; $recordhighheatindexday = '22'; $recordhighheatindexyear = '2025'; $recordlowchillmonth = '2'; $recordlowchillday = '21'; $recordlowchillyear = '2025'; $recordhighgustmonth = '2'; $recordhighgustday = '27'; $recordhighgustyear = '2025'; $recordhighavwindmonth = '2'; $recordhighavwindday = '27'; $recordhighavwindyear = '2025'; $recordhighwindrunmth = '3'; $recordhighwindrunday = '6'; $recordhighwindrunyr = '2025'; $recorddailyrainmonth = '7'; $recorddailyrainday = '1'; $recorddailyrainyear = '2025'; $recordhighrainmthmth = '5'; $recordhighrainmthyr = '2025'; $recordrainratemonth = '5'; $recordrainrateday = '21'; $recordrainrateyear = '2025'; $recorddayswithrainmonth = '6'; $recorddayswithrainday = '20'; $recorddayswithrainyear = '2025'; $recorddaysnorainmonth = '3'; $recorddaysnorainday = '15'; $recorddaysnorainyear = '2025'; $recordhighdewmonth = '7'; $recordhighdewday = '1'; $recordhighdewyear = '2025'; $recordlowdewmonth = '2'; $recordlowdewday = '21'; $recordlowdewyear = '2025'; $recordhighhummonth = '2'; $recordhighhumday = '16'; $recordhighhumyear = '2025'; $recordlowhummonth = '3'; $recordlowhumday = '19'; $recordlowhumyear = '2025'; $recordhighbaromonth = '2'; $recordhighbaroday = '21'; $recordhighbaroyear = '2025'; $recordlowbaromonth = '3'; $recordlowbaroday = '5'; $recordlowbaroyear = '2025'; $recordhighsolarmonth = '2'; $recordhighsolarday = '13'; $recordhighsolaryear = '2025'; $recordhighuv = '0.0'; $recordhighuvmonth = '2'; $recordhighuvday = '13'; $recordhighuvyear = '2025'; $yrecordhighheatindex = '90.0'; $yrecordhighheatindexmonth = '6'; $yrecordhighheatindexday = '22'; $yrecordhighheatindexyear = '2025'; $ywarmestdayonrecord = '74.8°F on: Jun 22 2025'; $ywarmestnightonrecord = '66.9°F on: Jun 14 2025'; $ycoldestdayonrecord = '16.0°F on: Feb 20 2025'; $ycoldestnightonrecord = '11.8°F on: Feb 21 2025'; $yrecordhighwindrun = '510.5'; $yrecordhighwindrunmth = '3'; $yrecordhighwindrunday = '6'; $yrecordhighwindrunyr = '2025'; $yrecorddailyrain = '2.22'; $yrecordhighrainmth = '7.9'; $yrecordrainrate = '0.201'; $yrecorddayswithrain = '9'; $yrecorddaysnorain = '6'; $yrecordhighdew = '73.8'; $yrecordlowdew = '-2.6'; $yrecordhighhum = '97'; $yrecordlowhum = '12'; $yrecorddailyrainmonth = '7'; $yrecorddailyrainday = '1'; $yrecorddailyrainyear = '2025'; $yrecordhighrainmthmth = '5'; $yrecordhighrainmthyr = '2025'; $yrecordrainratemonth = '5'; $yrecordrainrateday = '21'; $yrecordrainrateyear = '2025'; $yrecorddayswithrainmonth = '6'; $yrecorddayswithrainday = '20'; $yrecorddaysnorainmonth = '3'; $yrecorddaysnorainday = '15'; $yrecordhighdewmonth = '7'; $yrecordhighdewday = '1'; $yrecordhighdewyear = '2025'; $yrecordlowdewmonth = '2'; $yrecordlowdewday = '21'; $yrecordlowdewyear = '2025'; $yrecordhighhummonth = '2'; $yrecordhighhumday = '16'; $yrecordhighhumyear = '2025'; $yrecordlowhummonth = '3'; $yrecordlowhumday = '19'; $yrecordlowhumyear = '2025'; $yrecordhighsolar = '0.0'; $yrecordhighsolarmonth = '2'; $yrecordhighsolarday = '13'; $yrecordhighsolaryear = '2025'; $yrecordhighuv = '0.0'; $yrecordhighuvmonth = '2'; $yrecordhighuvday = '13'; $yrecordhighuvyear = '2025'; $mrecordhighheatindex = '79.9'; $mrecordhighheatindexmonth = '7'; $mrecordhighheatindexday = '3'; $mrecordhighheatindexyear = '2025'; $mrecordhighwindrun = '116.0'; $mrecordhighwindrunmth = '7'; $mrecordhighwindrunday = '3'; $mrecordhighwindrunyr = '2025'; $mrecorddailyrain = '2.22'; $mrecordhighrainmth = '2.3'; $mrecordrainrate = '0.000'; $mrecorddayswithrain = '3'; $mrecorddaysnorain = '4'; $mrecordhighdew = '73.8'; $mrecordlowdew = '54.3'; $mrecordhighhum = '97'; $mrecordlowhum = '54'; $mrecorddailyrainmonth = '7'; $mrecorddailyrainday = '1'; $mrecorddailyrainyear = '2025'; $mrecordhighrainmthmth = '7'; $mrecordhighrainmthyr = '2025'; $mrecordrainratemonth = '7'; $mrecordrainrateday = '3'; $mrecordrainrateyear = '2025'; $mrecorddayswithrainmonth = '7'; $mrecorddayswithrainday = '3'; $mrecorddaysnorainmonth = '7'; $mrecorddaysnorainday = '2'; $mrecordhighdewmonth = '7'; $mrecordhighdewday = '1'; $mrecordhighdewyear = '2025'; $mrecordlowdewmonth = '7'; $mrecordlowdewday = '3'; $mrecordlowdewyear = '2025'; $mrecordhighhummonth = '7'; $mrecordhighhumday = '1'; $mrecordhighhumyear = '2025'; $mrecordlowhummonth = '7'; $mrecordlowhumday = '3'; $mrecordlowhumyear = '2025'; $myrecordhighbaromonth = '7'; $mrecordhighsolar = '0.0'; $mrecordhighsolarmonth = '2'; $mrecordhighsolarday = '13'; $mrecordhighsolaryear = '2025'; $mrecordhighuv = '0.0'; $mrecordhighuvmonth = '2'; $mrecordhighuvday = '13'; $mrecordhighuvyear = '2025'; // end of eastmasonville wxrecord.php tags // ---------------------------------------------------------------------------------------------------- // other addons $vpissstatus = 'Ok'; // VP ISS Status $vpreception2 = '100%'; // VP Current reception % *** NEW IN V1.01 $vpconsolebattery = '4.3'; // VP Console Battery Volts *** NEW IN V1.01 $firewi = '5.5'; // Fire Weather Index $avtempweek = '67.2'; // Average Weekly Temp $hddday = '3.8'; // Heating Degree for day $hddmonth = '3.8'; // Heating Degree for month to date $hddyear = '2984.8'; // Heating Degree for year to date $cddday = '0.4'; // Cooling Degree for day $cddmonth = '9.8'; // Cooling Degree for month to date $cddyear = '89.3'; // Cooling Degree for year to date $minchillweek = '51.4'; // Minimum Wind Chill over past 7 days $maxheatweek = '89.7'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.22'; //air density $solarnoon = '13:30'; // Solar noon $changeinday = '-00:00:39'; // change in day length since yesterday $etcurrentweek = '0.457'; // ET total for the last 7 days $sunshinehourstodateday = '00:00'; $sunshinehourstodatemonth = '00:00'; $maxsolarfortime = '0'; $wetbulb = '57.5 °F'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '-1.3'; $maxdew = '67.0 °F'; $maxdewt = '1:09 PM'; $mindew = '54.4 °F'; $mindewt = '6:26 AM'; $maxdewyest = '67.8 °F'; $maxdewyestt = '12:03 PM'; $mindewyest = '57.8 °F'; $mindewyestt = '11:48 PM'; $stationname = 'Whitetop/ Middlefork Lane'; $raindifffromav = '---'; $raindifffromavyear = '19.520'; $gddmonth = '87.9'; $gddyear = '1219.7'; $maxheat = '79.9 °F'; $maxheatt = '4:36 PM'; $maxheatyest = '77.9 °F'; $yeartodateavtemp = '47.7'; $monthtodateavtemp = '67.7'; $maxchillyest = '77.9 °F'; $monthtodatemaxgust = '9.2'; $monthtodateavspeed = '2.2'; // MTD average wind speed $monthtodateavgust = '2.3'; //MTD average wind gust $yeartodateavwind = '5.9'; // YTD average wind speed $yeartodategstwind = '8.2'; // YTD avg wind gust $lowbaro = '29.921 in.'; $lowbarot = '5:03 AM'; $monthtodatemaxbaro = '30.037'; // MTD average wind speed $monthtodateminbaro = '29.763'; //MTD average wind gust $sunshinehourstodateyear = '00:00'; $sunshineyesterday = '00:00'; $avtempsincemidnight = '66.5'; $yesterdayavtemp = '67.6'; $avgspeedsincereset = '5.0'; $maxheatyestt = '1:57 PM'; $windrunyesterday = '35.19'; $currentwdet = '0.000'; $yesterdaywdet = '0.031'; $highhum = '97'; $highhumt = '7:34 AM'; $lowhum = '54'; $lowhumt = '12:05 PM'; $maxhumyest = '97'; $maxhumyestt = '12:38 AM'; $minhumyest = '59'; $minhumyestt = '1:45 PM'; $recordhightempjan = '---'; $recordlowtempjan = '---'; $recordhightempfeb = '65.7'; $recordlowtempfeb = '2.3'; $recordhightempmar = '75.7'; $recordlowtempmar = '16.3'; $recordhightempapr = '83.1'; $recordlowtempapr = '24.3'; $recordhightempmay = '79.9'; $recordlowtempmay = '32.0'; $recordhightempjun = '85.6'; $recordlowtempjun = '37.8'; $recordhightempjul = '79.9'; $recordlowtempjul = '55.6'; $recordhightempaug = '---'; $recordlowtempaug = '---'; $recordhightempsep = '---'; $recordlowtempsep = '---'; $recordhightempoct = '---'; $recordlowtempoct = '---'; $recordhightempnov = '---'; $recordlowtempnov = '---'; $recordhightempdec = '---'; $recordlowtempdec = '---'; // average temp and rain by month (V1.08 addition) $avtempjannow = '27.0'; $avtempfebnow = '33.4'; $avtempmarnow = '45.0'; $avtempaprnow = '54.2'; $avtempmaynow = '57.1'; $avtempjunnow = '64.9'; $avtempjulnow = '67.7'; $avtempaugnow = '65.8'; $avtempsepnow = '61.2'; $avtempoctnow = '49.2'; $avtempnovnow = '45.5'; $avtempdecnow = '36.2'; $avrainjannow = '0.08'; $avrainfebnow = '1.40'; $avrainmarnow = '1.94'; $avrainaprnow = '3.16'; $avrainmaynow = '7.86'; $avrainjunnow = '2.77'; $avrainjulnow = '2.26'; $avrainaugnow = '---'; $avrainsepnow = '---'; $avrainoctnow = '---'; $avrainnovnow = '---'; $avraindecnow = '---'; // end of other addons // end of testtags.txt/testtags.php ?>