' . 'Night time/Scattered clouds '; $weathercond = 'Windy'; $Currentsolardescription = 'Night time/Scattered clouds '; $current_summary = $Currentsolardescription; $current_summary = preg_replace('|^/[^/]+/|','',$current_summary); $current_summary = preg_replace('|\\\\|',', ',$current_summary); $current_summary = preg_replace('|/|',', ',$current_summary); // // $cloudheightfeet = '1460'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '445'; // 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 = '04:51'; // time that the max gust last prior 1 hour occured $minbaroyest = '999.2 '; $minbaroyestt = '22:12'; $mrecordlowbaro = '978.6'; $mrecordlowbaroday = '7'; $mrecordlowbaromonth = '12'; $mrecordlowbaroyear = '2024'; $yrecordlowbaro = '968.6'; $yrecordlowbaroday = '28'; $yrecordlowbaromonth = '3'; $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 = 'Early Morning'; $avwindlastimediate60 = '16.1'; // average wind speed $avwindlastimediate120 = '16.3'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '13.0'; // average wind speed $avwindlastimediate30 = '14.2'; // average wind speed $todayhihumidex = '4.3'; //daily high humidex $todaylohumidex = '2.3'; //Daily low Humidex //Version 5.02 $dayornight = 'Night'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '-0.1'; //For snow prediction $abshum = '4.94'; //For snow prediction $maxtemp4today = '13.4'; // max from station's records $mintemp4today = '-4.5'; // min from station's records $maxtemp4todayyr = '2012'; // max year from station's records $mintemp4todayyr = '2010'; // min year from station's records $avsnowjan = '0.4'; //Average snow for jan from your inputted snow data (cm) $avsnowfeb = '0.5'; //Average snow for feb from your inputted snow data (cm) $avsnowmar = '2.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.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 = '6.2'; $avtempfebnow = '7.7'; $avtempmarnow = '7.7'; $avtempaprnow = '9.2'; $avtempmaynow = '13.4'; $avtempjunnow = '13.2'; $avtempjulnow = '14.9'; $avtempaugnow = '15.7'; $avtempsepnow = '13.3'; $avtempoctnow = '12.1'; $avtempnovnow = '9.0'; $avtempdecnow = '7.9'; $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.0';//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 = '96.1'; $avrainfeb = '74.6'; $avrainmar = '73.1'; $avrainapr = '50.7'; $avrainmay = '54.9'; $avrainjun = '54.7'; $avrainjul = '55.5'; $avrainaug = '71.3'; $avrainsep = '77.3'; $avrainoct = '112.4'; $avrainnov = '124.1'; $avraindec = '108.9'; $avrainjannow = '93.8'; $avrainfebnow = '87.2'; $avrainmarnow = '138.0'; $avrainaprnow = '114.4'; $avrainmaynow = '64.2'; $avrainjunnow = '54.2'; $avrainjulnow = '52.8'; $avrainaugnow = '121.8'; $avrainsepnow = '108.8'; $avrainoctnow = '113.6'; $avrainnovnow = '94.2'; $avraindecnow = '115.4'; //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 = '26.3'; $yrecordhighheatindexmonth = '6'; $yrecordhighheatindexday = '26'; $yrecordhighheatindexyear = '2024'; $ywarmestdayonrecord = '23.2C on: 11 Aug 2024'; $ywarmestnightonrecord = '20.4C on: 12 Aug 2024'; $ycoldestdayonrecord = '-0.1C on: 17 Jan 2024'; $ycoldestnightonrecord = '-0.1C on: 18 Jan 2024'; $yrecordhighwindrun = '505.2'; $yrecordhighwindrunmth = '4'; $yrecordhighwindrunday = '6'; $yrecordhighwindrunyr = '2024'; $yrecorddailyrain = '63.8'; $yrecordhighrainmth = '138.0'; $yrecordrainrate = '3.0'; $yrecorddayswithrain = '17'; $yrecorddaysnorain = '11'; $yrecordhighdew = '18.9'; $yrecordlowdew = '-5.1'; $yrecordhighhum = '99'; $yrecordlowhum = '52'; $yrecorddailyrainmonth = '11'; $yrecorddailyrainday = '23'; $yrecorddailyrainyear = '2024'; $yrecordhighrainmthmth = '3'; $yrecordhighrainmthyr = '2024'; $yrecordrainratemonth = '8'; $yrecordrainrateday = '5'; $yrecordrainrateyear = '2024'; $yrecorddayswithrainmonth = '4'; $yrecorddayswithrainday = '15'; $yrecorddaysnorainmonth = '11'; $yrecorddaysnorainday = '10'; $yrecordhighdewmonth = '8'; $yrecordhighdewday = '5'; $yrecordhighdewyear = '2024'; $yrecordlowdewmonth = '1'; $yrecordlowdewday = '18'; $yrecordlowdewyear = '2024'; $yrecordhighhummonth = '3'; $yrecordhighhumday = '14'; $yrecordhighhumyear = '2024'; $yrecordlowhummonth = '7'; $yrecordlowhumday = '8'; $yrecordlowhumyear = '2024'; $yrecordhighsolar = '1280.0'; $yrecordhighsolarmonth = '6'; $yrecordhighsolarday = '10'; $yrecordhighsolaryear = '2024'; $yrecordhighuv = '7.4'; $yrecordhighuvmonth = '7'; $yrecordhighuvday = '19'; $yrecordhighuvyear = '2024'; $mrecordhighheatindex = '13.7'; $mrecordhighheatindexmonth = '12'; $mrecordhighheatindexday = '1'; $mrecordhighheatindexyear = '2024'; $mrecordhighwindrun = '394.6'; $mrecordhighwindrunmth = '12'; $mrecordhighwindrunday = '17'; $mrecordhighwindrunyr = '2024'; $mrecorddailyrain = '21.8'; $mrecordhighrainmth = '115.4'; $mrecordrainrate = '1.1'; $mrecorddayswithrain = '9'; $mrecorddaysnorain = '5'; $mrecordhighdew = '12.0'; $mrecordlowdew = '-0.9'; $mrecordhighhum = '95'; $mrecordlowhum = '66'; $mrecorddailyrainmonth = '12'; $mrecorddailyrainday = '6'; $mrecorddailyrainyear = '2024'; $mrecordhighrainmthmth = '12'; $mrecordhighrainmthyr = '2024'; $mrecordrainratemonth = '12'; $mrecordrainrateday = '5'; $mrecordrainrateyear = '2024'; $mrecorddayswithrainmonth = '12'; $mrecorddayswithrainday = '7'; $mrecorddaysnorainmonth = '12'; $mrecorddaysnorainday = '13'; $mrecordhighdewmonth = '12'; $mrecordhighdewday = '1'; $mrecordhighdewyear = '2024'; $mrecordlowdewmonth = '12'; $mrecordlowdewday = '10'; $mrecordlowdewyear = '2024'; $mrecordhighhummonth = '12'; $mrecordhighhumday = '13'; $mrecordhighhumyear = '2024'; $mrecordlowhummonth = '12'; $mrecordlowhumday = '6'; $mrecordlowhumyear = '2024'; $myrecordhighbaromonth = '12'; $mrecordhighsolar = '301.0'; $mrecordhighsolarmonth = '12'; $mrecordhighsolarday = '3'; $mrecordhighsolaryear = '2024'; $mrecordhighuv = '0.0'; $mrecordhighuvmonth = '11'; $mrecordhighuvday = '1'; $mrecordhighuvyear = '2024'; // 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.0'; // Fire Weather Index $avtempweek = '9.2'; // Average Weekly Temp $hddday = '2.7'; // Heating Degree for day $hddmonth = '220.4'; // Heating Degree for month to date $hddyear = '2615.3'; // Heating Degree for year to date $cddday = '0.0'; // Cooling Degree for day $cddmonth = '0.0'; // Cooling Degree for month to date $cddyear = '1.0'; // Cooling Degree for year to date $minchillweek = '-1.2'; // Minimum Wind Chill over past 7 days $maxheatweek = '13.2'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.25'; //air density $solarnoon = '12:16'; // Solar noon $changeinday = '00:00:05'; // change in day length since yesterday $etcurrentweek = '6.2'; // ET total for the last 7 days $sunshinehourstodateday = '00:00'; $sunshinehourstodatemonth = '11:00'; $maxsolarfortime = '0'; $wetbulb = '3.1'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '-0.3'; $maxdew = '2.6'; $maxdewt = '00:00'; $mindew = '0.5'; $mindewt = '04:18'; $maxdewyest = '9.4'; $maxdewyestt = '08:21'; $mindewyest = '2.0'; $mindewyestt = '23:32'; $stationname = 'Ballaugh'; $raindifffromav = '---'; $raindifffromavyear = '1158.4'; $gddmonth = '15.3'; $gddyear = '860.4'; $maxheat = '5.8'; $maxheatt = '00:00'; $maxheatyest = '10.4'; $yeartodateavtemp = '11.0'; $monthtodateavtemp = '7.9'; $maxchillyest = '10.4'; $monthtodatemaxgust = '74.8'; $monthtodateavspeed = '8.1'; // MTD average wind speed $monthtodateavgust = '12.0'; //MTD average wind gust $yeartodateavwind = '6.3'; // YTD average wind speed $yeartodategstwind = '9.4'; // YTD avg wind gust $lowbaro = '999.2 '; $lowbarot = '00:34'; $monthtodatemaxbaro = '1041.2'; // MTD average wind speed $monthtodateminbaro = '978.6'; //MTD average wind gust $sunshinehourstodateyear = '1145:51'; $sunshineyesterday = '00:06'; $avtempsincemidnight = '4.9'; $yesterdayavtemp = '8.5'; $avgspeedsincereset = '16.1'; $maxheatyestt = '08:21'; $windrunyesterday = '277.34'; $currentwdet = '1.3'; $yesterdaywdet = '1.0'; $highhum = '81'; $highhumt = '03:00'; $lowhum = '75'; $lowhumt = '00:22'; $maxhumyest = '94'; $maxhumyestt = '07:44'; $minhumyest = '72'; $minhumyestt = '20:39'; $recordhightempjan = '14.3'; $recordlowtempjan = '-3.8'; $recordhightempfeb = '15.5'; $recordlowtempfeb = '-2.1'; $recordhightempmar = '19.8'; $recordlowtempmar = '1.3'; $recordhightempapr = '17.4'; $recordlowtempapr = '2.0'; $recordhightempmay = '26.8'; $recordlowtempmay = '5.9'; $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 = '6.2'; $avtempfebnow = '7.7'; $avtempmarnow = '7.7'; $avtempaprnow = '9.2'; $avtempmaynow = '13.4'; $avtempjunnow = '13.2'; $avtempjulnow = '14.9'; $avtempaugnow = '15.7'; $avtempsepnow = '13.3'; $avtempoctnow = '12.1'; $avtempnovnow = '9.0'; $avtempdecnow = '7.9'; $avrainjannow = '93.8'; $avrainfebnow = '87.2'; $avrainmarnow = '138.0'; $avrainaprnow = '114.4'; $avrainmaynow = '64.2'; $avrainjunnow = '54.2'; $avrainjulnow = '52.8'; $avrainaugnow = '121.8'; $avrainsepnow = '108.8'; $avrainoctnow = '113.6'; $avrainnovnow = '94.2'; $avraindecnow = '115.4'; $avgSeasonSnow = '0.0'; $recordsnowyear = '30.0'; $recordsnowyearseason = '2012/2013'; $avgYearRain = '953.1mm'; // end of other addons // end of testtags.txt/testtags.php ?>