// 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 = '7:10 PM'; // current time <-------------------------------------------------------------------------------------------------
$date = '12/21/2024'; // current date <---------------------------------------------------------------------------------------------------
$sunrise = '7:16 am'; // sun rise time (make sure you have the correct lat/lon
// in view/sun moon)
$time_minute = '10'; // Current minute
$time_hour = '19'; // Current hour
$date_day = '21'; // Current day
$date_month = '12'; // Current month
$date_year = '2024'; // Current year
$monthname = 'December'; // Current month name
$dayname = 'Saturday'; // Current day name
$sunset = '4:45 pm'; // sunset time
$moonrisedate = '12/21/24'; // moon rise date
$moonrise = '11:27 pm'; // moon rise time
$moonsetdate = '12/22/24'; // moon set date
$moonset = '11:52 am'; // moon set time
$moonage = 'Moon age: 21 days,10 hours,27 minutes,58%'; // current age of the moon (days since new moon)
$moonphase = '58%'; // Moon phase %
$moonphasename = 'Waning Gibbous Moon'; // 10.36z addition
$morningciviltwilight = '6:46 am'; // morning civil twilight time (when the sun is 6 degrees below the horizon)
$eveningciviltwilight = '5:15 pm'; // evening civil twilight time
$morningastrotwilight = '5:40 am'; // morning astronimcal twilight time (when the sun is 12 to 18 degrees below the horizon)
$eveningastrotwilight = '6:20 pm'; // evening astronimcal twilight time (when the sun is 12 to 18 degrees below the horizon)
$marchequinox = '03:07 UTC March 20 2024'; // March equinox date
$junesolstice = '20:52 UTC June 20 2024'; // June solstice date
$sepequinox = '12:44 UTC September 22 2024'; // September equinox date
$decsolstice = '09:21 UTC December 21 2024'; // December solstice date
$moonperihel = '11:56 UTC January 3 2025'; // Next Moon perihel date
$moonaphel = '03:03 UTC July 5 2025'; // Next moon perihel date
$moonperigee = '23:34 UTC January 7 2025'; // Next moon perigee date
$moonapogee = '07:26 UTC December 24 2024'; // Next moon apogee date
$newmoon = '06:22 UTC December 1 2024'; // Date/time of the next/last new moon
$nextnewmoon = '22:27 UTC December 30 2024'; // Date/time of the next new moon for next month
$firstquarter = '15:27 UTC December 8 2024'; // Date/time of the next/last first quarter moon
$lastquarter = '22:19 UTC December 22 2024'; // Date/time of the next/last last quarter moon
$fullmoon = '09:02 UTC December 15 2024'; // Date/time of the next/last full moon
$fullmoondate = 'December 15 2024'; // Date of the next/last full moon (date only)
$suneclipse = 'August 02 2027 09:21:45 0%'; // Next sun eclipse
$mooneclipse = 'March 14 2025 14:59:27 118%'; // Next moon eclipse date
$easterdate = '31 March 2024'; // Next easter date
$chinesenewyear = '9 February 2024 ()'; // Chinese new year
$suntransit = '12:01 12 22 2024'; // Sun transit date time
$moontransittime = '05:44'; // Moon transit time
$suntransittime = '12:01'; //Sun transit time
$moontransit = '05:44 12 22 2024'; // Moon transit date time
$hoursofpossibledaylight = '09:29'; // 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 = '3 Days 5 Hours 45 Minutes 36 Seconds'; // uptime for windows on weather pc
$freememory = '27.69GB'; // amount of free memory on the pc
$Startimedate = '11:10:55 PM 12/19/2024'; // 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 = '7:15 pm'; // Time of next Update/Upload of the weather data to your web page (based on the web table update
//
$heatcolourword = 'Cool'; // How hot/cold it feels at the moment, based on the humidex, used with the conditionscolour.jpg
//
//
// Temperature/Humidity
// ====================
// Current:
// --------
$temperature = '51.0'; // temperature
------------------------------------------------------------------------------------- $tempnodp = '52'; // temperature, no decimal place
$humidity = '59'; // humidity
------------------------------------------------------------------------------------------- $dewpt = '37.2'; // dew point
$maxtemp = '59.9'; // today's maximum temperature
$maxtempt = '12:38 AM'; // time this occurred
$mintemp = '50.5'; // today's minimum temperature
$mintempt = '6:45 PM'; // time this occurred
$feelslike = '51'; // Shows heat index or humidex or windchill (if less than 16oC)
--------------------------------
$heati = '51.0'; // current heat index
$heatinodp = '51'; // current heat index,no decimal place
$windch = '51.0'; // current wind-chill
$windchnodp = '51'; // current wind-chill, no decimal place
$humidexfaren = '48.5'; // Humidex value in oF
$humidexcelsius = '9.2'; // Humidex value in oC

