			README
			======

	CumulusMX Alternative Interface (AI)
	For CMX Version 3.20.0 build 3204 on
	------------------------------------

Date: 3rd Sept 2022
----------------------

This update contains the full CMX AI package.

It is suitable for the above version and on and provides an ALTERNATIVE to the deafult interface provided with CumulusMX.

	--------------------------------------
	IT SHOULD NOT BE USED AS A REPLACEMENT
	--------------------------------------

Changes
-------

This version includes some variations in the way that the same features are 
implemented.  These are listed below:

  1.  The new utilities are all on one page even though there are separate 
  menu items for each.  On small devices, the menu links will link to the 
  correct section of the page to avoid the need to scroll.
  
  2.  The mySQL utility has been updated to reflect the improvements made 
  by Mark BUT THESE HAVE NOT BEEN TESTED on a local database as I do not 
  use one.  There is NO reason why it shouldn't as Marks code has not
  been modified.
  
  3.  An error in the FTP Now routines has been corrected been added 
  as in the default interface.
  
Units for the three LOGS html pages
===================================

You need to manually edit the following styles 'content' to match your units
----------------------------------------------------------------------------

#datalog tbody .tempUnits:after     { content:"°C";    font-size: 8px; padding-left: 2px; vertical-align: text-top;}
#datalog tbody .windUnits:after     { content:"kmh";   font-size: 8px; padding-left: 2px; vertical-align: baseline;}
#datalog tbody .rainUnits:after     { content:"mm";    font-size: 8px; padding-left: 2px; vertical-align: baseline;}
#datalog tbody .percent:after       { content:"%";     font-size:10px; padding-left: 2px; vertical-align: text-top;}
#datalog tbody .rainRateUnits:after { content:"mm/hr"; font-size: 8px; padding-left: 2px; vertical-align: baseline;}
#datalog tbody .pressUnits:after    { content:"hPa";   font-size: 8px; padding-left: 2px; vertical-align: baseline; }
#datalog tbody .degrees:after       { content:"°";     font-size:10px; padding-left: 2px; vertical-align:text-top;}
#datalog tbody .hours:after         { content:"hrs";   font-size: 8px; padding-left: 2px; vertical-align:baseline;}

The following styles are on the 'extradatalogs.html' page.
#datalog tbody .leafWUnits:after 	{ content:" ";	font-size:8px;	padding-left:2px; vertical-align:top;}
#datalog tbody .soilMUnits:after 	{ content:"cb";	font-size:8px;	padding-left:2px; vertical-align:top;}
#datalog tbody .airQual1Units:after,
#datalog tbody .airQual2Units:after,
#datalog tbody .airqual3Units:after,
#datalog tbody .airQual4Units:after 	{ content:" ";	font-size:8px;	padding-left:2px; vertical-align:top;}
			
#datalog tbody .CO2Units:after		{ content:"ppm"	font-size:8px;	padding-left:2px; vertical-align:top;}
#datalog tbody .CO22_5UnitsUnits:after	{ content:" "	font-size:8px;	padding-left:2px; vertical-align:top;}
#datalog tbody .CO2_10UnitsUnits:after	{ content:" "	font-size:8px;	padding-left:2px; vertical-align:top;}

