// by gen-PHP-tagslist.pl - Version 1.00 - 07-Apr-2006
// Author: Ken True - webmaster-weather.org
// Edited: 20-Apr-2006 to trim unused tags
// Version 1.01 - 25-Jan-2008 -- added Windy-rain to icon list
// Version 1.02 - 24-Jun-2008 -- added variables to replace old trends-inc.html with trends-inc.php
// Version 1.03 - 27-Oct-2008 -- added Snow and WU almanac variables
// Version 1.04 - 03-Jun-2009 -- added moonrisedate/moonsetdate for wxastronomy.php
// Version 1.05 - 11-Jul-2009 -- added tags for printable flyer, alternative dashboard, high/low/avg plugins
// Thanks to Mike and Scott for their permission to add the above tags!
// Version 1.06 - 12-Jul-2009 -- added tags for V4.0 of alternative dashboard
// Version 1.07 - 23-Jul-2011 -- added support for multiple plugin scripts for WD - see comments for supported scripts
/*
1.07 includes support for:
WebsterWeather: http://www.websterweatherlive.com/wxScripts.php
Alt-Dashboard 4.xx Script (Pre-Rainer's JavaScript) V4.30 18-FEB-2011
Alt-Dashboard 5.xx Script V5.20 18-FEB-2011
UpdatedAlt-Dashboard 6.xx Script V6.20 27-JUN-2011
UpdatedMOBILE Dashboard 1.xx Script V1.30 15-JUL-2011
High/Low/Averages Script Ver 3 Ajax-PHP Template Only V3.01 25-MAR-2011
642weather (MChallis) http://www.642weather.com/weather/scripts-printable-flyer.php
Printable Flyer Add-on for WD/PHP/AJAX Website Template V1.12 06-Nov-2009
Eastmasonville http://eastmasonvilleweather.com/downloads.php
Station Records (wxrecords) V1.13 - 24-May-2011
Relayweather http://www.relayweather.com/downloads.php
Temperature and Rain Trending (wxglobalwarming) V1.0 20-Jan-2010
end of 1.07 update description
added PurpleAir tags - 21-Nov-2017
updated PurpleAir tags - 09-Nov-2018 (WD 10.37Sb83)
*/
// --------------------------------------------------------------------------
// allow viewing of generated source
if ( isset($_REQUEST['sce']) && strtolower($_REQUEST['sce']) == 'view' ) {
//--self downloader --
$filenameReal = __FILE__;
$download_size = filesize($filenameReal);
header('Pragma: public');
header('Cache-Control: private');
header('Cache-Control: no-cache, must-revalidate');
header('Content-type: text/plain');
header('Accept-Ranges: bytes');
header("Content-Length: $download_size");
header('Connection: close');
readfile($filenameReal);
exit;
}
// Units
// -----
$uomtemp = 'F'; // = 'C', 'F', (or '°C', '°F', or '°C', '°F' )
$uombaro = 'inHg'; // = 'inHg', 'hPa', 'kPa', 'mb'
$uomwind = 'mph'; // = 'kts','mph','kmh','km/h','m/s','Bft'
$uomrain = 'in'; // = 'mm', 'in'
$datefmt = 'm/d/y'; // = 'd/m/y', 'm/d/y'
$uomdistance = 'mi'; // = 'mi','km' (for windrun variables)
//
// General OR Non Weather Specific/SUN/MOON
// ========================================
$time = '2:35 PM'; // current time <-------------------------------------------------------------------------------------------------
$date = '4/5/2026'; // current date <---------------------------------------------------------------------------------------------------
$sunrise = '6:40 am'; // sun rise time (make sure you have the correct lat/lon
// in view/sun moon)
$time_minute = '35'; // Current minute
$time_hour = '14'; // Current hour
$date_day = '05'; // Current day
$date_month = '04'; // Current month
$date_year = '2026'; // Current year
$monthname = 'April'; // Current month name
$dayname = 'Sunday'; // Current day name
$sunset = '7:28 pm'; // sunset time
$moonrisedate = '04/04/26'; // moon rise date
$moonrise = '10:36 pm'; // moon rise time
$moonsetdate = '04/05/26'; // moon set date
$moonset = '8:11 am'; // moon set time
$moonage = 'Moon age: 18 days,6 hours,51 minutes,87%'; // current age of the moon (days since new moon)
$moonphase = '87%'; // Moon phase %
$moonphasename = 'Waning Gibbous Moon'; // 10.36z addition
$morningciviltwilight = '6:13 am'; // morning civil twilight time (when the sun is 6 degrees below the horizon)
$eveningciviltwilight = '7:55 pm'; // evening civil twilight time
$morningastrotwilight = '5:09 am'; // morning astronimcal twilight time (when the sun is 12 to 18 degrees below the horizon)
$eveningastrotwilight = '8:59 pm'; // evening astronimcal twilight time (when the sun is 12 to 18 degrees below the horizon)
$marchequinox = '14:47 UTC March 20 2026'; // March equinox date
$junesolstice = '08:25 UTC June 21 2026'; // June solstice date
$sepequinox = '00:06 UTC September 23 2026'; // September equinox date
$decsolstice = '20:51 UTC December 21 2026'; // December solstice date
$moonperihel = '00:24 UTC January 4 2027'; // Next Moon perihel date
$moonaphel = '09:17 UTC July 5 2026'; // Next moon perihel date
$moonperigee = '06:58 UTC April 19 2026'; // Next moon perigee date
$moonapogee = '08:33 UTC April 7 2026'; // Next moon apogee date
$newmoon = '01:24 UTC March 19 2026'; // Date/time of the next/last new moon
$nextnewmoon = '11:52 UTC April 17 2026'; // Date/time of the next new moon for next month
$firstquarter = '19:18 UTC March 25 2026'; // Date/time of the next/last first quarter moon
$lastquarter = '04:52 UTC April 10 2026'; // Date/time of the next/last last quarter moon
$fullmoon = '02:13 UTC April 2 2026'; // Date/time of the next/last full moon
$fullmoondate = 'April 02 2026'; // Date of the next/last full moon (date only)
$suneclipse = 'August 02 2027 17:21:45 0%'; // Next sun eclipse
$mooneclipse = 'August 28 2026 12:13:20 93%'; // Next moon eclipse date
$easterdate = '5 April 2026'; // Next easter date
$chinesenewyear = '16 February 2026 ()'; // Chinese new year
$suntransit = '13:04 04 5 2026'; // Sun transit date time
$moontransittime = '03:26'; // Moon transit time
$suntransittime = '13:04'; //Sun transit time
$moontransit = '03:26 04 5 2026'; // Moon transit date time
$hoursofpossibledaylight = '12:48'; // Total hours/minutes of possible daylight for today
//
$weatherreport = 'Dry'; // current weather conditions from selected METAR
$stationaltitude = '2808'; // Station altitude, feet, as set in the units setup
// this under setup)
$stationlatitude = '038:18:22'; // Latitude (from the sun moon rise/set setup)
$stationlongitude = '0120:30:52'; // Longtitude (from the sun moon rise/set setup)
$windowsuptime = '14 Days 15 Hours 40 Minutes 50 Seconds'; // uptime for windows on weather pc
$freememory = '27.11GB'; // amount of free memory on the pc
$Startimedate = '8:51:04 AM 4/5/2026'; // Time/date WD was started
$NOAAEvent = 'NO CURRENT ADVISORIES'; // NOAA Watch/Warning/Advisory
$noaawarningraw = '
CAZ067
Current watches, warnings, and advisories for Motherlode (CAZ067) CA'; // NOAA RAW watch/warning/advisory
$wdversion = '10.37S' . '-(b' . '152' . ')'; // Weather Display version number you are running
$wdversiononly = '10.37S';
$wdbuild = '152'; // Weather Display build number you are running
$noaacityname = 'Rail Road Flat'; // City name,from the noaa setup (in the av/ext setup)
//
$timeofnextupdate = '2:40 pm'; // Time of next Update/Upload of the weather data to your web page (based on the web table update
//
$heatcolourword = 'Comfortable'; // How hot/cold it feels at the moment, based on the humidex, used with the conditionscolour.jpg
//
//
// Temperature/Humidity
// ====================
// Current:
// --------
$temperature = '75.8'; // temperature
-------------------------------------------------------------------------------------
$tempnodp = '75'; // temperature, no decimal place
$humidity = '24'; // humidity
-------------------------------------------------------------------------------------------
$dewpt = '36.4'; // dew point
$maxtemp = '76.1'; // today's maximum temperature
$maxtempt = '2:29 PM'; // time this occurred
$mintemp = '56.1'; // today's minimum temperature
$mintempt = '12:45 AM'; // time this occurred
$feelslike = '77'; // Shows heat index or humidex or windchill (if less than 16oC)
--------------------------------
$heati = '76.6'; // current heat index
$heatinodp = '77'; // current heat index,no decimal place
$windch = '75.8'; // current wind-chill
$windchnodp = '76'; // current wind-chill, no decimal place
$humidexfaren = '73.1'; // Humidex value in oF
$humidexcelsius = '22.8'; // Humidex value in oC
$apparenttemp = '73.1'; // Apparent temperature
$apparentsolartemp = '73.1'; // Apparent temperature in the sun (you need a solar sensor)
$apparenttempc = '22.8'; // Apparent temperature, °C
$apparentsolartempc = '22.8'; // Apparent temperature in the sun, °C (you need a solar sensor)
$apparenttempf = '73.1'; // Apparent temperature, °F
$apparentsolartempf = '73.1'; // Apparent temperature in the sun, °F (you need a solar sensor)
//
$WUmaxtemp = '62.1'; // Todays average max temperature from the selected Wunderground almanac station
$WUmintemp = '36.0'; // Todays average min temperature from the selected Wunderground almanac station
//
$WUmaxtempr = '89.1'; // Todays record max temperature from the selected Wunderground almanac station
$WUmintempr = '12.0'; // Todays record min temperature from the selected Wunderground almanac station
$WUmaxtempryr = '2000'; // Year that it occured
$WUmintempryr = '1945'; // year that it occured
//
//
// Yesterday:
// ----------
$tempchangehour = '+1.7'; // Temperature change in the last hour
$maxtempyest = '73.8'; // Yesterday's max temperature
$maxtempyestt = '3:54 PM'; // Time of yesterday's max temperature
$mintempyest = '52.5'; // Yesterday's min temperature
$mintempyestt = '5:40 AM'; // Time of yesterday's min temperature
//
//
// Trends:
// -------
$temp24hoursago = '72.5'; // The temperature 24 hours ago
$humchangelasthour = '-3'; // Humidity change last hour
$dewchangelasthour = '-1.7'; // Dew point change last hour
$barochangelasthour = '-0.005'; // Baro change last hour
//
// Wind
// ====
// Current:
// --------
//
$avgspd = '4.3'; // average wind speed (current)
$gstspd = '3.0'; // current/gust wind speed
$maxgst = '10.4'; // today's maximum wind speed
$maxgstt = '2:15 PM'; // time this occurred
$maxgsthr = '10.0 mph SSW'; // maximum gust last hour
$dirdeg = '174'; // wind direction (degrees)
$dirlabel = 'S'; // wind direction (NNE etc)
//$maxgustlastimediatehourtime = '14:15'; // 14:15 time that the max gust last prior 1 hour occured
$avwindlastimediate10 = '3.5'; // Average wind for the last immediate 10 minute period
// $avdir10minute = '173'; // average ten minute wind direction (degrees)
$beaufortnum ='1'; //Beaufort wind force number
$currbftspeed = '1 bft'; //Current Beaufort wind speed
$bftspeedtext = 'Light Breeze'; //Beaufort scale in text (i.e Fresh Breeze)
//
//
// Baromometer
// ===========
// Current:
// --------
$baro = '29.961'; // current barometer
--------------------------------------------------------------------------------
$baroinusa2dp = '29.96 inches'; // Current barometer reading in inches, 2 decimal places only.
$trend = '-0.011'; // amount of change in the last hour
$pressuretrendname = 'Steady'; // pressure trend (i.e. 'falling'), last hour
$pressuretrendname3hour = 'Falling'; // pressure trend (i.e. 'falling'), last 3 hours
$vpforecasttext = 'mostly cloudy and cooler, precipitation likely, windy with possible wind shift to the w, nw, or n.'; // Forecast text from the Davis VP
//
//
// Rain
// ====
// Current:
// --------
$dayrn = '0.00'; // today's rain
$monthrn = '0.720'; // rain so far this month
$yearrn = '29.160'; // rain so far this year
$dayswithnorain = '2'; // Consecutative days with no rain
$dayswithrain = '2'; // Days with rain for the month
$dayswithrainyear = '20'; // Days with rain for the year
$currentrainratehr = '0.000'; // Current rain rate, mm/hr (or in./hr)
$maxrainrate = '0.000'; // Max rain rate,for the day, mm/min (or in./min)
$maxrainratehr = '0.000'; // Max rain rate,for the day, mm/hr (or in.mm)
$maxrainratetime = '00:00 AM'; // Time that occurred
// Yesterday:
// ----------
$yesterdayrain = '0.000 '; // Yesterday rain
//
$vpstormrainstart = '0/0/0'; //Davis VP Storm rain start date
$vpstormrain = '0.00'; //Davis VP Storm rain value
//
//
// Sunshine/Solar/ET
// =================
$VPsolar = '469'; // Solar energy number (W/M2)
$VPuv = '5.1'; // UV number
$highsolar = '1171'; // Daily high solar (for Davis VP and Grow stations)
$highuv = '7.9'; // Daily high UV (for Davis VP stations)
$currentsolarpercent = '0'; // Current solar percent for stations with a temperature solar sensor (like the dallas 1 wire)
$highsolartime = '12:36 PM'; // Time that the daily high solar occured
$lowsolartime = '12:00 AM'; // Time that the daily low solar occured
$highuvtime = '12:34 PM'; // Time that the daily high UV occured
$lowuvtime = '12:00 AM'; // Time that the daily low UV occured
$highuvyest = '7.4'; // Yesterday's high UV
$highuvyesttime = '12:57 PM'; // Time of yesterday's high UV
$burntime = '22'; // Time (minutes) to burn (normal skin) at the current UV rate, from the Davis VP with UV sensor
//
// the solar setup.
//
//
// Number of resynchronizations, The largest number of packets in a row that were received., and the number of CRC errors
//
// detected.
//
//
// Record Readings
// ===============
//
// for current month to date:
//
$mrecordwindgust = '16.0'; // All time record high wind gust
$mrecordhighgustday = '1'; // Day of record high wind gust
//
//
// Snow
// =====
//
$snowseasonin = '0'; // Snow for season you have entered under input daily weather, inches
$snowmonthin = '0'; // Snow for month you have entered under input daily weather, inches
$snowtodayin = '0.00'; // Snow for today you have entered under input daily weather, inches
$snowseasoncm = '0'; // Snow for season you have entered under input daily weather, cm
$snowmonthcm = '0'; // Snow for month you have entered under input daily weather, cm
$snowtodaycm = '0.0'; // Snow for today you have entered under input daily weather, cm
$snowyesterday = '0'; // Yesterdays' snow
$snowheight = '439'; // Estimated height snow will fall at
$snowheightnew = '10515'; // Estimated height snow will fall at, new formula
//
$snownowin = '0.00'; // Current snow depth, inches.
$snownowcm = '0.0'; // Current snow depth, cm.
//
$snowrain = '0.00'; // Rain measure by a heated rain gauge when temp below freezing times 10 to give estimated snow fall
$snowdaysthismonth = '0'; // Days with snow this month
$snowdaysthisyear = '0'; // Days with snow this year
//
// tags needed for trends-inc.php
//
$temp0minuteago = '75.8'; // ****this one is needed for all the others to work
$wind0minuteago = '3.5';
$gust0minuteago = '6.9';
$dir0minuteago = ' S ';
$hum0minuteago = '23';
$dew0minuteago = '35.3';
$baro0minuteago = '29.964';
$rain0minuteago = '0.00';
$VPsolar0minuteago = '469';
$VPuv0minuteago = '5.1';
$temp5minuteago = '76.0';
$wind5minuteago = '3.5';
$gust5minuteago = '5.8';
$dir5minuteago = 'SSW';
$hum5minuteago = '20';
$dew5minuteago = '32.0';
$baro5minuteago = '29.962';
$rain5minuteago = '0.00';
$VPsolar5minuteago = '1011';
$VPuv5minuteago = '7.3';
$temp10minuteago = '75.4';
$wind10minuteago = '3.5';
$gust10minuteago = '6.9';
$dir10minuteago = ' SSE';
$hum10minuteago = '23';
$dew10minuteago = '35.0';
$baro10minuteago = '29.963';
$rain10minuteago = '0.00';
$VPsolar10minuteago = '1048';
$VPuv10minuteago = '5.7';
$temp15minuteago = '74.9';
$wind15minuteago = '1.2';
$gust15minuteago = '5.8';
$dir15minuteago = 'WSW';
$hum15minuteago = '21';
$dew15minuteago = '32.3';
$baro15minuteago = '29.964';
$rain15minuteago = '0.00';
$VPsolar15minuteago = '991';
$VPuv15minuteago = '7.2';
$temp20minuteago = '75.0';
$wind20minuteago = '4.6';
$gust20minuteago = '6.9';
$dir20minuteago = 'SSW';
$hum20minuteago = '23';
$dew20minuteago = '34.6';
$baro20minuteago = '29.964';
$rain20minuteago = '0.00';
$VPsolar20minuteago = '962';
$VPuv20minuteago = '7.1';
$temp30minuteago = '75.5';
$wind30minuteago = '3.5';
$gust30minuteago = '5.8';
$dir30minuteago = ' S ';
$hum30minuteago = '29';
$dew30minuteago = '41.0';
$baro30minuteago = '29.968';
$rain30minuteago = '0.00';
$VPsolar30minuteago = '942';
$VPuv30minuteago = '7.2';
$temp45minuteago = '75.2';
$wind45minuteago = '2.3';
$gust45minuteago = '3.5';
$dir45minuteago = ' W ';
$hum45minuteago = '29';
$dew45minuteago = '40.7';
$baro45minuteago = '29.970';
$rain45minuteago = '0.00';
$VPsolar45minuteago = '947';
$VPuv45minuteago = '7.4';
$temp60minuteago = '74.1';
$wind60minuteago = '3.5';
$gust60minuteago = '6.9';
$dir60minuteago = 'SSW';
$hum60minuteago = '26';
$dew60minuteago = '37.0';
$baro60minuteago = '29.973';
$rain60minuteago = '0.00';
$VPsolar60minuteago = '967';
$VPuv60minuteago = '7.6';
$temp75minuteago = '72.8';
$wind75minuteago = '3.5';
$gust75minuteago = '4.6';
$dir75minuteago = ' S ';
$hum75minuteago = '29';
$dew75minuteago = '38.6';
$baro75minuteago = '29.974';
$rain75minuteago = '0.00';
$VPsolar75minuteago = '998';
$VPuv75minuteago = '7.6';
$temp90minuteago = '72.7';
$wind90minuteago = '1.2';
$gust90minuteago = '3.5';
$dir90minuteago = 'SW';
$hum90minuteago = '33';
$dew90minuteago = '41.9';
$baro90minuteago = '29.977';
$rain90minuteago = '0.00';
$VPsolar90minuteago = '582';
$VPuv90minuteago = '5.9';
$temp105minuteago = '73.0';
$wind105minuteago = '2.3';
$gust105minuteago = '3.5';
$dir105minuteago = 'SSW';
$hum105minuteago = '34';
$dew105minuteago = '43.0';
$baro105minuteago = '29.978';
$rain105minuteago = '0.00';
$VPsolar105minuteago = '459';
$VPuv105minuteago = '4.5';
$temp120minuteago = '72.9';
$wind120minuteago = '2.3';
$gust120minuteago = '3.5';
$dir120minuteago = 'SW';
$hum120minuteago = '27';
$dew120minuteago = '37.0';
$baro120minuteago = '29.983';
$rain120minuteago = '0.00';
$VPsolar120minuteago = '932';
$VPuv120minuteago = '7.9';
$VPet = '0.11';
$VPetmonth = '0.14';
$dateoflastrainalways = '4/2/2026';
$highbaro = '30.035';
$highbarot = '1:05 AM';
$highsolaryest = '970.0';
$highsolaryesttime = '1:06 PM';
$hourrn = '0.000';
$maxaverageyest = '7.5';
$maxaverageyestt = '1:59 PM';
$maxavgdirectionletter = 'SSW';
$maxavgspd = '6.5';
$maxavgspdt = '2:02 PM';
$maxbaroyest = '30.130';
$maxbaroyestt = '12:12 AM';
$maxgstdirectionletter = 'SSW';
$maxgustyest = '12.0 mph SSW';
$maxgustyestt = '1:47 PM';
$mcoldestdayonrecord = '49.1F on: Apr 01 2026';
$mcoldestnightonrecord = '46.2F on: Apr 03 2026';
$minchillyest = '52.6';
$minchillyestt = '5:40 AM';
$minwindch = '56.2';
$minwindcht = '12:45 AM';
$mrecordhighavwindday = '1';
$mrecordhighavwindmonth = '4';
$mrecordhighavwindyear = '2026';
$mrecordhighbaro = '30.132';
$mrecordhighbaroday = '3';
$mrecordhighbaromonth = '4';
$mrecordhighbaroyear = '2026';
$mrecordhighgustmonth = '4';
$mrecordhighgustyear = '2026';
$mrecordhightemp = '76.1';
$mrecordhightempday = '5';
$mrecordhightempmonth = '4';
$mrecordhightempyear = '2026';
$mrecordlowchill = '38.5';
$mrecordlowchillday = '2';
$mrecordlowchillmonth = '4';
$mrecordlowchillyear = '2026';
$mrecordlowtemp = '41.7';
$mrecordlowtempday = '2';
$mrecordlowtempmonth = '4';
$mrecordlowtempyear = '2026';
$mrecordwindspeed = '10.2';
$mwarmestdayonrecord = '66.9F on: Apr 04 2026';
$mwarmestnightonrecord = '59.7F on: Apr 05 2026';
$raincurrentweek = '1.41';
$raintodatemonthago = '0.00';
$raintodateyearago = '15.86';
$timeoflastrainalways = ' 6:25 AM';
$windruntodatethismonth = '220.53 miles';
$windruntodatethisyear = '4660.22 miles';
$windruntoday = '16.75';
$yesterdaydaviset = '0.193';
$yrecordhighavwindday = '17';
$yrecordhighavwindmonth = '2';
$yrecordhighavwindyear = '2026';
$yrecordhighbaro = '30.513';
$yrecordhighbaroday = '10';
$yrecordhighbaromonth = '1';
$yrecordhighbaroyear = '2026';
$yrecordhighgustday = '16';
$yrecordhighgustmonth = '2';
$yrecordhighgustyear = '2026';
$yrecordhightemp = '85.3';
$yrecordhightempday = '20';
$yrecordhightempmonth = '3';
$yrecordhightempyear = '2026';
$yrecordlowchill = '21.9';
$yrecordlowchillday = '19';
$yrecordlowchillmonth = '2';
$yrecordlowchillyear = '2026';
$yrecordlowtemp = '29.5';
$yrecordlowtempday = '18';
$yrecordlowtempmonth = '2';
$yrecordlowtempyear = '2026';
$yrecordwindgust = '53.0';
$yrecordwindspeed = '21.7';
$daysTmaxGT30C = '0';
$daysTmaxGT25C = '0';
$daysTminLT0C = '0';
$daysTminLTm15C = '0';
// end of trends-inc.php variables
//
// CURRENT CONDITIONS ICONS FOR clientraw.txt
// create array for icons. There are 35 possible values in clientraw.txt
// It would be simpler to do this with array() but to make it easier to
// modify each element is defined individually. Each index [#] corresponds
// to the value provided in clientraw.txt
$icon_array[0] = 'day_clear.gif'; // imagesunny.visible
$icon_array[1] = 'night_clear.gif'; // imageclearnight.visible
$icon_array[2] = 'day_partly_cloudy.gif'; // imagecloudy.visible
$icon_array[3] = 'day_partly_cloudy.gif'; // imagecloudy2.visible
$icon_array[4] = 'night_partly_cloudy.gif'; // imagecloudynight.visible
$icon_array[5] = 'day_partly_cloudy.gif'; // imagedry.visible
$icon_array[6] = 'fog.gif'; // imagefog.visible
$icon_array[7] = 'haze.gif'; // imagehaze.visible
$icon_array[8] = 'day_heavy_rain.gif'; // imageheavyrain.visible
$icon_array[9] = 'day_mostly_sunny.gif'; // imagemainlyfine.visible
$icon_array[10] = 'mist.gif'; // imagemist.visible
$icon_array[11] = 'fog.gif'; // imagenightfog.visible
$icon_array[12] = 'night_heavy_rain.gif'; // imagenightheavyrain.visible
$icon_array[13] = 'night_cloudy.gif'; // imagenightovercast.visible
$icon_array[14] = 'night_rain.gif'; // imagenightrain.visible
$icon_array[15] = 'night_light_rain.gif'; // imagenightshowers.visible
$icon_array[16] = 'night_snow.gif'; // imagenightsnow.visible
$icon_array[17] = 'night_tstorm.gif'; // imagenightthunder.visible
$icon_array[18] = 'day_cloudy.gif'; // imageovercast.visible
$icon_array[19] = 'day_partly_cloudy.gif'; // imagepartlycloudy.visible
$icon_array[20] = 'day_rain.gif'; // imagerain.visible
$icon_array[21] = 'day_rain.gif'; // imagerain2.visible
$icon_array[22] = 'day_light_rain.gif'; // imageshowers2.visible
$icon_array[23] = 'sleet.gif'; // imagesleet.visible
$icon_array[24] = 'sleet.gif'; // imagesleetshowers.visible
$icon_array[25] = 'snow.gif'; // imagesnow.visible
$icon_array[26] = 'snow.gif'; // imagesnowmelt.visible
$icon_array[27] = 'snow.gif'; // imagesnowshowers2.visible
$icon_array[28] = 'day_clear.gif.gif'; // imagesunny.visible
$icon_array[29] = 'day_tstorm.gif'; // imagethundershowers.visible
$icon_array[30] = 'day_tstorm.gif'; // imagethundershowers2.visible
$icon_array[31] = 'day_tstorm.gif'; // imagethunderstorms.visible
$icon_array[32] = 'tornado.gif'; // imagetornado.visible
$icon_array[33] = 'windy.gif'; // imagewindy.visible
$icon_array[34] = 'day_partly_cloudy.gif'; // stopped raining
$icon_array[35] = 'windyrain.gif'; // Wind+rain
$iconnumber = '18'; // icon number
$current_icon = $icon_array[18]; // name of our condition icon
// ----------------------------------------------------------------------------------
// $current_summary = 'Dry' . '
' . 'Overcast and Ggloomy/Dry ';
$weathercond = 'Dry';
$Currentsolardescription = 'Overcast and Ggloomy/Dry ';
$current_summary = $Currentsolardescription;
$current_summary = preg_replace('|^/[^/]+/|','',$current_summary);
$current_summary = preg_replace('|\\\\|',', ',$current_summary);
$current_summary = preg_replace('|/|',', ',$current_summary);
//
//
$cloudheightfeet = '9015'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter
$cloudheightmeters = '2748'; // 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 = '14:15'; // time that the max gust last prior 1 hour occured
$minbaroyest = '29.998';
$minbaroyestt = '5:51 PM';
$mrecordlowbaro = '29.864';
$mrecordlowbaroday = '1';
$mrecordlowbaromonth = '4';
$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 = 'Afternoon';
$avwindlastimediate60 = '2.9'; // average wind speed
$avwindlastimediate120 = '3.0'; // average wind speed
$currentmonthaveragerain = '---'; // average rain for current month
//
// version 5.00+
$avwindlastimediate15 = '3.6'; // average wind speed
$avwindlastimediate30 = '3.6'; // average wind speed
$todayhihumidex = '75.3'; //daily high humidex
$todaylohumidex = '52.0'; //Daily low Humidex
//Version 5.02
$dayornight = 'Day'; // Day or night flag
//Version 6.20
$tempchangelasthourfaren = '+1.7'; //For snow prediction
$abshum = '4.81'; //For snow prediction
$maxtemp4today = '67.6'; // max from station's records
$mintemp4today = '30.0'; // min from station's records
$maxtemp4todayyr = '2022'; // 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 = '54.7';
$avtempmaynow = '63.3';
$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.8';//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.54';
$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 = '0.72';
$avrainmaynow = '0.20';
$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 = '1357.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 = '5';
$recordhighsolarday = '13';
$recordhighsolaryear = '2025';
$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 = '1171.0';
$yrecordhighsolarmonth = '4';
$yrecordhighsolarday = '5';
$yrecordhighsolaryear = '2026';
$yrecordhighuv = '8.0';
$yrecordhighuvmonth = '3';
$yrecordhighuvday = '23';
$yrecordhighuvyear = '2026';
$mrecordhighheatindex = '76.1';
$mrecordhighheatindexmonth = '4';
$mrecordhighheatindexday = '5';
$mrecordhighheatindexyear = '2026';
$mrecordhighwindrun = '74.9';
$mrecordhighwindrunmth = '4';
$mrecordhighwindrunday = '1';
$mrecordhighwindrunyr = '2026';
$mrecorddailyrain = '0.56';
$mrecordhighrainmth = '0.7';
$mrecordrainrate = '0.016';
$mrecorddayswithrain = '5';
$mrecorddaysnorain = '2';
$mrecordhighdew = '48.9';
$mrecordlowdew = '19.2';
$mrecordhighhum = '95';
$mrecordlowhum = '15';
$mrecorddailyrainmonth = '4';
$mrecorddailyrainday = '1';
$mrecorddailyrainyear = '2026';
$mrecordhighrainmthmth = '4';
$mrecordhighrainmthyr = '2026';
$mrecordrainratemonth = '4';
$mrecordrainrateday = '1';
$mrecordrainrateyear = '2026';
$mrecorddayswithrainmonth = '4';
$mrecorddayswithrainday = '2';
$mrecorddaysnorainmonth = '4';
$mrecorddaysnorainday = '5';
$mrecordhighdewmonth = '4';
$mrecordhighdewday = '1';
$mrecordhighdewyear = '2026';
$mrecordlowdewmonth = '4';
$mrecordlowdewday = '3';
$mrecordlowdewyear = '2026';
$mrecordhighhummonth = '4';
$mrecordhighhumday = '1';
$mrecordhighhumyear = '2026';
$mrecordlowhummonth = '4';
$mrecordlowhumday = '4';
$mrecordlowhumyear = '2026';
$myrecordhighbaromonth = '4';
$mrecordhighsolar = '1171.0';
$mrecordhighsolarmonth = '4';
$mrecordhighsolarday = '5';
$mrecordhighsolaryear = '2026';
$mrecordhighuv = '7.9';
$mrecordhighuvmonth = '4';
$mrecordhighuvday = '5';
$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.6'; // Average Weekly Temp
$hddday = '3.8'; // Heating Degree for day
$hddmonth = '50.4'; // Heating Degree for month to date
$hddyear = '943.1'; // Heating Degree for year to date
$cddday = '0.0'; // Cooling Degree for day
$cddmonth = '0.0'; // Cooling Degree for month to date
$cddyear = '58.8'; // Cooling Degree for year to date
$minchillweek = '39.0'; // Minimum Wind Chill over past 7 days
$maxheatweek = '78.8'; // Maximum Heat Index for the Week *** NEW IN V2.00
$airdensity = '1.18'; //air density
$solarnoon = '13:04'; // Solar noon
$changeinday = '00:02:26'; // change in day length since yesterday
$etcurrentweek = '0.240'; // ET total for the last 7 days
$sunshinehourstodateday = '00:00';
$sunshinehourstodatemonth = '00:00';
$maxsolarfortime = '0';
$wetbulb = '56.8';
$lighteningcountlasthour = '0';
$lighteningcountlastminute = '0';
$lighteningcountlast5minutes = '0';
$lighteningcountlast12hour = '0';
$lighteningcountlast30minutes = '0';
$lighteningcountlasttime = '';
$lighteningcountmonth = '0';
$lighteningcountyear = '0';
$chandler = '79.8';
$maxdew = '47.1';
$maxdewt = '9:06 AM';
$mindew = '28.5';
$mindewt = '2:17 PM';
$maxdewyest = '44.8';
$maxdewyestt = '10:16 AM';
$mindewyest = '21.4';
$mindewyestt = '2:04 PM';
$stationname = 'RRFWEATHER';
$raindifffromav = '---';
$raindifffromavyear = '29.160';
$gddmonth = '57.6';
$gddyear = '854.6';
$maxheat = '76.1';
$maxheatt = '2:29 PM';
$maxheatyest = '73.8';
$yeartodateavtemp = '55.6';
$monthtodateavtemp = '54.7';
$maxchillyest = '73.8';
$monthtodatemaxgust = '16.1';
$monthtodateavspeed = '2.0'; // MTD average wind speed
$monthtodateavgust = '3.4'; //MTD average wind gust
$yeartodateavwind = '2.1'; // YTD average wind speed
$yeartodategstwind = '3.4'; // YTD avg wind gust
$lowbaro = '29.960';
$lowbarot = '2:18 PM';
$monthtodatemaxbaro = '30.130'; // MTD average wind speed
$monthtodateminbaro = '29.866'; //MTD average wind gust
$sunshinehourstodateyear = '00:00';
$sunshineyesterday = '00:00';
$avtempsincemidnight = '63.5';
$yesterdayavtemp = '62.9';
$avgspeedsincereset = '1.2';
$maxheatyestt = '3:54 PM';
$windrunyesterday = '34.50';
$currentwdet = '0.063';
$yesterdaywdet = '0.059';
$highhum = '55';
$highhumt = '9:05 AM';
$lowhum = '18';
$lowhumt = '2:17 PM';
$maxhumyest = '60';
$maxhumyestt = '12:01 AM';
$minhumyest = '15';
$minhumyestt = '2:04 PM';
$recordhightempjan = '75.9';
$recordlowtempjan = '23.4';
$recordhightempfeb = '75.0';
$recordlowtempfeb = '22.3';
$recordhightempmar = '85.1';
$recordlowtempmar = '28.6';
$recordhightempapr = '83.5';
$recordlowtempapr = '31.6';
$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 = '0.0'; //Value of 2.5 micron particle measure from purple air sensor (see in WD under setup, advanced/misc)
$purpleair1_0 = '0.0'; //Value of 1.0 micron particle measure from purple air sensor
$purpleair10_0 = '0.0'; //Value of 10.0 micron particle measure from purple air sensor
$purpleairaqi = '0.0'; //AQI (air quality index) value from purple air sensor
$purpleairaqidescription = 'Good '; //AQI description (e.g Good, moderate)
$purpleair60minmean10_0 = '0.0'; //Last 60 minutes average PM 10.0 value
$purpleair60minmean2_5 = '0.0'; //Last 60 minutes average PM 2.5 value
$purpleair24hourmean10_0 = '0.0'; //Last 24 hours average PM 10.0 value
$purpleair24hourmean2_5 = '0.0'; //Last 24 hours average PM 2.5 value
$purpleair60minmin10_0 = '0.0'; //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 = '0.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 = '0.0'; //Max value in last 60 minutes PM 10.0 value
$purpleair24hourmax10_0 = '0.0'; //Max value in last 24 hours PM 10.0 value
$purpleair60minmax2_5 = '0.0'; //Max value in last 60 minutes PM 2.5 value
$purpleair24hourmax2_5 = '0.0'; //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.6';
$avairmay2_5 = '0.6';
$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.7';
$avairmay10_0 = '0.8';
$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 = '2.4';
$avairmaynow2_5 = '---';
$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 = '2.7';
$avairmaynow10_0 = '---';
$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