$apparenttemp = '49.6'; // Apparent temperature
$apparentsolartemp = '49.6'; // Apparent temperature in the sun (you need a solar sensor)
$apparenttempc = '9.8'; // Apparent temperature, °C
$apparentsolartempc = '9.8'; // Apparent temperature in the sun, °C (you need a solar sensor)
$apparenttempf = '49.6'; // Apparent temperature, °F
$apparentsolartempf = '49.6'; // Apparent temperature in the sun, °F (you need a solar sensor)
//
$WUmaxtemp = '38.0'; // Todays average max temperature from the selected Wunderground almanac station
$WUmintemp = '17.0'; // Todays average min temperature from the selected Wunderground almanac station
//
$WUmaxtempr = '62.0'; // Todays record max temperature from the selected Wunderground almanac station
$WUmintempr = '-19.0'; // Todays record min temperature from the selected Wunderground almanac station
$WUmaxtempryr = '1941'; // Year that it occured
$WUmintempryr = '1989'; // year that it occured
//
//
// Yesterday:
// ----------
$tempchangehour = '-0.6'; // Temperature change in the last hour
$maxtempyest = '70.2'; // Yesterday's max temperature
$maxtempyestt = '12:46 PM'; // Time of yesterday's max temperature
$mintempyest = '54.2'; // Yesterday's min temperature
$mintempyestt = '6:44 AM'; // Time of yesterday's min temperature
//
//
// Trends:
// ------- $temp24hoursago = '62.4'; // The temperature 24 hours ago $humchangelasthour = '-5'; // Humidity change last hour
$dewchangelasthour = '-2.7'; // Dew point change last hour
$barochangelasthour = '+0.015'; // Baro change last hour
//
// Wind
// ====
// Current:
// --------
//
$avgspd = '0.0'; // average wind speed (current)
$gstspd = '0.0'; // current/gust wind speed
$maxgst = '18.4'; // today's maximum wind speed
$maxgstt = '9:23 AM'; // time this occurred
$maxgsthr = '0.0 mph N '; // maximum gust last hour
$dirdeg = '212'; // wind direction (degrees)
$dirlabel = 'SSW'; // wind direction (NNE etc)
//$maxgustlastimediatehourtime = ''; // time that the max gust last prior 1 hour occured
$avwindlastimediate10 = '0.0'; // Average wind for the last immediate 10 minute period
// $avdir10minute = '212'; // average ten minute wind direction (degrees)

$beaufortnum ='0'; //Beaufort wind force number
$currbftspeed = '0 bft'; //Current Beaufort wind speed

$bftspeedtext = 'Calm'; //Beaufort scale in text (i.e Fresh Breeze)
//
//
// Baromometer
// ===========
// Current:
// --------
$baro = '30.081'; // current barometer
-------------------------------------------------------------------------------- $baroinusa2dp = '30.08 inches'; // Current barometer reading in inches, 2 decimal places only.
$trend = '+0.014'; // amount of change in the last hour
$pressuretrendname = 'Steady'; // pressure trend (i.e. 'falling'), last hour
$pressuretrendname3hour = 'Steady'; // pressure trend (i.e. 'falling'), last 3 hours

