// 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 = '10:35 AM'; // current time <-------------------------------------------------------------------------------------------------
$date = '9/11/2025'; // 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 = '10'; // Current hour
$date_day = '11'; // Current day
$date_month = '09'; // Current month
$date_year = '2025'; // Current year
$monthname = 'September'; // Current month name
$dayname = 'Thursday'; // Current day name
$sunset = '7:17 pm'; // sunset time
$moonrisedate = '09/10/25'; // moon rise date
$moonrise = '8:54 pm'; // moon rise time
$moonsetdate = '09/11/25'; // moon set date
$moonset = '11:17 am'; // moon set time
$moonage = 'Moon age: 19 days,4 hours,21 minutes,80%'; // current age of the moon (days since new moon)
$moonphase = '80%'; // 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:43 pm'; // evening civil twilight time
$morningastrotwilight = '5:10 am'; // morning astronimcal twilight time (when the sun is 12 to 18 degrees below the horizon)
$eveningastrotwilight = '8:47 pm'; // evening astronimcal twilight time (when the sun is 12 to 18 degrees below the horizon)
$marchequinox = '09:02 UTC March 20 2025'; // March equinox date
$junesolstice = '02:43 UTC June 21 2025'; // June solstice date
$sepequinox = '18:20 UTC September 22 2025'; // September equinox date
$decsolstice = '15:04 UTC December 21 2025'; // December solstice date
$moonperihel = '18:10 UTC January 3 2026'; // Next Moon perihel date
$moonaphel = '09:17 UTC July 5 2026'; // Next moon perihel date
$moonperigee = '12:42 UTC October 8 2025'; // Next moon perigee date
$moonapogee = '09:46 UTC September 26 2025'; // Next moon apogee date
$newmoon = '06:07 UTC August 23 2025'; // Date/time of the next/last new moon
$nextnewmoon = '19:55 UTC September 21 2025'; // Date/time of the next new moon for next month
$firstquarter = '06:26 UTC August 31 2025'; // Date/time of the next/last first quarter moon
$lastquarter = '10:34 UTC September 14 2025'; // Date/time of the next/last last quarter moon
$fullmoon = '18:09 UTC September 7 2025'; // Date/time of the next/last full moon
$fullmoondate = 'September 07 2025'; // Date of the next/last full moon (date only)
$suneclipse = 'August 02 2027 17:21:45 0%'; // Next sun eclipse
$mooneclipse = 'March 03 2026 19:34:22 115%'; // Next moon eclipse date
$easterdate = '20 April 2025'; // Next easter date
$chinesenewyear = '28 January 2025 ()'; // Chinese new year
$suntransit = '12:58 09 11 2025'; // Sun transit date time
$moontransittime = '04:00'; // Moon transit time
$suntransittime = '12:58'; //Sun transit time
$moontransit = '04:00 09 11 2025'; // Moon transit date time
$hoursofpossibledaylight = '12:37'; // 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 = '8 Days 10 Hours 5 Minutes 48 Seconds'; // uptime for windows on weather pc
$freememory = '26.59GB'; // amount of free memory on the pc
$Startimedate = '12:30:49 AM 9/3/2025'; // 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 = '10:40 am'; // 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 = '67.8'; // temperature
-------------------------------------------------------------------------------------
$tempnodp = '68'; // temperature, no decimal place
$humidity = '61'; // humidity
-------------------------------------------------------------------------------------------
$dewpt = '53.9'; // dew point
$maxtemp = '68.0'; // today's maximum temperature
$maxtempt = '10:11 AM'; // time this occurred
$mintemp = '53.3'; // today's minimum temperature
$mintempt = '1:12 AM'; // time this occurred
$feelslike = '68'; // Shows heat index or humidex or windchill (if less than 16oC)
--------------------------------
$heati = '67.8'; // current heat index
$heatinodp = '68'; // current heat index,no decimal place
$windch = '67.8'; // current wind-chill
$windchnodp = '68'; // current wind-chill, no decimal place
$humidexfaren = '72.0'; // Humidex value in oF
$humidexcelsius = '22.2'; // Humidex value in oC
$apparenttemp = '68.3'; // Apparent temperature
$apparentsolartemp = '68.3'; // Apparent temperature in the sun (you need a solar sensor)
$apparenttempc = '20.2'; // Apparent temperature, °C
$apparentsolartempc = '20.2'; // Apparent temperature in the sun, °C (you need a solar sensor)
$apparenttempf = '68.3'; // Apparent temperature, °F
$apparentsolartempf = '68.3'; // Apparent temperature in the sun, °F (you need a solar sensor)
//
$WUmaxtemp = '82.0'; // Todays average max temperature from the selected Wunderground almanac station
$WUmintemp = '56.0'; // Todays average min temperature from the selected Wunderground almanac station
//
$WUmaxtempr = '99.0'; // Todays record max temperature from the selected Wunderground almanac station
$WUmintempr = '29.0'; // Todays record min temperature from the selected Wunderground almanac station
$WUmaxtempryr = '1895'; // Year that it occured
$WUmintempryr = '1940'; // year that it occured
//
//
// Yesterday:
// ----------
$tempchangehour = '+2.4'; // Temperature change in the last hour
$maxtempyest = '70.0'; // Yesterday's max temperature
$maxtempyestt = '2:53 PM'; // Time of yesterday's max temperature
$mintempyest = '51.0'; // Yesterday's min temperature
$mintempyestt = '4:13 AM'; // Time of yesterday's min temperature
//
//
// Trends:
// -------
$temp24hoursago = '64.0'; // The temperature 24 hours ago
$humchangelasthour = '-4'; // Humidity change last hour
$dewchangelasthour = '+0.5'; // Dew point change last hour
$barochangelasthour = '-0.000'; // Baro change last hour
//
// Wind
// ====
// Current:
// --------
//
$avgspd = '2.2'; // average wind speed (current)
$gstspd = '1.0'; // current/gust wind speed
$maxgst = '8.1'; // today's maximum wind speed
$maxgstt = '10:21 AM'; // time this occurred
$maxgsthr = '8.0 mph WSW'; // maximum gust last hour
$dirdeg = '209'; // wind direction (degrees)
$dirlabel = 'SSW'; // wind direction (NNE etc)
//$maxgustlastimediatehourtime = '10:21'; // 10:21 time that the max gust last prior 1 hour occured
$avwindlastimediate10 = '3.5'; // Average wind for the last immediate 10 minute period
// $avdir10minute = '203'; // average ten minute wind direction (degrees)
$beaufortnum ='1'; //Beaufort wind force number
$currbftspeed = '0 bft'; //Current Beaufort wind speed
$bftspeedtext = 'Light Air'; //Beaufort scale in text (i.e Fresh Breeze)
//
//
// Baromometer
// ===========
// Current:
// --------
$baro = '29.932'; // current barometer
--------------------------------------------------------------------------------
$baroinusa2dp = '29.93 inches'; // Current barometer reading in inches, 2 decimal places only.
$trend = '+0.006'; // amount of change in the last hour
$pressuretrendname = 'Steady'; // pressure trend (i.e. 'falling'), last hour
$pressuretrendname3hour = 'Rising slowly'; // pressure trend (i.e. 'falling'), last 3 hours
$vpforecasttext = 'increasing clouds with little temp change.'; // Forecast text from the Davis VP
//
//
// Rain
// ====
// Current:
// --------
$dayrn = '0.00'; // today's rain
$monthrn = '0.010'; // rain so far this month
$yearrn = '0.070'; // rain so far this year
$dayswithnorain = '9'; // Consecutative days with no rain
$dayswithrain = '1'; // Days with rain for the month
$dayswithrainyear = '37'; // 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 = '670'; // Solar energy number (W/M2)
$VPuv = '3.9'; // UV number
$highsolar = '670'; // Daily high solar (for Davis VP and Grow stations)
$highuv = '3.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 = '10:34 AM'; // Time that the daily high solar occured
$lowsolartime = '12:00 AM'; // Time that the daily low solar occured
$highuvtime = '10:30 AM'; // Time that the daily high UV occured
$lowuvtime = '12:00 AM'; // Time that the daily low UV occured
$highuvyest = '7.3'; // Yesterday's high UV
$highuvyesttime = '12:41 PM'; // Time of yesterday's high UV
$burntime = '29'; // 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 = '19.0'; // All time record high wind gust
$mrecordhighgustday = '6'; // 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 = '414'; // Estimated height snow will fall at
$snowheightnew = '8356'; // 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 = '67.8'; // ****this one is needed for all the others to work
$wind0minuteago = '3.5';
$gust0minuteago = '3.5';
$dir0minuteago = 'SSW';
$hum0minuteago = '61';
$dew0minuteago = '53.9';
$baro0minuteago = '29.933';
$rain0minuteago = '0.00';
$VPsolar0minuteago = '670';
$VPuv0minuteago = '3.9';
$temp5minuteago = '67.9';
$wind5minuteago = '2.3';
$gust5minuteago = '8.1';
$dir5minuteago = 'SSW';
$hum5minuteago = '60';
$dew5minuteago = '53.5';
$baro5minuteago = '29.932';
$rain5minuteago = '0.00';
$VPsolar5minuteago = '657';
$VPuv5minuteago = '3.8';
$temp10minuteago = '67.7';
$wind10minuteago = '2.3';
$gust10minuteago = '3.5';
$dir10minuteago = ' S ';
$hum10minuteago = '61';
$dew10minuteago = '53.8';
$baro10minuteago = '29.934';
$rain10minuteago = '0.00';
$VPsolar10minuteago = '643';
$VPuv10minuteago = '3.7';
$temp15minuteago = '67.6';
$wind15minuteago = '1.2';
$gust15minuteago = '1.2';
$dir15minuteago = ' S ';
$hum15minuteago = '62';
$dew15minuteago = '54.1';
$baro15minuteago = '29.933';
$rain15minuteago = '0.00';
$VPsolar15minuteago = '633';
$VPuv15minuteago = '3.5';
$temp20minuteago = '67.9';
$wind20minuteago = '2.3';
$gust20minuteago = '5.8';
$dir20minuteago = 'SW';
$hum20minuteago = '61';
$dew20minuteago = '53.9';
$baro20minuteago = '29.933';
$rain20minuteago = '0.00';
$VPsolar20minuteago = '617';
$VPuv20minuteago = '3.4';
$temp30minuteago = '66.9';
$wind30minuteago = '1.2';
$gust30minuteago = '2.3';
$dir30minuteago = 'WSW';
$hum30minuteago = '62';
$dew30minuteago = '53.5';
$baro30minuteago = '29.935';
$rain30minuteago = '0.00';
$VPsolar30minuteago = '471';
$VPuv30minuteago = '3.1';
$temp45minuteago = '66.4';
$wind45minuteago = '1.2';
$gust45minuteago = '2.3';
$dir45minuteago = ' W ';
$hum45minuteago = '62';
$dew45minuteago = '53.0';
$baro45minuteago = '29.934';
$rain45minuteago = '0.00';
$VPsolar45minuteago = '376';
$VPuv45minuteago = '2.8';
$temp60minuteago = '65.4';
$wind60minuteago = '2.3';
$gust60minuteago = '3.5';
$dir60minuteago = 'WSW';
$hum60minuteago = '65';
$dew60minuteago = '53.3';
$baro60minuteago = '29.931';
$rain60minuteago = '0.00';
$VPsolar60minuteago = '403';
$VPuv60minuteago = '2.3';
$temp75minuteago = '64.5';
$wind75minuteago = '1.2';
$gust75minuteago = '3.5';
$dir75minuteago = 'SW';
$hum75minuteago = '68';
$dew75minuteago = '53.7';
$baro75minuteago = '29.929';
$rain75minuteago = '0.00';
$VPsolar75minuteago = '410';
$VPuv75minuteago = '2.0';
$temp90minuteago = '63.0';
$wind90minuteago = '1.2';
$gust90minuteago = '3.5';
$dir90minuteago = ' W ';
$hum90minuteago = '71';
$dew90minuteago = '53.4';
$baro90minuteago = '29.925';
$rain90minuteago = '0.00';
$VPsolar90minuteago = '403';
$VPuv90minuteago = '1.6';
$temp105minuteago = '60.0';
$wind105minuteago = '0.0';
$gust105minuteago = '0.0';
$dir105minuteago = ' N ';
$hum105minuteago = '76';
$dew105minuteago = '52.4';
$baro105minuteago = '29.922';
$rain105minuteago = '0.00';
$VPsolar105minuteago = '338';
$VPuv105minuteago = '1.3';
$temp120minuteago = '57.8';
$wind120minuteago = '0.0';
$gust120minuteago = '0.0';
$dir120minuteago = ' N ';
$hum120minuteago = '79';
$dew120minuteago = '51.4';
$baro120minuteago = '29.926';
$rain120minuteago = '0.00';
$VPsolar120minuteago = '51';
$VPuv120minuteago = '0.0';
$VPet = '0.01';
$VPetmonth = '0.62';
$dateoflastrainalways = '9/2/2025';
$highbaro = '29.937';
$highbarot = '9:50 AM';
$highsolaryest = '1109.0';
$highsolaryesttime = '12:49 PM';
$hourrn = '0.000';
$maxaverageyest = '10.8';
$maxaverageyestt = '2:56 PM';
$maxavgdirectionletter = 'WSW';
$maxavgspd = '5.8';
$maxavgspdt = '10:21 AM';
$maxbaroyest = '29.886';
$maxbaroyestt = '10:28 PM';
$maxgstdirectionletter = 'WSW';
$maxgustyest = '16.0 mph S';
$maxgustyestt = '2:46 PM';
$mcoldestdayonrecord = '62.7F on: Sep 10 2025';
$mcoldestnightonrecord = '56.5F on: Sep 10 2025';
$minchillyest = '51.0';
$minchillyestt = '4:13 AM';
$minwindch = '53.3';
$minwindcht = '1:12 AM';
$mrecordhighavwindday = '6';
$mrecordhighavwindmonth = '9';
$mrecordhighavwindyear = '2025';
$mrecordhighbaro = '30.018';
$mrecordhighbaroday = '7';
$mrecordhighbaromonth = '9';
$mrecordhighbaroyear = '2025';
$mrecordhighgustmonth = '9';
$mrecordhighgustyear = '2025';
$mrecordhightemp = '97.2';
$mrecordhightempday = '1';
$mrecordhightempmonth = '9';
$mrecordhightempyear = '2025';
$mrecordlowchill = '51.0';
$mrecordlowchillday = '10';
$mrecordlowchillmonth = '9';
$mrecordlowchillyear = '2025';
$mrecordlowtemp = '51.0';
$mrecordlowtempday = '10';
$mrecordlowtempmonth = '9';
$mrecordlowtempyear = '2025';
$mrecordwindspeed = '12.5';
$mwarmestdayonrecord = '89.1F on: Sep 01 2025';
$mwarmestnightonrecord = '82.2F on: Sep 02 2025';
$raincurrentweek = '0.00';
$raintodatemonthago = '0.00';
$raintodateyearago = '21.91';
$timeoflastrainalways = ' 9:30 AM';
$windruntodatethismonth = '363.50 miles';
$windruntodatethisyear = '7307.43 miles';
$windruntoday = '3.83';
$yesterdaydaviset = '0.126';
$yrecordhighavwindday = '13';
$yrecordhighavwindmonth = '2';
$yrecordhighavwindyear = '2025';
$yrecordhighbaro = '30.516';
$yrecordhighbaroday = '21';
$yrecordhighbaromonth = '1';
$yrecordhighbaroyear = '2025';
$yrecordhighgustday = '13';
$yrecordhighgustmonth = '2';
$yrecordhighgustyear = '2025';
$yrecordhightemp = '97.9';
$yrecordhightempday = '22';
$yrecordhightempmonth = '8';
$yrecordhightempyear = '2025';
$yrecordlowchill = '21.9';
$yrecordlowchillday = '14';
$yrecordlowchillmonth = '3';
$yrecordlowchillyear = '2025';
$yrecordlowtemp = '30.2';
$yrecordlowtempday = '8';
$yrecordlowtempmonth = '2';
$yrecordlowtempyear = '2025';
$yrecordwindgust = '37.0';
$yrecordwindspeed = '23.6';
$daysTmaxGT30C = '5';
$daysTmaxGT25C = '8';
$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 = '3191'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter
$cloudheightmeters = '973'; // 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 = '10:21'; // time that the max gust last prior 1 hour occured
$minbaroyest = '29.779';
$minbaroyestt = '5:29 AM';
$mrecordlowbaro = '29.712';
$mrecordlowbaroday = '5';
$mrecordlowbaromonth = '9';
$mrecordlowbaroyear = '2025';
$yrecordlowbaro = '29.506';
$yrecordlowbaroday = '13';
$yrecordlowbaromonth = '2';
$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 = 'Morning';
$avwindlastimediate60 = '1.8'; // average wind speed
$avwindlastimediate120 = '1.0'; // average wind speed
$currentmonthaveragerain = '---'; // average rain for current month
//
// version 5.00+
$avwindlastimediate15 = '2.3'; // average wind speed
$avwindlastimediate30 = '2.1'; // average wind speed
$todayhihumidex = '72.3'; //daily high humidex
$todaylohumidex = '55.0'; //Daily low Humidex
//Version 5.02
$dayornight = 'Day'; // Day or night flag
//Version 6.20
$tempchangelasthourfaren = '+2.4'; //For snow prediction
$abshum = '6.51'; //For snow prediction
$maxtemp4today = '88.8'; // max from station's records
$mintemp4today = '50.5'; // min from station's records
$maxtemp4todayyr = '2022'; // max year from station's records
$mintemp4todayyr = '2019'; // 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 = '47.5';
$avtempfebnow = '47.6';
$avtempmarnow = '47.2';
$avtempaprnow = '54.2';
$avtempmaynow = '63.3';
$avtempjunnow = '72.2';
$avtempjulnow = '74.7';
$avtempaugnow = '78.5';
$avtempsepnow = '72.9';
$avtempoctnow = '67.6';
$avtempnovnow = '48.6';
$avtempdecnow = '50.3';
$avtempjan = '46.8';//Average temperature for january from your data
$avtempfeb = '46.3';//Average temperature for february from your data
$avtempmar = '47.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.4';//Average temperature for september from your data
$avtempoct = '64.2';//Average temperature for october from your data
$avtempnov = '52.7';//Average temperature for november from your data
$avtempdec = '46.8';//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.62';
$avrainfeb = '3.91';
$avrainmar = '4.85';
$avrainapr = '1.54';
$avrainmay = '1.36';
$avrainjun = '0.09';
$avrainjul = '0.00';
$avrainaug = '0.13';
$avrainsep = '0.23';
$avrainoct = '1.42';
$avrainnov = '2.15';
$avraindec = '5.84';
$avrainjannow = '1.22';
$avrainfebnow = '6.45';
$avrainmarnow = '7.15';
$avrainaprnow = '1.46';
$avrainmaynow = '0.20';
$avrainjunnow = '0.00';
$avrainjulnow = '0.00';
$avrainaugnow = '0.06';
$avrainsepnow = '0.01';
$avrainoctnow = '0.16';
$avrainnovnow = '3.37';
$avraindecnow = '5.47';
//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 = '3.50';
$recordhighrainmth = '16.7';
$recordrainrate = '0.752';
$recorddayswithrain = '13';
$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 = '10';
$recorddailyrainday = '24';
$recorddailyrainyear = '2021';
$recordhighrainmthmth = '10';
$recordhighrainmthyr = '2018';
$recordrainratemonth = '10';
$recordrainrateday = '4';
$recordrainrateyear = '2018';
$recorddayswithrainmonth = '12';
$recorddayswithrainday = '30';
$recorddayswithrainyear = '2024';
$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 = '96.3';
$yrecordhighheatindexmonth = '8';
$yrecordhighheatindexday = '24';
$yrecordhighheatindexyear = '2025';
$ywarmestdayonrecord = '96.4F on: Aug 22 2025';
$ywarmestnightonrecord = '83.8F on: Aug 23 2025';
$ycoldestdayonrecord = '34.2F on: Apr 01 2025';
$ycoldestnightonrecord = '32.9F on: Mar 14 2025';
$yrecordhighwindrun = '267.8';
$yrecordhighwindrunmth = '2';
$yrecordhighwindrunday = '13';
$yrecordhighwindrunyr = '2025';
$yrecorddailyrain = '2.36';
$yrecordhighrainmth = '7.2';
$yrecordrainrate = '0.150';
$yrecorddayswithrain = '7';
$yrecorddaysnorain = '96';
$yrecordhighdew = '66.2';
$yrecordlowdew = '9.0';
$yrecordhighhum = '100';
$yrecordlowhum = '9';
$yrecorddailyrainmonth = '2';
$yrecorddailyrainday = '13';
$yrecorddailyrainyear = '2025';
$yrecordhighrainmthmth = '3';
$yrecordhighrainmthyr = '2025';
$yrecordrainratemonth = '5';
$yrecordrainrateday = '13';
$yrecordrainrateyear = '2025';
$yrecorddayswithrainmonth = '3';
$yrecorddayswithrainday = '18';
$yrecorddaysnorainmonth = '8';
$yrecorddaysnorainday = '19';
$yrecordhighdewmonth = '5';
$yrecordhighdewday = '30';
$yrecordhighdewyear = '2025';
$yrecordlowdewmonth = '1';
$yrecordlowdewday = '9';
$yrecordlowdewyear = '2025';
$yrecordhighhummonth = '2';
$yrecordhighhumday = '1';
$yrecordhighhumyear = '2025';
$yrecordlowhummonth = '6';
$yrecordlowhumday = '19';
$yrecordlowhumyear = '2025';
$yrecordhighsolar = '1357.0';
$yrecordhighsolarmonth = '5';
$yrecordhighsolarday = '13';
$yrecordhighsolaryear = '2025';
$yrecordhighuv = '9.8';
$yrecordhighuvmonth = '6';
$yrecordhighuvday = '18';
$yrecordhighuvyear = '2025';
$mrecordhighheatindex = '95.4';
$mrecordhighheatindexmonth = '9';
$mrecordhighheatindexday = '2';
$mrecordhighheatindexyear = '2025';
$mrecordhighwindrun = '49.3';
$mrecordhighwindrunmth = '9';
$mrecordhighwindrunday = '6';
$mrecordhighwindrunyr = '2025';
$mrecorddailyrain = '0.01';
$mrecordhighrainmth = '0.0';
$mrecordrainrate = '0.000';
$mrecorddayswithrain = '1';
$mrecorddaysnorain = '9';
$mrecordhighdew = '60.3';
$mrecordlowdew = '41.4';
$mrecordhighhum = '94';
$mrecordlowhum = '20';
$mrecorddailyrainmonth = '9';
$mrecorddailyrainday = '2';
$mrecorddailyrainyear = '2025';
$mrecordhighrainmthmth = '9';
$mrecordhighrainmthyr = '2025';
$mrecordrainratemonth = '9';
$mrecordrainrateday = '1';
$mrecordrainrateyear = '2025';
$mrecorddayswithrainmonth = '9';
$mrecorddayswithrainday = '2';
$mrecorddaysnorainmonth = '9';
$mrecorddaysnorainday = '11';
$mrecordhighdewmonth = '9';
$mrecordhighdewday = '2';
$mrecordhighdewyear = '2025';
$mrecordlowdewmonth = '9';
$mrecordlowdewday = '1';
$mrecordlowdewyear = '2025';
$mrecordhighhummonth = '9';
$mrecordhighhumday = '10';
$mrecordhighhumyear = '2025';
$mrecordlowhummonth = '9';
$mrecordlowhumday = '1';
$mrecordlowhumyear = '2025';
$myrecordhighbaromonth = '9';
$mrecordhighsolar = '1158.0';
$mrecordhighsolarmonth = '9';
$mrecordhighsolarday = '9';
$mrecordhighsolaryear = '2025';
$mrecordhighuv = '8.0';
$mrecordhighuvmonth = '9';
$mrecordhighuvday = '9';
$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.8'; // VP Console Battery Volts *** NEW IN V1.01
$firewi = '50.8'; // Fire Weather Index
$avtempweek = '68.6'; // Average Weekly Temp
$hddday = '4.4'; // Heating Degree for day
$hddmonth = '12.7'; // Heating Degree for month to date
$hddyear = '2034.2'; // Heating Degree for year to date
$cddday = '0.0'; // Cooling Degree for day
$cddmonth = '94.8'; // Cooling Degree for month to date
$cddyear = '1100.3'; // Cooling Degree for year to date
$minchillweek = '54.4'; // Minimum Wind Chill over past 7 days
$maxheatweek = '87.9'; // Maximum Heat Index for the Week *** NEW IN V2.00
$airdensity = '1.20'; //air density
$solarnoon = '12:58'; // Solar noon
$changeinday = '-00:02:25'; // change in day length since yesterday
$etcurrentweek = '0.362'; // ET total for the last 7 days
$sunshinehourstodateday = '00:00';
$sunshinehourstodatemonth = '00:00';
$maxsolarfortime = '0';
$wetbulb = '60.0';
$lighteningcountlasthour = '0';
$lighteningcountlastminute = '0';
$lighteningcountlast5minutes = '0';
$lighteningcountlast12hour = '0';
$lighteningcountlast30minutes = '0';
$lighteningcountlasttime = '';
$lighteningcountmonth = '0';
$lighteningcountyear = '0';
$chandler = '8.9';
$maxdew = '54.4';
$maxdewt = '9:18 AM';
$mindew = '48.0';
$mindewt = '7:29 AM';
$maxdewyest = '56.4';
$maxdewyestt = '12:14 PM';
$mindewyest = '48.6';
$mindewyestt = '3:34 AM';
$stationname = 'RRFWEATHER';
$raindifffromav = '---';
$raindifffromavyear = '0.070';
$gddmonth = '281.7';
$gddyear = '3480.3';
$maxheat = '68.0';
$maxheatt = '10:11 AM';
$maxheatyest = '70.0';
$yeartodateavtemp = '61.2';
$monthtodateavtemp = '72.9';
$maxchillyest = '70.0';
$monthtodatemaxgust = '19.6';
$monthtodateavspeed = '1.5'; // MTD average wind speed
$monthtodateavgust = '2.8'; //MTD average wind gust
$yeartodateavwind = '1.2'; // YTD average wind speed
$yeartodategstwind = '2.2'; // YTD avg wind gust
$lowbaro = '29.870';
$lowbarot = '1:59 AM';
$monthtodatemaxbaro = '30.018'; // MTD average wind speed
$monthtodateminbaro = '29.713'; //MTD average wind gust
$sunshinehourstodateyear = '00:00';
$sunshineyesterday = '00:00';
$avtempsincemidnight = '57.0';
$yesterdayavtemp = '59.8';
$avgspeedsincereset = '0.4';
$maxheatyestt = '2:53 PM';
$windrunyesterday = '34.23';
$currentwdet = '0.016';
$yesterdaywdet = '0.024';
$highhum = '86';
$highhumt = '1:23 AM';
$lowhum = '59';
$lowhumt = '10:26 AM';
$maxhumyest = '94';
$maxhumyestt = '4:58 AM';
$minhumyest = '55';
$minhumyestt = '5:24 PM';
$recordhightempjan = '75.9';
$recordlowtempjan = '23.4';
$recordhightempfeb = '74.5';
$recordlowtempfeb = '22.3';
$recordhightempmar = '79.7';
$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 = '101.5';
$recordlowtempoct = '37.8';
$recordhightempnov = '75.7';
$recordlowtempnov = '29.7';
$recordhightempdec = '81.5';
$recordlowtempdec = '29.1';
// end of other addons
$visibility = '---'; // Visibility (miles)
$visibilitykm = '---'; // Visibility (km)
$yrecordwindgust = '37.0'; // record high wind gust
$yrecordhighgustday = '13'; // Day of record high wind gust
$yrecordhighgustmonth = '2'; // Month of record high wind gust
$yrecordhighgustyear = '2025'; // 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.9';
$avairfeb2_5 = '3.3';
$avairmar2_5 = '1.2';
$avairapr2_5 = '1.4';
$avairmay2_5 = '0.6';
$avairjun2_5 = '0.5';
$avairjul2_5 = '3.3';
$avairaug2_5 = '1.6';
$avairsep2_5 = '4.5';
$avairoct2_5 = '5.0';
$avairnov2_5 = '5.4';
$avairdec2_5 = '4.0';
$avairjan10_0 = '3.6 ';
$avairfeb10_0 = '6.1';
$avairmar10_0 = '1.8';
$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 = '4.2';
$avairnov10_0 = '6.5';
$avairdec10_0 = '5.2';
$avairjannow2_5 = '3.2';
$avairfebnow2_5 = '1.6';
$avairmarnow2_5 = '0.6';
$avairaprnow2_5 = '1.0';
$avairmaynow2_5 = '0.0';
$avairjunnow2_5 = '0.6';
$avairjulnow2_5 = '1.3';
$avairaugnow2_5 = '1.4';
$avairsepnow2_5 = '3.2';
$avairoctnow2_5 = '---';
$avairnovnow2_5 = '---';
$avairdecnow2_5 = '---';
$avairjannow10_0 = '3.8';
$avairfebnow10_0 = '2.0';
$avairmarnow10_0 = '1.0';
$avairaprnow10_0 = '1.5';
$avairmaynow10_0 = '0.0';
$avairjunnow10_0 = '0.8';
$avairjulnow10_0 = '1.6';
$avairaugnow10_0 = '1.5';
$avairsepnow10_0 = '3.5';
$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