' . 'Sunny/Dry '; $weathercond = 'Dry'; $Currentsolardescription = 'Sunny/Dry '; $current_summary = $Currentsolardescription; $current_summary = preg_replace('|^/[^/]+/|','',$current_summary); $current_summary = preg_replace('|\\\\|',', ',$current_summary); $current_summary = preg_replace('|/|',', ',$current_summary); // // $cloudheightfeet = '5353'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '1632'; // 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 = '16:20'; // time that the max gust last prior 1 hour occured $minbaroyest = '1015.5 '; $minbaroyestt = '05:49'; $mrecordlowbaro = '1010.8'; $mrecordlowbaroday = '3'; $mrecordlowbaromonth = '5'; $mrecordlowbaroyear = '2026'; $yrecordlowbaro = '973.3'; $yrecordlowbaroday = '27'; $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 = 'Afternoon'; $avwindlastimediate60 = '3.6'; // average wind speed $avwindlastimediate120 = '4.0'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '1.9'; // average wind speed $avwindlastimediate30 = '4.3'; // average wind speed $todayhihumidex = '13.3'; //daily high humidex $todaylohumidex = '6.3'; //Daily low Humidex //Version 5.02 $dayornight = 'Day'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '-0.2'; //For snow prediction $abshum = '4.86'; //For snow prediction $maxtemp4today = '22.0'; // max from station's records $mintemp4today = '2.0'; // min from station's records $maxtemp4todayyr = '2008'; // max year from station's records $mintemp4todayyr = '2012'; // 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.8'; //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.5'; $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.7'; $avtempmarnow = '8.2'; $avtempaprnow = '9.9'; $avtempmaynow = '11.1'; $avtempjunnow = '15.3'; $avtempjulnow = '16.7'; $avtempaugnow = '17.0'; $avtempsepnow = '13.6'; $avtempoctnow = '11.8'; $avtempnovnow = '9.2'; $avtempdecnow = '7.8'; $avtempjan = '6.4';//Average temperature for january from your data $avtempfeb = '6.3';//Average temperature for february from your data $avtempmar = '7.2';//Average temperature for march from your data $avtempapr = '9.2';//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.9';//Average temperature for july from your data $avtempaug = '15.7';//Average temperature for august from your data $avtempsep = '14.2';//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 = '104.8'; $avrainfeb = '77.9'; $avrainmar = '72.3'; $avrainapr = '51.1'; $avrainmay = '53.9'; $avrainjun = '56.5'; $avrainjul = '55.3'; $avrainaug = '70.3'; $avrainsep = '80.1'; $avrainoct = '113.0'; $avrainnov = '126.9'; $avraindec = '114.4'; $avrainjannow = '240.8'; $avrainfebnow = '158.0'; $avrainmarnow = '107.0'; $avrainaprnow = '70.8'; $avrainmaynow = '7.2'; $avrainjunnow = '98.4'; $avrainjulnow = '50.2'; $avrainaugnow = '49.2'; $avrainsepnow = '142.6'; $avrainoctnow = '127.2'; $avrainnovnow = '191.4'; $avraindecnow = '210.8'; //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 = '12'; $recordhightempyear = '2025'; $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 = '11'; $recordrainrateday = '27'; $recordrainrateyear = '2025'; $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 = '4'; $yrecordhighheatindexday = '30'; $yrecordhighheatindexyear = '2026'; $ywarmestdayonrecord = '20.9C on: 30 Apr 2026'; $ywarmestnightonrecord = '14.9C on: 01 May 2026'; $ycoldestdayonrecord = '2.0C on: 04 Jan 2026'; $ycoldestnightonrecord = '-0.4C on: 14 Feb 2026'; $yrecordhighwindrun = '488.3'; $yrecordhighwindrunmth = '3'; $yrecordhighwindrunday = '17'; $yrecordhighwindrunyr = '2026'; $yrecorddailyrain = '55.6'; $yrecordhighrainmth = '240.8'; $yrecordrainrate = '3.0'; $yrecorddayswithrain = '18'; $yrecorddaysnorain = '12'; $yrecordhighdew = '12.5'; $yrecordlowdew = '-4.4'; $yrecordhighhum = '95'; $yrecordlowhum = '35'; $yrecorddailyrainmonth = '1'; $yrecorddailyrainday = '27'; $yrecorddailyrainyear = '2026'; $yrecordhighrainmthmth = '1'; $yrecordhighrainmthyr = '2026'; $yrecordrainratemonth = '3'; $yrecordrainrateday = '24'; $yrecordrainrateyear = '2026'; $yrecorddayswithrainmonth = '2'; $yrecorddayswithrainday = '15'; $yrecorddaysnorainmonth = '5'; $yrecorddaysnorainday = '1'; $yrecordhighdewmonth = '5'; $yrecordhighdewday = '1'; $yrecordhighdewyear = '2026'; $yrecordlowdewmonth = '2'; $yrecordlowdewday = '13'; $yrecordlowdewyear = '2026'; $yrecordhighhummonth = '2'; $yrecordhighhumday = '8'; $yrecordhighhumyear = '2026'; $yrecordlowhummonth = '4'; $yrecordlowhumday = '30'; $yrecordlowhumyear = '2026'; $yrecordhighsolar = '1144.0'; $yrecordhighsolarmonth = '4'; $yrecordhighsolarday = '28'; $yrecordhighsolaryear = '2026'; $yrecordhighuv = '5.1'; $yrecordhighuvmonth = '5'; $yrecordhighuvday = '5'; $yrecordhighuvyear = '2026'; $mrecordhighheatindex = '16.6'; $mrecordhighheatindexmonth = '5'; $mrecordhighheatindexday = '1'; $mrecordhighheatindexyear = '2026'; $mrecordhighwindrun = '127.9'; $mrecordhighwindrunmth = '5'; $mrecordhighwindrunday = '3'; $mrecordhighwindrunyr = '2026'; $mrecorddailyrain = '3.8'; $mrecordhighrainmth = '7.2'; $mrecordrainrate = '0.4'; $mrecorddayswithrain = '3'; $mrecorddaysnorain = '12'; $mrecordhighdew = '12.5'; $mrecordlowdew = '0.8'; $mrecordhighhum = '93'; $mrecordlowhum = '39'; $mrecorddailyrainmonth = '5'; $mrecorddailyrainday = '1'; $mrecorddailyrainyear = '2026'; $mrecordhighrainmthmth = '5'; $mrecordhighrainmthyr = '2026'; $mrecordrainratemonth = '5'; $mrecordrainrateday = '1'; $mrecordrainrateyear = '2026'; $mrecorddayswithrainmonth = '5'; $mrecorddayswithrainday = '3'; $mrecorddaysnorainmonth = '5'; $mrecorddaysnorainday = '1'; $mrecordhighdewmonth = '5'; $mrecordhighdewday = '1'; $mrecordhighdewyear = '2026'; $mrecordlowdewmonth = '5'; $mrecordlowdewday = '6'; $mrecordlowdewyear = '2026'; $mrecordhighhummonth = '5'; $mrecordhighhumday = '3'; $mrecordhighhumyear = '2026'; $mrecordlowhummonth = '5'; $mrecordlowhumday = '6'; $mrecordlowhumyear = '2026'; $myrecordhighbaromonth = '5'; $mrecordhighsolar = '1063.0'; $mrecordhighsolarmonth = '5'; $mrecordhighsolarday = '5'; $mrecordhighsolaryear = '2026'; $mrecordhighuv = '5.1'; $mrecordhighuvmonth = '5'; $mrecordhighuvday = '5'; $mrecordhighuvyear = '2026'; // end of eastmasonville wxrecord.php tags // ---------------------------------------------------------------------------------------------------- // other addons $vpissstatus = 'Ok'; // VP ISS Status $vpreception2 = '95%'; // VP Current reception % *** NEW IN V1.01 $vpconsolebattery = '4.6'; // VP Console Battery Volts *** NEW IN V1.01 $firewi = '1.4'; // Fire Weather Index $avtempweek = '11.3'; // Average Weekly Temp $hddday = '6.7'; // Heating Degree for day $hddmonth = '42.1'; // Heating Degree for month to date $hddyear = '1316.9'; // 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 = '3.6'; // Minimum Wind Chill over past 7 days $maxheatweek = '25.1'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.23'; //air density $solarnoon = '13:14'; // Solar noon $changeinday = '-00:56:11'; // change in day length since yesterday $etcurrentweek = '18.6'; // ET total for the last 7 days $sunshinehourstodateday = '07:32'; $sunshinehourstodatemonth = '28:55'; $maxsolarfortime = '533'; $wetbulb = '8.9'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '28.6'; $maxdew = '5.3'; $maxdewt = '08:26'; $mindew = '0.8'; $mindewt = '16:08'; $maxdewyest = '7.8'; $maxdewyestt = '08:45'; $mindewyest = '4.6'; $mindewyestt = '13:49'; $stationname = 'Ballaugh'; $raindifffromav = '---'; $raindifffromavyear = '583.8'; $gddmonth = '15.2'; $gddyear = '100.6'; $maxheat = '14.7'; $maxheatt = '16:03'; $maxheatyest = '12.3'; $yeartodateavtemp = '7.8'; $monthtodateavtemp = '11.1'; $maxchillyest = '12.3'; $monthtodatemaxgust = '25.3'; $monthtodateavspeed = '3.4'; // MTD average wind speed $monthtodateavgust = '5.3'; //MTD average wind gust $yeartodateavwind = '7.4'; // YTD average wind speed $yeartodategstwind = '10.6'; // YTD avg wind gust $lowbaro = '1014.5 '; $lowbarot = '16:53'; $monthtodatemaxbaro = '1019.5'; // MTD average wind speed $monthtodateminbaro = '1011.1'; //MTD average wind gust $sunshinehourstodateyear = '430:40'; $sunshineyesterday = '07:30'; $avtempsincemidnight = '10.4'; $yesterdayavtemp = '10.0'; $avgspeedsincereset = '2.9'; $maxheatyestt = '13:01'; $windrunyesterday = '85.39'; $currentwdet = '4.6'; $yesterdaywdet = '2.9'; $highhum = '82'; $highhumt = '05:09'; $lowhum = '39'; $lowhumt = '16:07'; $maxhumyest = '88'; $maxhumyestt = '00:16'; $minhumyest = '63'; $minhumyestt = '13:49'; $recordhightempjan = '14.3'; $recordlowtempjan = '-2.7'; $recordhightempfeb = '15.5'; $recordlowtempfeb = '-2.2'; $recordhightempmar = '19.8'; $recordlowtempmar = '0.8'; $recordhightempapr = '21.9'; $recordlowtempapr = '0.8'; $recordhightempmay = '26.8'; $recordlowtempmay = '2.8'; $recordhightempjun = '29.6'; $recordlowtempjun = '6.3'; $recordhightempjul = '30.6'; $recordlowtempjul = '7.3'; $recordhightempaug = '27.6'; $recordlowtempaug = '6.4'; $recordhightempsep = '20.0'; $recordlowtempsep = '3.7'; $recordhightempoct = '18.4'; $recordlowtempoct = '-0.6'; $recordhightempnov = '16.3'; $recordlowtempnov = '-4.4'; $recordhightempdec = '13.7'; $recordlowtempdec = '-5.5'; // average temp and rain by month (V1.08 addition) $avtempjannow = '5.9'; $avtempfebnow = '6.7'; $avtempmarnow = '8.2'; $avtempaprnow = '9.9'; $avtempmaynow = '11.1'; $avtempjunnow = '15.3'; $avtempjulnow = '16.7'; $avtempaugnow = '17.0'; $avtempsepnow = '13.6'; $avtempoctnow = '11.8'; $avtempnovnow = '9.2'; $avtempdecnow = '7.8'; $avrainjannow = '240.8'; $avrainfebnow = '158.0'; $avrainmarnow = '107.0'; $avrainaprnow = '70.8'; $avrainmaynow = '7.2'; $avrainjunnow = '98.4'; $avrainjulnow = '50.2'; $avrainaugnow = '49.2'; $avrainsepnow = '142.6'; $avrainoctnow = '127.2'; $avrainnovnow = '191.4'; $avraindecnow = '210.8'; $avgSeasonSnow = '0.5'; $recordsnowyear = '30.0'; $recordsnowyearseason = '2012/2013'; $avgYearRain = '975.8mm'; $recordrainyear = '1198.8mm'; $recordrainyearyear = '2025'; $Davisair2_5now = '0.0'; $Davisair10_0now = '0.3'; $Davisairpct_pmnow = '100.0'; $Davisair2_5 = '0.0'; $Davisair1_0 = '0.0'; $Davisair10_0 = '0.0'; $DavisairAQI = '0.0'; $Davisairdescription = 'Good'; $airdensity1 = '1.23'; $avairjan2_5 = '---'; $avairfeb2_5 = '0.2'; $avairmar2_5 = '1.7'; $avairapr2_5 = '0.7'; $avairmay2_5 = '1.4'; $avairjun2_5 = '---'; $avairjul2_5 = '---'; $avairaug2_5 = '---'; $avairsep2_5 = '---'; $avairoct2_5 = '---'; $avairnov2_5 = '---'; $avairdec2_5 = '---'; $avairjan10_0 = '---'; $avairfeb10_0 = '0.6'; $avairmar10_0 = '3.0'; $avairapr10_0 = '1.6'; $avairmay10_0 = '2.4'; $avairjun10_0 = '---'; $avairjul10_0 = '---'; $avairaug10_0 = '---'; $avairsep10_0 = '---'; $avairoct10_0 = '---'; $avairnov10_0 = '---'; $avairdec10_0 = '---'; $avairjannow2_5 = '---'; $avairfebnow2_5 = '0.2'; $avairmarnow2_5 = '1.7'; $avairaprnow2_5 = '0.7'; $avairmaynow2_5 = '1.4'; $avairjunnow2_5 = '---'; $avairjulnow2_5 = '---'; $avairaugnow2_5 = '---'; $avairsepnow2_5 = '---'; $avairoctnow2_5 = '---'; $avairnovnow2_5 = '---'; $avairdecnow2_5 = '---'; $avairjannow10_0 = '---'; $avairfebnow10_0 = '0.6'; $avairmarnow10_0 = '3.0'; $avairaprnow10_0 = '1.6'; $avairmaynow10_0 = '2.4'; $avairjunnow10_0 = '---'; $avairjulnow10_0 = '---'; $avairaugnow10_0 = '---'; $avairsepnow10_0 = '---'; $avairoctnow10_0 = '---'; $avairnovnow10_0 = '---'; $avairdecnow10_0 = '---'; // end of other addons // end of testtags.txt/testtags.php ?>