$vpforecasttext = 'increasing clouds with little temp change, precipitation possible within 24 to 48 hrs.'; // Forecast text from the Davis VP
//
//
// Rain
// ====
// Current:
// --------
$dayrn = '0.02'; // today's rain
$monthrn = '1.970'; // rain so far this month
$yearrn = '5.530'; // rain so far this year
$dayswithnorain = '0'; // Consecutative days with no rain
$dayswithrain = '5'; // Days with rain for the month
$dayswithrainyear = '74'; // Days with rain for the year
$currentrainratehr = '0.000'; // Current rain rate, mm/hr (or in./hr)
$maxrainrate = '0.001'; // Max rain rate,for the day, mm/min (or in./min)
$maxrainratehr = '0.053'; // Max rain rate,for the day, mm/hr (or in.mm)
$maxrainratetime = '3:23 PM'; // Time that occurred
// Yesterday:
// ----------
$yesterdayrain = '0.000 '; // Yesterday rain
//
$vpstormrainstart = '12/21/2024'; //Davis VP Storm rain start date
$vpstormrain = '0.02'; //Davis VP Storm rain value
//
//
// Sunshine/Solar/ET
// =================
$VPsolar = '0'; // Solar energy number (W/M2)
$VPuv = '0.0'; // UV number
$highsolar = '139'; // Daily high solar (for Davis VP and Grow stations)
$highuv = '0.8'; // 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 = '1:52 PM'; // Time that the daily high solar occured
$lowsolartime = '12:00 AM'; // Time that the daily low solar occured
$highuvtime = '1:51 PM'; // Time that the daily high UV occured
$lowuvtime = '12:00 AM'; // Time that the daily low UV occured
$highuvyest = '2.5'; // Yesterday's high UV
$highuvyesttime = '11:51 AM'; // Time of yesterday's high UV
$burntime = '720'; // 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 = '48.0'; // All time record high wind gust
$mrecordhighgustday = '14'; // 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 = '3619'; // 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 = '51.0'; // ****this one is needed for all the others to work
$wind0minuteago = '0.0';
$gust0minuteago = '0.0';
$dir0minuteago = 'SSW';
$hum0minuteago = '59';
$dew0minuteago = '37.2';
$baro0minuteago = '30.083';
$rain0minuteago = '0.02';
$VPsolar0minuteago = '0';
$VPuv0minuteago = '0.0';

$temp5minuteago = '50.9';
$wind5minuteago = '0.0';
$gust5minuteago = '0.0';
$dir5minuteago = 'SSW';
$hum5minuteago = '61';
$dew5minuteago = '38.0';
$baro5minuteago = '30.080';
$rain5minuteago = '0.02';
$VPsolar5minuteago = '0';
$VPuv5minuteago = '0.0';

$temp10minuteago = '50.8';
$wind10minuteago = '0.0';
$gust10minuteago = '0.0';
$dir10minuteago = 'SSW';
$hum10minuteago = '61';
$dew10minuteago = '37.8';
$baro10minuteago = '30.077';
$rain10minuteago = '0.02';
$VPsolar10minuteago = '0';
$VPuv10minuteago = '0.0';

$temp15minuteago = '50.6';
$wind15minuteago = '0.0';
$gust15minuteago = '0.0';
$dir15minuteago = 'SSW';
$hum15minuteago = '62';
$dew15minuteago = '38.1';
$baro15minuteago = '30.075';
$rain15minuteago = '0.02';
$VPsolar15minuteago = '0';
$VPuv15minuteago = '0.0';

$temp20minuteago = '50.5';
$wind20minuteago = '0.0';
$gust20minuteago = '0.0';
$dir20minuteago = 'SSW';
$hum20minuteago = '66';
$dew20minuteago = '39.6';
$baro20minuteago = '30.068';
$rain20minuteago = '0.02';
$VPsolar20minuteago = '0';
$VPuv20minuteago = '0.0';

$temp30minuteago = '50.6';
$wind30minuteago = '0.0';
$gust30minuteago = '0.0';
$dir30minuteago = 'SSW';
$hum30minuteago = '67';
$dew30minuteago = '40.0';
$baro30minuteago = '30.069';
$rain30minuteago = '0.02';
$VPsolar30minuteago = '0';
$VPuv30minuteago = '0.0';

$temp45minuteago = '51.0';
$wind45minuteago = '0.0';
$gust45minuteago = '0.0';
$dir45minuteago = 'SSW';
$hum45minuteago = '67';
$dew45minuteago = '40.4';
$baro45minuteago = '30.067';
$rain45minuteago = '0.02';
$VPsolar45minuteago = '0';
$VPuv45minuteago = '0.0';

$temp60minuteago = '51.7';
$wind60minuteago = '0.0';
$gust60minuteago = '0.0';
$dir60minuteago = 'SSW';
$hum60minuteago = '64';
$dew60minuteago = '39.9';
$baro60minuteago = '30.070';
$rain60minuteago = '0.02';
$VPsolar60minuteago = '0';
$VPuv60minuteago = '0.0';

