			README
			======

	CumulusMX Alternative Interface (AI)
	For CMX Version 3.24.0 build 3231
	------------------------------------

Date: 9th Mar 2023 @ 13:10
--------------------------

This update contains the full CMX AI package.

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

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

Installation
------------

This package should be unzipped outside your CumulusMX installation.  The complete ai.cmx folder should then be copied to your CumulusMX Interface folder so that it is a sub-folder of it.  You should NOT replace the existing interface folder contents as these are ALWAYS needed for future updates by Mark.

To access the ai.cmx system you should use one of the following URLs in your browser:
	localhost:8998/ai.cmx/
	<IP of host>:8998/ai.cmx/
Please note the trailing '/'

In the event that a feature fails to work as expected please flush your local cache before contacting me through the Forum.  You should also monitor the forum and/or wiki for updates and fixes.

ISSUES
======
Unfortunately, I have not been able to make the Internet Settings ~ Web/Upload Site ~ Advanced Setting tab work.  It refuses to open to display the three options.  However as this is likely to have been set on the initial installation, it should not cause any issues.  You can always use the default interface if required.

Changes
-------

This version includes the changes made for version 3.24.0 (b 3231) by Mark.

It also includes some new features for the datalogs pages.  I always get annoyed when the date scrolled off the left of the page as I was looking at logs.  So this AI version locks the Line Number, Date and Time columns to the left of the table.  You can now scroll sideways without loosing access to the Date, time and line number.  If you don't like this extra feature, it can be changed by editing the datalogs.js and extradatalogs.js files.  Look for 'fixedColumns'.
  
Units for the three LOGS html pages
===================================

You need to manually edit the following styles 'content' to match your units
----------------------------------------------------------------------------
As this is a utf-8 formatted document youshoul dbe able to copy-n-paste special characters.

#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;}

