' . 'Cloudy/Dry '; $weathercond = 'Dry'; $Currentsolardescription = 'Cloudy/Dry '; $current_summary = $Currentsolardescription; $current_summary = preg_replace('|^/[^/]+/|','',$current_summary); $current_summary = preg_replace('|\\\\|',', ',$current_summary); $current_summary = preg_replace('|/|',', ',$current_summary); // // $cloudheightfeet = '1656'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '505'; // 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 = '13:27'; // time that the max gust last prior 1 hour occured $minbaroyest = '1009.0 '; $minbaroyestt = '18:15'; $mrecordlowbaro = '1007.3'; $mrecordlowbaroday = '1'; $mrecordlowbaromonth = '6'; $mrecordlowbaroyear = '2025'; $yrecordlowbaro = '967.2'; $yrecordlowbaroday = '24'; $yrecordlowbaromonth = '1'; $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 = 'Afternoon'; $avwindlastimediate60 = '7.8'; // average wind speed $avwindlastimediate120 = '7.5'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '7.9'; // average wind speed $avwindlastimediate30 = '8.2'; // average wind speed $todayhihumidex = '17.8'; //daily high humidex $todaylohumidex = '11.1'; //Daily low Humidex //Version 5.02 $dayornight = 'Day'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '-0.3'; //For snow prediction $abshum = '6.41'; //For snow prediction $maxtemp4today = '24.5'; // max from station's records $mintemp4today = '5.7'; // min from station's records $maxtemp4todayyr = '2021'; // max year from station's records $mintemp4todayyr = '2013'; // min year from station's records $avsnowjan = '0.5'; //Average snow for jan from your inputted snow data (cm) $avsnowfeb = '0.5'; //Average snow for feb from your inputted snow data (cm) $avsnowmar = '1.9'; //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.1'; //Average snow for nov from your inputted snow data (cm) $avsnowdec = '0.2'; //Average snow for dec from your inputted snow data (cm) $avsnowjannow = '1.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 = '5.9'; $avtempfebnow = '6.4'; $avtempmarnow = '8.3'; $avtempaprnow = '10.6'; $avtempmaynow = '12.9'; $avtempjunnow = '12.3'; $avtempjulnow = '14.9'; $avtempaugnow = '15.7'; $avtempsepnow = '13.3'; $avtempoctnow = '12.1'; $avtempnovnow = '9.0'; $avtempdecnow = '8.4'; $avtempjan = '6.5';//Average temperature for january from your data $avtempfeb = '6.3';//Average temperature for february from your data $avtempmar = '7.1';//Average temperature for march from your data $avtempapr = '9.1';//Average temperature for april from your data $avtempmay = '11.8';//Average temperature for may from your data $avtempjun = '14.5';//Average temperature for june from your data $avtempjul = '15.8';//Average temperature for july from your data $avtempaug = '15.7';//Average temperature for august from your data $avtempsep = '14.3';//Average temperature for september from your data $avtempoct = '11.8';//Average temperature for october from your data $avtempnov = '9.0';//Average temperature for november from your data $avtempdec = '7.3';//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 = '99.1'; $avrainfeb = '74.5'; $avrainmar = '70.8'; $avrainapr = '50.2'; $avrainmay = '53.9'; $avrainjun = '54.7'; $avrainjul = '55.5'; $avrainaug = '71.3'; $avrainsep = '77.3'; $avrainoct = '112.4'; $avrainnov = '124.1'; $avraindec = '110.2'; $avrainjannow = '169.0'; $avrainfebnow = '72.4'; $avrainmarnow = '18.4'; $avrainaprnow = '39.0'; $avrainmaynow = '30.2'; $avrainjunnow = '1.8'; $avrainjulnow = '52.8'; $avrainaugnow = '121.8'; $avrainsepnow = '108.8'; $avrainoctnow = '113.6'; $avrainnovnow = '94.2'; $avraindecnow = '139.2'; //End Rain Trending // end of relayweather tags // ---------------------------------------------------------------------------------------------------- // eastmasonville wxrecord.php tags $recordhightemp = '30.6'; $recordlowtemp = '-5.5'; $recordhighheatindex = '31.4'; $recordlowchill = '-11.5'; $warmestdayonrecord = '29.2 C on: 25 Jun 2020'; $warmestnightonrecord = '24.1C on: 20 Jul 2016'; $coldestdayonrecord = '-2.7C on: 20 Dec 2010'; $coldestnightonrecord = '-4.1C on: 21 Dec 2010'; $recordwindgust = '80.5'; $recordwindspeed = '58.5'; $recordhighwindrun = '807.9'; $recorddailyrain = '71.0'; $recordhighrainmth = '249.0'; $recordrainrate = '12.0'; $recorddayswithrain = '30'; $recorddaysnorain = '23'; $recordhighdew = '21.8'; $recordlowdew = '-15.0'; $recordhighhum = '100'; $recordlowhum = '17'; $recordhighbaro = '1048.2'; $recordlowbaro = '960.0'; $recordhighsolar = '1317.0'; $recordhightempmonth = '7'; $recordhightempday = '18'; $recordhightempyear = '2022'; $recordlowtempmonth = '12'; $recordlowtempday = '21'; $recordlowtempyear = '2010'; $recordhighheatindexmonth = '7'; $recordhighheatindexday = '19'; $recordhighheatindexyear = '2016'; $recordlowchillmonth = '3'; $recordlowchillday = '1'; $recordlowchillyear = '2018'; $recordhighgustmonth = '12'; $recordhighgustday = '10'; $recordhighgustyear = '2019'; $recordhighavwindmonth = '2'; $recordhighavwindday = '15'; $recordhighavwindyear = '2020'; $recordhighwindrunmth = '3'; $recordhighwindrunday = '13'; $recordhighwindrunyr = '2006'; $recorddailyrainmonth = '9'; $recorddailyrainday = '5'; $recorddailyrainyear = '2008'; $recordhighrainmthmth = '11'; $recordhighrainmthyr = '2010'; $recordrainratemonth = '12'; $recordrainrateday = '10'; $recordrainrateyear = '2019'; $recorddayswithrainmonth = '1'; $recorddayswithrainday = '18'; $recorddayswithrainyear = '2023'; $recorddaysnorainmonth = '4'; $recorddaysnorainday = '22'; $recorddaysnorainyear = '2007'; $recordhighdewmonth = '9'; $recordhighdewday = '8'; $recordhighdewyear = '2023'; $recordlowdewmonth = '2'; $recordlowdewday = '1'; $recordlowdewyear = '2009'; $recordhighhummonth = '2'; $recordhighhumday = '20'; $recordhighhumyear = '2011'; $recordlowhummonth = '5'; $recordlowhumday = '19'; $recordlowhumyear = '2008'; $recordhighbaromonth = '3'; $recordhighbaroday = '29'; $recordhighbaroyear = '2020'; $recordlowbaromonth = '2'; $recordlowbaroday = '8'; $recordlowbaroyear = '2014'; $recordhighsolarmonth = '5'; $recordhighsolarday = '6'; $recordhighsolaryear = '2013'; $recordhighuv = '10.2'; $recordhighuvmonth = '6'; $recordhighuvday = '9'; $recordhighuvyear = '2021'; $yrecordhighheatindex = '25.2'; $yrecordhighheatindexmonth = '5'; $yrecordhighheatindexday = '10'; $yrecordhighheatindexyear = '2025'; $ywarmestdayonrecord = '22.4C on: 12 May 2025'; $ywarmestnightonrecord = '16.0C on: 13 May 2025'; $ycoldestdayonrecord = '0.9C on: 08 Jan 2025'; $ycoldestnightonrecord = '0.0C on: 02 Jan 2025'; $yrecordhighwindrun = '558.2'; $yrecordhighwindrunmth = '2'; $yrecordhighwindrunday = '23'; $yrecordhighwindrunyr = '2025'; $yrecorddailyrain = '37.4'; $yrecordhighrainmth = '169.0'; $yrecordrainrate = '1.0'; $yrecorddayswithrain = '10'; $yrecorddaysnorain = '15'; $yrecordhighdew = '15.2'; $yrecordlowdew = '-4.7'; $yrecordhighhum = '95'; $yrecordlowhum = '33'; $yrecorddailyrainmonth = '1'; $yrecorddailyrainday = '5'; $yrecorddailyrainyear = '2025'; $yrecordhighrainmthmth = '1'; $yrecordhighrainmthyr = '2025'; $yrecordrainratemonth = '1'; $yrecordrainrateday = '21'; $yrecordrainrateyear = '2025'; $yrecorddayswithrainmonth = '1'; $yrecorddayswithrainday = '9'; $yrecorddaysnorainmonth = '5'; $yrecorddaysnorainday = '12'; $yrecordhighdewmonth = '5'; $yrecordhighdewday = '29'; $yrecordhighdewyear = '2025'; $yrecordlowdewmonth = '1'; $yrecordlowdewday = '10'; $yrecordlowdewyear = '2025'; $yrecordhighhummonth = '1'; $yrecordhighhumday = '24'; $yrecordhighhumyear = '2025'; $yrecordlowhummonth = '5'; $yrecordlowhumday = '16'; $yrecordlowhumyear = '2025'; $yrecordhighsolar = '1197.0'; $yrecordhighsolarmonth = '5'; $yrecordhighsolarday = '25'; $yrecordhighsolaryear = '2025'; $yrecordhighuv = '6.3'; $yrecordhighuvmonth = '5'; $yrecordhighuvday = '30'; $yrecordhighuvyear = '2025'; $mrecordhighheatindex = '15.8'; $mrecordhighheatindexmonth = '6'; $mrecordhighheatindexday = '1'; $mrecordhighheatindexyear = '2025'; $mrecordhighwindrun = '101.1'; $mrecordhighwindrunmth = '6'; $mrecordhighwindrunday = '1'; $mrecordhighwindrunyr = '2025'; $mrecorddailyrain = '1.8'; $mrecordhighrainmth = '1.8'; $mrecordrainrate = '0.1'; $mrecorddayswithrain = '10'; $mrecorddaysnorain = '1'; $mrecordhighdew = '12.0'; $mrecordlowdew = '7.2'; $mrecordhighhum = '89'; $mrecordlowhum = '74'; $mrecorddailyrainmonth = '6'; $mrecorddailyrainday = '1'; $mrecorddailyrainyear = '2025'; $mrecordhighrainmthmth = '6'; $mrecordhighrainmthyr = '2025'; $mrecordrainratemonth = '6'; $mrecordrainrateday = '1'; $mrecordrainrateyear = '2025'; $mrecorddayswithrainmonth = '6'; $mrecorddayswithrainday = '1'; $mrecorddaysnorainmonth = '6'; $mrecorddaysnorainday = '1'; $mrecordhighdewmonth = '6'; $mrecordhighdewday = '1'; $mrecordhighdewyear = '2025'; $mrecordlowdewmonth = '6'; $mrecordlowdewday = '1'; $mrecordlowdewyear = '2025'; $mrecordhighhummonth = '6'; $mrecordhighhumday = '1'; $mrecordhighhumyear = '2025'; $mrecordlowhummonth = '6'; $mrecordlowhumday = '1'; $mrecordlowhumyear = '2025'; $myrecordhighbaromonth = '6'; $mrecordhighsolar = '1172.0'; $mrecordhighsolarmonth = '6'; $mrecordhighsolarday = '1'; $mrecordhighsolaryear = '2025'; $mrecordhighuv = '5.9'; $mrecordhighuvmonth = '6'; $mrecordhighuvday = '1'; $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.6'; // VP Console Battery Volts *** NEW IN V1.01 $firewi = '0.7'; // Fire Weather Index $avtempweek = '13.8'; // Average Weekly Temp $hddday = '3.8'; // Heating Degree for day $hddmonth = '3.8'; // Heating Degree for month to date $hddyear = '1429.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 = '7.6'; // Minimum Wind Chill over past 7 days $maxheatweek = '24.0'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.21'; //air density $solarnoon = '13:16'; // Solar noon $changeinday = '00:02:11'; // change in day length since yesterday $etcurrentweek = '21.0'; // ET total for the last 7 days $sunshinehourstodateday = '02:52'; $sunshinehourstodatemonth = '02:52'; $maxsolarfortime = '873'; $wetbulb = '12.8'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '0.9'; $maxdew = '12.0'; $maxdewt = '12:31'; $mindew = '7.3'; $mindewt = '01:33'; $maxdewyest = '13.7'; $maxdewyestt = '11:35'; $mindewyest = '7.4'; $mindewyestt = '23:43'; $stationname = 'Ballaugh'; $raindifffromav = '---'; $raindifffromavyear = '330.8'; $gddmonth = '1.3'; $gddyear = '230.7'; $maxheat = '15.8'; $maxheatt = '13:18'; $maxheatyest = '18.1'; $yeartodateavtemp = '8.9'; $monthtodateavtemp = '12.3'; $maxchillyest = '18.1'; $monthtodatemaxgust = '25.3'; $monthtodateavspeed = '7.5'; // MTD average wind speed $monthtodateavgust = '11.0'; //MTD average wind gust $yeartodateavwind = '6.7'; // YTD average wind speed $yeartodategstwind = '9.7'; // YTD avg wind gust $lowbaro = '1007.3 '; $lowbarot = '08:57'; $monthtodatemaxbaro = '1010.1'; // MTD average wind speed $monthtodateminbaro = '1007.4'; //MTD average wind gust $sunshinehourstodateyear = '767:05'; $sunshineyesterday = '06:52'; $avtempsincemidnight = '12.3'; $yesterdayavtemp = '14.9'; $avgspeedsincereset = '7.5'; $maxheatyestt = '13:20'; $windrunyesterday = '216.64'; $currentwdet = '4.0'; $yesterdaywdet = '4.3'; $highhum = '89'; $highhumt = '10:58'; $lowhum = '74'; $lowhumt = '13:21'; $maxhumyest = '89'; $maxhumyestt = '03:19'; $minhumyest = '65'; $minhumyestt = '20:55'; $recordhightempjan = '14.3'; $recordlowtempjan = '-2.7'; $recordhightempfeb = '15.5'; $recordlowtempfeb = '-0.7'; $recordhightempmar = '19.8'; $recordlowtempmar = '-1.3'; $recordhightempapr = '21.9'; $recordlowtempapr = '3.1'; $recordhightempmay = '26.8'; $recordlowtempmay = '2.8'; $recordhightempjun = '29.6'; $recordlowtempjun = '6.3'; $recordhightempjul = '31.5'; $recordlowtempjul = '7.3'; $recordhightempaug = '24.9'; $recordlowtempaug = '6.4'; $recordhightempsep = '22.5'; $recordlowtempsep = '3.7'; $recordhightempoct = '17.3'; $recordlowtempoct = '-0.6'; $recordhightempnov = '15.2'; $recordlowtempnov = '-4.4'; $recordhightempdec = '13.7'; $recordlowtempdec = '-5.5'; // average temp and rain by month (V1.08 addition) $avtempjannow = '5.9'; $avtempfebnow = '6.4'; $avtempmarnow = '8.3'; $avtempaprnow = '10.6'; $avtempmaynow = '12.9'; $avtempjunnow = '12.3'; $avtempjulnow = '14.9'; $avtempaugnow = '15.7'; $avtempsepnow = '13.3'; $avtempoctnow = '12.1'; $avtempnovnow = '9.0'; $avtempdecnow = '8.4'; $avrainjannow = '169.0'; $avrainfebnow = '72.4'; $avrainmarnow = '18.4'; $avrainaprnow = '39.0'; $avrainmaynow = '30.2'; $avrainjunnow = '1.8'; $avrainjulnow = '52.8'; $avrainaugnow = '121.8'; $avrainsepnow = '108.8'; $avrainoctnow = '113.6'; $avrainnovnow = '94.2'; $avraindecnow = '139.2'; $avgSeasonSnow = '0.5'; $recordsnowyear = '30.0'; $recordsnowyearseason = '2012/2013'; $avgYearRain = '948.9mm'; // end of other addons // end of testtags.txt/testtags.php ?>