$temp75minuteago = '52.6';
$wind75minuteago = '0.0';
$gust75minuteago = '0.0';
$dir75minuteago = 'SSW';
$hum75minuteago = '58';
$dew75minuteago = '38.2';
$baro75minuteago = '30.075';
$rain75minuteago = '0.02';
$VPsolar75minuteago = '0';
$VPuv75minuteago = '0.0';

$temp90minuteago = '53.5';
$wind90minuteago = '1.2';
$gust90minuteago = '2.3';
$dir90minuteago = 'SSW';
$hum90minuteago = '54';
$dew90minuteago = '37.3';
$baro90minuteago = '30.078';
$rain90minuteago = '0.02';
$VPsolar90minuteago = '0';
$VPuv90minuteago = '0.0';

$temp105minuteago = '53.7';
$wind105minuteago = '0.0';
$gust105minuteago = '1.2';
$dir105minuteago = 'SSW';
$hum105minuteago = '51';
$dew105minuteago = '36.0';
$baro105minuteago = '30.073';
$rain105minuteago = '0.02';
$VPsolar105minuteago = '0';
$VPuv105minuteago = '0.0';

$temp120minuteago = '53.5';
$wind120minuteago = '0.0';
$gust120minuteago = '0.0';
$dir120minuteago = ' SSE';
$hum120minuteago = '52';
$dew120minuteago = '36.3';
$baro120minuteago = '30.078';
$rain120minuteago = '0.02';
$VPsolar120minuteago = '0';
$VPuv120minuteago = '0.0';

$VPet = '0.05';
$VPetmonth = '0.62';
$dateoflastrainalways = '12/21/2024';
$highbaro = '30.136';
$highbarot = '11:27 AM';
$highsolaryest = '554.0';
$highsolaryesttime = '12:44 PM';
$hourrn = '0.000';
$maxaverageyest = '8.7';
$maxaverageyestt = '11:09 AM';
$maxavgdirectionletter = 'SSW';
$maxavgspd = '12.9';
$maxavgspdt = '9:24 AM';
$maxbaroyest = '30.120';
$maxbaroyestt = '10:03 AM';
$maxgstdirectionletter = 'SSE';
$maxgustyest = '13.0 mph SE';
$maxgustyestt = '11:08 AM';
$mcoldestdayonrecord = '39.9F on: Dec 12 2024';
$mcoldestnightonrecord = '37.2F on: Dec 15 2024';
$minchillyest = '54.2';
$minchillyestt = '6:44 AM';
$minwindch = '50.5';
$minwindcht = '6:45 PM';
$mrecordhighavwindday = '14';
$mrecordhighavwindmonth = '12';
$mrecordhighavwindyear = '2024';
$mrecordhighbaro = '30.375';
$mrecordhighbaroday = '10';
$mrecordhighbaromonth = '12';
$mrecordhighbaroyear = '2024';
$mrecordhighgustmonth = '12';
$mrecordhighgustyear = '2024';
$mrecordhightemp = '71.8';
$mrecordhightempday = '1';
$mrecordhightempmonth = '12';
$mrecordhightempyear = '2024';
$mrecordlowchill = '29.5';
$mrecordlowchillday = '12';
$mrecordlowchillmonth = '12';
$mrecordlowchillyear = '2024';
$mrecordlowtemp = '32.9';
$mrecordlowtempday = '15';
$mrecordlowtempmonth = '12';
$mrecordlowtempyear = '2024';
$mrecordwindspeed = '30.2';
$mwarmestdayonrecord = '64.6F on: Dec 19 2024';
$mwarmestnightonrecord = '61.3F on: Dec 20 2024';
$raincurrentweek = '1.17';
$raintodatemonthago = '1.17';
$raintodateyearago = '7.61';
$timeoflastrainalways = ' 3:23 PM';
$windruntodatethismonth = '966.23 miles';
$windruntodatethisyear = '12056.14 miles';
$windruntoday = '65.82';
$yesterdaydaviset = '0.093';
$yrecordhighavwindday = '1';
$yrecordhighavwindmonth = '3';
$yrecordhighavwindyear = '2024';
$yrecordhighbaro = '30.451';
$yrecordhighbaroday = '8';
$yrecordhighbaromonth = '1';
$yrecordhighbaroyear = '2024';
$yrecordhighgustday = '14';
$yrecordhighgustmonth = '12';
$yrecordhighgustyear = '2024';
$yrecordhightemp = '105.8';
$yrecordhightempday = '6';
$yrecordhightempmonth = '7';
$yrecordhightempyear = '2024';
$yrecordlowchill = '23.4';
$yrecordlowchillday = '7';
$yrecordlowchillmonth = '1';
$yrecordlowchillyear = '2024';
$yrecordlowtemp = '23.4';
$yrecordlowtempday = '7';
$yrecordlowtempmonth = '1';
$yrecordlowtempyear = '2024';
$yrecordwindgust = '48.0';
$yrecordwindspeed = '34.8';
$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 = '1'; // icon number

