' . 'Night time/Dry '; $weathercond = 'Dry'; $Currentsolardescription = 'Night time/Dry '; $current_summary = $Currentsolardescription; $current_summary = preg_replace('|^/[^/]+/|','',$current_summary); $current_summary = preg_replace('|\\\\|',', ',$current_summary); $current_summary = preg_replace('|/|',', ',$current_summary); // // $cloudheightfeet = '1665'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '507'; // 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 = '19:39'; // time that the max gust last prior 1 hour occured $minbaroyest = '30.054'; $minbaroyestt = '7:37 PM'; $mrecordlowbaro = '30.040'; $mrecordlowbaroday = '1'; $mrecordlowbaromonth = '2'; $mrecordlowbaroyear = '2026'; $yrecordlowbaro = '29.793'; $yrecordlowbaroday = '3'; $yrecordlowbaromonth = '1'; $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 = 'Evening'; $avwindlastimediate60 = '2.0'; // average wind speed $avwindlastimediate120 = '1.2'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '1.3'; // average wind speed $avwindlastimediate30 = '1.0'; // average wind speed $todayhihumidex = '68.0'; //daily high humidex $todaylohumidex = '43.3'; //Daily low Humidex //Version 5.02 $dayornight = 'Night'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '-5.3'; //For snow prediction $abshum = '5.63'; //For snow prediction $maxtemp4today = '64.9'; // max from station's records $mintemp4today = '35.2'; // min from station's records $maxtemp4todayyr = '2020'; // max year from station's records $mintemp4todayyr = '2023'; // 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 = '52.9'; $avtempfebnow = '59.7'; $avtempmarnow = '47.2'; $avtempaprnow = '54.2'; $avtempmaynow = '63.3'; $avtempjunnow = '72.2'; $avtempjulnow = '74.7'; $avtempaugnow = '78.5'; $avtempsepnow = '71.4'; $avtempoctnow = '59.4'; $avtempnovnow = '55.1'; $avtempdecnow = '53.0'; $avtempjan = '47.7';//Average temperature for january from your data $avtempfeb = '46.3';//Average temperature for february from your data $avtempmar = '47.6';//Average temperature for march from your data $avtempapr = '54.8';//Average temperature for april from your data $avtempmay = '61.4';//Average temperature for may from your data $avtempjun = '72.1';//Average temperature for june from your data $avtempjul = '79.1';//Average temperature for july from your data $avtempaug = '77.8';//Average temperature for august from your data $avtempsep = '72.2';//Average temperature for september from your data $avtempoct = '63.6';//Average temperature for october from your data $avtempnov = '53.1';//Average temperature for november from your data $avtempdec = '47.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 = '2.83'; $avrainfeb = '3.91'; $avrainmar = '4.85'; $avrainapr = '1.54'; $avrainmay = '1.36'; $avrainjun = '0.09'; $avrainjul = '0.00'; $avrainaug = '0.13'; $avrainsep = '0.22'; $avrainoct = '1.47'; $avrainnov = '2.96'; $avraindec = '6.00'; $avrainjannow = '4.51'; $avrainfebnow = '0.00'; $avrainmarnow = '7.15'; $avrainaprnow = '1.46'; $avrainmaynow = '0.20'; $avrainjunnow = '0.00'; $avrainjulnow = '0.00'; $avrainaugnow = '0.06'; $avrainsepnow = '0.14'; $avrainoctnow = '1.76'; $avrainnovnow = '7.82'; $avraindecnow = '6.94'; //End Rain Trending // end of relayweather tags // ---------------------------------------------------------------------------------------------------- // eastmasonville wxrecord.php tags $recordhightemp = '107.1'; $recordlowtemp = '22.3'; $recordhighheatindex = '107.4'; $recordlowchill = '17.4'; $warmestdayonrecord = '104.2 F on: Sep 06 2020'; $warmestnightonrecord = '86.2F on: Aug 17 2020'; $coldestdayonrecord = '30.7F on: Feb 05 2019'; $coldestnightonrecord = '26.4F on: Feb 23 2022'; $recordwindgust = '53.0'; $recordwindspeed = '39.0'; $recordhighwindrun = '346.2'; $recorddailyrain = '4.14'; $recordhighrainmth = '16.7'; $recordrainrate = '0.752'; $recorddayswithrain = '15'; $recorddaysnorain = '163'; $recordhighdew = '69.3'; $recordlowdew = '-22.2'; $recordhighhum = '100'; $recordlowhum = '0'; $recordhighbaro = '31.018'; $recordlowbaro = '27.114'; $recordhighsolar = '1357.0'; $recordhightempmonth = '9'; $recordhightempday = '6'; $recordhightempyear = '2020'; $recordlowtempmonth = '2'; $recordlowtempday = '23'; $recordlowtempyear = '2022'; $recordhighheatindexmonth = '7'; $recordhighheatindexday = '6'; $recordhighheatindexyear = '2024'; $recordlowchillmonth = '2'; $recordlowchillday = '11'; $recordlowchillyear = '2019'; $recordhighgustmonth = '9'; $recordhighgustday = '15'; $recordhighgustyear = '2020'; $recordhighavwindmonth = '1'; $recordhighavwindday = '16'; $recordhighavwindyear = '2020'; $recordhighwindrunmth = '12'; $recordhighwindrunday = '13'; $recordhighwindrunyr = '2021'; $recorddailyrainmonth = '12'; $recorddailyrainday = '24'; $recorddailyrainyear = '2025'; $recordhighrainmthmth = '10'; $recordhighrainmthyr = '2018'; $recordrainratemonth = '10'; $recordrainrateday = '4'; $recordrainrateyear = '2018'; $recorddayswithrainmonth = '12'; $recorddayswithrainday = '27'; $recorddayswithrainyear = '2025'; $recorddaysnorainmonth = '10'; $recorddaysnorainday = '16'; $recorddaysnorainyear = '2024'; $recordhighdewmonth = '8'; $recordhighdewday = '5'; $recordhighdewyear = '2022'; $recordlowdewmonth = '10'; $recordlowdewday = '26'; $recordlowdewyear = '2020'; $recordhighhummonth = '11'; $recordhighhumday = '23'; $recordhighhumyear = '2018'; $recordlowhummonth = '8'; $recordlowhumday = '9'; $recordlowhumyear = '2019'; $recordhighbaromonth = '2'; $recordhighbaroday = '17'; $recordhighbaroyear = '2022'; $recordlowbaromonth = '2'; $recordlowbaroday = '12'; $recordlowbaroyear = '2020'; $recordhighsolarmonth = '5'; $recordhighsolarday = '13'; $recordhighsolaryear = '2025'; $recordhighuv = '11.0'; $recordhighuvmonth = '6'; $recordhighuvday = '12'; $recordhighuvyear = '2022'; $yrecordhighheatindex = '77.5'; $yrecordhighheatindexmonth = '1'; $yrecordhighheatindexday = '30'; $yrecordhighheatindexyear = '2026'; $ywarmestdayonrecord = '68.4F on: Jan 15 2026'; $ywarmestnightonrecord = '60.6F on: Jan 15 2026'; $ycoldestdayonrecord = '39.7F on: Jan 04 2026'; $ycoldestnightonrecord = '37.0F on: Jan 09 2026'; $yrecordhighwindrun = '205.3'; $yrecordhighwindrunmth = '1'; $yrecordhighwindrunday = '3'; $yrecordhighwindrunyr = '2026'; $yrecorddailyrain = '1.84'; $yrecordhighrainmth = '4.6'; $yrecordrainrate = '0.299'; $yrecorddayswithrain = '9'; $yrecorddaysnorain = '23'; $yrecordhighdew = '51.8'; $yrecordlowdew = '2.3'; $yrecordhighhum = '96'; $yrecordlowhum = '12'; $yrecorddailyrainmonth = '1'; $yrecorddailyrainday = '4'; $yrecorddailyrainyear = '2026'; $yrecordhighrainmthmth = '1'; $yrecordhighrainmthyr = '2026'; $yrecordrainratemonth = '1'; $yrecordrainrateday = '3'; $yrecordrainrateyear = '2026'; $yrecorddayswithrainmonth = '1'; $yrecorddayswithrainday = '5'; $yrecorddaysnorainmonth = '2'; $yrecorddaysnorainday = '1'; $yrecordhighdewmonth = '1'; $yrecordhighdewday = '14'; $yrecordhighdewyear = '2026'; $yrecordlowdewmonth = '1'; $yrecordlowdewday = '24'; $yrecordlowdewyear = '2026'; $yrecordhighhummonth = '1'; $yrecordhighhumday = '1'; $yrecordhighhumyear = '2026'; $yrecordlowhummonth = '1'; $yrecordlowhumday = '24'; $yrecordlowhumyear = '2026'; $yrecordhighsolar = '817.0'; $yrecordhighsolarmonth = '1'; $yrecordhighsolarday = '7'; $yrecordhighsolaryear = '2026'; $yrecordhighuv = '3.6'; $yrecordhighuvmonth = '2'; $yrecordhighuvday = '1'; $yrecordhighuvyear = '2026'; $mrecordhighheatindex = '68.1'; $mrecordhighheatindexmonth = '2'; $mrecordhighheatindexday = '1'; $mrecordhighheatindexyear = '2026'; $mrecordhighwindrun = '42.1'; $mrecordhighwindrunmth = '2'; $mrecordhighwindrunday = '1'; $mrecordhighwindrunyr = '2026'; $mrecorddailyrain = '0.00'; $mrecordhighrainmth = '0.0'; $mrecordrainrate = '0.000'; $mrecorddayswithrain = '0'; $mrecorddaysnorain = '23'; $mrecordhighdew = '47.0'; $mrecordlowdew = '30.4'; $mrecordhighhum = '76'; $mrecordlowhum = '29'; $mrecorddailyrainmonth = '2'; $mrecorddailyrainday = '1'; $mrecorddailyrainyear = '2026'; $mrecordhighrainmthmth = '1'; $mrecordhighrainmthyr = '2026'; $mrecordrainratemonth = '2'; $mrecordrainrateday = '1'; $mrecordrainrateyear = '2026'; $mrecorddayswithrainmonth = '2'; $mrecorddayswithrainday = '1'; $mrecorddaysnorainmonth = '2'; $mrecorddaysnorainday = '1'; $mrecordhighdewmonth = '2'; $mrecordhighdewday = '1'; $mrecordhighdewyear = '2026'; $mrecordlowdewmonth = '2'; $mrecordlowdewday = '1'; $mrecordlowdewyear = '2026'; $mrecordhighhummonth = '2'; $mrecordhighhumday = '1'; $mrecordhighhumyear = '2026'; $mrecordlowhummonth = '2'; $mrecordlowhumday = '1'; $mrecordlowhumyear = '2026'; $myrecordhighbaromonth = '2'; $mrecordhighsolar = '701.0'; $mrecordhighsolarmonth = '2'; $mrecordhighsolarday = '1'; $mrecordhighsolaryear = '2026'; $mrecordhighuv = '3.6'; $mrecordhighuvmonth = '2'; $mrecordhighuvday = '1'; $mrecordhighuvyear = '2026'; // end of eastmasonville wxrecord.php tags // ---------------------------------------------------------------------------------------------------- // other addons $vpissstatus = 'Ok'; // VP ISS Status $vpreception2 = '100%'; // VP Current reception % *** NEW IN V1.01 $vpconsolebattery = '4.7'; // VP Console Battery Volts *** NEW IN V1.01 $firewi = '50.8'; // Fire Weather Index $avtempweek = '55.3'; // Average Weekly Temp $hddday = '5.2'; // Heating Degree for day $hddmonth = '5.2'; // Heating Degree for month to date $hddyear = '377.1'; // Heating Degree for year to date $cddday = '0.0'; // Cooling Degree for day $cddmonth = '0.0'; // Cooling Degree for month to date $cddyear = '0.0'; // Cooling Degree for year to date $minchillweek = '38.3'; // Minimum Wind Chill over past 7 days $maxheatweek = '77.5'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.25'; //air density $solarnoon = '12:15'; // Solar noon $changeinday = '00:02:02'; // change in day length since yesterday $etcurrentweek = '0.217'; // ET total for the last 7 days $sunshinehourstodateday = '00:00'; $sunshinehourstodatemonth = '00:00'; $maxsolarfortime = '0'; $wetbulb = '46.7'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '1.0'; $maxdew = '47.0'; $maxdewt = '4:49 PM'; $mindew = '30.4'; $mindewt = '7:24 AM'; $maxdewyest = '47.3'; $maxdewyestt = '10:02 AM'; $mindewyest = '31.2'; $mindewyestt = '1:47 AM'; $stationname = 'RRFWEATHER'; $raindifffromav = '---'; $raindifffromavyear = '21.350'; $gddmonth = '41.2'; $gddyear = '226.7'; $maxheat = '68.1'; $maxheatt = '10:31 AM'; $maxheatyest = '69.8'; $yeartodateavtemp = '53.1'; $monthtodateavtemp = '59.7'; $maxchillyest = '69.8'; $monthtodatemaxgust = '11.5'; $monthtodateavspeed = '2.0'; // MTD average wind speed $monthtodateavgust = '3.2'; //MTD average wind gust $yeartodateavwind = '2.1'; // YTD average wind speed $yeartodategstwind = '3.4'; // YTD avg wind gust $lowbaro = '30.040'; $lowbarot = '4:38 PM'; $monthtodatemaxbaro = '30.124'; // MTD average wind speed $monthtodateminbaro = '30.041'; //MTD average wind gust $sunshinehourstodateyear = '00:00'; $sunshineyesterday = '00:00'; $avtempsincemidnight = '59.7'; $yesterdayavtemp = '61.0'; $avgspeedsincereset = '2.1'; $maxheatyestt = '12:57 PM'; $windrunyesterday = '30.25'; $currentwdet = '0.041'; $yesterdaywdet = '0.035'; $highhum = '76'; $highhumt = '8:26 PM'; $lowhum = '29'; $lowhumt = '10:36 AM'; $maxhumyest = '56'; $maxhumyestt = '10:02 AM'; $minhumyest = '30'; $minhumyestt = '1:13 PM'; $recordhightempjan = '75.9'; $recordlowtempjan = '23.4'; $recordhightempfeb = '74.5'; $recordlowtempfeb = '22.3'; $recordhightempmar = '79.7'; $recordlowtempmar = '28.6'; $recordhightempapr = '83.5'; $recordlowtempapr = '31.6'; $recordhightempmay = '95.4'; $recordlowtempmay = '37.9'; $recordhightempjun = '101.5'; $recordlowtempjun = '44.4'; $recordhightempjul = '105.8'; $recordlowtempjul = '50.2'; $recordhightempaug = '97.9'; $recordlowtempaug = '48.4'; $recordhightempsep = '97.2'; $recordlowtempsep = '46.6'; $recordhightempoct = '83.5'; $recordlowtempoct = '37.8'; $recordhightempnov = '84.4'; $recordlowtempnov = '29.7'; $recordhightempdec = '81.5'; $recordlowtempdec = '29.1'; // end of other addons $visibility = '---'; // Visibility (miles) $visibilitykm = '---'; // Visibility (km) $yrecordwindgust = '32.2'; // record high wind gust $yrecordhighgustday = '3'; // Day of record high wind gust $yrecordhighgustmonth = '1'; // 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 = '15.9'; //Value of 2.5 micron particle measure from purple air sensor (see in WD under setup, advanced/misc) $purpleair1_0 = '8.9'; //Value of 1.0 micron particle measure from purple air sensor $purpleair10_0 = '18.7'; //Value of 10.0 micron particle measure from purple air sensor $purpleairaqi = '59.0'; //AQI (air quality index) value from purple air sensor $purpleairaqidescription = 'Moderate '; //AQI description (e.g Good, moderate) $purpleair60minmean10_0 = '0.0'; //Last 60 minutes average PM 10.0 value $purpleair60minmean2_5 = '8.5'; //Last 60 minutes average PM 2.5 value $purpleair24hourmean10_0 = '0.0'; //Last 24 hours average PM 10.0 value $purpleair24hourmean2_5 = '5.7'; //Last 24 hours average PM 2.5 value $purpleair60minmin10_0 = '0.0'; //Min value in last 60 minutes PM 10.0 value $purpleair24hourmin10_0 = '0.0'; //Min value in last 24 hours PM 10.0 value $purpleair60minmin2_5 = '6.3'; //Min value in last 60 minutes PM 2.5 value $purpleair24hourmin2_5 = '0.0'; //Min value in last 24 hours PM 2.5 value $purpleair60minmax10_0 = '0.0'; //Max value in last 60 minutes PM 10.0 value $purpleair24hourmax10_0 = '0.0'; //Max value in last 24 hours PM 10.0 value $purpleair60minmax2_5 = '25.7'; //Max value in last 60 minutes PM 2.5 value $purpleair24hourmax2_5 = '160.1'; //Max value in last 24 hours PM 2.5 value /* bad data here $avairjan2_5 = '2.6'; $avairfeb2_5 = '3.3'; $avairmar2_5 = '1.2'; $avairapr2_5 = '1.4'; $avairmay2_5 = '0.6'; $avairjun2_5 = '0.5'; $avairjul2_5 = '3.3'; $avairaug2_5 = '1.6'; $avairsep2_5 = '4.5'; $avairoct2_5 = '4.2'; $avairnov2_5 = '5.0'; $avairdec2_5 = '3.6'; $avairjan10_0 = '2.8 '; $avairfeb10_0 = '6.1'; $avairmar10_0 = '1.8'; $avairapr10_0 = '2.7'; $avairmay10_0 = '0.8'; $avairjun10_0 = '0.7'; $avairjul10_0 = '3.6'; $avairaug10_0 = '1.9'; $avairsep10_0 = '5.0'; $avairoct10_0 = '3.6'; $avairnov10_0 = '5.8'; $avairdec10_0 = '4.2'; $avairjannow2_5 = '1.1'; $avairfebnow2_5 = '---'; $avairmarnow2_5 = '---'; $avairaprnow2_5 = '---'; $avairmaynow2_5 = '---'; $avairjunnow2_5 = '---'; $avairjulnow2_5 = '---'; $avairaugnow2_5 = '---'; $avairsepnow2_5 = '---'; $avairoctnow2_5 = '---'; $avairnovnow2_5 = '---'; $avairdecnow2_5 = '---'; $avairjannow10_0 = '0.0'; $avairfebnow10_0 = '---'; $avairmarnow10_0 = '---'; $avairaprnow10_0 = '---'; $avairmaynow10_0 = '---'; $avairjunnow10_0 = '---'; $avairjulnow10_0 = '---'; $avairaugnow10_0 = '---'; $avairsepnow10_0 = '---'; $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