' . '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 = '983'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '300'; // 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 = '9:33'; // time that the max gust last prior 1 hour occured $minbaroyest = '30.164 in.'; $minbaroyestt = '12:00 AM'; $mrecordlowbaro = '29.949'; $mrecordlowbaroday = '2'; $mrecordlowbaromonth = '9'; $mrecordlowbaroyear = '2026'; $yrecordlowbaro = '29.323'; $yrecordlowbaroday = '16'; $yrecordlowbaromonth = '3'; $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 = 'Morning'; $avwindlastimediate60 = '0.8 mph'; // average wind speed $avwindlastimediate120 = '0.0 mph'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '1.5 mph'; // average wind speed $avwindlastimediate30 = '1.4 mph'; // average wind speed $todayhihumidex = '73.6'; //daily high humidex $todaylohumidex = '54.0'; //Daily low Humidex //Version 5.02 $dayornight = 'Day'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '+5.2'; //For snow prediction $abshum = '7.30'; //For snow prediction $maxtemp4today = '83.8'; // max from station's records $mintemp4today = '42.3'; // min from station's records $maxtemp4todayyr = '2020'; // max year from station's records $mintemp4todayyr = '2025'; // min year from station's records $avsnowjan = '57.5'; //Average snow for jan from your inputted snow data (cm) $avsnowfeb = '22.0'; //Average snow for feb from your inputted snow data (cm) $avsnowmar = '28.1'; //Average snow for mar from your inputted snow data (cm) $avsnowapr = '5.1'; //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.2'; //Average snow for oct from your inputted snow data (cm) $avsnownov = '47.1'; //Average snow for nov from your inputted snow data (cm) $avsnowdec = '53.6'; //Average snow for dec from your inputted snow data (cm) $avsnowjannow = '67.3'; $avsnowfebnow = '36.1'; $avsnowmarnow = '31.5'; $avsnowaprnow = '0.0'; $avsnowmaynow = '0.0'; $avsnowjunnow = '0.0'; $avsnowjulnow = '0.0'; $avsnowaugnow = '0.0'; $avsnowsepnow = '0.0'; $avsnowoctnow = '0.0'; $avsnownovnow = '68.6'; $avsnowdecnow = '121.9'; // 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 = '19.6'; $avtempfebnow = '25.0'; $avtempmarnow = '40.1'; $avtempaprnow = '51.2'; $avtempmaynow = '54.5'; $avtempjunnow = '66.7'; $avtempjulnow = '71.4'; $avtempaugnow = '68.0'; $avtempsepnow = '68.5'; $avtempoctnow = '50.7'; $avtempnovnow = '37.6'; $avtempdecnow = '25.1'; $avtempjan = '30.0';//Average temperature for january from your data $avtempfeb = '32.5';//Average temperature for february from your data $avtempmar = '39.6';//Average temperature for march from your data $avtempapr = '48.4';//Average temperature for april from your data $avtempmay = '56.6';//Average temperature for may from your data $avtempjun = '64.8';//Average temperature for june from your data $avtempjul = '68.7';//Average temperature for july from your data $avtempaug = '66.6';//Average temperature for august from your data $avtempsep = '62.1';//Average temperature for september from your data $avtempoct = '52.2';//Average temperature for october from your data $avtempnov = '40.8';//Average temperature for november from your data $avtempdec = '35.4';//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.86'; $avrainfeb = '0.85'; $avrainmar = '2.54'; $avrainapr = '3.74'; $avrainmay = '3.53'; $avrainjun = '2.62'; $avrainjul = '1.79'; $avrainaug = '1.90'; $avrainsep = '0.65'; $avrainoct = '2.79'; $avrainnov = '2.35'; $avraindec = '2.13'; $avrainjannow = '1.48'; $avrainfebnow = '0.92'; $avrainmarnow = '5.74'; $avrainaprnow = '6.38'; $avrainmaynow = '4.51'; $avrainjunnow = '3.31'; $avrainjulnow = '1.84'; $avrainaugnow = '3.66'; $avrainsepnow = '1.84'; $avrainoctnow = '5.47'; $avrainnovnow = '1.85'; $avraindecnow = '1.69'; //End Rain Trending // end of relayweather tags // ---------------------------------------------------------------------------------------------------- // eastmasonville wxrecord.php tags $recordhightemp = '94.5'; $recordlowtemp = '-12.6'; $recordhighheatindex = '111.2'; $recordlowchill = '-23.1'; $warmestdayonrecord = '93.4°F on: Jul 01 2026'; $warmestnightonrecord = '78.6°F on: Jul 03 2026'; $coldestdayonrecord = '-1.3°F on: Jan 23 2026'; $coldestnightonrecord = '-6.7°F on: Feb 09 2026'; $recordwindgust = '33.4'; $recordwindspeed = '18.4'; $recordhighwindrun = '155.3'; $recorddailyrain = '1.71'; $recordhighrainmth = '6.4'; $recordrainrate = '0.598'; $recorddayswithrain = '10'; $recorddaysnorain = '23'; $recordhighdew = '80.2'; $recordlowdew = '-16.8'; $recordhighhum = '100'; $recordlowhum = '0'; $recordhighbaro = '30.823'; $recordlowbaro = '29.146'; $recordhighsolar = '1262.0'; $recordhightempmonth = '7'; $recordhightempday = '1'; $recordhightempyear = '2026'; $recordlowtempmonth = '1'; $recordlowtempday = '22'; $recordlowtempyear = '2025'; $recordhighheatindexmonth = '7'; $recordhighheatindexday = '2'; $recordhighheatindexyear = '2026'; $recordlowchillmonth = '2'; $recordlowchillday = '7'; $recordlowchillyear = '2026'; $recordhighgustmonth = '12'; $recordhighgustday = '19'; $recordhighgustyear = '2025'; $recordhighavwindmonth = '3'; $recordhighavwindday = '15'; $recordhighavwindyear = '2026'; $recordhighwindrunmth = '11'; $recordhighwindrunday = '16'; $recordhighwindrunyr = '2025'; $recorddailyrainmonth = '10'; $recorddailyrainday = '23'; $recorddailyrainyear = '2025'; $recordhighrainmthmth = '4'; $recordhighrainmthyr = '2026'; $recordrainratemonth = '11'; $recordrainrateday = '25'; $recordrainrateyear = '2025'; $recorddayswithrainmonth = '1'; $recorddayswithrainday = '1'; $recorddayswithrainyear = '2025'; $recorddaysnorainmonth = '2'; $recorddaysnorainday = '10'; $recorddaysnorainyear = '2026'; $recordhighdewmonth = '7'; $recordhighdewday = '1'; $recordhighdewyear = '2026'; $recordlowdewmonth = '1'; $recordlowdewday = '22'; $recordlowdewyear = '2025'; $recordhighhummonth = '5'; $recordhighhumday = '3'; $recordhighhumyear = '2025'; $recordlowhummonth = '12'; $recordlowhumday = '29'; $recordlowhumyear = '2024'; $recordhighbaromonth = '12'; $recordhighbaroday = '14'; $recordhighbaroyear = '2024'; $recordlowbaromonth = '2'; $recordlowbaroday = '16'; $recordlowbaroyear = '2025'; $recordhighsolarmonth = '6'; $recordhighsolarday = '27'; $recordhighsolaryear = '2026'; $recordhighuv = '11.1'; $recordhighuvmonth = '7'; $recordhighuvday = '7'; $recordhighuvyear = '2026'; $yrecordhighheatindex = '111.2'; $yrecordhighheatindexmonth = '7'; $yrecordhighheatindexday = '2'; $yrecordhighheatindexyear = '2026'; $ywarmestdayonrecord = '93.4°F on: Jul 01 2026'; $ywarmestnightonrecord = '78.6°F on: Jul 03 2026'; $ycoldestdayonrecord = '-1.3°F on: Jan 23 2026'; $ycoldestnightonrecord = '-6.7°F on: Feb 09 2026'; $yrecordhighwindrun = '150.0'; $yrecordhighwindrunmth = '2'; $yrecordhighwindrunday = '7'; $yrecordhighwindrunyr = '2026'; $yrecorddailyrain = '1.43'; $yrecordhighrainmth = '6.4'; $yrecordrainrate = '0.169'; $yrecorddayswithrain = '10'; $yrecorddaysnorain = '23'; $yrecordhighdew = '80.2'; $yrecordlowdew = '-15.9'; $yrecordhighhum = '100'; $yrecordlowhum = '0'; $yrecorddailyrainmonth = '3'; $yrecorddailyrainday = '11'; $yrecorddailyrainyear = '2026'; $yrecordhighrainmthmth = '4'; $yrecordhighrainmthyr = '2026'; $yrecordrainratemonth = '4'; $yrecordrainrateday = '14'; $yrecordrainrateyear = '2026'; $yrecorddayswithrainmonth = '4'; $yrecorddayswithrainday = '7'; $yrecorddaysnorainmonth = '2'; $yrecorddaysnorainday = '10'; $yrecordhighdewmonth = '7'; $yrecordhighdewday = '1'; $yrecordhighdewyear = '2026'; $yrecordlowdewmonth = '2'; $yrecordlowdewday = '9'; $yrecordlowdewyear = '2026'; $yrecordhighhummonth = '2'; $yrecordhighhumday = '18'; $yrecordhighhumyear = '2026'; $yrecordlowhummonth = '6'; $yrecordlowhumday = '18'; $yrecordlowhumyear = '2026'; $yrecordhighsolar = '1262.0'; $yrecordhighsolarmonth = '6'; $yrecordhighsolarday = '27'; $yrecordhighsolaryear = '2026'; $yrecordhighuv = '11.1'; $yrecordhighuvmonth = '7'; $yrecordhighuvday = '7'; $yrecordhighuvyear = '2026'; $mrecordhighheatindex = '104.0'; $mrecordhighheatindexmonth = '9'; $mrecordhighheatindexday = '2'; $mrecordhighheatindexyear = '2026'; $mrecordhighwindrun = '46.8'; $mrecordhighwindrunmth = '9'; $mrecordhighwindrunday = '5'; $mrecordhighwindrunyr = '2026'; $mrecorddailyrain = '1.20'; $mrecordhighrainmth = '1.8'; $mrecordrainrate = '0.083'; $mrecorddayswithrain = '5'; $mrecorddaysnorain = '4'; $mrecordhighdew = '79.7'; $mrecordlowdew = '49.1'; $mrecordhighhum = '100'; $mrecordlowhum = '39'; $mrecorddailyrainmonth = '9'; $mrecorddailyrainday = '2'; $mrecorddailyrainyear = '2026'; $mrecordhighrainmthmth = '9'; $mrecordhighrainmthyr = '2026'; $mrecordrainratemonth = '9'; $mrecordrainrateday = '2'; $mrecordrainrateyear = '2026'; $mrecorddayswithrainmonth = '9'; $mrecorddayswithrainday = '4'; $mrecorddaysnorainmonth = '9'; $mrecorddaysnorainday = '8'; $mrecordhighdewmonth = '9'; $mrecordhighdewday = '2'; $mrecordhighdewyear = '2026'; $mrecordlowdewmonth = '9'; $mrecordlowdewday = '7'; $mrecordlowdewyear = '2026'; $mrecordhighhummonth = '9'; $mrecordhighhumday = '2'; $mrecordhighhumyear = '2026'; $mrecordlowhummonth = '9'; $mrecordlowhumday = '7'; $mrecordlowhumyear = '2026'; $myrecordhighbaromonth = '9'; $mrecordhighsolar = '1041.0'; $mrecordhighsolarmonth = '9'; $mrecordhighsolarday = '6'; $mrecordhighsolaryear = '2026'; $mrecordhighuv = '9.0'; $mrecordhighuvmonth = '9'; $mrecordhighuvday = '6'; $mrecordhighuvyear = '2026'; // end of eastmasonville wxrecord.php tags // ---------------------------------------------------------------------------------------------------- // other addons $vpissstatus = 'Ok'; // VP ISS Status $vpreception2 = '99%'; // VP Current reception % *** NEW IN V1.01 $vpconsolebattery = '4.8'; // VP Console Battery Volts *** NEW IN V1.01 $firewi = '0.9'; // Fire Weather Index $avtempweek = '65.9'; // Average Weekly Temp $hddday = '4.1'; // Heating Degree for day $hddmonth = '9.4'; // Heating Degree for month to date $hddyear = '4144.0'; // Heating Degree for year to date $cddday = '0.0'; // Cooling Degree for day $cddmonth = '35.8'; // Cooling Degree for month to date $cddyear = '488.6'; // Cooling Degree for year to date $minchillweek = '55.0'; // Minimum Wind Chill over past 7 days $maxheatweek = '91.6'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.22'; //air density $solarnoon = '13:15'; // Solar noon $changeinday = '-00:02:47'; // change in day length since yesterday $etcurrentweek = '0.972'; // ET total for the last 7 days $sunshinehourstodateday = '00:11'; $sunshinehourstodatemonth = '22:49'; $maxsolarfortime = '612'; $wetbulb = '62.6 °F'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = '20:02:05 2026/03/09'; $lighteningcountmonth = '3067'; $lighteningcountyear = '14519'; $chandler = '-0.5'; $maxdew = '60.9 °F'; $maxdewt = '10:24 AM'; $mindew = '50.6 °F'; $mindewt = '6:52 AM'; $maxdewyest = '59.2 °F'; $maxdewyestt = '7:04 PM'; $mindewyest = '49.1 °F'; $mindewyestt = '6:19 AM'; $stationname = 'Travelingrvwx.com'; $raindifffromav = '---'; $raindifffromavyear = '29.910'; $gddmonth = '195.9'; $gddyear = '2596.0'; $maxheat = '65.2 °F'; $maxheatt = '10:24 AM'; $maxheatyest = '78.5 °F'; $yeartodateavtemp = '50.3'; $monthtodateavtemp = '68.5'; $maxchillyest = '78.5 °F'; $monthtodatemaxgust = '19.6'; $monthtodateavspeed = '1.4'; // MTD average wind speed $monthtodateavgust = '2.4'; //MTD average wind gust $yeartodateavwind = '2.2'; // YTD average wind speed $yeartodategstwind = '3.9'; // YTD avg wind gust $lowbaro = '30.262 in.'; $lowbarot = '4:07 AM'; $monthtodatemaxbaro = '30.311'; // MTD average wind speed $monthtodateminbaro = '29.949'; //MTD average wind gust $sunshinehourstodateyear = '575:04'; $sunshineyesterday = '06:17'; $avtempsincemidnight = '54.9'; $yesterdayavtemp = '61.5'; $avgspeedsincereset = '0.1'; $maxheatyestt = '5:11 PM'; $windrunyesterday = '22.29'; $currentwdet = '0.020'; $yesterdaywdet = '0.119'; $highhum = '99'; $highhumt = '7:55 AM'; $lowhum = '86'; $lowhumt = '10:17 AM'; $maxhumyest = '99'; $maxhumyestt = '7:46 AM'; $minhumyest = '39'; $minhumyestt = '4:16 PM'; $recordhightempjan = '57.6'; $recordlowtempjan = '-5.4'; $recordhightempfeb = '47.5'; $recordlowtempfeb = '-12.1'; $recordhightempmar = '74.5'; $recordlowtempmar = '8.8'; $recordhightempapr = '81.9'; $recordlowtempapr = '17.2'; $recordhightempmay = '88.3'; $recordlowtempmay = '28.9'; $recordhightempjun = '94.1'; $recordlowtempjun = '44.8'; $recordhightempjul = '94.5'; $recordlowtempjul = '46.0'; $recordhightempaug = '87.1'; $recordlowtempaug = '45.0'; $recordhightempsep = '88.7'; $recordlowtempsep = '42.3'; $recordhightempoct = '83.5'; $recordlowtempoct = '29.7'; $recordhightempnov = '75.9'; $recordlowtempnov = '18.5'; $recordhightempdec = '52.7'; $recordlowtempdec = '1.0'; // end of other addons $visibility = '---'; // Visibility (miles) $visibilitykm = '---'; // Visibility (km) $yrecordwindgust = '33.4'; // record high wind gust $yrecordhighgustday = '15'; // Day of record high wind gust $yrecordhighgustmonth = '3'; // Month of record high wind gust $yrecordhighgustyear = '2026'; // Year of record high wind gust $downloadedmetar1extrasky = '%downloadedmetar1extrasky%'; // Sky conditions $downloadedmetar1sky = '%downloadedmetar1sky%'; // More sky conditions $downloadedmetar1cloud = '%downloadedmetar1cloud%'; // Cloud conditions or weather $downloadedmetar1press = '%downloadedmetar1press%'; // Barometer reading $downloadedmetar1humi = '%downloadedmetar1humi%'; // Humidity reading $downloadedmetar1dewp = '%downloadedmetar1dewp%'; // Dew point reading $downloadedmetar1temp = '%downloadedmetar1temp%'; // Temperature reading $downloadedmetar1tempcelsius = '%downloadedmetar1tempcelsius%'; // Temperature reading in celsius $downloadedmetar1wind = '%downloadedmetar1wind%'; // Wind readings (speed and direction) $downloadedmetar1location = '%downloadedmetar1location%'; // Metar name and time stamp $downloadedmetar1vis = '%downloadedmetar1vis%'; // Visibility $downloadedmetar1name = '%downloadedmetar1name%'; // Just the metar name // (1st 10 metars only) $downloadedmetar1time = '%downloadedmetar1time%'; // Just the time of update // (1st 10 metars only) $downloadedmetar1rainlasthour = '%downloadedmetar1rainlasthour%'; // Rain in the last hour (if its available) $downloadedmetar1windonly = '%downloadedmetar1windonly%'; // Shows just the windspeed only (1st 10 metars only) $downloadedmetar1dironly = '%downloadedmetar1dironly%'; // Shows direction in letter (1st 10 metars only) $downloadedmetar1dironlydeg = '%downloadedmetar1dironlydeg%'; // Shows dir in degrees (1st 10 metars only) //Air Quality //========== //Air Quality //========== $purpleair2_5 = '5.7'; //Value of 2.5 micron particle measure from purple air sensor (see in WD under setup, advanced/misc) $purpleair1_0 = '3.5'; //Value of 1.0 micron particle measure from purple air sensor $purpleair10_0 = '6.1'; //Value of 10.0 micron particle measure from purple air sensor $purpleairaqi = '23.6'; //AQI (air quality index) value from purple air sensor $purpleairaqidescription = 'Good '; //AQI description (e.g Good, moderate) $purpleair60minmean10_0 = '5.0'; //Last 60 minutes average PM 10.0 value $purpleair60minmean2_5 = '4.5'; //Last 60 minutes average PM 2.5 value $purpleair24hourmean10_0 = '4.9'; //Last 24 hours average PM 10.0 value $purpleair24hourmean2_5 = '4.4'; //Last 24 hours average PM 2.5 value $purpleair60minmin10_0 = '3.2'; //Min value in last 60 minutes PM 10.0 value $purpleair24hourmin10_0 = '0.7'; //Min value in last 24 hours PM 10.0 value $purpleair60minmin2_5 = '2.9'; //Min value in last 60 minutes PM 2.5 value $purpleair24hourmin2_5 = '0.6'; //Min value in last 24 hours PM 2.5 value $purpleair60minmax10_0 = '7.2'; //Max value in last 60 minutes PM 10.0 value $purpleair24hourmax10_0 = '19.7'; //Max value in last 24 hours PM 10.0 value $purpleair60minmax2_5 = '5.7'; //Max value in last 60 minutes PM 2.5 value $purpleair24hourmax2_5 = '18.1'; //Max value in last 24 hours PM 2.5 value //* bad data here $avairjan2_5 = '4.7'; $avairfeb2_5 = '6.0'; $avairmar2_5 = '4.0'; $avairapr2_5 = '3.4'; $avairmay2_5 = '2.5'; $avairjun2_5 = '6.9'; $avairjul2_5 = '8.5'; $avairaug2_5 = '6.7'; $avairsep2_5 = '2.7'; $avairoct2_5 = '2.2'; $avairnov2_5 = '2.7'; $avairdec2_5 = '3.7'; $avairjan10_0 = '5.3 '; $avairfeb10_0 = '7.0'; $avairmar10_0 = '4.6'; $avairapr10_0 = '3.9'; $avairmay10_0 = '2.8'; $avairjun10_0 = '7.9'; $avairjul10_0 = '9.7'; $avairaug10_0 = '7.7'; $avairsep10_0 = '3.0'; $avairoct10_0 = '2.5'; $avairnov10_0 = '3.0'; $avairdec10_0 = '4.2'; $avairjannow2_5 = '3.9'; $avairfebnow2_5 = '9.9'; $avairmarnow2_5 = '5.8'; $avairaprnow2_5 = '5.3'; $avairmaynow2_5 = '3.9'; $avairjunnow2_5 = '2.2'; $avairjulnow2_5 = '19.8'; $avairaugnow2_5 = '9.6'; $avairsepnow2_5 = '0.8'; $avairoctnow2_5 = '---'; $avairnovnow2_5 = '---'; $avairdecnow2_5 = '---'; $avairjannow10_0 = '4.3'; $avairfebnow10_0 = '11.4'; $avairmarnow10_0 = '6.7'; $avairaprnow10_0 = '6.0'; $avairmaynow10_0 = '4.3'; $avairjunnow10_0 = '2.4'; $avairjulnow10_0 = '23.4'; $avairaugnow10_0 = '10.5'; $avairsepnow10_0 = '0.9'; $avairoctnow10_0 = '---'; $avairnovnow10_0 = '---'; $avairdecnow10_0 = '---'; //*/ $purpleair2_52 ='0.0'; //2nd sensor 2.5 reading $purpleair1_02 ='0.0'; //2nd sensor 1.0 reading $purpleair10_02 ='0.0'; //2nd sensor 10 reading $purpleairaqi2 ='0.0'; //2nd sensor aqi reading $purpleairaqidescription2 = 'Good '; // 2nd sensor aqi description // end of testtags.txt/testtags.php