$current_icon = $icon_array[1]; // name of our condition icon
// ----------------------------------------------------------------------------------
// $current_summary = 'Dry' . '
' . 'Night time/Dry ';
$weathercond = 'Dry';
$Currentsolardescription = 'Night time/Dry ';
$current_summary = $Currentsolardescription;
$current_summary = preg_replace('|^/[^/]+/|','',$current_summary);
$current_summary = preg_replace('|\\\\|',', ',$current_summary);
$current_summary = preg_replace('|/|',', ',$current_summary);
//
//
$cloudheightfeet = '3166'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter
$cloudheightmeters = '965'; // 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 = ''; // time that the max gust last prior 1 hour occured
$minbaroyest = '30.015';
$minbaroyestt = '1:17 PM';
$mrecordlowbaro = '29.802';
$mrecordlowbaroday = '12';
$mrecordlowbaromonth = '12';
$mrecordlowbaroyear = '2024';
$yrecordlowbaro = '29.341';
$yrecordlowbaroday = '4';
$yrecordlowbaromonth = '2';
$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 = 'Evening';
$avwindlastimediate60 = '0.0'; // average wind speed
$avwindlastimediate120 = '0.2'; // average wind speed
$currentmonthaveragerain = '---'; // average rain for current month
//
// version 5.00+
$avwindlastimediate15 = '0.0'; // average wind speed
$avwindlastimediate30 = '0.0'; // average wind speed
$todayhihumidex = '56.0'; //daily high humidex
$todaylohumidex = '48.1'; //Daily low Humidex
//Version 5.02
$dayornight = 'Night'; // Day or night flag
//Version 6.20
$tempchangelasthourfaren = '-0.7'; //For snow prediction
$abshum = '5.11'; //For snow prediction
$maxtemp4today = '68.6'; // max from station's records
$mintemp4today = '38.4'; // min from station's records
$maxtemp4todayyr = '2020'; // max year from station's records
$mintemp4todayyr = '2022'; // 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 = '46.2';
$avtempfebnow = '46.1';
$avtempmarnow = '47.1';
$avtempaprnow = '52.8';
$avtempmaynow = '62.6';
$avtempjunnow = '74.1';
$avtempjulnow = '82.9';
$avtempaugnow = '75.8';
$avtempsepnow = '74.1';
$avtempoctnow = '67.6';
$avtempnovnow = '48.6';
$avtempdecnow = '51.9';
$avtempjan = '46.7';//Average temperature for january from your data
$avtempfeb = '46.0';//Average temperature for february from your data
$avtempmar = '47.6';//Average temperature for march from your data
$avtempapr = '54.9';//Average temperature for april from your data
$avtempmay = '61.1';//Average temperature for may from your data
$avtempjun = '72.0';//Average temperature for june from your data
$avtempjul = '79.8';//Average temperature for july from your data
$avtempaug = '77.7';//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.82';
$avrainfeb = '3.49';
$avrainmar = '4.47';
$avrainapr = '1.55';
$avrainmay = '1.52';
$avrainjun = '0.10';
$avrainjul = '0.00';
$avrainaug = '0.14';
$avrainsep = '0.23';
$avrainoct = '1.42';
$avrainnov = '2.15';
$avraindec = '5.91';

