' . '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 = '1490'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '454'; // 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 = ''; // time that the max gust last prior 1 hour occured $minbaroyest = '30.159 in.'; $minbaroyestt = '01:08'; $mrecordlowbaro = '29.728'; $mrecordlowbaroday = '11'; $mrecordlowbaromonth = '12'; $mrecordlowbaroyear = '2024'; $yrecordlowbaro = '29.063'; $yrecordlowbaroday = '27'; $yrecordlowbaromonth = '9'; $yrecordlowbaroyear = '2024'; // 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 mph'; // average wind speed $avwindlastimediate120 = '0.0 mph'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '0.0 mph'; // average wind speed $avwindlastimediate30 = '0.0 mph'; // average wind speed $todayhihumidex = '46.8'; //daily high humidex $todaylohumidex = '19.6'; //Daily low Humidex //Version 5.02 $dayornight = 'Night'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '-3.1'; //For snow prediction $abshum = '4.60'; //For snow prediction $maxtemp4today = '68.9'; // max from station's records $mintemp4today = '18.8'; // 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 = '42.0'; $avtempfebnow = '50.5'; $avtempmarnow = '57.2'; $avtempaprnow = '64.1'; $avtempmaynow = '72.4'; $avtempjunnow = '79.2'; $avtempjulnow = '79.5'; $avtempaugnow = '79.7'; $avtempsepnow = '73.6'; $avtempoctnow = '63.9'; $avtempnovnow = '57.0'; $avtempdecnow = '45.0'; $avtempjan = '43.4';//Average temperature for january from your data $avtempfeb = '47.7';//Average temperature for february from your data $avtempmar = '55.1';//Average temperature for march from your data $avtempapr = '62.6';//Average temperature for april from your data $avtempmay = '70.1';//Average temperature for may from your data $avtempjun = '76.8';//Average temperature for june from your data $avtempjul = '78.7';//Average temperature for july from your data $avtempaug = '78.0';//Average temperature for august from your data $avtempsep = '73.0';//Average temperature for september from your data $avtempoct = '62.5';//Average temperature for october from your data $avtempnov = '52.0';//Average temperature for november from your data $avtempdec = '46.5';//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 = '4.03'; $avrainfeb = '2.99'; $avrainmar = '2.84'; $avrainapr = '2.13'; $avrainmay = '2.51'; $avrainjun = '2.48'; $avrainjul = '5.69'; $avrainaug = '3.95'; $avrainsep = '3.10'; $avrainoct = '2.67'; $avrainnov = '2.61'; $avraindec = '3.53'; $avrainjannow = '5.99'; $avrainfebnow = '3.47'; $avrainmarnow = '6.06'; $avrainaprnow = '2.90'; $avrainmaynow = '2.88'; $avrainjunnow = '0.98'; $avrainjulnow = '6.84'; $avrainaugnow = '0.90'; $avrainsepnow = '8.45'; $avrainoctnow = '0.01'; $avrainnovnow = '2.36'; $avraindecnow = '1.77'; //End Rain Trending // end of relayweather tags // ---------------------------------------------------------------------------------------------------- // eastmasonville wxrecord.php tags $recordhightemp = '103.6'; $recordlowtemp = '7.5'; $recordhighheatindex = '128.1'; $recordlowchill = '-4.0'; $warmestdayonrecord = '97.5°F on: Oct 04 2019'; $warmestnightonrecord = '84.4°F on: Jul 02 2024'; $coldestdayonrecord = '17.6°F on: Dec 24 2022'; $coldestnightonrecord = '10.6°F on: Dec 24 2022'; $recordwindgust = '26.0'; $recordwindspeed = '22.1'; $recordhighwindrun = '70.8'; $recorddailyrain = '3.40'; $recordhighrainmth = '10.8'; $recordrainrate = '0.598'; $recorddayswithrain = '29'; $recorddaysnorain = '36'; $recordhighdew = '85.1'; $recordlowdew = '-0.2'; $recordhighhum = '100'; $recordlowhum = '13'; $recordhighbaro = '30.676'; $recordlowbaro = '29.063'; $recordhighsolar = '1784.0'; $recordhightempmonth = '6'; $recordhightempday = '22'; $recordhightempyear = '2022'; $recordlowtempmonth = '12'; $recordlowtempday = '24'; $recordlowtempyear = '2022'; $recordhighheatindexmonth = '8'; $recordhighheatindexday = '26'; $recordhighheatindexyear = '2023'; $recordlowchillmonth = '12'; $recordlowchillday = '24'; $recordlowchillyear = '2022'; $recordhighgustmonth = '7'; $recordhighgustday = '15'; $recordhighgustyear = '2024'; $recordhighavwindmonth = '1'; $recordhighavwindday = '16'; $recordhighavwindyear = '2022'; $recordhighwindrunmth = '12'; $recordhighwindrunday = '23'; $recordhighwindrunyr = '2022'; $recorddailyrainmonth = '9'; $recorddailyrainday = '26'; $recorddailyrainyear = '2024'; $recordhighrainmthmth = '7'; $recordhighrainmthyr = '2022'; $recordrainratemonth = '4'; $recordrainrateday = '13'; $recordrainrateyear = '2020'; $recorddayswithrainmonth = '12'; $recorddayswithrainday = '23'; $recorddayswithrainyear = '2019'; $recorddaysnorainmonth = '11'; $recorddaysnorainday = '6'; $recorddaysnorainyear = '2024'; $recordhighdewmonth = '8'; $recordhighdewday = '14'; $recordhighdewyear = '2023'; $recordlowdewmonth = '12'; $recordlowdewday = '24'; $recordlowdewyear = '2022'; $recordhighhummonth = '8'; $recordhighhumday = '26'; $recordhighhumyear = '2020'; $recordlowhummonth = '3'; $recordlowhumday = '8'; $recordlowhumyear = '2021'; $recordhighbaromonth = '12'; $recordhighbaroday = '14'; $recordhighbaroyear = '2023'; $recordlowbaromonth = '9'; $recordlowbaroday = '27'; $recordlowbaroyear = '2024'; $recordhighsolarmonth = '7'; $recordhighsolarday = '16'; $recordhighsolaryear = '2024'; $recordhighuv = '0.0'; $recordhighuvmonth = '10'; $recordhighuvday = '28'; $recordhighuvyear = '2019'; $yrecordhighheatindex = '124.9'; $yrecordhighheatindexmonth = '7'; $yrecordhighheatindexday = '31'; $yrecordhighheatindexyear = '2024'; $ywarmestdayonrecord = '88.7°F on: Jun 23 2024'; $ywarmestnightonrecord = '84.4°F on: Jul 02 2024'; $ycoldestdayonrecord = '25.2°F on: Jan 20 2024'; $ycoldestnightonrecord = '18.0°F on: Jan 17 2024'; $yrecordhighwindrun = '33.0'; $yrecordhighwindrunmth = '1'; $yrecordhighwindrunday = '9'; $yrecordhighwindrunyr = '2024'; $yrecorddailyrain = '3.40'; $yrecordhighrainmth = '8.4'; $yrecordrainrate = '0.189'; $yrecorddayswithrain = '10'; $yrecorddaysnorain = '36'; $yrecordhighdew = '84.7'; $yrecordlowdew = '6.8'; $yrecordhighhum = '100'; $yrecordlowhum = '18'; $yrecorddailyrainmonth = '9'; $yrecorddailyrainday = '26'; $yrecorddailyrainyear = '2024'; $yrecordhighrainmthmth = '9'; $yrecordhighrainmthyr = '2024'; $yrecordrainratemonth = '1'; $yrecordrainrateday = '9'; $yrecordrainrateyear = '2024'; $yrecorddayswithrainmonth = '7'; $yrecorddayswithrainday = '21'; $yrecorddaysnorainmonth = '11'; $yrecorddaysnorainday = '6'; $yrecordhighdewmonth = '7'; $yrecordhighdewday = '31'; $yrecordhighdewyear = '2024'; $yrecordlowdewmonth = '1'; $yrecordlowdewday = '21'; $yrecordlowdewyear = '2024'; $yrecordhighhummonth = '1'; $yrecordhighhumday = '9'; $yrecordhighhumyear = '2024'; $yrecordlowhummonth = '3'; $yrecordlowhumday = '11'; $yrecordlowhumyear = '2024'; $yrecordhighsolar = '1784.0'; $yrecordhighsolarmonth = '7'; $yrecordhighsolarday = '16'; $yrecordhighsolaryear = '2024'; $yrecordhighuv = '0.0'; $yrecordhighuvmonth = '10'; $yrecordhighuvday = '28'; $yrecordhighuvyear = '2019'; $mrecordhighheatindex = '72.7'; $mrecordhighheatindexmonth = '12'; $mrecordhighheatindexday = '18'; $mrecordhighheatindexyear = '2024'; $mrecordhighwindrun = '20.1'; $mrecordhighwindrunmth = '12'; $mrecordhighwindrunday = '11'; $mrecordhighwindrunyr = '2024'; $mrecorddailyrain = '1.03'; $mrecordhighrainmth = '1.8'; $mrecordrainrate = '0.067'; $mrecorddayswithrain = '4'; $mrecorddaysnorain = '10'; $mrecordhighdew = '66.4'; $mrecordlowdew = '12.9'; $mrecordhighhum = '100'; $mrecordlowhum = '19'; $mrecorddailyrainmonth = '12'; $mrecorddailyrainday = '10'; $mrecorddailyrainyear = '2024'; $mrecordhighrainmthmth = '12'; $mrecordhighrainmthyr = '2024'; $mrecordrainratemonth = '12'; $mrecordrainrateday = '10'; $mrecordrainrateyear = '2024'; $mrecorddayswithrainmonth = '12'; $mrecorddayswithrainday = '11'; $mrecorddaysnorainmonth = '12'; $mrecorddaysnorainday = '9'; $mrecordhighdewmonth = '12'; $mrecordhighdewday = '10'; $mrecordhighdewyear = '2024'; $mrecordlowdewmonth = '12'; $mrecordlowdewday = '6'; $mrecordlowdewyear = '2024'; $mrecordhighhummonth = '12'; $mrecordhighhumday = '9'; $mrecordhighhumyear = '2024'; $mrecordlowhummonth = '12'; $mrecordlowhumday = '7'; $mrecordlowhumyear = '2024'; $myrecordhighbaromonth = '12'; $mrecordhighsolar = '0.0'; $mrecordhighsolarmonth = '7'; $mrecordhighsolarday = '16'; $mrecordhighsolaryear = '2024'; $mrecordhighuv = '0.0'; $mrecordhighuvmonth = '10'; $mrecordhighuvday = '28'; $mrecordhighuvyear = '2019'; // end of eastmasonville wxrecord.php tags // ---------------------------------------------------------------------------------------------------- // other addons $vpissstatus = 'Ok'; // VP ISS Status $vpreception2 = '100%'; // VP Current reception % *** NEW IN V1.01 $vpconsolebattery = '0.0'; // VP Console Battery Volts *** NEW IN V1.01 $firewi = '0.6'; // Fire Weather Index $avtempweek = '47.2'; // Average Weekly Temp $hddday = '28.4'; // Heating Degree for day $hddmonth = '475.0'; // Heating Degree for month to date $hddyear = '1900.1'; // Heating Degree for year to date $cddday = '0.0'; // Cooling Degree for day $cddmonth = '0.0'; // Cooling Degree for month to date $cddyear = '1444.1'; // Cooling Degree for year to date $minchillweek = '33.3'; // Minimum Wind Chill over past 7 days $maxheatweek = '74.6'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.30'; //air density $solarnoon = 'val_s'; // Solar noon $changeinday = '00:00:03'; // change in day length since yesterday $etcurrentweek = '0.000'; // ET total for the last 7 days $sunshinehourstodateday = '00:00'; $sunshinehourstodatemonth = '00:00'; $maxsolarfortime = '0'; $wetbulb = '33.6 °F'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '-0.0'; $maxdew = '31.6 °F'; $maxdewt = '16:59'; $mindew = '23.1 °F'; $mindewt = '07:47'; $maxdewyest = '35.6 °F'; $maxdewyestt = '13:52'; $mindewyest = '25.4 °F'; $mindewyestt = '23:59'; $raindifffromav = '---'; $raindifffromavyear = '42.270'; $gddmonth = '514.4'; $gddyear = '12544.6'; $yeartodateavtemp = '64.2'; $monthtodateavtemp = '45.0'; $maxchillyest = '50.0 °F'; $monthtodatemaxgust = '19.6'; $monthtodateavspeed = '0.1'; // MTD average wind speed $monthtodateavgust = '0.4'; //MTD average wind gust $yeartodateavwind = '0.1'; // YTD average wind speed $yeartodategstwind = '0.5'; // YTD avg wind gust $lowbaro = '30.264 in.'; $lowbarot = '00:34'; $monthtodatemaxbaro = '30.614'; // MTD average wind speed $monthtodateminbaro = '29.728'; //MTD average wind gust $sunshinehourstodateyear = '00:00'; $sunshineyesterday = '00:00'; $avtempsincemidnight = '35.7'; $yesterdayavtemp = '37.0'; $avgspeedsincereset = '0.0'; $maxheatyestt = '13:57'; $windrunyesterday = '0.00'; $currentwdet = '0.000'; $yesterdaywdet = '0.000'; $highhum = '93'; $highhumt = '08:44'; $lowhum = '44'; $lowhumt = '13:17'; $maxhumyest = '88'; $maxhumyestt = '07:23'; $minhumyest = '55'; $minhumyestt = '14:00'; $recordhightempjan = '77.4'; $recordlowtempjan = '12.0'; $recordhightempfeb = '84.4'; $recordlowtempfeb = '21.7'; $recordhightempmar = '90.1'; $recordlowtempmar = '23.2'; $recordhightempapr = '91.0'; $recordlowtempapr = '29.8'; $recordhightempmay = '95.2'; $recordlowtempmay = '38.1'; $recordhightempjun = '103.6'; $recordlowtempjun = '55.6'; $recordhightempjul = '100.0'; $recordlowtempjul = '60.4'; $recordhightempaug = '101.7'; $recordlowtempaug = '59.5'; $recordhightempsep = '98.2'; $recordlowtempsep = '45.9'; $recordhightempoct = '100.8'; $recordlowtempoct = '31.8'; $recordhightempnov = '86.4'; $recordlowtempnov = '21.6'; $recordhightempdec = '78.6'; $recordlowtempdec = '7.5'; // end of other addons // end of testtags.txt/testtags.php ?>