' . '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 = '1581'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '482'; // 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 = '21:19'; // time that the max gust last prior 1 hour occured $minbaroyest = '29.807'; $minbaroyestt = '7:18 PM'; $mrecordlowbaro = '29.736'; $mrecordlowbaroday = '2'; $mrecordlowbaromonth = '5'; $mrecordlowbaroyear = '2026'; $yrecordlowbaro = '29.447'; $yrecordlowbaroday = '16'; $yrecordlowbaromonth = '2'; $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 = '0.0'; // average wind speed $avwindlastimediate120 = '0.0'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '0.0'; // average wind speed $avwindlastimediate30 = '0.0'; // average wind speed $todayhihumidex = '80.3'; //daily high humidex $todaylohumidex = '63.5'; //Daily low Humidex //Version 5.02 $dayornight = 'Night'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '-1.1'; //For snow prediction $abshum = '6.61'; //For snow prediction $maxtemp4today = '74.5'; // max from station's records $mintemp4today = '38.5'; // min from station's records $maxtemp4todayyr = '2021'; // 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 = '51.2'; $avtempmarnow = '62.4'; $avtempaprnow = '53.8'; $avtempmaynow = '66.0'; $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.9';//Average temperature for february from your data $avtempmar = '49.6';//Average temperature for march from your data $avtempapr = '54.7';//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 = '4.21'; $avrainmar = '4.34'; $avrainapr = '1.95'; $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 = '6.25'; $avrainmarnow = '0.77'; $avrainaprnow = '5.24'; $avrainmaynow = '0.00'; $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 = '1387.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 = '4'; $recordhighsolarday = '20'; $recordhighsolaryear = '2026'; $recordhighuv = '11.0'; $recordhighuvmonth = '6'; $recordhighuvday = '12'; $recordhighuvyear = '2022'; $yrecordhighheatindex = '84.9'; $yrecordhighheatindexmonth = '3'; $yrecordhighheatindexday = '20'; $yrecordhighheatindexyear = '2026'; $ywarmestdayonrecord = '83.7F on: Mar 18 2026'; $ywarmestnightonrecord = '72.3F on: Mar 21 2026'; $ycoldestdayonrecord = '31.6F on: Feb 18 2026'; $ycoldestnightonrecord = '30.7F on: Feb 18 2026'; $yrecordhighwindrun = '205.3'; $yrecordhighwindrunmth = '1'; $yrecordhighwindrunday = '3'; $yrecordhighwindrunyr = '2026'; $yrecorddailyrain = '2.52'; $yrecordhighrainmth = '6.3'; $yrecordrainrate = '0.299'; $yrecorddayswithrain = '12'; $yrecorddaysnorain = '32'; $yrecordhighdew = '64.2'; $yrecordlowdew = '2.3'; $yrecordhighhum = '96'; $yrecordlowhum = '12'; $yrecorddailyrainmonth = '2'; $yrecorddailyrainday = '16'; $yrecorddailyrainyear = '2026'; $yrecordhighrainmthmth = '2'; $yrecordhighrainmthyr = '2026'; $yrecordrainratemonth = '1'; $yrecordrainrateday = '3'; $yrecordrainrateyear = '2026'; $yrecorddayswithrainmonth = '2'; $yrecorddayswithrainday = '20'; $yrecorddaysnorainmonth = '2'; $yrecorddaysnorainday = '10'; $yrecordhighdewmonth = '3'; $yrecordhighdewday = '20'; $yrecordhighdewyear = '2026'; $yrecordlowdewmonth = '1'; $yrecordlowdewday = '24'; $yrecordlowdewyear = '2026'; $yrecordhighhummonth = '1'; $yrecordhighhumday = '1'; $yrecordhighhumyear = '2026'; $yrecordlowhummonth = '1'; $yrecordlowhumday = '24'; $yrecordlowhumyear = '2026'; $yrecordhighsolar = '1387.0'; $yrecordhighsolarmonth = '4'; $yrecordhighsolarday = '20'; $yrecordhighsolaryear = '2026'; $yrecordhighuv = '9.8'; $yrecordhighuvmonth = '4'; $yrecordhighuvday = '20'; $yrecordhighuvyear = '2026'; $mrecordhighheatindex = '74.1'; $mrecordhighheatindexmonth = '5'; $mrecordhighheatindexday = '1'; $mrecordhighheatindexyear = '2026'; $mrecordhighwindrun = '48.3'; $mrecordhighwindrunmth = '5'; $mrecordhighwindrunday = '2'; $mrecordhighwindrunyr = '2026'; $mrecorddailyrain = '0.00'; $mrecordhighrainmth = '0.0'; $mrecordrainrate = '0.000'; $mrecorddayswithrain = '0'; $mrecorddaysnorain = '5'; $mrecordhighdew = '60.4'; $mrecordlowdew = '40.3'; $mrecordhighhum = '80'; $mrecordlowhum = '42'; $mrecorddailyrainmonth = '5'; $mrecorddailyrainday = '1'; $mrecorddailyrainyear = '2026'; $mrecordhighrainmthmth = '4'; $mrecordhighrainmthyr = '2026'; $mrecordrainratemonth = '5'; $mrecordrainrateday = '1'; $mrecordrainrateyear = '2026'; $mrecorddayswithrainmonth = '5'; $mrecorddayswithrainday = '1'; $mrecorddaysnorainmonth = '5'; $mrecorddaysnorainday = '2'; $mrecordhighdewmonth = '5'; $mrecordhighdewday = '1'; $mrecordhighdewyear = '2026'; $mrecordlowdewmonth = '5'; $mrecordlowdewday = '1'; $mrecordlowdewyear = '2026'; $mrecordhighhummonth = '5'; $mrecordhighhumday = '2'; $mrecordhighhumyear = '2026'; $mrecordlowhummonth = '5'; $mrecordlowhumday = '1'; $mrecordlowhumyear = '2026'; $myrecordhighbaromonth = '5'; $mrecordhighsolar = '1020.0'; $mrecordhighsolarmonth = '5'; $mrecordhighsolarday = '1'; $mrecordhighsolaryear = '2026'; $mrecordhighuv = '8.7'; $mrecordhighuvmonth = '5'; $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 = '56.5'; // Average Weekly Temp $hddday = '1.6'; // Heating Degree for day $hddmonth = '1.6'; // Heating Degree for month to date $hddyear = '1229.2'; // Heating Degree for year to date $cddday = '0.5'; // Cooling Degree for day $cddmonth = '1.2'; // Cooling Degree for month to date $cddyear = '60.5'; // Cooling Degree for year to date $minchillweek = '40.8'; // Minimum Wind Chill over past 7 days $maxheatweek = '77.4'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.21'; //air density $solarnoon = '12:58'; // Solar noon $changeinday = '00:02:05'; // change in day length since yesterday $etcurrentweek = '0.201'; // ET total for the last 7 days $sunshinehourstodateday = '00:00'; $sunshinehourstodatemonth = '00:00'; $maxsolarfortime = '0'; $wetbulb = '57.1'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '1.0'; $maxdew = '60.3'; $maxdewt = '4:06 PM'; $mindew = '46.3'; $mindewt = '6:58 AM'; $maxdewyest = '60.4'; $maxdewyestt = '3:14 PM'; $mindewyest = '40.3'; $mindewyestt = '6:30 AM'; $stationname = 'RRFWEATHER'; $raindifffromav = '---'; $raindifffromavyear = '33.730'; $gddmonth = '53.2'; $gddyear = '1052.3'; $maxheat = '72.9'; $maxheatt = '1:56 PM'; $maxheatyest = '74.1'; $yeartodateavtemp = '55.4'; $monthtodateavtemp = '66.0'; $maxchillyest = '74.1'; $monthtodatemaxgust = '15.0'; $monthtodateavspeed = '1.9'; // MTD average wind speed $monthtodateavgust = '3.2'; //MTD average wind gust $yeartodateavwind = '2.1'; // YTD average wind speed $yeartodategstwind = '3.5'; // YTD avg wind gust $lowbaro = '29.736'; $lowbarot = '6:10 PM'; $monthtodatemaxbaro = '29.890'; // MTD average wind speed $monthtodateminbaro = '29.738'; //MTD average wind gust $sunshinehourstodateyear = '00:00'; $sunshineyesterday = '00:00'; $avtempsincemidnight = '66.4'; $yesterdayavtemp = '65.6'; $avgspeedsincereset = '2.3'; $maxheatyestt = '1:29 PM'; $windrunyesterday = '37.83'; $currentwdet = '0.053'; $yesterdaywdet = '0.047'; $highhum = '80'; $highhumt = '8:42 PM'; $lowhum = '51'; $lowhumt = '1:49 PM'; $maxhumyest = '78'; $maxhumyestt = '11:20 PM'; $minhumyest = '42'; $minhumyestt = '8:10 AM'; $recordhightempjan = '75.9'; $recordlowtempjan = '23.4'; $recordhightempfeb = '75.0'; $recordlowtempfeb = '22.3'; $recordhightempmar = '85.1'; $recordlowtempmar = '28.6'; $recordhightempapr = '83.5'; $recordlowtempapr = '35.1'; $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 = '53.0'; // record high wind gust $yrecordhighgustday = '16'; // Day of record high wind gust $yrecordhighgustmonth = '2'; // 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 = '1.0'; //Value of 2.5 micron particle measure from purple air sensor (see in WD under setup, advanced/misc) $purpleair1_0 = '0.3'; //Value of 1.0 micron particle measure from purple air sensor $purpleair10_0 = '1.1'; //Value of 10.0 micron particle measure from purple air sensor $purpleairaqi = '4.2'; //AQI (air quality index) value from purple air sensor $purpleairaqidescription = 'Good '; //AQI description (e.g Good, moderate) $purpleair60minmean10_0 = '9.9'; //Last 60 minutes average PM 10.0 value $purpleair60minmean2_5 = '9.1'; //Last 60 minutes average PM 2.5 value $purpleair24hourmean10_0 = '1.8'; //Last 24 hours average PM 10.0 value $purpleair24hourmean2_5 = '1.5'; //Last 24 hours average PM 2.5 value $purpleair60minmin10_0 = '1.1'; //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 = '1.0'; //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 = '33.4'; //Max value in last 60 minutes PM 10.0 value $purpleair24hourmax10_0 = '43.4'; //Max value in last 24 hours PM 10.0 value $purpleair60minmax2_5 = '30.7'; //Max value in last 60 minutes PM 2.5 value $purpleair24hourmax2_5 = '34.5'; //Max value in last 24 hours PM 2.5 value /* bad data here $avairjan2_5 = '2.6'; $avairfeb2_5 = '3.0'; $avairmar2_5 = '1.5'; $avairapr2_5 = '1.2'; $avairmay2_5 = '0.5'; $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 = '4.9'; $avairmar10_0 = '2.0'; $avairapr10_0 = '2.3'; $avairmay10_0 = '0.7'; $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 = '2.1'; $avairmarnow2_5 = '2.6'; $avairaprnow2_5 = '0.6'; $avairmaynow2_5 = '0.4'; $avairjunnow2_5 = '---'; $avairjulnow2_5 = '---'; $avairaugnow2_5 = '---'; $avairsepnow2_5 = '---'; $avairoctnow2_5 = '---'; $avairnovnow2_5 = '---'; $avairdecnow2_5 = '---'; $avairjannow10_0 = '0.0'; $avairfebnow10_0 = '0.3'; $avairmarnow10_0 = '2.9'; $avairaprnow10_0 = '0.7'; $avairmaynow10_0 = '0.5'; $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