$avrainjannow = '5.50';
$avrainfebnow = '6.68';
$avrainmarnow = '6.61';
$avrainaprnow = '1.72';
$avrainmaynow = '1.40';
$avrainjunnow = '0.00';
$avrainjulnow = '0.00';
$avrainaugnow = '0.00';
$avrainsepnow = '0.00';
$avrainoctnow = '0.16';
$avrainnovnow = '3.37';
$avraindecnow = '1.97';
//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 = '11';
$recorddaysnorain = '163';
$recordhighdew = '69.3';
$recordlowdew = '-22.2';
$recordhighhum = '100';
$recordlowhum = '0';
$recordhighbaro = '31.018';
$recordlowbaro = '27.114';
$recordhighsolar = '1313.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 = '2';
$recorddayswithrainday = '11';
$recorddayswithrainyear = '2019';
$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 = '5';
$recordhighsolaryear = '2024';
$recordhighuv = '11.0';
$recordhighuvmonth = '6';
$recordhighuvday = '12';
$recordhighuvyear = '2022';

$yrecordhighheatindex = '107.4';
$yrecordhighheatindexmonth = '7';
$yrecordhighheatindexday = '6';
$yrecordhighheatindexyear = '2024';
$ywarmestdayonrecord = '103.5F on: Jul 06 2024';
$ywarmestnightonrecord = '85.8F on: Jul 07 2024';
$ycoldestdayonrecord = '32.2F on: Apr 04 2024';
$ycoldestnightonrecord = '29.3F on: Jan 07 2024';
$yrecordhighwindrun = '291.2';
$yrecordhighwindrunmth = '2';
$yrecordhighwindrunday = '5';
$yrecordhighwindrunyr = '2024';
$yrecorddailyrain = '1.48';
$yrecordhighrainmth = '6.7';
$yrecordrainrate = '0.079';
$yrecorddayswithrain = '10';
$yrecorddaysnorain = '163';
$yrecordhighdew = '67.3';
$yrecordlowdew = '7.2';
$yrecordhighhum = '100';
$yrecordlowhum = '10';
$yrecorddailyrainmonth = '3';
$yrecorddailyrainday = '2';
$yrecorddailyrainyear = '2024';
$yrecordhighrainmthmth = '2';
$yrecordhighrainmthyr = '2024';
$yrecordrainratemonth = '2';
$yrecordrainrateday = '19';
$yrecordrainrateyear = '2024';
$yrecorddayswithrainmonth = '2';
$yrecorddayswithrainday = '8';
$yrecorddaysnorainmonth = '10';
$yrecorddaysnorainday = '16';
$yrecordhighdewmonth = '7';
$yrecordhighdewday = '11';
$yrecordhighdewyear = '2024';
$yrecordlowdewmonth = '10';
$yrecordlowdewday = '18';
$yrecordlowdewyear = '2024';
$yrecordhighhummonth = '1';
$yrecordhighhumday = '10';
$yrecordhighhumyear = '2024';
$yrecordlowhummonth = '10';
$yrecordlowhumday = '18';
$yrecordlowhumyear = '2024';
$yrecordhighsolar = '1313.0';
$yrecordhighsolarmonth = '5';
$yrecordhighsolarday = '5';
$yrecordhighsolaryear = '2024';
$yrecordhighuv = '10.5';
$yrecordhighuvmonth = '7';
$yrecordhighuvday = '18';
$yrecordhighuvyear = '2024';

$mrecordhighheatindex = '71.8';
$mrecordhighheatindexmonth = '12';
$mrecordhighheatindexday = '1';
$mrecordhighheatindexyear = '2024';
$mrecordhighwindrun = '208.2';
$mrecordhighwindrunmth = '12';
$mrecordhighwindrunday = '14';
$mrecordhighwindrunyr = '2024';
$mrecorddailyrain = '0.63';
$mrecordhighrainmth = '2.0';
$mrecordrainrate = '0.035';
$mrecorddayswithrain = '4';
$mrecorddaysnorain = '14';
$mrecordhighdew = '52.2';
$mrecordlowdew = '13.6';
$mrecordhighhum = '95';
$mrecordlowhum = '12';
$mrecorddailyrainmonth = '12';
$mrecorddailyrainday = '12';
$mrecorddailyrainyear = '2024';
$mrecordhighrainmthmth = '12';
$mrecordhighrainmthyr = '2024';
$mrecordrainratemonth = '12';
$mrecordrainrateday = '16';
$mrecordrainrateyear = '2024';
$mrecorddayswithrainmonth = '12';
$mrecorddayswithrainday = '14';
$mrecorddaysnorainmonth = '12';
$mrecorddaysnorainday = '12';
$mrecordhighdewmonth = '12';
$mrecordhighdewday = '17';
$mrecordhighdewyear = '2024';
$mrecordlowdewmonth = '12';
$mrecordlowdewday = '9';
$mrecordlowdewyear = '2024';
$mrecordhighhummonth = '12';
$mrecordhighhumday = '13';
$mrecordhighhumyear = '2024';
$mrecordlowhummonth = '12';
$mrecordlowhumday = '1';
$mrecordlowhumyear = '2024';
$myrecordhighbaromonth = '12';
$mrecordhighsolar = '701.0';
$mrecordhighsolarmonth = '12';
$mrecordhighsolarday = '12';
$mrecordhighsolaryear = '2024';
$mrecordhighuv = '2.6';
$mrecordhighuvmonth = '12';
$mrecordhighuvday = '1';
$mrecordhighuvyear = '2024';
// end of eastmasonville wxrecord.php tags
// ----------------------------------------------------------------------------------------------------
// other addons
$vpissstatus = 'Ok'; // VP ISS Status
$vpreception2 = '98%'; // VP Current reception % *** NEW IN V1.01
$vpconsolebattery = '4.6'; // VP Console Battery Volts *** NEW IN V1.01
$firewi = '50.8'; // Fire Weather Index
$avtempweek = '52.0'; // Average Weekly Temp
$hddday = '5.3'; // Heating Degree for day
$hddmonth = '271.8'; // Heating Degree for month to date
$hddyear = '2972.0'; // Heating Degree for year to date
$cddday = '0.0'; // Cooling Degree for day
$cddmonth = '0.0'; // Cooling Degree for month to date
$cddyear = '1712.8'; // Cooling Degree for year to date
$minchillweek = '30.3'; // Minimum Wind Chill over past 7 days
$maxheatweek = '77.5'; // Maximum Heat Index for the Week *** NEW IN V2.00
$airdensity = '1.25'; //air density
$solarnoon = '12:01'; // Solar noon
$changeinday = '00:00:02'; // change in day length since yesterday
$etcurrentweek = '0.217'; // ET total for the last 7 days
$sunshinehourstodateday = '00:00';
$sunshinehourstodatemonth = '00:00';
$maxsolarfortime = '0';
$wetbulb = '45.0';
$lighteningcountlasthour = '0';
$lighteningcountlastminute = '0';
$lighteningcountlast5minutes = '0';
$lighteningcountlast12hour = '0';
$lighteningcountlast30minutes = '0';
$lighteningcountlasttime = '';
$lighteningcountmonth = '0';
$lighteningcountyear = '0';
$chandler = '8.8';
$maxdew = '44.1';
$maxdewt = '3:14 PM';
$mindew = '28.5';
$mindewt = '3:14 AM';
$maxdewyest = '47.0';
$maxdewyestt = '3:38 PM';
$mindewyest = '29.6';
$mindewyestt = '5:56 AM';
$stationname = 'RRFWEATHER';
$raindifffromav = '---';
$raindifffromavyear = '5.530';
$gddmonth = '169.1';
$gddyear = '4820.5';
$maxheat = '59.9';
$maxheatt = '12:38 AM';
$maxheatyest = '70.2';
$yeartodateavtemp = '61.2';
$monthtodateavtemp = '51.9';
$maxchillyest = '70.2';
$monthtodatemaxgust = '43.7';
$monthtodateavspeed = '1.9'; // MTD average wind speed
$monthtodateavgust = '3.1'; //MTD average wind gust
$yeartodateavwind = '1.4'; // YTD average wind speed
$yeartodategstwind = '2.6'; // YTD avg wind gust
$lowbaro = '30.012';
$lowbarot = '6:23 AM';
$monthtodatemaxbaro = '30.373'; // MTD average wind speed
$monthtodateminbaro = '29.804'; //MTD average wind gust
$sunshinehourstodateyear = '04:00';
$sunshineyesterday = '00:00';
$avtempsincemidnight = '56.6';
$yesterdayavtemp = '62.3';
$avgspeedsincereset = '3.4';
$maxheatyestt = '12:46 PM';
$windrunyesterday = '61.74';
$currentwdet = '0.049';
$yesterdaywdet = '0.057';
$highhum = '70';
$highhumt = '3:49 PM';
$lowhum = '31';
$lowhumt = '2:24 AM';
$maxhumyest = '61';
$maxhumyestt = '4:06 PM';
$minhumyest = '27';
$minhumyestt = '11:31 AM';
$recordhightempjan = '75.9';
$recordlowtempjan = '23.4';
$recordhightempfeb = '74.5';
$recordlowtempfeb = '22.3';
$recordhightempmar = '75.9';
$recordlowtempmar = '28.6';
$recordhightempapr = '83.5';
$recordlowtempapr = '28.9';
$recordhightempmay = '95.4';
$recordlowtempmay = '32.4';
$recordhightempjun = '101.5';
$recordlowtempjun = '39.7';
$recordhightempjul = '105.8';
$recordlowtempjul = '50.2';
$recordhightempaug = '103.3';
$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 = '48.0'; // record high wind gust
$yrecordhighgustday = '14'; // Day of record high wind gust
$yrecordhighgustmonth = '12'; // Month of record high wind gust
$yrecordhighgustyear = '2024'; // 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.3'; //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.5'; //Value of 10.0 micron particle measure from purple air sensor
$purpleairaqi = '1.2'; //AQI (air quality index) value from purple air sensor
$purpleairaqidescription = 'Good '; //AQI description (e.g Good, moderate)
$purpleair60minmean10_0 = '0.3'; //Last 60 minutes average PM 10.0 value
$purpleair60minmean2_5 = '0.1'; //Last 60 minutes average PM 2.5 value
$purpleair24hourmean10_0 = '0.2'; //Last 24 hours average PM 10.0 value
$purpleair24hourmean2_5 = '0.1'; //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.9'; //Max value in last 60 minutes PM 10.0 value
$purpleair24hourmax10_0 = '24.9'; //Max value in last 24 hours PM 10.0 value
$purpleair60minmax2_5 = '0.8'; //Max value in last 60 minutes PM 2.5 value
$purpleair24hourmax2_5 = '21.2'; //Max value in last 24 hours PM 2.5 value

/* bad data here
$avairjan2_5 = '2.8';
$avairfeb2_5 = '3.8';
$avairmar2_5 = '1.4';
$avairapr2_5 = '1.5';
$avairmay2_5 = '0.7';
$avairjun2_5 = '0.5';
$avairjul2_5 = '4.0';
$avairaug2_5 = '1.7';
$avairsep2_5 = '4.8';
$avairoct2_5 = '5.0';
$avairnov2_5 = '5.4';
$avairdec2_5 = '4.0';
$avairjan10_0 = '3.5 ';
$avairfeb10_0 = '7.4';
$avairmar10_0 = '2.1';
$avairapr10_0 = '3.1';
$avairmay10_0 = '1.0';
$avairjun10_0 = '0.7';
$avairjul10_0 = '4.2';
$avairaug10_0 = '2.0';
$avairsep10_0 = '5.4';
$avairoct10_0 = '4.2';
$avairnov10_0 = '6.5';
$avairdec10_0 = '5.2';
$avairjannow2_5 = '0.8';
$avairfebnow2_5 = '1.0';
$avairmarnow2_5 = '0.6';
$avairaprnow2_5 = '1.0';
$avairmaynow2_5 = '1.5';
$avairjunnow2_5 = '1.5';
$avairjulnow2_5 = '4.7';
$avairaugnow2_5 = '1.1';
$avairsepnow2_5 = '0.5';
$avairoctnow2_5 = '0.6';
$avairnovnow2_5 = '5.5';
$avairdecnow2_5 = '1.6';
$avairjannow10_0 = '1.2';
$avairfebnow10_0 = '1.7';
$avairmarnow10_0 = '1.5';
$avairaprnow10_0 = '1.6';
$avairmaynow10_0 = '1.9';
$avairjunnow10_0 = '1.8';
$avairjulnow10_0 = '5.0';
$avairaugnow10_0 = '1.5';
$avairsepnow10_0 = '0.7';
$avairoctnow10_0 = '0.9';
$avairnovnow10_0 = '6.5';
$avairdecnow10_0 = '2.1';
*/

$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