<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.cumuluswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=NeilThomas</id>
	<title>Cumulus Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.cumuluswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=NeilThomas"/>
	<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/a/Special:Contributions/NeilThomas"/>
	<updated>2026-04-27T07:58:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12385</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12385"/>
		<updated>2026-04-24T16:47:53Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Change Log */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2026-02-16 at 10.56.03.png|500px|thumb|center|alt=Alternative Public Website|The latest Alternative Public Website as on ai2weather.uk]]&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://wiki.ai2weather.uk my NEW Wiki] Version 5.1 24/04/2026 17:37&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with one template file for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://wiki.ai2weather.uk my NEW Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig which is held in its own file - config.js.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 60em;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;let cmxConfig = {&lt;br /&gt;
    //  Edit this to set your required configuration&lt;br /&gt;
    &amp;quot;Custom&amp;quot;: {&lt;br /&gt;
        &amp;quot;SideMenu&amp;quot;: true,       // Set to true to use a sidebar menu&lt;br /&gt;
        &amp;quot;BannerStyle&amp;quot;: &amp;quot;thin&amp;quot;,  // Accepts &#039;thin&#039; to reduce the height of the banner; only on sidebar navigation&lt;br /&gt;
        &amp;quot;Theme&amp;quot;: &amp;quot;&amp;quot;,            // Set to the name of an existing theme WITHOUT &#039;css&#039;&lt;br /&gt;
        &amp;quot;Logo&amp;quot;: &amp;quot;&amp;quot;,             // Set to the absolute or relative path and name of the image to use OR leave blank&lt;br /&gt;
        &amp;quot;BannerImage&amp;quot;: &amp;quot;&amp;quot;,      //  As above or leave blank&lt;br /&gt;
        &amp;quot;BannerPosition&amp;quot;:&amp;quot;center bottom 40%&amp;quot;,   // Use allowable css values including units&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;DataPath&amp;quot;: &amp;quot;&amp;quot;,      // Set to the absolute or relative path of your data&lt;br /&gt;
    &amp;quot;Geometry&amp;quot;: {&lt;br /&gt;
        &amp;quot;StaticHead&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;StaticFoot&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;PaddingTop&amp;quot;: 2,        // Numeric value only (real numbers accepted but ignored if using px as unit)&lt;br /&gt;
        &amp;quot;PaddingBottom&amp;quot;: 1,     // Numeric value only ( ditto )&lt;br /&gt;
        &amp;quot;Units&amp;quot;: &amp;quot;em&amp;quot;,          // Accepts any valid css unit &lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Gull&amp;quot;: {                   // Affects the standing gull only&lt;br /&gt;
        &amp;quot;Animation&amp;quot;: &amp;quot;&amp;quot;,        // Values: Blank, &#039;Expand&#039;, &#039;Enter left&#039;, &#039;Enter right&#039; or &#039;Drop&#039; only&lt;br /&gt;
        &amp;quot;Speed&amp;quot;: 5,             // Positive numeric values only (can be real)&lt;br /&gt;
        &amp;quot;OnTop&amp;quot;: false,         // true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Panels&amp;quot;: {&lt;br /&gt;
        &amp;quot;Shadows&amp;quot;: &amp;quot;&amp;quot;,          // Blank, Basic or Enhanced only&lt;br /&gt;
        &amp;quot;VariableHeight&amp;quot;: true, // true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Menu&amp;quot;: &amp;quot;js/menu.js&amp;quot;,       // Relative path and name of menu script.&lt;br /&gt;
    &amp;quot;NOAAPath&amp;quot;: &amp;quot;Reports/&amp;quot;,     // Absolute or relative path to your NOAA Reports&lt;br /&gt;
}&lt;br /&gt;
//  You are advised to leave these blank.&lt;br /&gt;
let cmxSession = {&lt;br /&gt;
    &amp;quot;Records&amp;quot;: {&lt;br /&gt;
        &amp;quot;Monthly&amp;quot;: &amp;quot;&amp;quot;,  // Numeric integer representing to month to show - zero based&lt;br /&gt;
        &amp;quot;All&amp;quot;: &amp;quot;&amp;quot;       // As above and &#039;ThisYear&#039;, &#039;ThisMonth&#039; or &#039;Alltime&#039;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Charts&amp;quot;: {         // ONLY CHOOSE CHARTS FOR WHICH YOU HAVE DATA OR LEAVE BLANK.&lt;br /&gt;
        &amp;quot;Trends&amp;quot;: &amp;quot;&amp;quot;,   // One of: temp, press, wind, windDir, rain, dailyrain, humidity, solar, sunhours, and sensor dependant&lt;br /&gt;
        &amp;quot;Historic&amp;quot;:&amp;quot;&amp;quot;   // One of: Temp. Press, Wind, WindDir, Rain, Humidity, Solar, DegDays, TempSum, ChillHrs, Snow&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
The object is organised alphabetically as this is how it is stored.  There are both root level entries and sections,  The sections are:- &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Geometry&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Panels&#039;&#039;&#039;.  &lt;br /&gt;
&lt;br /&gt;
The root level entries are:- &#039;&#039;&#039;DataPath&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit just the root level entries - &#039;&#039;&#039;DataPath&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;DataPath&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, &#039;&#039;&#039;this option should be empty&#039;&#039;&#039;.&lt;br /&gt;
** If you upload your data to another location, then this entry can be an absolute or relative path to that location.  Absolute paths always start with a &#039;/&#039; character; any other character implies relative path.&lt;br /&gt;
* &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
==== Other entries ====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template.&lt;br /&gt;
===== Custom =====&lt;br /&gt;
This section focuses on colours, the logo and banner images and  the menu.&lt;br /&gt;
===== Geometry =====&lt;br /&gt;
Allows you to adjust the spacing around the page content and whether or not the banner and/or footer are fixed in position.  The Gull now positions correctly based on the fixed status of the footer.&lt;br /&gt;
===== Gull =====&lt;br /&gt;
Primarily concerned with the animation of the gull at the bottom of the page and whether or not it is above or below page content.&lt;br /&gt;
===== Panels =====&lt;br /&gt;
A new feature that allows you to add one of two variations of shadow to the panels displayed on each page.  Some panels will not display shadows regardless of these settings.&lt;br /&gt;
==== the cmxSession Object ====&lt;br /&gt;
This is used dynamically by visitors to your site.  It records the last chart / record set viewed so that when re-visiting the page (in the correct session), the same chart/record set is displayed.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I will now only be putting full information and the download link  on [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&#039;&#039;&#039;Version 5.1&#039;&#039;&#039; &#039;&#039;Dated:124/04/2026&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Yet another re-write to remove w3v5.css which is based on the w3Schools w3.css stylesheet.  Most of the styles provided by this were simply not used; those that were have been ported into the main.css stylesheet.&lt;br /&gt;
&lt;br /&gt;
The Menu has been simplified and there are now two variations: a traditional bar menu at the top of the screen which reduces to a standard mobile menu on small devices, and a modern &#039;sidebar&#039; menu which opens at the side of your browser.  You can choose which to use.  Various other improvements have been made particularly in consolidating stylesheets and loading only those styles which are needed on each page. There are more options available to you for configuration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 5.01&#039;&#039;&#039; &#039;&#039;dated: 16/02/2026&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is a complete re-write of the &#039;&#039;&#039;Alternative Public Website&#039;&#039;&#039; BUT that re-write only affects the header and footer areas and the top and tail of the main content area.&lt;br /&gt;
&lt;br /&gt;
It should be possible to copy any personal additional page content into the template.htm file provided.&lt;br /&gt;
&lt;br /&gt;
==== To do this ====&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;siteContent_Inner&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the current version of your page.&lt;br /&gt;
* Select ALL code &#039;&#039;&#039;inside&#039;&#039;&#039; this div and copy it to your clipboard.&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the template file provided with this update.&lt;br /&gt;
* Paste your old code inside this area, overwriting anything that is in the template down to its corresponding &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* Do make sure that you don&#039;t add any extra &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;s or remove any that close of the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; area&lt;br /&gt;
* Rename the template.html page appropriately.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 04/11/2025 - Version 4 build:006&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Added &#039;menu&#039; to the hamburger menu on the template1.html page only for those that want this feature.  You will need to copy it to other pages as required.&lt;br /&gt;
* Verified that the historic charts work as required.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12384</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12384"/>
		<updated>2026-04-24T16:47:00Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Change Log */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2026-02-16 at 10.56.03.png|500px|thumb|center|alt=Alternative Public Website|The latest Alternative Public Website as on ai2weather.uk]]&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://wiki.ai2weather.uk my NEW Wiki] Version 5.1 24/04/2026 17:37&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with one template file for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://wiki.ai2weather.uk my NEW Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig which is held in its own file - config.js.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 60em;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;let cmxConfig = {&lt;br /&gt;
    //  Edit this to set your required configuration&lt;br /&gt;
    &amp;quot;Custom&amp;quot;: {&lt;br /&gt;
        &amp;quot;SideMenu&amp;quot;: true,       // Set to true to use a sidebar menu&lt;br /&gt;
        &amp;quot;BannerStyle&amp;quot;: &amp;quot;thin&amp;quot;,  // Accepts &#039;thin&#039; to reduce the height of the banner; only on sidebar navigation&lt;br /&gt;
        &amp;quot;Theme&amp;quot;: &amp;quot;&amp;quot;,            // Set to the name of an existing theme WITHOUT &#039;css&#039;&lt;br /&gt;
        &amp;quot;Logo&amp;quot;: &amp;quot;&amp;quot;,             // Set to the absolute or relative path and name of the image to use OR leave blank&lt;br /&gt;
        &amp;quot;BannerImage&amp;quot;: &amp;quot;&amp;quot;,      //  As above or leave blank&lt;br /&gt;
        &amp;quot;BannerPosition&amp;quot;:&amp;quot;center bottom 40%&amp;quot;,   // Use allowable css values including units&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;DataPath&amp;quot;: &amp;quot;&amp;quot;,      // Set to the absolute or relative path of your data&lt;br /&gt;
    &amp;quot;Geometry&amp;quot;: {&lt;br /&gt;
        &amp;quot;StaticHead&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;StaticFoot&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;PaddingTop&amp;quot;: 2,        // Numeric value only (real numbers accepted but ignored if using px as unit)&lt;br /&gt;
        &amp;quot;PaddingBottom&amp;quot;: 1,     // Numeric value only ( ditto )&lt;br /&gt;
        &amp;quot;Units&amp;quot;: &amp;quot;em&amp;quot;,          // Accepts any valid css unit &lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Gull&amp;quot;: {                   // Affects the standing gull only&lt;br /&gt;
        &amp;quot;Animation&amp;quot;: &amp;quot;&amp;quot;,        // Values: Blank, &#039;Expand&#039;, &#039;Enter left&#039;, &#039;Enter right&#039; or &#039;Drop&#039; only&lt;br /&gt;
        &amp;quot;Speed&amp;quot;: 5,             // Positive numeric values only (can be real)&lt;br /&gt;
        &amp;quot;OnTop&amp;quot;: false,         // true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Panels&amp;quot;: {&lt;br /&gt;
        &amp;quot;Shadows&amp;quot;: &amp;quot;&amp;quot;,          // Blank, Basic or Enhanced only&lt;br /&gt;
        &amp;quot;VariableHeight&amp;quot;: true, // true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Menu&amp;quot;: &amp;quot;js/menu.js&amp;quot;,       // Relative path and name of menu script.&lt;br /&gt;
    &amp;quot;NOAAPath&amp;quot;: &amp;quot;Reports/&amp;quot;,     // Absolute or relative path to your NOAA Reports&lt;br /&gt;
}&lt;br /&gt;
//  You are advised to leave these blank.&lt;br /&gt;
let cmxSession = {&lt;br /&gt;
    &amp;quot;Records&amp;quot;: {&lt;br /&gt;
        &amp;quot;Monthly&amp;quot;: &amp;quot;&amp;quot;,  // Numeric integer representing to month to show - zero based&lt;br /&gt;
        &amp;quot;All&amp;quot;: &amp;quot;&amp;quot;       // As above and &#039;ThisYear&#039;, &#039;ThisMonth&#039; or &#039;Alltime&#039;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Charts&amp;quot;: {         // ONLY CHOOSE CHARTS FOR WHICH YOU HAVE DATA OR LEAVE BLANK.&lt;br /&gt;
        &amp;quot;Trends&amp;quot;: &amp;quot;&amp;quot;,   // One of: temp, press, wind, windDir, rain, dailyrain, humidity, solar, sunhours, and sensor dependant&lt;br /&gt;
        &amp;quot;Historic&amp;quot;:&amp;quot;&amp;quot;   // One of: Temp. Press, Wind, WindDir, Rain, Humidity, Solar, DegDays, TempSum, ChillHrs, Snow&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
The object is organised alphabetically as this is how it is stored.  There are both root level entries and sections,  The sections are:- &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Geometry&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Panels&#039;&#039;&#039;.  &lt;br /&gt;
&lt;br /&gt;
The root level entries are:- &#039;&#039;&#039;DataPath&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit just the root level entries - &#039;&#039;&#039;DataPath&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;DataPath&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, &#039;&#039;&#039;this option should be empty&#039;&#039;&#039;.&lt;br /&gt;
** If you upload your data to another location, then this entry can be an absolute or relative path to that location.  Absolute paths always start with a &#039;/&#039; character; any other character implies relative path.&lt;br /&gt;
* &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
==== Other entries ====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template.&lt;br /&gt;
===== Custom =====&lt;br /&gt;
This section focuses on colours, the logo and banner images and  the menu.&lt;br /&gt;
===== Geometry =====&lt;br /&gt;
Allows you to adjust the spacing around the page content and whether or not the banner and/or footer are fixed in position.  The Gull now positions correctly based on the fixed status of the footer.&lt;br /&gt;
===== Gull =====&lt;br /&gt;
Primarily concerned with the animation of the gull at the bottom of the page and whether or not it is above or below page content.&lt;br /&gt;
===== Panels =====&lt;br /&gt;
A new feature that allows you to add one of two variations of shadow to the panels displayed on each page.  Some panels will not display shadows regardless of these settings.&lt;br /&gt;
==== the cmxSession Object ====&lt;br /&gt;
This is used dynamically by visitors to your site.  It records the last chart / record set viewed so that when re-visiting the page (in the correct session), the same chart/record set is displayed.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I will now only be putting full information and the download link  on [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&#039;&#039;&#039;Version 5.1&#039;&#039;&#039; &#039;&#039;Dated:124/04/2026&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Yet another re-write to remove w3v5.css which is based on the w3Schools w3.css stylesheet.  Most of the styles provided by this were simply not used; those that were have been ported into the main.css stylesheet.&lt;br /&gt;
&lt;br /&gt;
The Menu has been simplified and there are now two variations: a traditional bar menu at the top of the screen which reduces to a standard mobile menu on small devices, and a modern &#039;sidebar&#039; menu which opens at the side of your browser.  You can choose which to use.  Various other improvements have been made particularly in consolidating stylesheets and loading only those styles which are needed on each page. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 5.01&#039;&#039;&#039; &#039;&#039;dated: 16/02/2026&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is a complete re-write of the &#039;&#039;&#039;Alternative Public Website&#039;&#039;&#039; BUT that re-write only affects the header and footer areas and the top and tail of the main content area.&lt;br /&gt;
&lt;br /&gt;
It should be possible to copy any personal additional page content into the template.htm file provided.&lt;br /&gt;
&lt;br /&gt;
==== To do this ====&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;siteContent_Inner&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the current version of your page.&lt;br /&gt;
* Select ALL code &#039;&#039;&#039;inside&#039;&#039;&#039; this div and copy it to your clipboard.&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the template file provided with this update.&lt;br /&gt;
* Paste your old code inside this area, overwriting anything that is in the template down to its corresponding &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* Do make sure that you don&#039;t add any extra &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;s or remove any that close of the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; area&lt;br /&gt;
* Rename the template.html page appropriately.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 04/11/2025 - Version 4 build:006&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Added &#039;menu&#039; to the hamburger menu on the template1.html page only for those that want this feature.  You will need to copy it to other pages as required.&lt;br /&gt;
* Verified that the historic charts work as required.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12383</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12383"/>
		<updated>2026-04-24T16:46:30Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Change Log */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2026-02-16 at 10.56.03.png|500px|thumb|center|alt=Alternative Public Website|The latest Alternative Public Website as on ai2weather.uk]]&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://wiki.ai2weather.uk my NEW Wiki] Version 5.1 24/04/2026 17:37&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with one template file for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://wiki.ai2weather.uk my NEW Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig which is held in its own file - config.js.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 60em;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;let cmxConfig = {&lt;br /&gt;
    //  Edit this to set your required configuration&lt;br /&gt;
    &amp;quot;Custom&amp;quot;: {&lt;br /&gt;
        &amp;quot;SideMenu&amp;quot;: true,       // Set to true to use a sidebar menu&lt;br /&gt;
        &amp;quot;BannerStyle&amp;quot;: &amp;quot;thin&amp;quot;,  // Accepts &#039;thin&#039; to reduce the height of the banner; only on sidebar navigation&lt;br /&gt;
        &amp;quot;Theme&amp;quot;: &amp;quot;&amp;quot;,            // Set to the name of an existing theme WITHOUT &#039;css&#039;&lt;br /&gt;
        &amp;quot;Logo&amp;quot;: &amp;quot;&amp;quot;,             // Set to the absolute or relative path and name of the image to use OR leave blank&lt;br /&gt;
        &amp;quot;BannerImage&amp;quot;: &amp;quot;&amp;quot;,      //  As above or leave blank&lt;br /&gt;
        &amp;quot;BannerPosition&amp;quot;:&amp;quot;center bottom 40%&amp;quot;,   // Use allowable css values including units&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;DataPath&amp;quot;: &amp;quot;&amp;quot;,      // Set to the absolute or relative path of your data&lt;br /&gt;
    &amp;quot;Geometry&amp;quot;: {&lt;br /&gt;
        &amp;quot;StaticHead&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;StaticFoot&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;PaddingTop&amp;quot;: 2,        // Numeric value only (real numbers accepted but ignored if using px as unit)&lt;br /&gt;
        &amp;quot;PaddingBottom&amp;quot;: 1,     // Numeric value only ( ditto )&lt;br /&gt;
        &amp;quot;Units&amp;quot;: &amp;quot;em&amp;quot;,          // Accepts any valid css unit &lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Gull&amp;quot;: {                   // Affects the standing gull only&lt;br /&gt;
        &amp;quot;Animation&amp;quot;: &amp;quot;&amp;quot;,        // Values: Blank, &#039;Expand&#039;, &#039;Enter left&#039;, &#039;Enter right&#039; or &#039;Drop&#039; only&lt;br /&gt;
        &amp;quot;Speed&amp;quot;: 5,             // Positive numeric values only (can be real)&lt;br /&gt;
        &amp;quot;OnTop&amp;quot;: false,         // true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Panels&amp;quot;: {&lt;br /&gt;
        &amp;quot;Shadows&amp;quot;: &amp;quot;&amp;quot;,          // Blank, Basic or Enhanced only&lt;br /&gt;
        &amp;quot;VariableHeight&amp;quot;: true, // true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Menu&amp;quot;: &amp;quot;js/menu.js&amp;quot;,       // Relative path and name of menu script.&lt;br /&gt;
    &amp;quot;NOAAPath&amp;quot;: &amp;quot;Reports/&amp;quot;,     // Absolute or relative path to your NOAA Reports&lt;br /&gt;
}&lt;br /&gt;
//  You are advised to leave these blank.&lt;br /&gt;
let cmxSession = {&lt;br /&gt;
    &amp;quot;Records&amp;quot;: {&lt;br /&gt;
        &amp;quot;Monthly&amp;quot;: &amp;quot;&amp;quot;,  // Numeric integer representing to month to show - zero based&lt;br /&gt;
        &amp;quot;All&amp;quot;: &amp;quot;&amp;quot;       // As above and &#039;ThisYear&#039;, &#039;ThisMonth&#039; or &#039;Alltime&#039;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Charts&amp;quot;: {         // ONLY CHOOSE CHARTS FOR WHICH YOU HAVE DATA OR LEAVE BLANK.&lt;br /&gt;
        &amp;quot;Trends&amp;quot;: &amp;quot;&amp;quot;,   // One of: temp, press, wind, windDir, rain, dailyrain, humidity, solar, sunhours, and sensor dependant&lt;br /&gt;
        &amp;quot;Historic&amp;quot;:&amp;quot;&amp;quot;   // One of: Temp. Press, Wind, WindDir, Rain, Humidity, Solar, DegDays, TempSum, ChillHrs, Snow&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
The object is organised alphabetically as this is how it is stored.  There are both root level entries and sections,  The sections are:- &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Geometry&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Panels&#039;&#039;&#039;.  &lt;br /&gt;
&lt;br /&gt;
The root level entries are:- &#039;&#039;&#039;DataPath&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit just the root level entries - &#039;&#039;&#039;DataPath&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;DataPath&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, &#039;&#039;&#039;this option should be empty&#039;&#039;&#039;.&lt;br /&gt;
** If you upload your data to another location, then this entry can be an absolute or relative path to that location.  Absolute paths always start with a &#039;/&#039; character; any other character implies relative path.&lt;br /&gt;
* &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
==== Other entries ====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template.&lt;br /&gt;
===== Custom =====&lt;br /&gt;
This section focuses on colours, the logo and banner images and  the menu.&lt;br /&gt;
===== Geometry =====&lt;br /&gt;
Allows you to adjust the spacing around the page content and whether or not the banner and/or footer are fixed in position.  The Gull now positions correctly based on the fixed status of the footer.&lt;br /&gt;
===== Gull =====&lt;br /&gt;
Primarily concerned with the animation of the gull at the bottom of the page and whether or not it is above or below page content.&lt;br /&gt;
===== Panels =====&lt;br /&gt;
A new feature that allows you to add one of two variations of shadow to the panels displayed on each page.  Some panels will not display shadows regardless of these settings.&lt;br /&gt;
==== the cmxSession Object ====&lt;br /&gt;
This is used dynamically by visitors to your site.  It records the last chart / record set viewed so that when re-visiting the page (in the correct session), the same chart/record set is displayed.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I will now only be putting full information and the download link  on [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&#039;&#039;&#039;Version 5.1&#039;&#039;&#039; &#039;&#039;Dated:124/04/2026&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Yet another re-write to remove w3v5.css which is based on the w3chools w3-.css stylesheet.  Most of the styles provided by this were simply not used; those that were have been ported into the main.css stylesheet.&lt;br /&gt;
&lt;br /&gt;
The Menu has been simplified and there are now two variations: a traditional bar menu at the top of the screen which reduces to a standard mobile menu on small devices, and a modern &#039;sidebar&#039; menu which opens at the side of your browser.  You can choose which to use.  Various other improvements have been made particularly in consolidating stylesheets and loading only those styles which are needed on each page. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 5.01&#039;&#039;&#039; &#039;&#039;dated: 16/02/2026&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is a complete re-write of the &#039;&#039;&#039;Alternative Public Website&#039;&#039;&#039; BUT that re-write only affects the header and footer areas and the top and tail of the main content area.&lt;br /&gt;
&lt;br /&gt;
It should be possible to copy any personal additional page content into the template.htm file provided.&lt;br /&gt;
&lt;br /&gt;
==== To do this ====&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;siteContent_Inner&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the current version of your page.&lt;br /&gt;
* Select ALL code &#039;&#039;&#039;inside&#039;&#039;&#039; this div and copy it to your clipboard.&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the template file provided with this update.&lt;br /&gt;
* Paste your old code inside this area, overwriting anything that is in the template down to its corresponding &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* Do make sure that you don&#039;t add any extra &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;s or remove any that close of the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; area&lt;br /&gt;
* Rename the template.html page appropriately.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 04/11/2025 - Version 4 build:006&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Added &#039;menu&#039; to the hamburger menu on the template1.html page only for those that want this feature.  You will need to copy it to other pages as required.&lt;br /&gt;
* Verified that the historic charts work as required.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12382</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12382"/>
		<updated>2026-04-24T16:40:31Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2026-02-16 at 10.56.03.png|500px|thumb|center|alt=Alternative Public Website|The latest Alternative Public Website as on ai2weather.uk]]&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://wiki.ai2weather.uk my NEW Wiki] Version 5.1 24/04/2026 17:37&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with one template file for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://wiki.ai2weather.uk my NEW Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig which is held in its own file - config.js.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 60em;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;let cmxConfig = {&lt;br /&gt;
    //  Edit this to set your required configuration&lt;br /&gt;
    &amp;quot;Custom&amp;quot;: {&lt;br /&gt;
        &amp;quot;SideMenu&amp;quot;: true,       // Set to true to use a sidebar menu&lt;br /&gt;
        &amp;quot;BannerStyle&amp;quot;: &amp;quot;thin&amp;quot;,  // Accepts &#039;thin&#039; to reduce the height of the banner; only on sidebar navigation&lt;br /&gt;
        &amp;quot;Theme&amp;quot;: &amp;quot;&amp;quot;,            // Set to the name of an existing theme WITHOUT &#039;css&#039;&lt;br /&gt;
        &amp;quot;Logo&amp;quot;: &amp;quot;&amp;quot;,             // Set to the absolute or relative path and name of the image to use OR leave blank&lt;br /&gt;
        &amp;quot;BannerImage&amp;quot;: &amp;quot;&amp;quot;,      //  As above or leave blank&lt;br /&gt;
        &amp;quot;BannerPosition&amp;quot;:&amp;quot;center bottom 40%&amp;quot;,   // Use allowable css values including units&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;DataPath&amp;quot;: &amp;quot;&amp;quot;,      // Set to the absolute or relative path of your data&lt;br /&gt;
    &amp;quot;Geometry&amp;quot;: {&lt;br /&gt;
        &amp;quot;StaticHead&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;StaticFoot&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;PaddingTop&amp;quot;: 2,        // Numeric value only (real numbers accepted but ignored if using px as unit)&lt;br /&gt;
        &amp;quot;PaddingBottom&amp;quot;: 1,     // Numeric value only ( ditto )&lt;br /&gt;
        &amp;quot;Units&amp;quot;: &amp;quot;em&amp;quot;,          // Accepts any valid css unit &lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Gull&amp;quot;: {                   // Affects the standing gull only&lt;br /&gt;
        &amp;quot;Animation&amp;quot;: &amp;quot;&amp;quot;,        // Values: Blank, &#039;Expand&#039;, &#039;Enter left&#039;, &#039;Enter right&#039; or &#039;Drop&#039; only&lt;br /&gt;
        &amp;quot;Speed&amp;quot;: 5,             // Positive numeric values only (can be real)&lt;br /&gt;
        &amp;quot;OnTop&amp;quot;: false,         // true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Panels&amp;quot;: {&lt;br /&gt;
        &amp;quot;Shadows&amp;quot;: &amp;quot;&amp;quot;,          // Blank, Basic or Enhanced only&lt;br /&gt;
        &amp;quot;VariableHeight&amp;quot;: true, // true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Menu&amp;quot;: &amp;quot;js/menu.js&amp;quot;,       // Relative path and name of menu script.&lt;br /&gt;
    &amp;quot;NOAAPath&amp;quot;: &amp;quot;Reports/&amp;quot;,     // Absolute or relative path to your NOAA Reports&lt;br /&gt;
}&lt;br /&gt;
//  You are advised to leave these blank.&lt;br /&gt;
let cmxSession = {&lt;br /&gt;
    &amp;quot;Records&amp;quot;: {&lt;br /&gt;
        &amp;quot;Monthly&amp;quot;: &amp;quot;&amp;quot;,  // Numeric integer representing to month to show - zero based&lt;br /&gt;
        &amp;quot;All&amp;quot;: &amp;quot;&amp;quot;       // As above and &#039;ThisYear&#039;, &#039;ThisMonth&#039; or &#039;Alltime&#039;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Charts&amp;quot;: {         // ONLY CHOOSE CHARTS FOR WHICH YOU HAVE DATA OR LEAVE BLANK.&lt;br /&gt;
        &amp;quot;Trends&amp;quot;: &amp;quot;&amp;quot;,   // One of: temp, press, wind, windDir, rain, dailyrain, humidity, solar, sunhours, and sensor dependant&lt;br /&gt;
        &amp;quot;Historic&amp;quot;:&amp;quot;&amp;quot;   // One of: Temp. Press, Wind, WindDir, Rain, Humidity, Solar, DegDays, TempSum, ChillHrs, Snow&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
The object is organised alphabetically as this is how it is stored.  There are both root level entries and sections,  The sections are:- &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Geometry&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Panels&#039;&#039;&#039;.  &lt;br /&gt;
&lt;br /&gt;
The root level entries are:- &#039;&#039;&#039;DataPath&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit just the root level entries - &#039;&#039;&#039;DataPath&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;DataPath&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, &#039;&#039;&#039;this option should be empty&#039;&#039;&#039;.&lt;br /&gt;
** If you upload your data to another location, then this entry can be an absolute or relative path to that location.  Absolute paths always start with a &#039;/&#039; character; any other character implies relative path.&lt;br /&gt;
* &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
==== Other entries ====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template.&lt;br /&gt;
===== Custom =====&lt;br /&gt;
This section focuses on colours, the logo and banner images and  the menu.&lt;br /&gt;
===== Geometry =====&lt;br /&gt;
Allows you to adjust the spacing around the page content and whether or not the banner and/or footer are fixed in position.  The Gull now positions correctly based on the fixed status of the footer.&lt;br /&gt;
===== Gull =====&lt;br /&gt;
Primarily concerned with the animation of the gull at the bottom of the page and whether or not it is above or below page content.&lt;br /&gt;
===== Panels =====&lt;br /&gt;
A new feature that allows you to add one of two variations of shadow to the panels displayed on each page.  Some panels will not display shadows regardless of these settings.&lt;br /&gt;
==== the cmxSession Object ====&lt;br /&gt;
This is used dynamically by visitors to your site.  It records the last chart / record set viewed so that when re-visiting the page (in the correct session), the same chart/record set is displayed.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I will now only be putting full information and the download link  on [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 5.01&#039;&#039;&#039; &#039;&#039;dated: 16/02/2026&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is a complete re-write of the &#039;&#039;&#039;Alternative Public Website&#039;&#039;&#039; BUT that re-write only affects the header and footer areas and the top and tail of the main content area.&lt;br /&gt;
&lt;br /&gt;
It should be possible to copy any personal additional page content into the template.htm file provided.&lt;br /&gt;
&lt;br /&gt;
==== To do this ====&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;siteContent_Inner&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the current version of your page.&lt;br /&gt;
* Select ALL code &#039;&#039;&#039;inside&#039;&#039;&#039; this div and copy it to your clipboard.&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the template file provided with this update.&lt;br /&gt;
* Paste your old code inside this area, overwriting anything that is in the template down to its corresponding &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* Do make sure that you don&#039;t add any extra &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;s or remove any that close of the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; area&lt;br /&gt;
* Rename the template.html page appropriately.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 04/11/2025 - Version 4 build:006&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Added &#039;menu&#039; to the hamburger menu on the template1.html page only for those that want this feature.  You will need to copy it to other pages as required.&lt;br /&gt;
* Verified that the historic charts work as required.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12381</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12381"/>
		<updated>2026-04-24T16:39:04Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2026-02-16 at 10.56.03.png|500px|thumb|center|alt=Alternative Public Website|The latest Alternative Public Website as on ai2weather.uk]]&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://wiki.ai2weather.uk my NEW Wiki] Version 5.1 24/04/2026 17:37&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with one template file for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://wiki.ai2weather.uk my NEW Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is now in its own file - config.js.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 60em;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;cmxConfig = {&lt;br /&gt;
    //  Edit this to set your required configuration&lt;br /&gt;
    &amp;quot;Custom&amp;quot;: {&lt;br /&gt;
        &amp;quot;StandardMenu&amp;quot;: false,   // Set to true or false&lt;br /&gt;
        &amp;quot;Dropdown&amp;quot;: true,       // set to true or false&lt;br /&gt;
        &amp;quot;Theme&amp;quot;: &amp;quot;&amp;quot;,            // Set to the name of an existing theme WITHOUT &#039;css&#039;&lt;br /&gt;
        &amp;quot;Logo&amp;quot;: &amp;quot;&amp;quot;,             // Set to the absolute or relative path and name of the image to use OR &#039;None&#039;&lt;br /&gt;
        &amp;quot;BannerImage&amp;quot;: &amp;quot;&amp;quot;,      //  As above or leave blank&lt;br /&gt;
        &amp;quot;BannerPosition&amp;quot;:&amp;quot;center center&amp;quot;,   // Use allowable css values including units&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;DataPath&amp;quot;: &amp;quot;&amp;quot;,             // Set to the absolute or relative path of your data&lt;br /&gt;
    &amp;quot;Geometry&amp;quot;: {&lt;br /&gt;
        &amp;quot;StaticHead&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;StaticFoot&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;PaddingTop&amp;quot;: 2,        // Numeric value only (real numbers accepted but ignored if using px as unit)&lt;br /&gt;
        &amp;quot;PaddingBottom&amp;quot;: 1,     // Numeric value only ( ditto )&lt;br /&gt;
        &amp;quot;Units&amp;quot;: &amp;quot;em&amp;quot;,          // Accepts any valid css unit &lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Gull&amp;quot;: {&lt;br /&gt;
        &amp;quot;Animation&amp;quot;: &amp;quot;&amp;quot;,        // Blank, Expand, &#039;Enter left&#039;, &#039;Enter right&#039; or Drop only&lt;br /&gt;
        &amp;quot;Speed&amp;quot;: 5,             // Positive numeric values only (can be real)&lt;br /&gt;
        &amp;quot;OnTop&amp;quot;: true,          // true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Panels&amp;quot;: {&lt;br /&gt;
        &amp;quot;Shadows&amp;quot;: &amp;quot;&amp;quot;,          // Blank, Basic or Enhanced only&lt;br /&gt;
        &amp;quot;VariableHeights&amp;quot;: false,// true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Menu&amp;quot;: &amp;quot;json/ows-menu.js&amp;quot;, // Relative path and name of menu script.&lt;br /&gt;
    &amp;quot;NOAAPath&amp;quot;: &amp;quot;Reports&amp;quot;,      // Absolute or relative path to your NOAA Reports&lt;br /&gt;
}&lt;br /&gt;
  //  You are advised to leave these blank.&lt;br /&gt;
cmxSession = {&lt;br /&gt;
    &amp;quot;Records&amp;quot;: {&lt;br /&gt;
        &amp;quot;Monthly&amp;quot;: &amp;quot;&amp;quot;,  // Numeric integer representing to month to show - zero based&lt;br /&gt;
        &amp;quot;All&amp;quot;: &amp;quot;&amp;quot;       // As above and &#039;ThisYear&#039;, &#039;ThisMonth&#039; or &#039;Alltime&#039;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Charts&amp;quot;: {         // ONLY CHOOSE CHARTS FOR WHICH YOU HAVE DATA OR LEAVE BLANK.&lt;br /&gt;
        &amp;quot;Trends&amp;quot;: &amp;quot;&amp;quot;,   // One of: temp, press, wind, windDir, rain, dailyrain, humidity, solar, sunhours, and sensor dependant&lt;br /&gt;
        &amp;quot;Historic&amp;quot;:&amp;quot;&amp;quot;   // One of: Temp. Press, Wind, WindDir, Rain, Humidity, Solar, DegDays, TempSum, ChillHrs, Snow&lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
The object is organised alphabetically as this is how it is stored.  There are both root level entries and sections,  The sections are:- &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Geometry&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Panels&#039;&#039;&#039;.  &lt;br /&gt;
&lt;br /&gt;
The root level entries are:- &#039;&#039;&#039;DataPath&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit just the root level entries - &#039;&#039;&#039;DataPath&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;DataPath&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, &#039;&#039;&#039;this option should be empty&#039;&#039;&#039;.&lt;br /&gt;
** If you upload your data to another location, then this entry can be an absolute or relative path to that location.  Absolute paths always start with a &#039;/&#039; character; any other character implies relative path.&lt;br /&gt;
* &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
==== Other entries ====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template.&lt;br /&gt;
===== Custom =====&lt;br /&gt;
This section focuses on colours, the logo and banner images and  the menu.&lt;br /&gt;
===== Geometry =====&lt;br /&gt;
Allows you to adjust the spacing around the page content and whether or not the banner and/or footer are fixed in position.  The Gull now positions correctly based on the fixed status of the footer.&lt;br /&gt;
===== Gull =====&lt;br /&gt;
Primarily concerned with the animation of the gull at the bottom of the page and whether or not it is above or below page content.&lt;br /&gt;
===== Panels =====&lt;br /&gt;
A new feature that allows you to add one of two variations of shadow to the panels displayed on each page.  Some panels will not display shadows regardless of these settings.&lt;br /&gt;
==== the cmxSession Object ====&lt;br /&gt;
This is used dynamically by visitors to your site.  It records the last chart / record set viewed so that when re-visiting the page (in the correct session), the same chart/record set is displayed.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I will now only be putting full information and the download link  on [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 5.01&#039;&#039;&#039; &#039;&#039;dated: 16/02/2026&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is a complete re-write of the &#039;&#039;&#039;Alternative Public Website&#039;&#039;&#039; BUT that re-write only affects the header and footer areas and the top and tail of the main content area.&lt;br /&gt;
&lt;br /&gt;
It should be possible to copy any personal additional page content into the template.htm file provided.&lt;br /&gt;
&lt;br /&gt;
==== To do this ====&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;siteContent_Inner&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the current version of your page.&lt;br /&gt;
* Select ALL code &#039;&#039;&#039;inside&#039;&#039;&#039; this div and copy it to your clipboard.&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the template file provided with this update.&lt;br /&gt;
* Paste your old code inside this area, overwriting anything that is in the template down to its corresponding &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* Do make sure that you don&#039;t add any extra &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;s or remove any that close of the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; area&lt;br /&gt;
* Rename the template.html page appropriately.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 04/11/2025 - Version 4 build:006&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Added &#039;menu&#039; to the hamburger menu on the template1.html page only for those that want this feature.  You will need to copy it to other pages as required.&lt;br /&gt;
* Verified that the historic charts work as required.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12349</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12349"/>
		<updated>2026-02-16T17:08:54Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2026-02-16 at 10.56.03.png|500px|thumb|center|alt=Alternative Public Website|The latest Alternative Public Website as on ai2weather.uk]]&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:altwebsite my Wiki] Version 5.01 16/02/2026 10:11&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with one template file for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is now in its own file - config.js.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 60em;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;cmxConfig = {&lt;br /&gt;
    //  Edit this to set your required configuration&lt;br /&gt;
    &amp;quot;Custom&amp;quot;: {&lt;br /&gt;
        &amp;quot;StandardMenu&amp;quot;: false,   // Set to true or false&lt;br /&gt;
        &amp;quot;Dropdown&amp;quot;: true,       // set to true or false&lt;br /&gt;
        &amp;quot;Theme&amp;quot;: &amp;quot;&amp;quot;,            // Set to the name of an existing theme WITHOUT &#039;css&#039;&lt;br /&gt;
        &amp;quot;Logo&amp;quot;: &amp;quot;&amp;quot;,             // Set to the absolute or relative path and name of the image to use OR &#039;None&#039;&lt;br /&gt;
        &amp;quot;BannerImage&amp;quot;: &amp;quot;&amp;quot;,      //  As above or leave blank&lt;br /&gt;
        &amp;quot;BannerPosition&amp;quot;:&amp;quot;center center&amp;quot;,   // Use allowable css values including units&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;DataPath&amp;quot;: &amp;quot;&amp;quot;,             // Set to the absolute or relative path of your data&lt;br /&gt;
    &amp;quot;Geometry&amp;quot;: {&lt;br /&gt;
        &amp;quot;StaticHead&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;StaticFoot&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;PaddingTop&amp;quot;: 2,        // Numeric value only (real numbers accepted but ignored if using px as unit)&lt;br /&gt;
        &amp;quot;PaddingBottom&amp;quot;: 1,     // Numeric value only ( ditto )&lt;br /&gt;
        &amp;quot;Units&amp;quot;: &amp;quot;em&amp;quot;,          // Accepts any valid css unit &lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Gull&amp;quot;: {&lt;br /&gt;
        &amp;quot;Animation&amp;quot;: &amp;quot;&amp;quot;,        // Blank, Expand, &#039;Enter left&#039;, &#039;Enter right&#039; or Drop only&lt;br /&gt;
        &amp;quot;Speed&amp;quot;: 5,             // Positive numeric values only (can be real)&lt;br /&gt;
        &amp;quot;OnTop&amp;quot;: true,          // true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Panels&amp;quot;: {&lt;br /&gt;
        &amp;quot;Shadows&amp;quot;: &amp;quot;&amp;quot;,          // Blank, Basic or Enhanced only&lt;br /&gt;
        &amp;quot;VariableHeights&amp;quot;: false,// true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Menu&amp;quot;: &amp;quot;json/ows-menu.js&amp;quot;, // Relative path and name of menu script.&lt;br /&gt;
    &amp;quot;NOAAPath&amp;quot;: &amp;quot;Reports&amp;quot;,      // Absolute or relative path to your NOAA Reports&lt;br /&gt;
}&lt;br /&gt;
  //  You are advised to leave these blank.&lt;br /&gt;
cmxSession = {&lt;br /&gt;
    &amp;quot;Records&amp;quot;: {&lt;br /&gt;
        &amp;quot;Monthly&amp;quot;: &amp;quot;&amp;quot;,  // Numeric integer representing to month to show - zero based&lt;br /&gt;
        &amp;quot;All&amp;quot;: &amp;quot;&amp;quot;       // As above and &#039;ThisYear&#039;, &#039;ThisMonth&#039; or &#039;Alltime&#039;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Charts&amp;quot;: {         // ONLY CHOOSE CHARTS FOR WHICH YOU HAVE DATA OR LEAVE BLANK.&lt;br /&gt;
        &amp;quot;Trends&amp;quot;: &amp;quot;&amp;quot;,   // One of: temp, press, wind, windDir, rain, dailyrain, humidity, solar, sunhours, and sensor dependant&lt;br /&gt;
        &amp;quot;Historic&amp;quot;:&amp;quot;&amp;quot;   // One of: Temp. Press, Wind, WindDir, Rain, Humidity, Solar, DegDays, TempSum, ChillHrs, Snow&lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
The object is organised alphabetically as this is how it is stored.  There are both root level entries and sections,  The sections are:- &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Geometry&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Panels&#039;&#039;&#039;.  &lt;br /&gt;
&lt;br /&gt;
The root level entries are:- &#039;&#039;&#039;DataPath&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit just the root level entries - &#039;&#039;&#039;DataPath&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;DataPath&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, &#039;&#039;&#039;this option should be empty&#039;&#039;&#039;.&lt;br /&gt;
** If you upload your data to another location, then this entry can be an absolute or relative path to that location.  Absolute paths always start with a &#039;/&#039; character; any other character implies relative path.&lt;br /&gt;
* &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
==== Other entries ====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template.&lt;br /&gt;
===== Custom =====&lt;br /&gt;
This section focuses on colours, the logo and banner images and  the menu.&lt;br /&gt;
===== Geometry =====&lt;br /&gt;
Allows you to adjust the spacing around the page content and whether or not the banner and/or footer are fixed in position.  The Gull now positions correctly based on the fixed status of the footer.&lt;br /&gt;
===== Gull =====&lt;br /&gt;
Primarily concerned with the animation of the gull at the bottom of the page and whether or not it is above or below page content.&lt;br /&gt;
===== Panels =====&lt;br /&gt;
A new feature that allows you to add one of two variations of shadow to the panels displayed on each page.  Some panels will not display shadows regardless of these settings.&lt;br /&gt;
==== the cmxSession Object ====&lt;br /&gt;
This is used dynamically by visitors to your site.  It records the last chart / record set viewed so that when re-visiting the page (in the correct session), the same chart/record set is displayed.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I will now only be putting full information and the download link  on [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 5.01&#039;&#039;&#039; &#039;&#039;dated: 16/02/2026&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is a complete re-write of the &#039;&#039;&#039;Alternative Public Website&#039;&#039;&#039; BUT that re-write only affects the header and footer areas and the top and tail of the main content area.&lt;br /&gt;
&lt;br /&gt;
It should be possible to copy any personal additional page content into the template.htm file provided.&lt;br /&gt;
&lt;br /&gt;
==== To do this ====&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;siteContent_Inner&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the current version of your page.&lt;br /&gt;
* Select ALL code &#039;&#039;&#039;inside&#039;&#039;&#039; this div and copy it to your clipboard.&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the template file provided with this update.&lt;br /&gt;
* Paste your old code inside this area, overwriting anything that is in the template down to its corresponding &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* Do make sure that you don&#039;t add any extra &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;s or remove any that close of the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; area&lt;br /&gt;
* Rename the template.html page appropriately.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 04/11/2025 - Version 4 build:006&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Added &#039;menu&#039; to the hamburger menu on the template1.html page only for those that want this feature.  You will need to copy it to other pages as required.&lt;br /&gt;
* Verified that the historic charts work as required.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12348</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12348"/>
		<updated>2026-02-16T11:00:27Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The Alternative Public Website */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2026-02-16 at 10.56.03.png|500px|thumb|center|alt=Alternative Public Website|The latest Alternative Public Website as on ai2weather.uk]]&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:altwebsite my Wiki] Version. 4.01 16/02/2026 10:11&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with one template file for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is now in its own file - config.js.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 60em;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;cmxConfig = {&lt;br /&gt;
    //  Edit this to set your required configuration&lt;br /&gt;
    &amp;quot;Custom&amp;quot;: {&lt;br /&gt;
        &amp;quot;StandardMenu&amp;quot;: false,   // Set to true or false&lt;br /&gt;
        &amp;quot;Dropdown&amp;quot;: true,       // set to true or false&lt;br /&gt;
        &amp;quot;Theme&amp;quot;: &amp;quot;&amp;quot;,            // Set to the name of an existing theme WITHOUT &#039;css&#039;&lt;br /&gt;
        &amp;quot;Logo&amp;quot;: &amp;quot;&amp;quot;,             // Set to the absolute or relative path and name of the image to use OR &#039;None&#039;&lt;br /&gt;
        &amp;quot;BannerImage&amp;quot;: &amp;quot;&amp;quot;,      //  As above or leave blank&lt;br /&gt;
        &amp;quot;BannerPosition&amp;quot;:&amp;quot;center center&amp;quot;,   // Use allowable css values including units&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;DataPath&amp;quot;: &amp;quot;&amp;quot;,             // Set to the absolute or relative path of your data&lt;br /&gt;
    &amp;quot;Geometry&amp;quot;: {&lt;br /&gt;
        &amp;quot;StaticHead&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;StaticFoot&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;PaddingTop&amp;quot;: 2,        // Numeric value only (real numbers accepted but ignored if using px as unit)&lt;br /&gt;
        &amp;quot;PaddingBottom&amp;quot;: 1,     // Numeric value only ( ditto )&lt;br /&gt;
        &amp;quot;Units&amp;quot;: &amp;quot;em&amp;quot;,          // Accepts any valid css unit &lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Gull&amp;quot;: {&lt;br /&gt;
        &amp;quot;Animation&amp;quot;: &amp;quot;&amp;quot;,        // Blank, Expand, &#039;Enter left&#039;, &#039;Enter right&#039; or Drop only&lt;br /&gt;
        &amp;quot;Speed&amp;quot;: 5,             // Positive numeric values only (can be real)&lt;br /&gt;
        &amp;quot;OnTop&amp;quot;: true,          // true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Panels&amp;quot;: {&lt;br /&gt;
        &amp;quot;Shadows&amp;quot;: &amp;quot;&amp;quot;,          // Blank, Basic or Enhanced only&lt;br /&gt;
        &amp;quot;VariableHeights&amp;quot;: false,// true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Menu&amp;quot;: &amp;quot;json/ows-menu.js&amp;quot;, // Relative path and name of menu script.&lt;br /&gt;
    &amp;quot;NOAAPath&amp;quot;: &amp;quot;Reports&amp;quot;,      // Absolute or relative path to your NOAA Reports&lt;br /&gt;
}&lt;br /&gt;
  //  You are advised to leave these blank.&lt;br /&gt;
cmxSession = {&lt;br /&gt;
    &amp;quot;Records&amp;quot;: {&lt;br /&gt;
        &amp;quot;Monthly&amp;quot;: &amp;quot;&amp;quot;,  // Numeric integer representing to month to show - zero based&lt;br /&gt;
        &amp;quot;All&amp;quot;: &amp;quot;&amp;quot;       // As above and &#039;ThisYear&#039;, &#039;ThisMonth&#039; or &#039;Alltime&#039;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Charts&amp;quot;: {         // ONLY CHOOSE CHARTS FOR WHICH YOU HAVE DATA OR LEAVE BLANK.&lt;br /&gt;
        &amp;quot;Trends&amp;quot;: &amp;quot;&amp;quot;,   // One of: temp, press, wind, windDir, rain, dailyrain, humidity, solar, sunhours, and sensor dependant&lt;br /&gt;
        &amp;quot;Historic&amp;quot;:&amp;quot;&amp;quot;   // One of: Temp. Press, Wind, WindDir, Rain, Humidity, Solar, DegDays, TempSum, ChillHrs, Snow&lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
The object is organised alphabetically as this is how it is stored.  There are both root level entries and sections,  The sections are:- &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Geometry&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Panels&#039;&#039;&#039;.  &lt;br /&gt;
&lt;br /&gt;
The root level entries are:- &#039;&#039;&#039;DataPath&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit just the root level entries - &#039;&#039;&#039;DataPath&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;DataPath&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, &#039;&#039;&#039;this option should be empty&#039;&#039;&#039;.&lt;br /&gt;
** If you upload your data to another location, then this entry can be an absolute or relative path to that location.  Absolute paths always start with a &#039;/&#039; character; any other character implies relative path.&lt;br /&gt;
* &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
==== Other entries ====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template.&lt;br /&gt;
===== Custom =====&lt;br /&gt;
This section focuses on colours, the logo and banner images and  the menu.&lt;br /&gt;
===== Geometry =====&lt;br /&gt;
Allows you to adjust the spacing around the page content and whether or not the banner and/or footer are fixed in position.  The Gull now positions correctly based on the fixed status of the footer.&lt;br /&gt;
===== Gull =====&lt;br /&gt;
Primarily concerned with the animation of the gull at the bottom of the page and whether or not it is above or below page content.&lt;br /&gt;
===== Panels =====&lt;br /&gt;
A new feature that allows you to add one of two variations of shadow to the panels displayed on each page.  Some panels will not display shadows regardless of these settings.&lt;br /&gt;
==== the cmxSession Object ====&lt;br /&gt;
This is used dynamically by visitors to your site.  It records the last chart / record set viewed so that when re-visiting the page (in the correct session), the same chart/record set is displayed.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I will now only be putting full information and the download link  on [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 5.01&#039;&#039;&#039; &#039;&#039;dated: 16/02/2026&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is a complete re-write of the &#039;&#039;&#039;Alternative Public Website&#039;&#039;&#039; BUT that re-write only affects the header and footer areas and the top and tail of the main content area.&lt;br /&gt;
&lt;br /&gt;
It should be possible to copy any personal additional page content into the template.htm file provided.&lt;br /&gt;
&lt;br /&gt;
==== To do this ====&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;siteContent_Inner&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the current version of your page.&lt;br /&gt;
* Select ALL code &#039;&#039;&#039;inside&#039;&#039;&#039; this div and copy it to your clipboard.&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the template file provided with this update.&lt;br /&gt;
* Paste your old code inside this area, overwriting anything that is in the template down to its corresponding &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* Do make sure that you don&#039;t add any extra &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;s or remove any that close of the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; area&lt;br /&gt;
* Rename the template.html page appropriately.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 04/11/2025 - Version 4 build:006&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Added &#039;menu&#039; to the hamburger menu on the template1.html page only for those that want this feature.  You will need to copy it to other pages as required.&lt;br /&gt;
* Verified that the historic charts work as required.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=File:Screenshot_2026-02-16_at_10.56.03.png&amp;diff=12347</id>
		<title>File:Screenshot 2026-02-16 at 10.56.03.png</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=File:Screenshot_2026-02-16_at_10.56.03.png&amp;diff=12347"/>
		<updated>2026-02-16T10:57:57Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Version 5.01 of the Alternative Public Website&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12346</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12346"/>
		<updated>2026-02-16T10:54:35Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2025-10-26 at 11.36.35.png|500px|thumb|center|alt=Image of the Alternative Public Website|Screenshot of aiweather.uk]]&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:altwebsite my Wiki] Version. 4.01 16/02/2026 10:11&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with one template file for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is now in its own file - config.js.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 60em;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;cmxConfig = {&lt;br /&gt;
    //  Edit this to set your required configuration&lt;br /&gt;
    &amp;quot;Custom&amp;quot;: {&lt;br /&gt;
        &amp;quot;StandardMenu&amp;quot;: false,   // Set to true or false&lt;br /&gt;
        &amp;quot;Dropdown&amp;quot;: true,       // set to true or false&lt;br /&gt;
        &amp;quot;Theme&amp;quot;: &amp;quot;&amp;quot;,            // Set to the name of an existing theme WITHOUT &#039;css&#039;&lt;br /&gt;
        &amp;quot;Logo&amp;quot;: &amp;quot;&amp;quot;,             // Set to the absolute or relative path and name of the image to use OR &#039;None&#039;&lt;br /&gt;
        &amp;quot;BannerImage&amp;quot;: &amp;quot;&amp;quot;,      //  As above or leave blank&lt;br /&gt;
        &amp;quot;BannerPosition&amp;quot;:&amp;quot;center center&amp;quot;,   // Use allowable css values including units&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;DataPath&amp;quot;: &amp;quot;&amp;quot;,             // Set to the absolute or relative path of your data&lt;br /&gt;
    &amp;quot;Geometry&amp;quot;: {&lt;br /&gt;
        &amp;quot;StaticHead&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;StaticFoot&amp;quot;: true,     // true or false accepted&lt;br /&gt;
        &amp;quot;PaddingTop&amp;quot;: 2,        // Numeric value only (real numbers accepted but ignored if using px as unit)&lt;br /&gt;
        &amp;quot;PaddingBottom&amp;quot;: 1,     // Numeric value only ( ditto )&lt;br /&gt;
        &amp;quot;Units&amp;quot;: &amp;quot;em&amp;quot;,          // Accepts any valid css unit &lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Gull&amp;quot;: {&lt;br /&gt;
        &amp;quot;Animation&amp;quot;: &amp;quot;&amp;quot;,        // Blank, Expand, &#039;Enter left&#039;, &#039;Enter right&#039; or Drop only&lt;br /&gt;
        &amp;quot;Speed&amp;quot;: 5,             // Positive numeric values only (can be real)&lt;br /&gt;
        &amp;quot;OnTop&amp;quot;: true,          // true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Panels&amp;quot;: {&lt;br /&gt;
        &amp;quot;Shadows&amp;quot;: &amp;quot;&amp;quot;,          // Blank, Basic or Enhanced only&lt;br /&gt;
        &amp;quot;VariableHeights&amp;quot;: false,// true or false&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Menu&amp;quot;: &amp;quot;json/ows-menu.js&amp;quot;, // Relative path and name of menu script.&lt;br /&gt;
    &amp;quot;NOAAPath&amp;quot;: &amp;quot;Reports&amp;quot;,      // Absolute or relative path to your NOAA Reports&lt;br /&gt;
}&lt;br /&gt;
  //  You are advised to leave these blank.&lt;br /&gt;
cmxSession = {&lt;br /&gt;
    &amp;quot;Records&amp;quot;: {&lt;br /&gt;
        &amp;quot;Monthly&amp;quot;: &amp;quot;&amp;quot;,  // Numeric integer representing to month to show - zero based&lt;br /&gt;
        &amp;quot;All&amp;quot;: &amp;quot;&amp;quot;       // As above and &#039;ThisYear&#039;, &#039;ThisMonth&#039; or &#039;Alltime&#039;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;Charts&amp;quot;: {         // ONLY CHOOSE CHARTS FOR WHICH YOU HAVE DATA OR LEAVE BLANK.&lt;br /&gt;
        &amp;quot;Trends&amp;quot;: &amp;quot;&amp;quot;,   // One of: temp, press, wind, windDir, rain, dailyrain, humidity, solar, sunhours, and sensor dependant&lt;br /&gt;
        &amp;quot;Historic&amp;quot;:&amp;quot;&amp;quot;   // One of: Temp. Press, Wind, WindDir, Rain, Humidity, Solar, DegDays, TempSum, ChillHrs, Snow&lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
The object is organised alphabetically as this is how it is stored.  There are both root level entries and sections,  The sections are:- &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Geometry&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Panels&#039;&#039;&#039;.  &lt;br /&gt;
&lt;br /&gt;
The root level entries are:- &#039;&#039;&#039;DataPath&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit just the root level entries - &#039;&#039;&#039;DataPath&#039;&#039;&#039; and &#039;&#039;&#039;NOAAPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;DataPath&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, &#039;&#039;&#039;this option should be empty&#039;&#039;&#039;.&lt;br /&gt;
** If you upload your data to another location, then this entry can be an absolute or relative path to that location.  Absolute paths always start with a &#039;/&#039; character; any other character implies relative path.&lt;br /&gt;
* &#039;&#039;&#039;NOAAPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
==== Other entries ====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template.&lt;br /&gt;
===== Custom =====&lt;br /&gt;
This section focuses on colours, the logo and banner images and  the menu.&lt;br /&gt;
===== Geometry =====&lt;br /&gt;
Allows you to adjust the spacing around the page content and whether or not the banner and/or footer are fixed in position.  The Gull now positions correctly based on the fixed status of the footer.&lt;br /&gt;
===== Gull =====&lt;br /&gt;
Primarily concerned with the animation of the gull at the bottom of the page and whether or not it is above or below page content.&lt;br /&gt;
===== Panels =====&lt;br /&gt;
A new feature that allows you to add one of two variations of shadow to the panels displayed on each page.  Some panels will not display shadows regardless of these settings.&lt;br /&gt;
==== the cmxSession Object ====&lt;br /&gt;
This is used dynamically by visitors to your site.  It records the last chart / record set viewed so that when re-visiting the page (in the correct session), the same chart/record set is displayed.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I will now only be putting full information and the download link  on [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 5.01&#039;&#039;&#039; &#039;&#039;dated: 16/02/2026&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is a complete re-write of the &#039;&#039;&#039;Alternative Public Website&#039;&#039;&#039; BUT that re-write only affects the header and footer areas and the top and tail of the main content area.&lt;br /&gt;
&lt;br /&gt;
It should be possible to copy any personal additional page content into the template.htm file provided.&lt;br /&gt;
&lt;br /&gt;
==== To do this ====&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;siteContent_Inner&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the current version of your page.&lt;br /&gt;
* Select ALL code &#039;&#039;&#039;inside&#039;&#039;&#039; this div and copy it to your clipboard.&lt;br /&gt;
* Locate the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; in the template file provided with this update.&lt;br /&gt;
* Paste your old code inside this area, overwriting anything that is in the template down to its corresponding &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* Do make sure that you don&#039;t add any extra &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;s or remove any that close of the &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;div id=&amp;quot;subContent&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; area&lt;br /&gt;
* Rename the template.html page appropriately.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 04/11/2025 - Version 4 build:006&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Added &#039;menu&#039; to the hamburger menu on the template1.html page only for those that want this feature.  You will need to copy it to other pages as required.&lt;br /&gt;
* Verified that the historic charts work as required.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12345</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12345"/>
		<updated>2026-02-16T10:11:41Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2025-10-26 at 11.36.35.png|500px|thumb|center|alt=Image of the Alternative Public Website|Screenshot of aiweather.uk]]&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:altwebsite my Wiki] Version. 4.01 16/02/2026 10:11&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with one template file for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 20em;&amp;quot;|&lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.  &#039;&#039;&#039;&#039;&#039;Charts and Records&#039;&#039;&#039;&#039;&#039; These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I will now only be putting full information and the download link  on [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 04/11/2025 - Version 4 build:006&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Added &#039;menu&#039; to the hamburger menu on the template1.html page only for those that want this feature.  You will need to copy it to other pages as required.&lt;br /&gt;
* Verified that the historic charts work as required.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12262</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12262"/>
		<updated>2025-11-04T10:47:31Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Change Log */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2025-10-26 at 11.36.35.png|500px|thumb|center|alt=Image of the Alternative Public Website|Screenshot of aiweather.uk]]&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:altwebsite my Wiki] Version. 4 b:006 04/11/2025 10:43&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 20em;&amp;quot;|&lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.  &#039;&#039;&#039;&#039;&#039;Charts and Records&#039;&#039;&#039;&#039;&#039; These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I will now only be putting full information and the download link  on [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 04/11/2025 - Version 4 build:006&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Added &#039;menu&#039; to the hamburger menu on the template1.html page only for those that want this feature.  You will need to copy it to other pages as required.&lt;br /&gt;
* Verified that the historic charts work as required.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12261</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12261"/>
		<updated>2025-11-04T10:43:52Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2025-10-26 at 11.36.35.png|500px|thumb|center|alt=Image of the Alternative Public Website|Screenshot of aiweather.uk]]&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:altwebsite my Wiki] Version. 4 b:006 04/11/2025 10:43&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 20em;&amp;quot;|&lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.  &#039;&#039;&#039;&#039;&#039;Charts and Records&#039;&#039;&#039;&#039;&#039; These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I will now only be putting full information and the download link  on [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12256</id>
		<title>The Alternative Interface (ai.cmx)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12256"/>
		<updated>2025-10-26T13:21:38Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Using the AI Settings Page */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== The Alternative Interface ==&lt;br /&gt;
[[Category:Cumulus MX]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Alternative Interface (AI) is currently provided as an &#039;&#039;&#039;addition&#039;&#039;&#039; to the existing Interface for CumulusMX.  &lt;br /&gt;
&lt;br /&gt;
The default Interface is maintained by Mark and will always provide all the tools needed to manage your installation of your weather station,  The &#039;&#039;&#039;AI&#039;&#039;&#039; can be used as an alternative except immediately after an upgrade that has added new features to the interface as these may not yet be implemented on the AI (although every effort is made to do this).&lt;br /&gt;
&lt;br /&gt;
  In the near future it may replace the existing Interface but this is still under discussion.&lt;br /&gt;
&lt;br /&gt;
The AI is built using the same technology as the alternative public website and is intended to be flexible and responsive on all screen resolutions.  It is modular and designed so that end users can make changes to the way page content is displayed without too much knowledge of html coding.  It comes with themes that allow its colour to be changed to suit your personal preferences and a configuration page so that you can do this easily.&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
As the AI is now included with CumulusMX, there is no need to download it unless an interim upgrade is provided.&lt;br /&gt;
&lt;br /&gt;
To use the AI, you should now use the url: &#039;&#039;&#039;localhost:8998/ai2/&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 If you access the normal CumulusMX interface from a different computer then use the IP address of the machine running CumulusMX rather than &#039;&#039;localhost&#039;&#039;.&lt;br /&gt;
 If you run CumulusMX through a different port then use that port rather than 8998.&lt;br /&gt;
&lt;br /&gt;
 If you already have the AI running on your system then please &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; try to merge the two - keep them separate as files will change with each release and this &#039;&#039;&#039;will&#039;&#039;&#039; cause you issues.&lt;br /&gt;
&lt;br /&gt;
==General Features==&lt;br /&gt;
&lt;br /&gt;
This is a list of the features that the AI provides&lt;br /&gt;
* It has a large number of &#039;&#039;themes&#039;&#039; that can be used to change the colours used throughout the site&lt;br /&gt;
&lt;br /&gt;
* The Header and Footer can be fixed (default) or scroll, the footer is always at the bottom of the screen when page content is short and always scrolls on small screens.&lt;br /&gt;
&lt;br /&gt;
* If you don&#039;t use a Davis station directly connected to your system, you will &#039;&#039;&#039;not&#039;&#039;&#039; see the &#039;Davis Stats&#039; panel. &lt;br /&gt;
&lt;br /&gt;
* The fonts used are fully responsive.&lt;br /&gt;
&lt;br /&gt;
* Dashboard graphics have been updated.  These also appear on other weather data pages.&lt;br /&gt;
&lt;br /&gt;
* The menu has been adapted to have fewer top level entries and focus on managing your weather station.  It provides a link back to the default Interface if required.  (&#039;&#039;&#039;See note at top of the page&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
* All pages use a feature called flexboxes so can be re-organised simply by changing the order style for each panel.&lt;br /&gt;
&lt;br /&gt;
* The Utility pages have been combined into one page although the &#039;&#039;Latest Errors&#039;&#039; page is still available.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to all the Charts pages so that you can zoom in on small data sets.  They also latch within the current session so if you move away from the page, and return, the same chart will be displayed.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to the Steel Series Gauge popup tooltips and it now includes the scrolling text graphic.&lt;br /&gt;
&lt;br /&gt;
* The Logs pages have fixed regions to display line, date (and time) and scroll sideways rather than break the page layout.  Their popup editors have been restyled.&lt;br /&gt;
&lt;br /&gt;
* Font-Awsome icons are available throughout the site.&lt;br /&gt;
&lt;br /&gt;
Significant, but not exhaustive improvements have been added for accessibility.  Anyone requiring these features with knowledge of how to improve the AI2 should contact me.&lt;br /&gt;
&lt;br /&gt;
== The Menu ==&lt;br /&gt;
&lt;br /&gt;
As far as possible, the menu has been split between those pages that simply allow you to view information provided by your weather station and those that allow you to edit them.&lt;br /&gt;
&lt;br /&gt;
[[File:CumulusMX Menu 2025-10-26.png|800px|alt=Current CumulusMX Menu|Current CumulusMX Menu]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; The link to the default Interface has been moved to the &#039;&#039;&#039;&#039;&#039;Utilities&#039;&#039;&#039;&#039;&#039; menu and a new drop-down, called &#039;&#039;&#039;&#039;Support&#039;&#039;&#039;&#039; has been added to provide access to the Wiki, the Forum and my Wiki.&lt;br /&gt;
&lt;br /&gt;
===Viewing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:View Menu Screenshot 2025-10-26.png|350px|thumb|left|alt=Viewing your weather data|Viewing your weather data]]&lt;br /&gt;
&lt;br /&gt;
====The first three menu items====&lt;br /&gt;
There are three top level menu items at the left to enable this.  &lt;br /&gt;
&lt;br /&gt;
These are &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, &#039;&#039;&#039;Weather Data&#039;&#039;&#039; and &#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Dashboard&#039;&#039;&#039; menu item is always visible in both large and small screen, other menu items collapse until you expand the menu with the classic &#039;&#039;hamburger&#039;&#039; item.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Weather data&#039;&#039;&#039; menu, as shown on the left, contains links for all other pages that simply allow you to view rather than edit data.&lt;br /&gt;
&lt;br /&gt;
The exceptions are for the NOAA reports pages which can still be used to regenerate the currently displayed or all missing reports.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Extra sensors&#039;&#039;&#039; menu provides access for any extra sensors that are attached or &#039;air linked&#039; to your weather station.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:Settings Screenshot 2025-10-26.png|600px|thumb|left|alt=The Settings Menu|The Settings Menu]]&lt;br /&gt;
As can be seen in the screenshot on the left, there are four top level menu items to the right of the &#039;&#039;diamond&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These give access to either pages that enable you to configure your CMX setting or to editing your weather station data.&lt;br /&gt;
&lt;br /&gt;
These are: &#039;&#039;&#039;Logs&#039;&#039;&#039;, &#039;&#039;&#039;Settings&#039;&#039;&#039;, &#039;&#039;&#039;Edit&#039;&#039;&#039;, &#039;&#039;&#039;Utilities&#039;&#039;&#039; and &#039;&#039;&#039;Support&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These mirror the same menu items as on the default Interface.  One feature of the AI is that the &#039;&#039;&#039;&#039;&#039;Settings&#039;&#039;&#039;&#039;&#039; Menu is a drop down panel with columns.  On the mobile menu it reduces to two columns.  This makes it easier to access all items even on small screens.&lt;br /&gt;
&lt;br /&gt;
===== The Default Interface =====&lt;br /&gt;
This is now accessed using the &#039;&#039;&#039;&#039;&#039;Utilities&#039;&#039;&#039;&#039;&#039; drop-down menu.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using the AI Settings Page==&lt;br /&gt;
&lt;br /&gt;
The AI Settings page enables you to make global changes to the way the Interface looks.  Things you can change are:&lt;br /&gt;
&lt;br /&gt;
*Page Geometry&lt;br /&gt;
*:Use this to alter the gaps between the Header &amp;amp; Page content, and the Page content &amp;amp; Footer.&lt;br /&gt;
*:Change the units used to measure those gaps.  The site uses the Font Height, the Screen Height or pixels.  Pixels are fixed, the others are responsive.&lt;br /&gt;
*:Make the Header scroll with the page (Only if the page is long enough)&lt;br /&gt;
*:Make the Footer scroll with the page (only on long pages).  The Footer will always scroll on small screens.&lt;br /&gt;
&lt;br /&gt;
*The Theme&lt;br /&gt;
*:There are approximately 16 light themes&lt;br /&gt;
*:There are the same number of dark themes&lt;br /&gt;
*:There is one &#039;&#039;&#039;High Contrast&#039;&#039;&#039; theme.&lt;br /&gt;
&lt;br /&gt;
*The Seagull Animation&lt;br /&gt;
*:The default is None (however, the seagull does still fade in at its default position).&lt;br /&gt;
*:You can choose:&lt;br /&gt;
*::&#039;&#039;&#039;&#039;&#039;Grow upwards&#039;&#039;&#039;&#039;&#039;,&lt;br /&gt;
*::&#039;&#039;&#039;&#039;&#039;Fade Downwards&#039;&#039;&#039;&#039;&#039;, or&lt;br /&gt;
*::&#039;&#039;&#039;&#039;&#039;Expand diagonally&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
*:If you chose an animation you can adjust the speed in seconds.  Setting this to 0 effectively stops the animation.&lt;br /&gt;
*:Regardless of any animation, you can force the seagull to hide behind page content if preferred.&lt;br /&gt;
&lt;br /&gt;
As you make changes to any of these settings it will be reflected in the current page only.  To use the current selection you &#039;&#039;&#039;must&#039;&#039;&#039; click the bottom &#039;&#039;&#039;Use this Configuration&#039;&#039;&#039;.  To restore the default settings as programmed into the AI use the button &#039;&#039;&#039;Restore default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Beneath these buttons you will see the values used in the CMXConfig object to store these settings.  If your browser does &#039;&#039;&#039;not&#039;&#039;&#039; allow the setting to be stored, you can copy this directly into the ai-pagemanager.js file replacing what is already there.&lt;br /&gt;
&lt;br /&gt;
==Editing pages directly==&lt;br /&gt;
On the next release of the AI, I will be adding extra pages to the wiki to help you take control of the AI and make changes to suit your needs.&lt;br /&gt;
&lt;br /&gt;
The AI does include a &#039;development&#039; page that you can use to try out different layouts with the available dates well as making it easy for you to change columns and column orders.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12255</id>
		<title>The Alternative Interface (ai.cmx)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12255"/>
		<updated>2025-10-26T13:17:29Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The Default Interface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== The Alternative Interface ==&lt;br /&gt;
[[Category:Cumulus MX]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Alternative Interface (AI) is currently provided as an &#039;&#039;&#039;addition&#039;&#039;&#039; to the existing Interface for CumulusMX.  &lt;br /&gt;
&lt;br /&gt;
The default Interface is maintained by Mark and will always provide all the tools needed to manage your installation of your weather station,  The &#039;&#039;&#039;AI&#039;&#039;&#039; can be used as an alternative except immediately after an upgrade that has added new features to the interface as these may not yet be implemented on the AI (although every effort is made to do this).&lt;br /&gt;
&lt;br /&gt;
  In the near future it may replace the existing Interface but this is still under discussion.&lt;br /&gt;
&lt;br /&gt;
The AI is built using the same technology as the alternative public website and is intended to be flexible and responsive on all screen resolutions.  It is modular and designed so that end users can make changes to the way page content is displayed without too much knowledge of html coding.  It comes with themes that allow its colour to be changed to suit your personal preferences and a configuration page so that you can do this easily.&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
As the AI is now included with CumulusMX, there is no need to download it unless an interim upgrade is provided.&lt;br /&gt;
&lt;br /&gt;
To use the AI, you should now use the url: &#039;&#039;&#039;localhost:8998/ai2/&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 If you access the normal CumulusMX interface from a different computer then use the IP address of the machine running CumulusMX rather than &#039;&#039;localhost&#039;&#039;.&lt;br /&gt;
 If you run CumulusMX through a different port then use that port rather than 8998.&lt;br /&gt;
&lt;br /&gt;
 If you already have the AI running on your system then please &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; try to merge the two - keep them separate as files will change with each release and this &#039;&#039;&#039;will&#039;&#039;&#039; cause you issues.&lt;br /&gt;
&lt;br /&gt;
==General Features==&lt;br /&gt;
&lt;br /&gt;
This is a list of the features that the AI provides&lt;br /&gt;
* It has a large number of &#039;&#039;themes&#039;&#039; that can be used to change the colours used throughout the site&lt;br /&gt;
&lt;br /&gt;
* The Header and Footer can be fixed (default) or scroll, the footer is always at the bottom of the screen when page content is short and always scrolls on small screens.&lt;br /&gt;
&lt;br /&gt;
* If you don&#039;t use a Davis station directly connected to your system, you will &#039;&#039;&#039;not&#039;&#039;&#039; see the &#039;Davis Stats&#039; panel. &lt;br /&gt;
&lt;br /&gt;
* The fonts used are fully responsive.&lt;br /&gt;
&lt;br /&gt;
* Dashboard graphics have been updated.  These also appear on other weather data pages.&lt;br /&gt;
&lt;br /&gt;
* The menu has been adapted to have fewer top level entries and focus on managing your weather station.  It provides a link back to the default Interface if required.  (&#039;&#039;&#039;See note at top of the page&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
* All pages use a feature called flexboxes so can be re-organised simply by changing the order style for each panel.&lt;br /&gt;
&lt;br /&gt;
* The Utility pages have been combined into one page although the &#039;&#039;Latest Errors&#039;&#039; page is still available.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to all the Charts pages so that you can zoom in on small data sets.  They also latch within the current session so if you move away from the page, and return, the same chart will be displayed.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to the Steel Series Gauge popup tooltips and it now includes the scrolling text graphic.&lt;br /&gt;
&lt;br /&gt;
* The Logs pages have fixed regions to display line, date (and time) and scroll sideways rather than break the page layout.  Their popup editors have been restyled.&lt;br /&gt;
&lt;br /&gt;
* Font-Awsome icons are available throughout the site.&lt;br /&gt;
&lt;br /&gt;
Significant, but not exhaustive improvements have been added for accessibility.  Anyone requiring these features with knowledge of how to improve the AI2 should contact me.&lt;br /&gt;
&lt;br /&gt;
== The Menu ==&lt;br /&gt;
&lt;br /&gt;
As far as possible, the menu has been split between those pages that simply allow you to view information provided by your weather station and those that allow you to edit them.&lt;br /&gt;
&lt;br /&gt;
[[File:CumulusMX Menu 2025-10-26.png|800px|alt=Current CumulusMX Menu|Current CumulusMX Menu]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; The link to the default Interface has been moved to the &#039;&#039;&#039;&#039;&#039;Utilities&#039;&#039;&#039;&#039;&#039; menu and a new drop-down, called &#039;&#039;&#039;&#039;Support&#039;&#039;&#039;&#039; has been added to provide access to the Wiki, the Forum and my Wiki.&lt;br /&gt;
&lt;br /&gt;
===Viewing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:View Menu Screenshot 2025-10-26.png|350px|thumb|left|alt=Viewing your weather data|Viewing your weather data]]&lt;br /&gt;
&lt;br /&gt;
====The first three menu items====&lt;br /&gt;
There are three top level menu items at the left to enable this.  &lt;br /&gt;
&lt;br /&gt;
These are &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, &#039;&#039;&#039;Weather Data&#039;&#039;&#039; and &#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Dashboard&#039;&#039;&#039; menu item is always visible in both large and small screen, other menu items collapse until you expand the menu with the classic &#039;&#039;hamburger&#039;&#039; item.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Weather data&#039;&#039;&#039; menu, as shown on the left, contains links for all other pages that simply allow you to view rather than edit data.&lt;br /&gt;
&lt;br /&gt;
The exceptions are for the NOAA reports pages which can still be used to regenerate the currently displayed or all missing reports.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Extra sensors&#039;&#039;&#039; menu provides access for any extra sensors that are attached or &#039;air linked&#039; to your weather station.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:Settings Screenshot 2025-10-26.png|600px|thumb|left|alt=The Settings Menu|The Settings Menu]]&lt;br /&gt;
As can be seen in the screenshot on the left, there are four top level menu items to the right of the &#039;&#039;diamond&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These give access to either pages that enable you to configure your CMX setting or to editing your weather station data.&lt;br /&gt;
&lt;br /&gt;
These are: &#039;&#039;&#039;Logs&#039;&#039;&#039;, &#039;&#039;&#039;Settings&#039;&#039;&#039;, &#039;&#039;&#039;Edit&#039;&#039;&#039;, &#039;&#039;&#039;Utilities&#039;&#039;&#039; and &#039;&#039;&#039;Support&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These mirror the same menu items as on the default Interface.  One feature of the AI is that the &#039;&#039;&#039;&#039;&#039;Settings&#039;&#039;&#039;&#039;&#039; Menu is a drop down panel with columns.  On the mobile menu it reduces to two columns.  This makes it easier to access all items even on small screens.&lt;br /&gt;
&lt;br /&gt;
===== The Default Interface =====&lt;br /&gt;
This is now accessed using the &#039;&#039;&#039;&#039;&#039;Utilities&#039;&#039;&#039;&#039;&#039; drop-down menu.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using the AI Settings Page==&lt;br /&gt;
&lt;br /&gt;
The AI Settings page enables you to make global changes to the way the Interface looks.  Things you can change are:&lt;br /&gt;
&lt;br /&gt;
*Page Geometry&lt;br /&gt;
*:Use this to alter the gaps between the Header &amp;amp; Page content, and the Page content &amp;amp; Footer.&lt;br /&gt;
*:Change the units used to measure those gaps.  The site uses the Font Height, the Screen Height or pixels.  Pixels are fixed, the others are responsive.&lt;br /&gt;
*:Make the Header scroll with the page (Only if the page is long enough)&lt;br /&gt;
*:Make the Footer scroll with the page (only on long pages).  The Footer will always scroll on small screens.&lt;br /&gt;
&lt;br /&gt;
*The Theme&lt;br /&gt;
*:There are approximately 16 light themes&lt;br /&gt;
*:There are the same number of dark themes&lt;br /&gt;
*:There is one &#039;&#039;&#039;High Contrast&#039;&#039;&#039; theme.&lt;br /&gt;
&lt;br /&gt;
*The Seagull Animation&lt;br /&gt;
*:The default is None (however, the seagull does still fade in at its default position).&lt;br /&gt;
*:You can choose:&lt;br /&gt;
*::&#039;&#039;&#039;Float down the screen&#039;&#039;&#039;, or&lt;br /&gt;
*::&#039;&#039;&#039;Slide across the screen&#039;&#039;&#039;&lt;br /&gt;
*:If you chose an animation you can adjust the speed in seconds&lt;br /&gt;
*:Regardless of any animation, you can force the seagull to hide behind page content if preferred.&lt;br /&gt;
&lt;br /&gt;
As you make changes to any of these settings it will be reflected in the current page only.  To use the current selection you &#039;&#039;&#039;must&#039;&#039;&#039; click the bottom &#039;&#039;&#039;Use this Configuration&#039;&#039;&#039;.  To restore the default settings as programmed into the AI use the button &#039;&#039;&#039;Restore default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Beneath these buttons you will see the values used in the CMXConfig object to store these settings.  If your browser does &#039;&#039;&#039;not&#039;&#039;&#039; allow the setting to be stored, you can copy this directly into the ai-pagemanager.js file replacing what is already there.&lt;br /&gt;
&lt;br /&gt;
==Editing pages directly==&lt;br /&gt;
On the next release of the AI, I will be adding extra pages to the wiki to help you take control of the AI and make changes to suit your needs.&lt;br /&gt;
&lt;br /&gt;
The AI does include a &#039;development&#039; page that you can use to try out different layouts with the available dates well as making it easy for you to change columns and column orders.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12254</id>
		<title>The Alternative Interface (ai.cmx)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12254"/>
		<updated>2025-10-26T13:17:09Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The Default Interface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== The Alternative Interface ==&lt;br /&gt;
[[Category:Cumulus MX]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Alternative Interface (AI) is currently provided as an &#039;&#039;&#039;addition&#039;&#039;&#039; to the existing Interface for CumulusMX.  &lt;br /&gt;
&lt;br /&gt;
The default Interface is maintained by Mark and will always provide all the tools needed to manage your installation of your weather station,  The &#039;&#039;&#039;AI&#039;&#039;&#039; can be used as an alternative except immediately after an upgrade that has added new features to the interface as these may not yet be implemented on the AI (although every effort is made to do this).&lt;br /&gt;
&lt;br /&gt;
  In the near future it may replace the existing Interface but this is still under discussion.&lt;br /&gt;
&lt;br /&gt;
The AI is built using the same technology as the alternative public website and is intended to be flexible and responsive on all screen resolutions.  It is modular and designed so that end users can make changes to the way page content is displayed without too much knowledge of html coding.  It comes with themes that allow its colour to be changed to suit your personal preferences and a configuration page so that you can do this easily.&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
As the AI is now included with CumulusMX, there is no need to download it unless an interim upgrade is provided.&lt;br /&gt;
&lt;br /&gt;
To use the AI, you should now use the url: &#039;&#039;&#039;localhost:8998/ai2/&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 If you access the normal CumulusMX interface from a different computer then use the IP address of the machine running CumulusMX rather than &#039;&#039;localhost&#039;&#039;.&lt;br /&gt;
 If you run CumulusMX through a different port then use that port rather than 8998.&lt;br /&gt;
&lt;br /&gt;
 If you already have the AI running on your system then please &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; try to merge the two - keep them separate as files will change with each release and this &#039;&#039;&#039;will&#039;&#039;&#039; cause you issues.&lt;br /&gt;
&lt;br /&gt;
==General Features==&lt;br /&gt;
&lt;br /&gt;
This is a list of the features that the AI provides&lt;br /&gt;
* It has a large number of &#039;&#039;themes&#039;&#039; that can be used to change the colours used throughout the site&lt;br /&gt;
&lt;br /&gt;
* The Header and Footer can be fixed (default) or scroll, the footer is always at the bottom of the screen when page content is short and always scrolls on small screens.&lt;br /&gt;
&lt;br /&gt;
* If you don&#039;t use a Davis station directly connected to your system, you will &#039;&#039;&#039;not&#039;&#039;&#039; see the &#039;Davis Stats&#039; panel. &lt;br /&gt;
&lt;br /&gt;
* The fonts used are fully responsive.&lt;br /&gt;
&lt;br /&gt;
* Dashboard graphics have been updated.  These also appear on other weather data pages.&lt;br /&gt;
&lt;br /&gt;
* The menu has been adapted to have fewer top level entries and focus on managing your weather station.  It provides a link back to the default Interface if required.  (&#039;&#039;&#039;See note at top of the page&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
* All pages use a feature called flexboxes so can be re-organised simply by changing the order style for each panel.&lt;br /&gt;
&lt;br /&gt;
* The Utility pages have been combined into one page although the &#039;&#039;Latest Errors&#039;&#039; page is still available.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to all the Charts pages so that you can zoom in on small data sets.  They also latch within the current session so if you move away from the page, and return, the same chart will be displayed.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to the Steel Series Gauge popup tooltips and it now includes the scrolling text graphic.&lt;br /&gt;
&lt;br /&gt;
* The Logs pages have fixed regions to display line, date (and time) and scroll sideways rather than break the page layout.  Their popup editors have been restyled.&lt;br /&gt;
&lt;br /&gt;
* Font-Awsome icons are available throughout the site.&lt;br /&gt;
&lt;br /&gt;
Significant, but not exhaustive improvements have been added for accessibility.  Anyone requiring these features with knowledge of how to improve the AI2 should contact me.&lt;br /&gt;
&lt;br /&gt;
== The Menu ==&lt;br /&gt;
&lt;br /&gt;
As far as possible, the menu has been split between those pages that simply allow you to view information provided by your weather station and those that allow you to edit them.&lt;br /&gt;
&lt;br /&gt;
[[File:CumulusMX Menu 2025-10-26.png|800px|alt=Current CumulusMX Menu|Current CumulusMX Menu]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; The link to the default Interface has been moved to the &#039;&#039;&#039;&#039;&#039;Utilities&#039;&#039;&#039;&#039;&#039; menu and a new drop-down, called &#039;&#039;&#039;&#039;Support&#039;&#039;&#039;&#039; has been added to provide access to the Wiki, the Forum and my Wiki.&lt;br /&gt;
&lt;br /&gt;
===Viewing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:View Menu Screenshot 2025-10-26.png|350px|thumb|left|alt=Viewing your weather data|Viewing your weather data]]&lt;br /&gt;
&lt;br /&gt;
====The first three menu items====&lt;br /&gt;
There are three top level menu items at the left to enable this.  &lt;br /&gt;
&lt;br /&gt;
These are &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, &#039;&#039;&#039;Weather Data&#039;&#039;&#039; and &#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Dashboard&#039;&#039;&#039; menu item is always visible in both large and small screen, other menu items collapse until you expand the menu with the classic &#039;&#039;hamburger&#039;&#039; item.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Weather data&#039;&#039;&#039; menu, as shown on the left, contains links for all other pages that simply allow you to view rather than edit data.&lt;br /&gt;
&lt;br /&gt;
The exceptions are for the NOAA reports pages which can still be used to regenerate the currently displayed or all missing reports.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Extra sensors&#039;&#039;&#039; menu provides access for any extra sensors that are attached or &#039;air linked&#039; to your weather station.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:Settings Screenshot 2025-10-26.png|600px|thumb|left|alt=The Settings Menu|The Settings Menu]]&lt;br /&gt;
As can be seen in the screenshot on the left, there are four top level menu items to the right of the &#039;&#039;diamond&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These give access to either pages that enable you to configure your CMX setting or to editing your weather station data.&lt;br /&gt;
&lt;br /&gt;
These are: &#039;&#039;&#039;Logs&#039;&#039;&#039;, &#039;&#039;&#039;Settings&#039;&#039;&#039;, &#039;&#039;&#039;Edit&#039;&#039;&#039;, &#039;&#039;&#039;Utilities&#039;&#039;&#039; and &#039;&#039;&#039;Support&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These mirror the same menu items as on the default Interface.  One feature of the AI is that the &#039;&#039;&#039;&#039;&#039;Settings&#039;&#039;&#039;&#039;&#039; Menu is a drop down panel with columns.  On the mobile menu it reduces to two columns.  This makes it easier to access all items even on small screens.&lt;br /&gt;
&lt;br /&gt;
===== The Default Interface =====&lt;br /&gt;
This is now accessed using the &#039;&#039;&#039;&#039;&#039;Utilities&#039;&#039;&#039;&#039;&#039; drop-down menu.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using the AI Settings Page==&lt;br /&gt;
&lt;br /&gt;
The AI Settings page enables you to make global changes to the way the Interface looks.  Things you can change are:&lt;br /&gt;
&lt;br /&gt;
*Page Geometry&lt;br /&gt;
*:Use this to alter the gaps between the Header &amp;amp; Page content, and the Page content &amp;amp; Footer.&lt;br /&gt;
*:Change the units used to measure those gaps.  The site uses the Font Height, the Screen Height or pixels.  Pixels are fixed, the others are responsive.&lt;br /&gt;
*:Make the Header scroll with the page (Only if the page is long enough)&lt;br /&gt;
*:Make the Footer scroll with the page (only on long pages).  The Footer will always scroll on small screens.&lt;br /&gt;
&lt;br /&gt;
*The Theme&lt;br /&gt;
*:There are approximately 16 light themes&lt;br /&gt;
*:There are the same number of dark themes&lt;br /&gt;
*:There is one &#039;&#039;&#039;High Contrast&#039;&#039;&#039; theme.&lt;br /&gt;
&lt;br /&gt;
*The Seagull Animation&lt;br /&gt;
*:The default is None (however, the seagull does still fade in at its default position).&lt;br /&gt;
*:You can choose:&lt;br /&gt;
*::&#039;&#039;&#039;Float down the screen&#039;&#039;&#039;, or&lt;br /&gt;
*::&#039;&#039;&#039;Slide across the screen&#039;&#039;&#039;&lt;br /&gt;
*:If you chose an animation you can adjust the speed in seconds&lt;br /&gt;
*:Regardless of any animation, you can force the seagull to hide behind page content if preferred.&lt;br /&gt;
&lt;br /&gt;
As you make changes to any of these settings it will be reflected in the current page only.  To use the current selection you &#039;&#039;&#039;must&#039;&#039;&#039; click the bottom &#039;&#039;&#039;Use this Configuration&#039;&#039;&#039;.  To restore the default settings as programmed into the AI use the button &#039;&#039;&#039;Restore default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Beneath these buttons you will see the values used in the CMXConfig object to store these settings.  If your browser does &#039;&#039;&#039;not&#039;&#039;&#039; allow the setting to be stored, you can copy this directly into the ai-pagemanager.js file replacing what is already there.&lt;br /&gt;
&lt;br /&gt;
==Editing pages directly==&lt;br /&gt;
On the next release of the AI, I will be adding extra pages to the wiki to help you take control of the AI and make changes to suit your needs.&lt;br /&gt;
&lt;br /&gt;
The AI does include a &#039;development&#039; page that you can use to try out different layouts with the available dates well as making it easy for you to change columns and column orders.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12253</id>
		<title>The Alternative Interface (ai.cmx)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12253"/>
		<updated>2025-10-26T13:16:54Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The Default Interface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== The Alternative Interface ==&lt;br /&gt;
[[Category:Cumulus MX]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Alternative Interface (AI) is currently provided as an &#039;&#039;&#039;addition&#039;&#039;&#039; to the existing Interface for CumulusMX.  &lt;br /&gt;
&lt;br /&gt;
The default Interface is maintained by Mark and will always provide all the tools needed to manage your installation of your weather station,  The &#039;&#039;&#039;AI&#039;&#039;&#039; can be used as an alternative except immediately after an upgrade that has added new features to the interface as these may not yet be implemented on the AI (although every effort is made to do this).&lt;br /&gt;
&lt;br /&gt;
  In the near future it may replace the existing Interface but this is still under discussion.&lt;br /&gt;
&lt;br /&gt;
The AI is built using the same technology as the alternative public website and is intended to be flexible and responsive on all screen resolutions.  It is modular and designed so that end users can make changes to the way page content is displayed without too much knowledge of html coding.  It comes with themes that allow its colour to be changed to suit your personal preferences and a configuration page so that you can do this easily.&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
As the AI is now included with CumulusMX, there is no need to download it unless an interim upgrade is provided.&lt;br /&gt;
&lt;br /&gt;
To use the AI, you should now use the url: &#039;&#039;&#039;localhost:8998/ai2/&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 If you access the normal CumulusMX interface from a different computer then use the IP address of the machine running CumulusMX rather than &#039;&#039;localhost&#039;&#039;.&lt;br /&gt;
 If you run CumulusMX through a different port then use that port rather than 8998.&lt;br /&gt;
&lt;br /&gt;
 If you already have the AI running on your system then please &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; try to merge the two - keep them separate as files will change with each release and this &#039;&#039;&#039;will&#039;&#039;&#039; cause you issues.&lt;br /&gt;
&lt;br /&gt;
==General Features==&lt;br /&gt;
&lt;br /&gt;
This is a list of the features that the AI provides&lt;br /&gt;
* It has a large number of &#039;&#039;themes&#039;&#039; that can be used to change the colours used throughout the site&lt;br /&gt;
&lt;br /&gt;
* The Header and Footer can be fixed (default) or scroll, the footer is always at the bottom of the screen when page content is short and always scrolls on small screens.&lt;br /&gt;
&lt;br /&gt;
* If you don&#039;t use a Davis station directly connected to your system, you will &#039;&#039;&#039;not&#039;&#039;&#039; see the &#039;Davis Stats&#039; panel. &lt;br /&gt;
&lt;br /&gt;
* The fonts used are fully responsive.&lt;br /&gt;
&lt;br /&gt;
* Dashboard graphics have been updated.  These also appear on other weather data pages.&lt;br /&gt;
&lt;br /&gt;
* The menu has been adapted to have fewer top level entries and focus on managing your weather station.  It provides a link back to the default Interface if required.  (&#039;&#039;&#039;See note at top of the page&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
* All pages use a feature called flexboxes so can be re-organised simply by changing the order style for each panel.&lt;br /&gt;
&lt;br /&gt;
* The Utility pages have been combined into one page although the &#039;&#039;Latest Errors&#039;&#039; page is still available.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to all the Charts pages so that you can zoom in on small data sets.  They also latch within the current session so if you move away from the page, and return, the same chart will be displayed.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to the Steel Series Gauge popup tooltips and it now includes the scrolling text graphic.&lt;br /&gt;
&lt;br /&gt;
* The Logs pages have fixed regions to display line, date (and time) and scroll sideways rather than break the page layout.  Their popup editors have been restyled.&lt;br /&gt;
&lt;br /&gt;
* Font-Awsome icons are available throughout the site.&lt;br /&gt;
&lt;br /&gt;
Significant, but not exhaustive improvements have been added for accessibility.  Anyone requiring these features with knowledge of how to improve the AI2 should contact me.&lt;br /&gt;
&lt;br /&gt;
== The Menu ==&lt;br /&gt;
&lt;br /&gt;
As far as possible, the menu has been split between those pages that simply allow you to view information provided by your weather station and those that allow you to edit them.&lt;br /&gt;
&lt;br /&gt;
[[File:CumulusMX Menu 2025-10-26.png|800px|alt=Current CumulusMX Menu|Current CumulusMX Menu]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; The link to the default Interface has been moved to the &#039;&#039;&#039;&#039;&#039;Utilities&#039;&#039;&#039;&#039;&#039; menu and a new drop-down, called &#039;&#039;&#039;&#039;Support&#039;&#039;&#039;&#039; has been added to provide access to the Wiki, the Forum and my Wiki.&lt;br /&gt;
&lt;br /&gt;
===Viewing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:View Menu Screenshot 2025-10-26.png|350px|thumb|left|alt=Viewing your weather data|Viewing your weather data]]&lt;br /&gt;
&lt;br /&gt;
====The first three menu items====&lt;br /&gt;
There are three top level menu items at the left to enable this.  &lt;br /&gt;
&lt;br /&gt;
These are &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, &#039;&#039;&#039;Weather Data&#039;&#039;&#039; and &#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Dashboard&#039;&#039;&#039; menu item is always visible in both large and small screen, other menu items collapse until you expand the menu with the classic &#039;&#039;hamburger&#039;&#039; item.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Weather data&#039;&#039;&#039; menu, as shown on the left, contains links for all other pages that simply allow you to view rather than edit data.&lt;br /&gt;
&lt;br /&gt;
The exceptions are for the NOAA reports pages which can still be used to regenerate the currently displayed or all missing reports.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Extra sensors&#039;&#039;&#039; menu provides access for any extra sensors that are attached or &#039;air linked&#039; to your weather station.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:Settings Screenshot 2025-10-26.png|600px|thumb|left|alt=The Settings Menu|The Settings Menu]]&lt;br /&gt;
As can be seen in the screenshot on the left, there are four top level menu items to the right of the &#039;&#039;diamond&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These give access to either pages that enable you to configure your CMX setting or to editing your weather station data.&lt;br /&gt;
&lt;br /&gt;
These are: &#039;&#039;&#039;Logs&#039;&#039;&#039;, &#039;&#039;&#039;Settings&#039;&#039;&#039;, &#039;&#039;&#039;Edit&#039;&#039;&#039;, &#039;&#039;&#039;Utilities&#039;&#039;&#039; and &#039;&#039;&#039;Support&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These mirror the same menu items as on the default Interface.  One feature of the AI is that the &#039;&#039;&#039;&#039;&#039;Settings&#039;&#039;&#039;&#039;&#039; Menu is a drop down panel with columns.  On the mobile menu it reduces to two columns.  This makes it easier to access all items even on small screens.&lt;br /&gt;
&lt;br /&gt;
===== The Default Interface =====&lt;br /&gt;
This is now accessed using the &#039;&#039;&#039;&#039;&#039;Utilities&#039;&#039;&#039;&#039;&#039; drop-down menu.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using the AI Settings Page==&lt;br /&gt;
&lt;br /&gt;
The AI Settings page enables you to make global changes to the way the Interface looks.  Things you can change are:&lt;br /&gt;
&lt;br /&gt;
*Page Geometry&lt;br /&gt;
*:Use this to alter the gaps between the Header &amp;amp; Page content, and the Page content &amp;amp; Footer.&lt;br /&gt;
*:Change the units used to measure those gaps.  The site uses the Font Height, the Screen Height or pixels.  Pixels are fixed, the others are responsive.&lt;br /&gt;
*:Make the Header scroll with the page (Only if the page is long enough)&lt;br /&gt;
*:Make the Footer scroll with the page (only on long pages).  The Footer will always scroll on small screens.&lt;br /&gt;
&lt;br /&gt;
*The Theme&lt;br /&gt;
*:There are approximately 16 light themes&lt;br /&gt;
*:There are the same number of dark themes&lt;br /&gt;
*:There is one &#039;&#039;&#039;High Contrast&#039;&#039;&#039; theme.&lt;br /&gt;
&lt;br /&gt;
*The Seagull Animation&lt;br /&gt;
*:The default is None (however, the seagull does still fade in at its default position).&lt;br /&gt;
*:You can choose:&lt;br /&gt;
*::&#039;&#039;&#039;Float down the screen&#039;&#039;&#039;, or&lt;br /&gt;
*::&#039;&#039;&#039;Slide across the screen&#039;&#039;&#039;&lt;br /&gt;
*:If you chose an animation you can adjust the speed in seconds&lt;br /&gt;
*:Regardless of any animation, you can force the seagull to hide behind page content if preferred.&lt;br /&gt;
&lt;br /&gt;
As you make changes to any of these settings it will be reflected in the current page only.  To use the current selection you &#039;&#039;&#039;must&#039;&#039;&#039; click the bottom &#039;&#039;&#039;Use this Configuration&#039;&#039;&#039;.  To restore the default settings as programmed into the AI use the button &#039;&#039;&#039;Restore default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Beneath these buttons you will see the values used in the CMXConfig object to store these settings.  If your browser does &#039;&#039;&#039;not&#039;&#039;&#039; allow the setting to be stored, you can copy this directly into the ai-pagemanager.js file replacing what is already there.&lt;br /&gt;
&lt;br /&gt;
==Editing pages directly==&lt;br /&gt;
On the next release of the AI, I will be adding extra pages to the wiki to help you take control of the AI and make changes to suit your needs.&lt;br /&gt;
&lt;br /&gt;
The AI does include a &#039;development&#039; page that you can use to try out different layouts with the available dates well as making it easy for you to change columns and column orders.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12252</id>
		<title>The Alternative Interface (ai.cmx)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12252"/>
		<updated>2025-10-26T13:16:23Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Editing Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== The Alternative Interface ==&lt;br /&gt;
[[Category:Cumulus MX]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Alternative Interface (AI) is currently provided as an &#039;&#039;&#039;addition&#039;&#039;&#039; to the existing Interface for CumulusMX.  &lt;br /&gt;
&lt;br /&gt;
The default Interface is maintained by Mark and will always provide all the tools needed to manage your installation of your weather station,  The &#039;&#039;&#039;AI&#039;&#039;&#039; can be used as an alternative except immediately after an upgrade that has added new features to the interface as these may not yet be implemented on the AI (although every effort is made to do this).&lt;br /&gt;
&lt;br /&gt;
  In the near future it may replace the existing Interface but this is still under discussion.&lt;br /&gt;
&lt;br /&gt;
The AI is built using the same technology as the alternative public website and is intended to be flexible and responsive on all screen resolutions.  It is modular and designed so that end users can make changes to the way page content is displayed without too much knowledge of html coding.  It comes with themes that allow its colour to be changed to suit your personal preferences and a configuration page so that you can do this easily.&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
As the AI is now included with CumulusMX, there is no need to download it unless an interim upgrade is provided.&lt;br /&gt;
&lt;br /&gt;
To use the AI, you should now use the url: &#039;&#039;&#039;localhost:8998/ai2/&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 If you access the normal CumulusMX interface from a different computer then use the IP address of the machine running CumulusMX rather than &#039;&#039;localhost&#039;&#039;.&lt;br /&gt;
 If you run CumulusMX through a different port then use that port rather than 8998.&lt;br /&gt;
&lt;br /&gt;
 If you already have the AI running on your system then please &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; try to merge the two - keep them separate as files will change with each release and this &#039;&#039;&#039;will&#039;&#039;&#039; cause you issues.&lt;br /&gt;
&lt;br /&gt;
==General Features==&lt;br /&gt;
&lt;br /&gt;
This is a list of the features that the AI provides&lt;br /&gt;
* It has a large number of &#039;&#039;themes&#039;&#039; that can be used to change the colours used throughout the site&lt;br /&gt;
&lt;br /&gt;
* The Header and Footer can be fixed (default) or scroll, the footer is always at the bottom of the screen when page content is short and always scrolls on small screens.&lt;br /&gt;
&lt;br /&gt;
* If you don&#039;t use a Davis station directly connected to your system, you will &#039;&#039;&#039;not&#039;&#039;&#039; see the &#039;Davis Stats&#039; panel. &lt;br /&gt;
&lt;br /&gt;
* The fonts used are fully responsive.&lt;br /&gt;
&lt;br /&gt;
* Dashboard graphics have been updated.  These also appear on other weather data pages.&lt;br /&gt;
&lt;br /&gt;
* The menu has been adapted to have fewer top level entries and focus on managing your weather station.  It provides a link back to the default Interface if required.  (&#039;&#039;&#039;See note at top of the page&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
* All pages use a feature called flexboxes so can be re-organised simply by changing the order style for each panel.&lt;br /&gt;
&lt;br /&gt;
* The Utility pages have been combined into one page although the &#039;&#039;Latest Errors&#039;&#039; page is still available.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to all the Charts pages so that you can zoom in on small data sets.  They also latch within the current session so if you move away from the page, and return, the same chart will be displayed.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to the Steel Series Gauge popup tooltips and it now includes the scrolling text graphic.&lt;br /&gt;
&lt;br /&gt;
* The Logs pages have fixed regions to display line, date (and time) and scroll sideways rather than break the page layout.  Their popup editors have been restyled.&lt;br /&gt;
&lt;br /&gt;
* Font-Awsome icons are available throughout the site.&lt;br /&gt;
&lt;br /&gt;
Significant, but not exhaustive improvements have been added for accessibility.  Anyone requiring these features with knowledge of how to improve the AI2 should contact me.&lt;br /&gt;
&lt;br /&gt;
== The Menu ==&lt;br /&gt;
&lt;br /&gt;
As far as possible, the menu has been split between those pages that simply allow you to view information provided by your weather station and those that allow you to edit them.&lt;br /&gt;
&lt;br /&gt;
[[File:CumulusMX Menu 2025-10-26.png|800px|alt=Current CumulusMX Menu|Current CumulusMX Menu]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; The link to the default Interface has been moved to the &#039;&#039;&#039;&#039;&#039;Utilities&#039;&#039;&#039;&#039;&#039; menu and a new drop-down, called &#039;&#039;&#039;&#039;Support&#039;&#039;&#039;&#039; has been added to provide access to the Wiki, the Forum and my Wiki.&lt;br /&gt;
&lt;br /&gt;
===Viewing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:View Menu Screenshot 2025-10-26.png|350px|thumb|left|alt=Viewing your weather data|Viewing your weather data]]&lt;br /&gt;
&lt;br /&gt;
====The first three menu items====&lt;br /&gt;
There are three top level menu items at the left to enable this.  &lt;br /&gt;
&lt;br /&gt;
These are &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, &#039;&#039;&#039;Weather Data&#039;&#039;&#039; and &#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Dashboard&#039;&#039;&#039; menu item is always visible in both large and small screen, other menu items collapse until you expand the menu with the classic &#039;&#039;hamburger&#039;&#039; item.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Weather data&#039;&#039;&#039; menu, as shown on the left, contains links for all other pages that simply allow you to view rather than edit data.&lt;br /&gt;
&lt;br /&gt;
The exceptions are for the NOAA reports pages which can still be used to regenerate the currently displayed or all missing reports.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Extra sensors&#039;&#039;&#039; menu provides access for any extra sensors that are attached or &#039;air linked&#039; to your weather station.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:Settings Screenshot 2025-10-26.png|600px|thumb|left|alt=The Settings Menu|The Settings Menu]]&lt;br /&gt;
As can be seen in the screenshot on the left, there are four top level menu items to the right of the &#039;&#039;diamond&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These give access to either pages that enable you to configure your CMX setting or to editing your weather station data.&lt;br /&gt;
&lt;br /&gt;
These are: &#039;&#039;&#039;Logs&#039;&#039;&#039;, &#039;&#039;&#039;Settings&#039;&#039;&#039;, &#039;&#039;&#039;Edit&#039;&#039;&#039;, &#039;&#039;&#039;Utilities&#039;&#039;&#039; and &#039;&#039;&#039;Support&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These mirror the same menu items as on the default Interface.  One feature of the AI is that the &#039;&#039;&#039;&#039;&#039;Settings&#039;&#039;&#039;&#039;&#039; Menu is a drop down panel with columns.  On the mobile menu it reduces to two columns.  This makes it easier to access all items even on small screens.&lt;br /&gt;
&lt;br /&gt;
===== The Default Interface =====&lt;br /&gt;
This is now accessed using the &#039;&#039;&#039;&#039;&#039;Utilities&#039;&#039;&#039;&#039;&#039; drop-down menu.&lt;br /&gt;
&lt;br /&gt;
==Using the AI Settings Page==&lt;br /&gt;
&lt;br /&gt;
The AI Settings page enables you to make global changes to the way the Interface looks.  Things you can change are:&lt;br /&gt;
&lt;br /&gt;
*Page Geometry&lt;br /&gt;
*:Use this to alter the gaps between the Header &amp;amp; Page content, and the Page content &amp;amp; Footer.&lt;br /&gt;
*:Change the units used to measure those gaps.  The site uses the Font Height, the Screen Height or pixels.  Pixels are fixed, the others are responsive.&lt;br /&gt;
*:Make the Header scroll with the page (Only if the page is long enough)&lt;br /&gt;
*:Make the Footer scroll with the page (only on long pages).  The Footer will always scroll on small screens.&lt;br /&gt;
&lt;br /&gt;
*The Theme&lt;br /&gt;
*:There are approximately 16 light themes&lt;br /&gt;
*:There are the same number of dark themes&lt;br /&gt;
*:There is one &#039;&#039;&#039;High Contrast&#039;&#039;&#039; theme.&lt;br /&gt;
&lt;br /&gt;
*The Seagull Animation&lt;br /&gt;
*:The default is None (however, the seagull does still fade in at its default position).&lt;br /&gt;
*:You can choose:&lt;br /&gt;
*::&#039;&#039;&#039;Float down the screen&#039;&#039;&#039;, or&lt;br /&gt;
*::&#039;&#039;&#039;Slide across the screen&#039;&#039;&#039;&lt;br /&gt;
*:If you chose an animation you can adjust the speed in seconds&lt;br /&gt;
*:Regardless of any animation, you can force the seagull to hide behind page content if preferred.&lt;br /&gt;
&lt;br /&gt;
As you make changes to any of these settings it will be reflected in the current page only.  To use the current selection you &#039;&#039;&#039;must&#039;&#039;&#039; click the bottom &#039;&#039;&#039;Use this Configuration&#039;&#039;&#039;.  To restore the default settings as programmed into the AI use the button &#039;&#039;&#039;Restore default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Beneath these buttons you will see the values used in the CMXConfig object to store these settings.  If your browser does &#039;&#039;&#039;not&#039;&#039;&#039; allow the setting to be stored, you can copy this directly into the ai-pagemanager.js file replacing what is already there.&lt;br /&gt;
&lt;br /&gt;
==Editing pages directly==&lt;br /&gt;
On the next release of the AI, I will be adding extra pages to the wiki to help you take control of the AI and make changes to suit your needs.&lt;br /&gt;
&lt;br /&gt;
The AI does include a &#039;development&#039; page that you can use to try out different layouts with the available dates well as making it easy for you to change columns and column orders.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=File:Settings_Screenshot_2025-10-26.png&amp;diff=12251</id>
		<title>File:Settings Screenshot 2025-10-26.png</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=File:Settings_Screenshot_2025-10-26.png&amp;diff=12251"/>
		<updated>2025-10-26T13:12:08Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Settings Menu&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12250</id>
		<title>The Alternative Interface (ai.cmx)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12250"/>
		<updated>2025-10-26T13:11:22Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== The Alternative Interface ==&lt;br /&gt;
[[Category:Cumulus MX]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Alternative Interface (AI) is currently provided as an &#039;&#039;&#039;addition&#039;&#039;&#039; to the existing Interface for CumulusMX.  &lt;br /&gt;
&lt;br /&gt;
The default Interface is maintained by Mark and will always provide all the tools needed to manage your installation of your weather station,  The &#039;&#039;&#039;AI&#039;&#039;&#039; can be used as an alternative except immediately after an upgrade that has added new features to the interface as these may not yet be implemented on the AI (although every effort is made to do this).&lt;br /&gt;
&lt;br /&gt;
  In the near future it may replace the existing Interface but this is still under discussion.&lt;br /&gt;
&lt;br /&gt;
The AI is built using the same technology as the alternative public website and is intended to be flexible and responsive on all screen resolutions.  It is modular and designed so that end users can make changes to the way page content is displayed without too much knowledge of html coding.  It comes with themes that allow its colour to be changed to suit your personal preferences and a configuration page so that you can do this easily.&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
As the AI is now included with CumulusMX, there is no need to download it unless an interim upgrade is provided.&lt;br /&gt;
&lt;br /&gt;
To use the AI, you should now use the url: &#039;&#039;&#039;localhost:8998/ai2/&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 If you access the normal CumulusMX interface from a different computer then use the IP address of the machine running CumulusMX rather than &#039;&#039;localhost&#039;&#039;.&lt;br /&gt;
 If you run CumulusMX through a different port then use that port rather than 8998.&lt;br /&gt;
&lt;br /&gt;
 If you already have the AI running on your system then please &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; try to merge the two - keep them separate as files will change with each release and this &#039;&#039;&#039;will&#039;&#039;&#039; cause you issues.&lt;br /&gt;
&lt;br /&gt;
==General Features==&lt;br /&gt;
&lt;br /&gt;
This is a list of the features that the AI provides&lt;br /&gt;
* It has a large number of &#039;&#039;themes&#039;&#039; that can be used to change the colours used throughout the site&lt;br /&gt;
&lt;br /&gt;
* The Header and Footer can be fixed (default) or scroll, the footer is always at the bottom of the screen when page content is short and always scrolls on small screens.&lt;br /&gt;
&lt;br /&gt;
* If you don&#039;t use a Davis station directly connected to your system, you will &#039;&#039;&#039;not&#039;&#039;&#039; see the &#039;Davis Stats&#039; panel. &lt;br /&gt;
&lt;br /&gt;
* The fonts used are fully responsive.&lt;br /&gt;
&lt;br /&gt;
* Dashboard graphics have been updated.  These also appear on other weather data pages.&lt;br /&gt;
&lt;br /&gt;
* The menu has been adapted to have fewer top level entries and focus on managing your weather station.  It provides a link back to the default Interface if required.  (&#039;&#039;&#039;See note at top of the page&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
* All pages use a feature called flexboxes so can be re-organised simply by changing the order style for each panel.&lt;br /&gt;
&lt;br /&gt;
* The Utility pages have been combined into one page although the &#039;&#039;Latest Errors&#039;&#039; page is still available.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to all the Charts pages so that you can zoom in on small data sets.  They also latch within the current session so if you move away from the page, and return, the same chart will be displayed.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to the Steel Series Gauge popup tooltips and it now includes the scrolling text graphic.&lt;br /&gt;
&lt;br /&gt;
* The Logs pages have fixed regions to display line, date (and time) and scroll sideways rather than break the page layout.  Their popup editors have been restyled.&lt;br /&gt;
&lt;br /&gt;
* Font-Awsome icons are available throughout the site.&lt;br /&gt;
&lt;br /&gt;
Significant, but not exhaustive improvements have been added for accessibility.  Anyone requiring these features with knowledge of how to improve the AI2 should contact me.&lt;br /&gt;
&lt;br /&gt;
== The Menu ==&lt;br /&gt;
&lt;br /&gt;
As far as possible, the menu has been split between those pages that simply allow you to view information provided by your weather station and those that allow you to edit them.&lt;br /&gt;
&lt;br /&gt;
[[File:CumulusMX Menu 2025-10-26.png|800px|alt=Current CumulusMX Menu|Current CumulusMX Menu]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; The link to the default Interface has been moved to the &#039;&#039;&#039;&#039;&#039;Utilities&#039;&#039;&#039;&#039;&#039; menu and a new drop-down, called &#039;&#039;&#039;&#039;Support&#039;&#039;&#039;&#039; has been added to provide access to the Wiki, the Forum and my Wiki.&lt;br /&gt;
&lt;br /&gt;
===Viewing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:View Menu Screenshot 2025-10-26.png|350px|thumb|left|alt=Viewing your weather data|Viewing your weather data]]&lt;br /&gt;
&lt;br /&gt;
====The first three menu items====&lt;br /&gt;
There are three top level menu items at the left to enable this.  &lt;br /&gt;
&lt;br /&gt;
These are &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, &#039;&#039;&#039;Weather Data&#039;&#039;&#039; and &#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Dashboard&#039;&#039;&#039; menu item is always visible in both large and small screen, other menu items collapse until you expand the menu with the classic &#039;&#039;hamburger&#039;&#039; item.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Weather data&#039;&#039;&#039; menu, as shown on the left, contains links for all other pages that simply allow you to view rather than edit data.&lt;br /&gt;
&lt;br /&gt;
The exceptions are for the NOAA reports pages which can still be used to regenerate the currently displayed or all missing reports.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Extra sensors&#039;&#039;&#039; menu provides access for any extra sensors that are attached or &#039;air linked&#039; to your weather station.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot Settings Menu.png|600px|left|alt=The Settings Menu|The Settings Menu]]&lt;br /&gt;
As can be seen in the screenshot on the left, there are four top level menu items to the right of the &#039;&#039;diamond&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These give access to either page that enable you to configure setting for your CumulusMX system or to editing your weather station data.&lt;br /&gt;
&lt;br /&gt;
These are: &#039;&#039;&#039;Logs&#039;&#039;&#039;, &#039;&#039;&#039;Settings&#039;&#039;&#039;, &#039;&#039;&#039;Edit&#039;&#039;&#039; and &#039;&#039;&#039;Utilities&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These mirror the same menu items as on the default Interface.  One feature of the AI is that the &#039;&#039;Settings&#039;&#039; Menu is a drop down panel with columns.  On the mobile menu it reduces to two columns.  This makes it easier to access all items even on small screens.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
====The Default Interface====&lt;br /&gt;
&lt;br /&gt;
Access is provided to this via the last top level menu at the extreme right of the menu (just visible in the screenshot).  It will open the Interface in a new Window.&lt;br /&gt;
&lt;br /&gt;
==Using the AI Settings Page==&lt;br /&gt;
&lt;br /&gt;
The AI Settings page enables you to make global changes to the way the Interface looks.  Things you can change are:&lt;br /&gt;
&lt;br /&gt;
*Page Geometry&lt;br /&gt;
*:Use this to alter the gaps between the Header &amp;amp; Page content, and the Page content &amp;amp; Footer.&lt;br /&gt;
*:Change the units used to measure those gaps.  The site uses the Font Height, the Screen Height or pixels.  Pixels are fixed, the others are responsive.&lt;br /&gt;
*:Make the Header scroll with the page (Only if the page is long enough)&lt;br /&gt;
*:Make the Footer scroll with the page (only on long pages).  The Footer will always scroll on small screens.&lt;br /&gt;
&lt;br /&gt;
*The Theme&lt;br /&gt;
*:There are approximately 16 light themes&lt;br /&gt;
*:There are the same number of dark themes&lt;br /&gt;
*:There is one &#039;&#039;&#039;High Contrast&#039;&#039;&#039; theme.&lt;br /&gt;
&lt;br /&gt;
*The Seagull Animation&lt;br /&gt;
*:The default is None (however, the seagull does still fade in at its default position).&lt;br /&gt;
*:You can choose:&lt;br /&gt;
*::&#039;&#039;&#039;Float down the screen&#039;&#039;&#039;, or&lt;br /&gt;
*::&#039;&#039;&#039;Slide across the screen&#039;&#039;&#039;&lt;br /&gt;
*:If you chose an animation you can adjust the speed in seconds&lt;br /&gt;
*:Regardless of any animation, you can force the seagull to hide behind page content if preferred.&lt;br /&gt;
&lt;br /&gt;
As you make changes to any of these settings it will be reflected in the current page only.  To use the current selection you &#039;&#039;&#039;must&#039;&#039;&#039; click the bottom &#039;&#039;&#039;Use this Configuration&#039;&#039;&#039;.  To restore the default settings as programmed into the AI use the button &#039;&#039;&#039;Restore default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Beneath these buttons you will see the values used in the CMXConfig object to store these settings.  If your browser does &#039;&#039;&#039;not&#039;&#039;&#039; allow the setting to be stored, you can copy this directly into the ai-pagemanager.js file replacing what is already there.&lt;br /&gt;
&lt;br /&gt;
==Editing pages directly==&lt;br /&gt;
On the next release of the AI, I will be adding extra pages to the wiki to help you take control of the AI and make changes to suit your needs.&lt;br /&gt;
&lt;br /&gt;
The AI does include a &#039;development&#039; page that you can use to try out different layouts with the available dates well as making it easy for you to change columns and column orders.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12249</id>
		<title>The Alternative Interface (ai.cmx)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12249"/>
		<updated>2025-10-26T13:10:50Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== The Alternative Interface ==&lt;br /&gt;
[[Category:Cumulus MX]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Alternative Interface (AI) is currently provided as an &#039;&#039;&#039;addition&#039;&#039;&#039; to the existing Interface for CumulusMX.  &lt;br /&gt;
&lt;br /&gt;
The default Interface is maintained by Mark and will always provide all the tools needed to manage your installation of your weather station,  The &#039;&#039;&#039;AI&#039;&#039;&#039; can be used as an alternative except immediately after an upgrade that has added new features to the interface as these may not yet be implemented on the AI (although every effort is made to do this).&lt;br /&gt;
&lt;br /&gt;
  In the near future it may replace the existing Interface but this is still under discussion.&lt;br /&gt;
&lt;br /&gt;
The AI is built using the same technology as the alternative public website and is intended to be flexible and responsive on all screen resolutions.  It is modular and designed so that end users can make changes to the way page content is displayed without too much knowledge of html coding.  It comes with themes that allow its colour to be changed to suit your personal preferences and a configuration page so that you can do this easily.&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
As the AI is now included with CumulusMX, there is no need to download it unless an interim upgrade is provided.&lt;br /&gt;
&lt;br /&gt;
To use the AI, you should now use the url: &#039;&#039;&#039;localhost:8998/ai2/&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 If you access the normal CumulusMX interface from a different computer then use the IP address of the machine running CumulusMX rather than &#039;&#039;localhost&#039;&#039;.&lt;br /&gt;
 If you run CumulusMX through a different port then use that port rather than 8998.&lt;br /&gt;
&lt;br /&gt;
 If you already have the AI running on your system then please &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; try to merge the two - keep them separate as files will change with each release and this &#039;&#039;&#039;will&#039;&#039;&#039; cause you issues.&lt;br /&gt;
&lt;br /&gt;
==General Features==&lt;br /&gt;
&lt;br /&gt;
This is a list of the features that the AI provides&lt;br /&gt;
* It has a large number of &#039;&#039;themes&#039;&#039; that can be used to change the colours used throughout the site&lt;br /&gt;
&lt;br /&gt;
* The Header and Footer can be fixed (default) or scroll, the footer is always at the bottom of the screen when page content is short and always scrolls on small screens.&lt;br /&gt;
&lt;br /&gt;
* If you don&#039;t use a Davis station directly connected to your system, you will &#039;&#039;&#039;not&#039;&#039;&#039; see the &#039;Davis Stats&#039; panel. &lt;br /&gt;
&lt;br /&gt;
* The fonts used are fully responsive.&lt;br /&gt;
&lt;br /&gt;
* Dashboard graphics have been updated.  These also appear on other weather data pages.&lt;br /&gt;
&lt;br /&gt;
* The menu has been adapted to have fewer top level entries and focus on managing your weather station.  It provides a link back to the default Interface if required.  (&#039;&#039;&#039;See note at top of the page&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
* All pages use a feature called flexboxes so can be re-organised simply by changing the order style for each panel.&lt;br /&gt;
&lt;br /&gt;
* The Utility pages have been combined into one page although the &#039;&#039;Latest Errors&#039;&#039; page is still available.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to all the Charts pages so that you can zoom in on small data sets.  They also latch within the current session so if you move away from the page, and return, the same chart will be displayed.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to the Steel Series Gauge popup tooltips and it now includes the scrolling text graphic.&lt;br /&gt;
&lt;br /&gt;
* The Logs pages have fixed regions to display line, date (and time) and scroll sideways rather than break the page layout.  Their popup editors have been restyled.&lt;br /&gt;
&lt;br /&gt;
* Font-Awsome icons are available throughout the site.&lt;br /&gt;
&lt;br /&gt;
Significant, but not exhaustive improvements have been added for accessibility.  Anyone requiring these features with knowledge of how to improve the AI2 should contact me.&lt;br /&gt;
&lt;br /&gt;
== The Menu ==&lt;br /&gt;
&lt;br /&gt;
As far as possible, the menu has been split between those pages that simply allow you to view information provided by your weather station and those that allow you to edit them.&lt;br /&gt;
&lt;br /&gt;
[[File:CumulusMX Menu 2025-10-26.png|800px|alt=Current CumulusMX Menu|Current CumulusMX Menu]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; The link to the default Interface has been moved to the &#039;&#039;&#039;&#039;&#039;Utilities&#039;&#039;&#039;&#039;&#039; menu and a new drop-down has been added to provide access to the Wiki, the Forum and my Wiki.&lt;br /&gt;
&lt;br /&gt;
===Viewing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:View Menu Screenshot 2025-10-26.png|350px|thumb|left|alt=Viewing your weather data|Viewing your weather data]]&lt;br /&gt;
&lt;br /&gt;
====The first three menu items====&lt;br /&gt;
There are three top level menu items at the left to enable this.  &lt;br /&gt;
&lt;br /&gt;
These are &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, &#039;&#039;&#039;Weather Data&#039;&#039;&#039; and &#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Dashboard&#039;&#039;&#039; menu item is always visible in both large and small screen, other menu items collapse until you expand the menu with the classic &#039;&#039;hamburger&#039;&#039; item.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Weather data&#039;&#039;&#039; menu, as shown on the left, contains links for all other pages that simply allow you to view rather than edit data.&lt;br /&gt;
&lt;br /&gt;
The exceptions are for the NOAA reports pages which can still be used to regenerate the currently displayed or all missing reports.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Extra sensors&#039;&#039;&#039; menu provides access for any extra sensors that are attached or &#039;air linked&#039; to your weather station.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot Settings Menu.png|600px|left|alt=The Settings Menu|The Settings Menu]]&lt;br /&gt;
As can be seen in the screenshot on the left, there are four top level menu items to the right of the &#039;&#039;diamond&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These give access to either page that enable you to configure setting for your CumulusMX system or to editing your weather station data.&lt;br /&gt;
&lt;br /&gt;
These are: &#039;&#039;&#039;Logs&#039;&#039;&#039;, &#039;&#039;&#039;Settings&#039;&#039;&#039;, &#039;&#039;&#039;Edit&#039;&#039;&#039; and &#039;&#039;&#039;Utilities&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These mirror the same menu items as on the default Interface.  One feature of the AI is that the &#039;&#039;Settings&#039;&#039; Menu is a drop down panel with columns.  On the mobile menu it reduces to two columns.  This makes it easier to access all items even on small screens.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
====The Default Interface====&lt;br /&gt;
&lt;br /&gt;
Access is provided to this via the last top level menu at the extreme right of the menu (just visible in the screenshot).  It will open the Interface in a new Window.&lt;br /&gt;
&lt;br /&gt;
==Using the AI Settings Page==&lt;br /&gt;
&lt;br /&gt;
The AI Settings page enables you to make global changes to the way the Interface looks.  Things you can change are:&lt;br /&gt;
&lt;br /&gt;
*Page Geometry&lt;br /&gt;
*:Use this to alter the gaps between the Header &amp;amp; Page content, and the Page content &amp;amp; Footer.&lt;br /&gt;
*:Change the units used to measure those gaps.  The site uses the Font Height, the Screen Height or pixels.  Pixels are fixed, the others are responsive.&lt;br /&gt;
*:Make the Header scroll with the page (Only if the page is long enough)&lt;br /&gt;
*:Make the Footer scroll with the page (only on long pages).  The Footer will always scroll on small screens.&lt;br /&gt;
&lt;br /&gt;
*The Theme&lt;br /&gt;
*:There are approximately 16 light themes&lt;br /&gt;
*:There are the same number of dark themes&lt;br /&gt;
*:There is one &#039;&#039;&#039;High Contrast&#039;&#039;&#039; theme.&lt;br /&gt;
&lt;br /&gt;
*The Seagull Animation&lt;br /&gt;
*:The default is None (however, the seagull does still fade in at its default position).&lt;br /&gt;
*:You can choose:&lt;br /&gt;
*::&#039;&#039;&#039;Float down the screen&#039;&#039;&#039;, or&lt;br /&gt;
*::&#039;&#039;&#039;Slide across the screen&#039;&#039;&#039;&lt;br /&gt;
*:If you chose an animation you can adjust the speed in seconds&lt;br /&gt;
*:Regardless of any animation, you can force the seagull to hide behind page content if preferred.&lt;br /&gt;
&lt;br /&gt;
As you make changes to any of these settings it will be reflected in the current page only.  To use the current selection you &#039;&#039;&#039;must&#039;&#039;&#039; click the bottom &#039;&#039;&#039;Use this Configuration&#039;&#039;&#039;.  To restore the default settings as programmed into the AI use the button &#039;&#039;&#039;Restore default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Beneath these buttons you will see the values used in the CMXConfig object to store these settings.  If your browser does &#039;&#039;&#039;not&#039;&#039;&#039; allow the setting to be stored, you can copy this directly into the ai-pagemanager.js file replacing what is already there.&lt;br /&gt;
&lt;br /&gt;
==Editing pages directly==&lt;br /&gt;
On the next release of the AI, I will be adding extra pages to the wiki to help you take control of the AI and make changes to suit your needs.&lt;br /&gt;
&lt;br /&gt;
The AI does include a &#039;development&#039; page that you can use to try out different layouts with the available dates well as making it easy for you to change columns and column orders.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12248</id>
		<title>The Alternative Interface (ai.cmx)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12248"/>
		<updated>2025-10-26T13:05:07Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The first three menu items */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== The Alternative Interface ==&lt;br /&gt;
[[Category:Cumulus MX]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Alternative Interface (AI) is currently provided as an &#039;&#039;&#039;addition&#039;&#039;&#039; to the existing Interface for CumulusMX.  &lt;br /&gt;
&lt;br /&gt;
The default Interface is maintained by Mark and will always provide all the tools needed to manage your installation of your weather station,  The &#039;&#039;&#039;AI&#039;&#039;&#039; can be used as an alternative except immediately after an upgrade that has added new features to the interface as these may not yet be implemented on the AI (although every effort is made to do this).&lt;br /&gt;
&lt;br /&gt;
  In the near future it may replace the existing Interface but this is still under discussion.&lt;br /&gt;
&lt;br /&gt;
The AI is built using the same technology as the alternative public website and is intended to be flexible and responsive on all screen resolutions.  It is modular and designed so that end users can make changes to the way page content is displayed without too much knowledge of html coding.  It comes with themes that allow its colour to be changed to suit your personal preferences and a configuration page so that you can do this easily.&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
As the AI is now included with CumulusMX, there is no need to download it unless an interim upgrade is provided.&lt;br /&gt;
&lt;br /&gt;
To use the AI, you should now use the url: &#039;&#039;&#039;localhost:8998/ai2/&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 If you access the normal CumulusMX interface from a different computer then use the IP address of the machine running CumulusMX rather than &#039;&#039;localhost&#039;&#039;.&lt;br /&gt;
 If you run CumulusMX through a different port then use that port rather than 8998.&lt;br /&gt;
&lt;br /&gt;
 If you already have the AI running on your system then please &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; try to merge the two - keep them separate as files will change with each release and this &#039;&#039;&#039;will&#039;&#039;&#039; cause you issues.&lt;br /&gt;
&lt;br /&gt;
==General Features==&lt;br /&gt;
&lt;br /&gt;
This is a list of the features that the AI provides&lt;br /&gt;
* It has a large number of &#039;&#039;themes&#039;&#039; that can be used to change the colours used throughout the site&lt;br /&gt;
&lt;br /&gt;
* The Header and Footer can be fixed (default) or scroll, the footer is always at the bottom of the screen when page content is short and always scrolls on small screens.&lt;br /&gt;
&lt;br /&gt;
* If you don&#039;t use a Davis station directly connected to your system, you will &#039;&#039;&#039;not&#039;&#039;&#039; see the &#039;Davis Stats&#039; panel. &lt;br /&gt;
&lt;br /&gt;
* The fonts used are fully responsive.&lt;br /&gt;
&lt;br /&gt;
* Dashboard graphics have been updated.  These also appear on other weather data pages.&lt;br /&gt;
&lt;br /&gt;
* The menu has been adapted to have fewer top level entries and focus on managing your weather station.  It provides a link back to the default Interface if required.  (&#039;&#039;&#039;See note at top of the page&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
* All pages use a feature called flexboxes so can be re-organised simply by changing the order style for each panel.&lt;br /&gt;
&lt;br /&gt;
* The Utility pages have been combined into one page although the &#039;&#039;Latest Errors&#039;&#039; page is still available.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to all the Charts pages so that you can zoom in on small data sets.  They also latch within the current session so if you move away from the page, and return, the same chart will be displayed.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to the Steel Series Gauge popup tooltips and it now includes the scrolling text graphic.&lt;br /&gt;
&lt;br /&gt;
* The Logs pages have fixed regions to display line, date (and time) and scroll sideways rather than break the page layout.  Their popup editors have been restyled.&lt;br /&gt;
&lt;br /&gt;
* Font-Awsome icons are available throughout the site.&lt;br /&gt;
&lt;br /&gt;
Significant, but not exhaustive improvements have been added for accessibility.  Anyone requiring these features with knowledge of how to improve the AI2 should contact me.&lt;br /&gt;
&lt;br /&gt;
== The Menu ==&lt;br /&gt;
&lt;br /&gt;
As far as possible, the menu has been split between those pages that simply allow you to view information provided by your weather station and those that allow you to edit them.&lt;br /&gt;
&lt;br /&gt;
[[File:CumulusMX Menu 2025-10-26.png|800px|alt=Current CumulusMX Menu|Current CumulusMX Menu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Viewing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:View Menu Screenshot 2025-10-26.png|350px|thumb|left|alt=Viewing your weather data|Viewing your weather data]]&lt;br /&gt;
&lt;br /&gt;
====The first three menu items====&lt;br /&gt;
There are three top level menu items at the left to enable this.  &lt;br /&gt;
&lt;br /&gt;
These are &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, &#039;&#039;&#039;Weather Data&#039;&#039;&#039; and &#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Dashboard&#039;&#039;&#039; menu item is always visible in both large and small screen, other menu items collapse until you expand the menu with the classic &#039;&#039;hamburger&#039;&#039; item.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Weather data&#039;&#039;&#039; menu, as shown on the left, contains links for all other pages that simply allow you to view rather than edit data.&lt;br /&gt;
&lt;br /&gt;
The exceptions are for the NOAA reports pages which can still be used to regenerate the currently displayed or all missing reports.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Extra sensors&#039;&#039;&#039; menu provides access for any extra sensors that are attached or &#039;air linked&#039; to your weather station.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot Settings Menu.png|600px|left|alt=The Settings Menu|The Settings Menu]]&lt;br /&gt;
As can be seen in the screenshot on the left, there are four top level menu items to the right of the &#039;&#039;diamond&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These give access to either page that enable you to configure setting for your CumulusMX system or to editing your weather station data.&lt;br /&gt;
&lt;br /&gt;
These are: &#039;&#039;&#039;Logs&#039;&#039;&#039;, &#039;&#039;&#039;Settings&#039;&#039;&#039;, &#039;&#039;&#039;Edit&#039;&#039;&#039; and &#039;&#039;&#039;Utilities&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These mirror the same menu items as on the default Interface.  One feature of the AI is that the &#039;&#039;Settings&#039;&#039; Menu is a drop down panel with columns.  On the mobile menu it reduces to two columns.  This makes it easier to access all items even on small screens.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
====The Default Interface====&lt;br /&gt;
&lt;br /&gt;
Access is provided to this via the last top level menu at the extreme right of the menu (just visible in the screenshot).  It will open the Interface in a new Window.&lt;br /&gt;
&lt;br /&gt;
==Using the AI Settings Page==&lt;br /&gt;
&lt;br /&gt;
The AI Settings page enables you to make global changes to the way the Interface looks.  Things you can change are:&lt;br /&gt;
&lt;br /&gt;
*Page Geometry&lt;br /&gt;
*:Use this to alter the gaps between the Header &amp;amp; Page content, and the Page content &amp;amp; Footer.&lt;br /&gt;
*:Change the units used to measure those gaps.  The site uses the Font Height, the Screen Height or pixels.  Pixels are fixed, the others are responsive.&lt;br /&gt;
*:Make the Header scroll with the page (Only if the page is long enough)&lt;br /&gt;
*:Make the Footer scroll with the page (only on long pages).  The Footer will always scroll on small screens.&lt;br /&gt;
&lt;br /&gt;
*The Theme&lt;br /&gt;
*:There are approximately 16 light themes&lt;br /&gt;
*:There are the same number of dark themes&lt;br /&gt;
*:There is one &#039;&#039;&#039;High Contrast&#039;&#039;&#039; theme.&lt;br /&gt;
&lt;br /&gt;
*The Seagull Animation&lt;br /&gt;
*:The default is None (however, the seagull does still fade in at its default position).&lt;br /&gt;
*:You can choose:&lt;br /&gt;
*::&#039;&#039;&#039;Float down the screen&#039;&#039;&#039;, or&lt;br /&gt;
*::&#039;&#039;&#039;Slide across the screen&#039;&#039;&#039;&lt;br /&gt;
*:If you chose an animation you can adjust the speed in seconds&lt;br /&gt;
*:Regardless of any animation, you can force the seagull to hide behind page content if preferred.&lt;br /&gt;
&lt;br /&gt;
As you make changes to any of these settings it will be reflected in the current page only.  To use the current selection you &#039;&#039;&#039;must&#039;&#039;&#039; click the bottom &#039;&#039;&#039;Use this Configuration&#039;&#039;&#039;.  To restore the default settings as programmed into the AI use the button &#039;&#039;&#039;Restore default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Beneath these buttons you will see the values used in the CMXConfig object to store these settings.  If your browser does &#039;&#039;&#039;not&#039;&#039;&#039; allow the setting to be stored, you can copy this directly into the ai-pagemanager.js file replacing what is already there.&lt;br /&gt;
&lt;br /&gt;
==Editing pages directly==&lt;br /&gt;
On the next release of the AI, I will be adding extra pages to the wiki to help you take control of the AI and make changes to suit your needs.&lt;br /&gt;
&lt;br /&gt;
The AI does include a &#039;development&#039; page that you can use to try out different layouts with the available dates well as making it easy for you to change columns and column orders.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12247</id>
		<title>The Alternative Interface (ai.cmx)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12247"/>
		<updated>2025-10-26T13:04:28Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== The Alternative Interface ==&lt;br /&gt;
[[Category:Cumulus MX]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Alternative Interface (AI) is currently provided as an &#039;&#039;&#039;addition&#039;&#039;&#039; to the existing Interface for CumulusMX.  &lt;br /&gt;
&lt;br /&gt;
The default Interface is maintained by Mark and will always provide all the tools needed to manage your installation of your weather station,  The &#039;&#039;&#039;AI&#039;&#039;&#039; can be used as an alternative except immediately after an upgrade that has added new features to the interface as these may not yet be implemented on the AI (although every effort is made to do this).&lt;br /&gt;
&lt;br /&gt;
  In the near future it may replace the existing Interface but this is still under discussion.&lt;br /&gt;
&lt;br /&gt;
The AI is built using the same technology as the alternative public website and is intended to be flexible and responsive on all screen resolutions.  It is modular and designed so that end users can make changes to the way page content is displayed without too much knowledge of html coding.  It comes with themes that allow its colour to be changed to suit your personal preferences and a configuration page so that you can do this easily.&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
As the AI is now included with CumulusMX, there is no need to download it unless an interim upgrade is provided.&lt;br /&gt;
&lt;br /&gt;
To use the AI, you should now use the url: &#039;&#039;&#039;localhost:8998/ai2/&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 If you access the normal CumulusMX interface from a different computer then use the IP address of the machine running CumulusMX rather than &#039;&#039;localhost&#039;&#039;.&lt;br /&gt;
 If you run CumulusMX through a different port then use that port rather than 8998.&lt;br /&gt;
&lt;br /&gt;
 If you already have the AI running on your system then please &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; try to merge the two - keep them separate as files will change with each release and this &#039;&#039;&#039;will&#039;&#039;&#039; cause you issues.&lt;br /&gt;
&lt;br /&gt;
==General Features==&lt;br /&gt;
&lt;br /&gt;
This is a list of the features that the AI provides&lt;br /&gt;
* It has a large number of &#039;&#039;themes&#039;&#039; that can be used to change the colours used throughout the site&lt;br /&gt;
&lt;br /&gt;
* The Header and Footer can be fixed (default) or scroll, the footer is always at the bottom of the screen when page content is short and always scrolls on small screens.&lt;br /&gt;
&lt;br /&gt;
* If you don&#039;t use a Davis station directly connected to your system, you will &#039;&#039;&#039;not&#039;&#039;&#039; see the &#039;Davis Stats&#039; panel. &lt;br /&gt;
&lt;br /&gt;
* The fonts used are fully responsive.&lt;br /&gt;
&lt;br /&gt;
* Dashboard graphics have been updated.  These also appear on other weather data pages.&lt;br /&gt;
&lt;br /&gt;
* The menu has been adapted to have fewer top level entries and focus on managing your weather station.  It provides a link back to the default Interface if required.  (&#039;&#039;&#039;See note at top of the page&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
* All pages use a feature called flexboxes so can be re-organised simply by changing the order style for each panel.&lt;br /&gt;
&lt;br /&gt;
* The Utility pages have been combined into one page although the &#039;&#039;Latest Errors&#039;&#039; page is still available.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to all the Charts pages so that you can zoom in on small data sets.  They also latch within the current session so if you move away from the page, and return, the same chart will be displayed.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to the Steel Series Gauge popup tooltips and it now includes the scrolling text graphic.&lt;br /&gt;
&lt;br /&gt;
* The Logs pages have fixed regions to display line, date (and time) and scroll sideways rather than break the page layout.  Their popup editors have been restyled.&lt;br /&gt;
&lt;br /&gt;
* Font-Awsome icons are available throughout the site.&lt;br /&gt;
&lt;br /&gt;
Significant, but not exhaustive improvements have been added for accessibility.  Anyone requiring these features with knowledge of how to improve the AI2 should contact me.&lt;br /&gt;
&lt;br /&gt;
== The Menu ==&lt;br /&gt;
&lt;br /&gt;
As far as possible, the menu has been split between those pages that simply allow you to view information provided by your weather station and those that allow you to edit them.&lt;br /&gt;
&lt;br /&gt;
[[File:CumulusMX Menu 2025-10-26.png|800px|alt=Current CumulusMX Menu|Current CumulusMX Menu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Viewing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:View Menu Screenshot 2025-10-26.png|350px|thumb|left|alt=Viewing your weather data|Viewing your weather data]]&lt;br /&gt;
&lt;br /&gt;
====The first three menu items====&lt;br /&gt;
There are three top level menu items at the left to enable this.  &lt;br /&gt;
&lt;br /&gt;
These are &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, &#039;&#039;&#039;Weather Data&#039;&#039;&#039; and &#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Dashboard&#039;&#039;&#039; menu item is always visible in both large and small screen, other menu items collapse until you expand the menu with the classic &#039;&#039;hamburger&#039;&#039; item.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Weather data&#039;&#039;&#039; menu, as shown on th left, contains links for all other pages that simply allow you to view rather than edit data.&lt;br /&gt;
&lt;br /&gt;
The exceptions are for the NOAA reports pages which can still be used to regenerate the currently displayed or all missing reports.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Extra sensors&#039;&#039;&#039; menu provides access for any extra sensors that are attached or &#039;air linked&#039; to your weather station.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Editing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot Settings Menu.png|600px|left|alt=The Settings Menu|The Settings Menu]]&lt;br /&gt;
As can be seen in the screenshot on the left, there are four top level menu items to the right of the &#039;&#039;diamond&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These give access to either page that enable you to configure setting for your CumulusMX system or to editing your weather station data.&lt;br /&gt;
&lt;br /&gt;
These are: &#039;&#039;&#039;Logs&#039;&#039;&#039;, &#039;&#039;&#039;Settings&#039;&#039;&#039;, &#039;&#039;&#039;Edit&#039;&#039;&#039; and &#039;&#039;&#039;Utilities&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These mirror the same menu items as on the default Interface.  One feature of the AI is that the &#039;&#039;Settings&#039;&#039; Menu is a drop down panel with columns.  On the mobile menu it reduces to two columns.  This makes it easier to access all items even on small screens.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
====The Default Interface====&lt;br /&gt;
&lt;br /&gt;
Access is provided to this via the last top level menu at the extreme right of the menu (just visible in the screenshot).  It will open the Interface in a new Window.&lt;br /&gt;
&lt;br /&gt;
==Using the AI Settings Page==&lt;br /&gt;
&lt;br /&gt;
The AI Settings page enables you to make global changes to the way the Interface looks.  Things you can change are:&lt;br /&gt;
&lt;br /&gt;
*Page Geometry&lt;br /&gt;
*:Use this to alter the gaps between the Header &amp;amp; Page content, and the Page content &amp;amp; Footer.&lt;br /&gt;
*:Change the units used to measure those gaps.  The site uses the Font Height, the Screen Height or pixels.  Pixels are fixed, the others are responsive.&lt;br /&gt;
*:Make the Header scroll with the page (Only if the page is long enough)&lt;br /&gt;
*:Make the Footer scroll with the page (only on long pages).  The Footer will always scroll on small screens.&lt;br /&gt;
&lt;br /&gt;
*The Theme&lt;br /&gt;
*:There are approximately 16 light themes&lt;br /&gt;
*:There are the same number of dark themes&lt;br /&gt;
*:There is one &#039;&#039;&#039;High Contrast&#039;&#039;&#039; theme.&lt;br /&gt;
&lt;br /&gt;
*The Seagull Animation&lt;br /&gt;
*:The default is None (however, the seagull does still fade in at its default position).&lt;br /&gt;
*:You can choose:&lt;br /&gt;
*::&#039;&#039;&#039;Float down the screen&#039;&#039;&#039;, or&lt;br /&gt;
*::&#039;&#039;&#039;Slide across the screen&#039;&#039;&#039;&lt;br /&gt;
*:If you chose an animation you can adjust the speed in seconds&lt;br /&gt;
*:Regardless of any animation, you can force the seagull to hide behind page content if preferred.&lt;br /&gt;
&lt;br /&gt;
As you make changes to any of these settings it will be reflected in the current page only.  To use the current selection you &#039;&#039;&#039;must&#039;&#039;&#039; click the bottom &#039;&#039;&#039;Use this Configuration&#039;&#039;&#039;.  To restore the default settings as programmed into the AI use the button &#039;&#039;&#039;Restore default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Beneath these buttons you will see the values used in the CMXConfig object to store these settings.  If your browser does &#039;&#039;&#039;not&#039;&#039;&#039; allow the setting to be stored, you can copy this directly into the ai-pagemanager.js file replacing what is already there.&lt;br /&gt;
&lt;br /&gt;
==Editing pages directly==&lt;br /&gt;
On the next release of the AI, I will be adding extra pages to the wiki to help you take control of the AI and make changes to suit your needs.&lt;br /&gt;
&lt;br /&gt;
The AI does include a &#039;development&#039; page that you can use to try out different layouts with the available dates well as making it easy for you to change columns and column orders.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=File:View_Menu_Screenshot_2025-10-26.png&amp;diff=12246</id>
		<title>File:View Menu Screenshot 2025-10-26.png</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=File:View_Menu_Screenshot_2025-10-26.png&amp;diff=12246"/>
		<updated>2025-10-26T12:58:52Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Viewing Menu&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12245</id>
		<title>The Alternative Interface (ai.cmx)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12245"/>
		<updated>2025-10-26T12:54:55Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== The Alternative Interface ==&lt;br /&gt;
[[Category:Cumulus MX]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Alternative Interface (AI) is currently provided as an &#039;&#039;&#039;addition&#039;&#039;&#039; to the existing Interface for CumulusMX.  &lt;br /&gt;
&lt;br /&gt;
The default Interface is maintained by Mark and will always provide all the tools needed to manage your installation of your weather station,  The &#039;&#039;&#039;AI&#039;&#039;&#039; can be used as an alternative except immediately after an upgrade that has added new features to the interface as these may not yet be implemented on the AI (although every effort is made to do this).&lt;br /&gt;
&lt;br /&gt;
  In the near future it may replace the existing Interface but this is still under discussion.&lt;br /&gt;
&lt;br /&gt;
The AI is built using the same technology as the alternative public website and is intended to be flexible and responsive on all screen resolutions.  It is modular and designed so that end users can make changes to the way page content is displayed without too much knowledge of html coding.  It comes with themes that allow its colour to be changed to suit your personal preferences and a configuration page so that you can do this easily.&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
As the AI is now included with CumulusMX, there is no need to download it unless an interim upgrade is provided.&lt;br /&gt;
&lt;br /&gt;
To use the AI, you should now use the url: &#039;&#039;&#039;localhost:8998/ai2/&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 If you access the normal CumulusMX interface from a different computer then use the IP address of the machine running CumulusMX rather than &#039;&#039;localhost&#039;&#039;.&lt;br /&gt;
 If you run CumulusMX through a different port then use that port rather than 8998.&lt;br /&gt;
&lt;br /&gt;
 If you already have the AI running on your system then please &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; try to merge the two - keep them separate as files will change with each release and this &#039;&#039;&#039;will&#039;&#039;&#039; cause you issues.&lt;br /&gt;
&lt;br /&gt;
==General Features==&lt;br /&gt;
&lt;br /&gt;
This is a list of the features that the AI provides&lt;br /&gt;
* It has a large number of &#039;&#039;themes&#039;&#039; that can be used to change the colours used throughout the site&lt;br /&gt;
&lt;br /&gt;
* The Header and Footer can be fixed (default) or scroll, the footer is always at the bottom of the screen when page content is short and always scrolls on small screens.&lt;br /&gt;
&lt;br /&gt;
* If you don&#039;t use a Davis station directly connected to your system, you will &#039;&#039;&#039;not&#039;&#039;&#039; see the &#039;Davis Stats&#039; panel. &lt;br /&gt;
&lt;br /&gt;
* The fonts used are fully responsive.&lt;br /&gt;
&lt;br /&gt;
* Dashboard graphics have been updated.  These also appear on other weather data pages.&lt;br /&gt;
&lt;br /&gt;
* The menu has been adapted to have fewer top level entries and focus on managing your weather station.  It provides a link back to the default Interface if required.  (&#039;&#039;&#039;See note at top of the page&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
* All pages use a feature called flexboxes so can be re-organised simply by changing the order style for each panel.&lt;br /&gt;
&lt;br /&gt;
* The Utility pages have been combined into one page although the &#039;&#039;Latest Errors&#039;&#039; page is still available.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to all the Charts pages so that you can zoom in on small data sets.  They also latch within the current session so if you move away from the page, and return, the same chart will be displayed.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to the Steel Series Gauge popup tooltips and it now includes the scrolling text graphic.&lt;br /&gt;
&lt;br /&gt;
* The Logs pages have fixed regions to display line, date (and time) and scroll sideways rather than break the page layout.  Their popup editors have been restyled.&lt;br /&gt;
&lt;br /&gt;
* Font-Awsome icons are available throughout the site.&lt;br /&gt;
&lt;br /&gt;
Significant, but not exhaustive improvements have been added for accessibility.  Anyone requiring these features with knowledge of how to improve the AI2 should contact me.&lt;br /&gt;
&lt;br /&gt;
== The Menu ==&lt;br /&gt;
&lt;br /&gt;
As far as possible, the menu has been split between those pages that simply allow you to view information provided by your weather station and those that allow you to edit them.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot AI Menu.png|800px|alt=AI Menu|The latest AI Menu]]&lt;br /&gt;
&lt;br /&gt;
===Viewing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:CumulusMX Menu 2025-10-26.png|350px|left|alt=Current CumulusMX Menu|Current CumulusMX Menu]]&lt;br /&gt;
====The first three menu items====&lt;br /&gt;
There are three top level menu items at the left to enable this.  &lt;br /&gt;
&lt;br /&gt;
These are &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, &#039;&#039;&#039;Weather Data&#039;&#039;&#039; and &#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Dashboard&#039;&#039; menu item is always visible in both large and small screen, other menu items collapse until you expand the menu with the classic &#039;&#039;hamburger&#039;&#039; item.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Weather data&#039;&#039;&#039; menu, as shown on th left, contains links for all other pages that simply allow you to view rather than edit data.&lt;br /&gt;
&lt;br /&gt;
The exceptions are for the NOAA reports pages which can still be used to regenerate the currently displayed or all missing reports.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Extra sensors&#039;&#039;&#039; menu provides access for any extra sensors that are attached or &#039;air linked&#039; to your weather station.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Editing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot Settings Menu.png|600px|left|alt=The Settings Menu|The Settings Menu]]&lt;br /&gt;
As can be seen in the screenshot on the left, there are four top level menu items to the right of the &#039;&#039;diamond&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These give access to either page that enable you to configure setting for your CumulusMX system or to editing your weather station data.&lt;br /&gt;
&lt;br /&gt;
These are: &#039;&#039;&#039;Logs&#039;&#039;&#039;, &#039;&#039;&#039;Settings&#039;&#039;&#039;, &#039;&#039;&#039;Edit&#039;&#039;&#039; and &#039;&#039;&#039;Utilities&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These mirror the same menu items as on the default Interface.  One feature of the AI is that the &#039;&#039;Settings&#039;&#039; Menu is a drop down panel with columns.  On the mobile menu it reduces to two columns.  This makes it easier to access all items even on small screens.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
====The Default Interface====&lt;br /&gt;
&lt;br /&gt;
Access is provided to this via the last top level menu at the extreme right of the menu (just visible in the screenshot).  It will open the Interface in a new Window.&lt;br /&gt;
&lt;br /&gt;
==Using the AI Settings Page==&lt;br /&gt;
&lt;br /&gt;
The AI Settings page enables you to make global changes to the way the Interface looks.  Things you can change are:&lt;br /&gt;
&lt;br /&gt;
*Page Geometry&lt;br /&gt;
*:Use this to alter the gaps between the Header &amp;amp; Page content, and the Page content &amp;amp; Footer.&lt;br /&gt;
*:Change the units used to measure those gaps.  The site uses the Font Height, the Screen Height or pixels.  Pixels are fixed, the others are responsive.&lt;br /&gt;
*:Make the Header scroll with the page (Only if the page is long enough)&lt;br /&gt;
*:Make the Footer scroll with the page (only on long pages).  The Footer will always scroll on small screens.&lt;br /&gt;
&lt;br /&gt;
*The Theme&lt;br /&gt;
*:There are approximately 16 light themes&lt;br /&gt;
*:There are the same number of dark themes&lt;br /&gt;
*:There is one &#039;&#039;&#039;High Contrast&#039;&#039;&#039; theme.&lt;br /&gt;
&lt;br /&gt;
*The Seagull Animation&lt;br /&gt;
*:The default is None (however, the seagull does still fade in at its default position).&lt;br /&gt;
*:You can choose:&lt;br /&gt;
*::&#039;&#039;&#039;Float down the screen&#039;&#039;&#039;, or&lt;br /&gt;
*::&#039;&#039;&#039;Slide across the screen&#039;&#039;&#039;&lt;br /&gt;
*:If you chose an animation you can adjust the speed in seconds&lt;br /&gt;
*:Regardless of any animation, you can force the seagull to hide behind page content if preferred.&lt;br /&gt;
&lt;br /&gt;
As you make changes to any of these settings it will be reflected in the current page only.  To use the current selection you &#039;&#039;&#039;must&#039;&#039;&#039; click the bottom &#039;&#039;&#039;Use this Configuration&#039;&#039;&#039;.  To restore the default settings as programmed into the AI use the button &#039;&#039;&#039;Restore default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Beneath these buttons you will see the values used in the CMXConfig object to store these settings.  If your browser does &#039;&#039;&#039;not&#039;&#039;&#039; allow the setting to be stored, you can copy this directly into the ai-pagemanager.js file replacing what is already there.&lt;br /&gt;
&lt;br /&gt;
==Editing pages directly==&lt;br /&gt;
On the next release of the AI, I will be adding extra pages to the wiki to help you take control of the AI and make changes to suit your needs.&lt;br /&gt;
&lt;br /&gt;
The AI does include a &#039;development&#039; page that you can use to try out different layouts with the available dates well as making it easy for you to change columns and column orders.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=File:CumulusMX_Menu_2025-10-26.png&amp;diff=12244</id>
		<title>File:CumulusMX Menu 2025-10-26.png</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=File:CumulusMX_Menu_2025-10-26.png&amp;diff=12244"/>
		<updated>2025-10-26T12:49:11Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Current CumulusMX Menu&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12243</id>
		<title>The Alternative Interface (ai.cmx)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12243"/>
		<updated>2025-10-26T12:44:04Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The AI for CumulusMX Version 4+ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== The Alternative Interface ==&lt;br /&gt;
[[Category:Cumulus MX]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Alternative Interface (AI) is currently provided as an &#039;&#039;&#039;addition&#039;&#039;&#039; to the existing Interface for CumulusMX.  &lt;br /&gt;
&lt;br /&gt;
The default Interface is maintained by Mark and will always provide all the tools needed to manage your installation of your weather station,  The &#039;&#039;&#039;AI&#039;&#039;&#039; can be used as an alternative except immediately after an upgrade that has added new features to the interface as these may not yet be implemented on the AI (although every effort is made to do this).&lt;br /&gt;
&lt;br /&gt;
  In the near future it may replace the existing Interface but this is still under discussion.&lt;br /&gt;
&lt;br /&gt;
The AI is built using the same technology as the alternative public website and is intended to be flexible and responsive on all screen resolutions.  It is modular and designed so that end users can make changes to the way page content is displayed without too much knowledge of html coding.  It comes with themes that allow its colour to be changed to suit your personal preferences and a configuration page so that you can do this easily.&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
As the AI is now included with CumulusMX, there is no need to download it unless an interim upgrade is provided.&lt;br /&gt;
&lt;br /&gt;
To use the AI, you should now use the url: &#039;&#039;&#039;localhost:8998/ai2/&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 If you access the normal CumulusMX interface from a different computer then use the IP address of the machine running CumulusMX rather than &#039;&#039;localhost&#039;&#039;.&lt;br /&gt;
 If you run CumulusMX through a different port then use that port rather than 8998.&lt;br /&gt;
&lt;br /&gt;
 If you already have the AI running on your system then please &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; try to merge the two - keep them separate as files will change with each release and this &#039;&#039;&#039;will&#039;&#039;&#039; cause you issues.&lt;br /&gt;
&lt;br /&gt;
==General Features==&lt;br /&gt;
&lt;br /&gt;
This is a list of the features that the AI provides&lt;br /&gt;
* It has a large number of &#039;&#039;themes&#039;&#039; that can be used to change the colours used throughout the site&lt;br /&gt;
&lt;br /&gt;
* The Header and Footer can be fixed (default) or scroll, the footer is always at the bottom of the screen when page content is short and always scrolls on small screens.&lt;br /&gt;
&lt;br /&gt;
* If you don&#039;t use a Davis station directly connected to your system, you will &#039;&#039;&#039;not&#039;&#039;&#039; see the &#039;Davis Stats&#039; panel. &lt;br /&gt;
&lt;br /&gt;
* The fonts used are fully responsive.&lt;br /&gt;
&lt;br /&gt;
* Dashboard graphics have been updated.  These also appear on other weather data pages.&lt;br /&gt;
&lt;br /&gt;
* The menu has been adapted to have fewer top level entries and focus on managing your weather station.  It provides a link back to the default Interface if required.  (&#039;&#039;&#039;See note at top of the page&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
* All pages use a feature called flexboxes so can be re-organised simply by changing the order style for each panel.&lt;br /&gt;
&lt;br /&gt;
* The Utility pages have been combined into one page although the &#039;&#039;Latest Errors&#039;&#039; page is still available.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to all the Charts pages so that you can zoom in on small data sets.  They also latch within the current session so if you move away from the page, and return, the same chart will be displayed.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to the Steel Series Gauge popup tooltips and it now includes the scrolling text graphic.&lt;br /&gt;
&lt;br /&gt;
* The Logs pages have fixed regions to display line, date (and time) and scroll sideways rather than break the page layout.  Their popup editors have been restyled.&lt;br /&gt;
&lt;br /&gt;
* Font-Awsome icons are available throughout the site.&lt;br /&gt;
&lt;br /&gt;
Significant, but not exhaustive improvements have been added for accessibility.  Anyone requiring these features with knowledge of how to improve the AI2 should contact me.&lt;br /&gt;
&lt;br /&gt;
== The Menu ==&lt;br /&gt;
&lt;br /&gt;
As far as possible, the menu has been split between those pages that simply allow you to view information provided by your weather station and those that allow you to edit them.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot AI Menu.png|800px|alt=AI Menu|The latest AI Menu]]&lt;br /&gt;
&lt;br /&gt;
===Viewing Data===&lt;br /&gt;
[[File:Screenshot Weather Data Menu.png|350px|left|alt=AI Weather Data menu|The mainWeather Data menu]]&lt;br /&gt;
&lt;br /&gt;
====The first three menu items====&lt;br /&gt;
There are three top level menu items at the left to enable this.  &lt;br /&gt;
&lt;br /&gt;
These are &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, &#039;&#039;&#039;Weather Data&#039;&#039;&#039; and &#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Dashboard&#039;&#039; menu item is always visible in both large and small screen, other menu items collapse until you expand the menu with the classic &#039;&#039;hamburger&#039;&#039; item.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Weather data&#039;&#039;&#039; menu, as shown on th left, contains links for all other pages that simply allow you to view rather than edit data.&lt;br /&gt;
&lt;br /&gt;
The exceptions are for the NOAA reports pages which can still be used to regenerate the currently displayed or all missing reports.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Extra sensors&#039;&#039;&#039; menu provides access for any extra sensors that are attached or &#039;air linked&#039; to your weather station.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Editing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot Settings Menu.png|600px|left|alt=The Settings Menu|The Settings Menu]]&lt;br /&gt;
As can be seen in the screenshot on the left, there are four top level menu items to the right of the &#039;&#039;diamond&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These give access to either page that enable you to configure setting for your CumulusMX system or to editing your weather station data.&lt;br /&gt;
&lt;br /&gt;
These are: &#039;&#039;&#039;Logs&#039;&#039;&#039;, &#039;&#039;&#039;Settings&#039;&#039;&#039;, &#039;&#039;&#039;Edit&#039;&#039;&#039; and &#039;&#039;&#039;Utilities&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These mirror the same menu items as on the default Interface.  One feature of the AI is that the &#039;&#039;Settings&#039;&#039; Menu is a drop down panel with columns.  On the mobile menu it reduces to two columns.  This makes it easier to access all items even on small screens.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
====The Default Interface====&lt;br /&gt;
&lt;br /&gt;
Access is provided to this via the last top level menu at the extreme right of the menu (just visible in the screenshot).  It will open the Interface in a new Window.&lt;br /&gt;
&lt;br /&gt;
==Using the AI Settings Page==&lt;br /&gt;
&lt;br /&gt;
The AI Settings page enables you to make global changes to the way the Interface looks.  Things you can change are:&lt;br /&gt;
&lt;br /&gt;
*Page Geometry&lt;br /&gt;
*:Use this to alter the gaps between the Header &amp;amp; Page content, and the Page content &amp;amp; Footer.&lt;br /&gt;
*:Change the units used to measure those gaps.  The site uses the Font Height, the Screen Height or pixels.  Pixels are fixed, the others are responsive.&lt;br /&gt;
*:Make the Header scroll with the page (Only if the page is long enough)&lt;br /&gt;
*:Make the Footer scroll with the page (only on long pages).  The Footer will always scroll on small screens.&lt;br /&gt;
&lt;br /&gt;
*The Theme&lt;br /&gt;
*:There are approximately 16 light themes&lt;br /&gt;
*:There are the same number of dark themes&lt;br /&gt;
*:There is one &#039;&#039;&#039;High Contrast&#039;&#039;&#039; theme.&lt;br /&gt;
&lt;br /&gt;
*The Seagull Animation&lt;br /&gt;
*:The default is None (however, the seagull does still fade in at its default position).&lt;br /&gt;
*:You can choose:&lt;br /&gt;
*::&#039;&#039;&#039;Float down the screen&#039;&#039;&#039;, or&lt;br /&gt;
*::&#039;&#039;&#039;Slide across the screen&#039;&#039;&#039;&lt;br /&gt;
*:If you chose an animation you can adjust the speed in seconds&lt;br /&gt;
*:Regardless of any animation, you can force the seagull to hide behind page content if preferred.&lt;br /&gt;
&lt;br /&gt;
As you make changes to any of these settings it will be reflected in the current page only.  To use the current selection you &#039;&#039;&#039;must&#039;&#039;&#039; click the bottom &#039;&#039;&#039;Use this Configuration&#039;&#039;&#039;.  To restore the default settings as programmed into the AI use the button &#039;&#039;&#039;Restore default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Beneath these buttons you will see the values used in the CMXConfig object to store these settings.  If your browser does &#039;&#039;&#039;not&#039;&#039;&#039; allow the setting to be stored, you can copy this directly into the ai-pagemanager.js file replacing what is already there.&lt;br /&gt;
&lt;br /&gt;
==Editing pages directly==&lt;br /&gt;
On the next release of the AI, I will be adding extra pages to the wiki to help you take control of the AI and make changes to suit your needs.&lt;br /&gt;
&lt;br /&gt;
The AI does include a &#039;development&#039; page that you can use to try out different layouts with the available dates well as making it easy for you to change columns and column orders.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12242</id>
		<title>The Alternative Interface (ai.cmx)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=The_Alternative_Interface_(ai.cmx)&amp;diff=12242"/>
		<updated>2025-10-26T12:43:05Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== The Alternative Interface ==&lt;br /&gt;
[[Category:Cumulus MX]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The Alternative Interface (AI) is currently provided as an &#039;&#039;&#039;addition&#039;&#039;&#039; to the existing Interface for CumulusMX.  &lt;br /&gt;
&lt;br /&gt;
The default Interface is maintained by Mark and will always provide all the tools needed to manage your installation of your weather station,  The &#039;&#039;&#039;AI&#039;&#039;&#039; can be used as an alternative except immediately after an upgrade that has added new features to the interface as these may not yet be implemented on the AI (although every effort is made to do this).&lt;br /&gt;
&lt;br /&gt;
  In the near future it may replace the existing Interface but this is still under discussion.&lt;br /&gt;
&lt;br /&gt;
The AI is built using the same technology as the alternative public website and is intended to be flexible and responsive on all screen resolutions.  It is modular and designed so that end users can make changes to the way page content is displayed without too much knowledge of html coding.  It comes with themes that allow its colour to be changed to suit your personal preferences and a configuration page so that you can do this easily.&lt;br /&gt;
&lt;br /&gt;
====The AI for CumulusMX Version 4+====&lt;br /&gt;
&lt;br /&gt;
In this version ALL the features of the included Interface work as expected with some enhancements.&lt;br /&gt;
&lt;br /&gt;
Any comments / observations to me please.&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
As the AI is now included with CumulusMX, there is no need to download it unless an interim upgrade is provided.&lt;br /&gt;
&lt;br /&gt;
To use the AI, you should now use the url: &#039;&#039;&#039;localhost:8998/ai2/&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 If you access the normal CumulusMX interface from a different computer then use the IP address of the machine running CumulusMX rather than &#039;&#039;localhost&#039;&#039;.&lt;br /&gt;
 If you run CumulusMX through a different port then use that port rather than 8998.&lt;br /&gt;
&lt;br /&gt;
 If you already have the AI running on your system then please &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; try to merge the two - keep them separate as files will change with each release and this &#039;&#039;&#039;will&#039;&#039;&#039; cause you issues.&lt;br /&gt;
&lt;br /&gt;
==General Features==&lt;br /&gt;
&lt;br /&gt;
This is a list of the features that the AI provides&lt;br /&gt;
* It has a large number of &#039;&#039;themes&#039;&#039; that can be used to change the colours used throughout the site&lt;br /&gt;
&lt;br /&gt;
* The Header and Footer can be fixed (default) or scroll, the footer is always at the bottom of the screen when page content is short and always scrolls on small screens.&lt;br /&gt;
&lt;br /&gt;
* If you don&#039;t use a Davis station directly connected to your system, you will &#039;&#039;&#039;not&#039;&#039;&#039; see the &#039;Davis Stats&#039; panel. &lt;br /&gt;
&lt;br /&gt;
* The fonts used are fully responsive.&lt;br /&gt;
&lt;br /&gt;
* Dashboard graphics have been updated.  These also appear on other weather data pages.&lt;br /&gt;
&lt;br /&gt;
* The menu has been adapted to have fewer top level entries and focus on managing your weather station.  It provides a link back to the default Interface if required.  (&#039;&#039;&#039;See note at top of the page&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
* All pages use a feature called flexboxes so can be re-organised simply by changing the order style for each panel.&lt;br /&gt;
&lt;br /&gt;
* The Utility pages have been combined into one page although the &#039;&#039;Latest Errors&#039;&#039; page is still available.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to all the Charts pages so that you can zoom in on small data sets.  They also latch within the current session so if you move away from the page, and return, the same chart will be displayed.&lt;br /&gt;
&lt;br /&gt;
* Modifications have been made to the Steel Series Gauge popup tooltips and it now includes the scrolling text graphic.&lt;br /&gt;
&lt;br /&gt;
* The Logs pages have fixed regions to display line, date (and time) and scroll sideways rather than break the page layout.  Their popup editors have been restyled.&lt;br /&gt;
&lt;br /&gt;
* Font-Awsome icons are available throughout the site.&lt;br /&gt;
&lt;br /&gt;
Significant, but not exhaustive improvements have been added for accessibility.  Anyone requiring these features with knowledge of how to improve the AI2 should contact me.&lt;br /&gt;
&lt;br /&gt;
== The Menu ==&lt;br /&gt;
&lt;br /&gt;
As far as possible, the menu has been split between those pages that simply allow you to view information provided by your weather station and those that allow you to edit them.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot AI Menu.png|800px|alt=AI Menu|The latest AI Menu]]&lt;br /&gt;
&lt;br /&gt;
===Viewing Data===&lt;br /&gt;
[[File:Screenshot Weather Data Menu.png|350px|left|alt=AI Weather Data menu|The mainWeather Data menu]]&lt;br /&gt;
&lt;br /&gt;
====The first three menu items====&lt;br /&gt;
There are three top level menu items at the left to enable this.  &lt;br /&gt;
&lt;br /&gt;
These are &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, &#039;&#039;&#039;Weather Data&#039;&#039;&#039; and &#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Dashboard&#039;&#039; menu item is always visible in both large and small screen, other menu items collapse until you expand the menu with the classic &#039;&#039;hamburger&#039;&#039; item.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Weather data&#039;&#039;&#039; menu, as shown on th left, contains links for all other pages that simply allow you to view rather than edit data.&lt;br /&gt;
&lt;br /&gt;
The exceptions are for the NOAA reports pages which can still be used to regenerate the currently displayed or all missing reports.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Extra sensors&#039;&#039;&#039; menu provides access for any extra sensors that are attached or &#039;air linked&#039; to your weather station.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Editing Data===&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot Settings Menu.png|600px|left|alt=The Settings Menu|The Settings Menu]]&lt;br /&gt;
As can be seen in the screenshot on the left, there are four top level menu items to the right of the &#039;&#039;diamond&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These give access to either page that enable you to configure setting for your CumulusMX system or to editing your weather station data.&lt;br /&gt;
&lt;br /&gt;
These are: &#039;&#039;&#039;Logs&#039;&#039;&#039;, &#039;&#039;&#039;Settings&#039;&#039;&#039;, &#039;&#039;&#039;Edit&#039;&#039;&#039; and &#039;&#039;&#039;Utilities&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
These mirror the same menu items as on the default Interface.  One feature of the AI is that the &#039;&#039;Settings&#039;&#039; Menu is a drop down panel with columns.  On the mobile menu it reduces to two columns.  This makes it easier to access all items even on small screens.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
====The Default Interface====&lt;br /&gt;
&lt;br /&gt;
Access is provided to this via the last top level menu at the extreme right of the menu (just visible in the screenshot).  It will open the Interface in a new Window.&lt;br /&gt;
&lt;br /&gt;
==Using the AI Settings Page==&lt;br /&gt;
&lt;br /&gt;
The AI Settings page enables you to make global changes to the way the Interface looks.  Things you can change are:&lt;br /&gt;
&lt;br /&gt;
*Page Geometry&lt;br /&gt;
*:Use this to alter the gaps between the Header &amp;amp; Page content, and the Page content &amp;amp; Footer.&lt;br /&gt;
*:Change the units used to measure those gaps.  The site uses the Font Height, the Screen Height or pixels.  Pixels are fixed, the others are responsive.&lt;br /&gt;
*:Make the Header scroll with the page (Only if the page is long enough)&lt;br /&gt;
*:Make the Footer scroll with the page (only on long pages).  The Footer will always scroll on small screens.&lt;br /&gt;
&lt;br /&gt;
*The Theme&lt;br /&gt;
*:There are approximately 16 light themes&lt;br /&gt;
*:There are the same number of dark themes&lt;br /&gt;
*:There is one &#039;&#039;&#039;High Contrast&#039;&#039;&#039; theme.&lt;br /&gt;
&lt;br /&gt;
*The Seagull Animation&lt;br /&gt;
*:The default is None (however, the seagull does still fade in at its default position).&lt;br /&gt;
*:You can choose:&lt;br /&gt;
*::&#039;&#039;&#039;Float down the screen&#039;&#039;&#039;, or&lt;br /&gt;
*::&#039;&#039;&#039;Slide across the screen&#039;&#039;&#039;&lt;br /&gt;
*:If you chose an animation you can adjust the speed in seconds&lt;br /&gt;
*:Regardless of any animation, you can force the seagull to hide behind page content if preferred.&lt;br /&gt;
&lt;br /&gt;
As you make changes to any of these settings it will be reflected in the current page only.  To use the current selection you &#039;&#039;&#039;must&#039;&#039;&#039; click the bottom &#039;&#039;&#039;Use this Configuration&#039;&#039;&#039;.  To restore the default settings as programmed into the AI use the button &#039;&#039;&#039;Restore default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Beneath these buttons you will see the values used in the CMXConfig object to store these settings.  If your browser does &#039;&#039;&#039;not&#039;&#039;&#039; allow the setting to be stored, you can copy this directly into the ai-pagemanager.js file replacing what is already there.&lt;br /&gt;
&lt;br /&gt;
==Editing pages directly==&lt;br /&gt;
On the next release of the AI, I will be adding extra pages to the wiki to help you take control of the AI and make changes to suit your needs.&lt;br /&gt;
&lt;br /&gt;
The AI does include a &#039;development&#039; page that you can use to try out different layouts with the available dates well as making it easy for you to change columns and column orders.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12241</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12241"/>
		<updated>2025-10-26T11:40:03Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The Alternative Public Website */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 2025-10-26 at 11.36.35.png|500px|thumb|center|alt=Image of the Alternative Public Website|Screenshot of aiweather.uk]]&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:altwebsite my Wiki] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 20em;&amp;quot;|&lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.  &#039;&#039;&#039;&#039;&#039;Charts and Records&#039;&#039;&#039;&#039;&#039; These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I will now only be putting full information and the download link  on [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=File:Screenshot_2025-10-26_at_11.36.35.png&amp;diff=12240</id>
		<title>File:Screenshot 2025-10-26 at 11.36.35.png</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=File:Screenshot_2025-10-26_at_11.36.35.png&amp;diff=12240"/>
		<updated>2025-10-26T11:38:26Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot of my current Alternative Public Website&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12239</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12239"/>
		<updated>2025-10-26T11:35:24Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Heading text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:altwebsite my Wiki] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 20em;&amp;quot;|&lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.  &#039;&#039;&#039;&#039;&#039;Charts and Records&#039;&#039;&#039;&#039;&#039; These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I will now only be putting full information and the download link  on [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12238</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12238"/>
		<updated>2025-10-26T11:33:31Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:altwebsite my Wiki] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 20em;&amp;quot;|&lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.  &#039;&#039;&#039;&#039;&#039;Charts and Records&#039;&#039;&#039;&#039;&#039; These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I put most information in [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12237</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12237"/>
		<updated>2025-10-26T11:33:15Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file from my wiki [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:altwebsite my Wiki] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 20em;&amp;quot;|&lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.  &#039;&#039;&#039;&#039;&#039;Charts and Records&#039;&#039;&#039;&#039;&#039; These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I put most information in [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12236</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12236"/>
		<updated>2025-10-26T11:05:13Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 20em;&amp;quot;|&lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.  &#039;&#039;&#039;&#039;&#039;Charts and Records&#039;&#039;&#039;&#039;&#039; These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I put most information in [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12235</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12235"/>
		<updated>2025-10-26T11:04:47Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Heading text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 20em;&amp;quot;|&lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 |style=&amp;quot;padding-left: 1em;&amp;quot;| &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.  &#039;&#039;&#039;&#039;&#039;Charts and Records&#039;&#039;&#039;&#039;&#039; These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is difficult to format as I want.  This is why I put most information in [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12234</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12234"/>
		<updated>2025-10-26T11:03:10Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Heading text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{| style=&amp;quot;margin-right: 50px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 20em;&amp;quot;|&lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 || &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.  &#039;&#039;&#039;&#039;&#039;Charts and Records&#039;&#039;&#039;&#039;&#039; These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
This Wiki is increadable difficult to format as I want.  This is why I put most information in [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12233</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12233"/>
		<updated>2025-10-26T10:49:44Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The Alternative Public Website */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 || &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.&lt;br /&gt;
&lt;br /&gt;
===== Charts and Records =====&lt;br /&gt;
These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
It is not possible in this Wiki to adjust the width of the above layout (as far as I am aware) to make the cmxConfig structure display without breaking lines.  This is why I put must information in [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12232</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12232"/>
		<updated>2025-10-26T10:48:55Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The Menu entry */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 || &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki] for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.&lt;br /&gt;
&lt;br /&gt;
===== Charts and Records =====&lt;br /&gt;
These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
It is not possible in this Wiki to adjust the width of the above layout (as far as I am aware) to make the cmxConfig structure display without breaking lines.  This is why I put must information in [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12231</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12231"/>
		<updated>2025-10-26T10:48:27Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Charts and Records */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 || &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to my Wiki for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.&lt;br /&gt;
&lt;br /&gt;
===== Charts and Records =====&lt;br /&gt;
These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
It is not possible in this Wiki to adjust the width of the above layout (as far as I am aware) to make the cmxConfig structure display without breaking lines.  This is why I put must information in [https://www.oaktreewebs.co.uk/wiki/doku.php?id=start my Wiki]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12230</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12230"/>
		<updated>2025-10-26T10:44:00Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Heading text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 || &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
Please refer to my Wiki for a detailed explanation and details on how to create your own menu.&lt;br /&gt;
===== Other entries =====&lt;br /&gt;
The other entries in the cmxConfig structure allow you to customise the various options available in this template with the &#039;&#039;&#039;Custom&#039;&#039;&#039; section being the primary area for such customisation.&lt;br /&gt;
&lt;br /&gt;
===== Charts and Records =====&lt;br /&gt;
These two option areas are probably best left as is.  They record the last chart (Trends and Summary) and records sets (Monthly and All), viewed in the current browsing session and are changed dynamically. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12229</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12229"/>
		<updated>2025-10-26T10:38:00Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
This version of the Alternative Public Website comes with a remodelled version of cmxConfig.  This is currently in the page-control.js file.  You will need to edit this file to make it point to your data.&lt;br /&gt;
&lt;br /&gt;
==== Heading text ====&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
  cmxConfig = {&lt;br /&gt;
    Charts: {&lt;br /&gt;
      Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
      Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
    },&lt;br /&gt;
    Custom: {&lt;br /&gt;
      StandardMenu: false,&lt;br /&gt;
      Dropdown: true,&lt;br /&gt;
      Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
      Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
      BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
      StaticHead: true,&lt;br /&gt;
      StaticFoot: true,&lt;br /&gt;
      PaddingTop: &#039;2&#039;,&lt;br /&gt;
      PaddingBottom: &#039;1&#039;,&lt;br /&gt;
      PaddingUnits: &#039;em&#039;,&lt;br /&gt;
    },&lt;br /&gt;
    Data: &amp;quot;&amp;quot;,&lt;br /&gt;
    Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
    NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
    Gull: {&lt;br /&gt;
      Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
      Speed: 5,&lt;br /&gt;
      OnTop: false,&lt;br /&gt;
    },&lt;br /&gt;
    Records: {&lt;br /&gt;
      All: &amp;quot;&amp;quot;,&lt;br /&gt;
      Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
    }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
 || &lt;br /&gt;
===== Explanation =====&lt;br /&gt;
There are now 4 sections:- &#039;&#039;&#039;Charts&#039;&#039;&#039;, &#039;&#039;&#039;Custom&#039;&#039;&#039;, &#039;&#039;&#039;Gull&#039;&#039;&#039; and &#039;&#039;&#039;Records&#039;&#039;&#039; as well as three primary settings:- &#039;&#039;&#039;Data&#039;&#039;&#039;, &#039;&#039;&#039;Menu&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Of these you will need to check, and probably edit, &#039;&#039;&#039;Data&#039;&#039;&#039; and &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039; as these two provide the path to your data, wherever you have uploaded it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Data&#039;&#039;&#039;:  This must be set to point to the folder to which you upload your data.  By default CumulusMX uploads its data to the same location as the html pages but you may have changed this.&lt;br /&gt;
** If you upload your data to the same folder as the pages, this option should be empty.&lt;br /&gt;
** If you upload your data to a folder below the pages folder,  i.e., to a folder inside the folder containing your pages e.g., &#039;&#039;&#039;data&#039;&#039;&#039;, then this entry can contain a &#039;&#039;&#039;relative&#039;&#039;&#039; path; i.e. &#039;data/&#039;, &#039;./data/&#039;.  It could also be an absolute path from the root of your website; i.e. &#039;/&amp;lt;pages&amp;gt;/data/&#039; where &amp;lt;pages&amp;gt; is the folder name containing your website.&lt;br /&gt;
** If you upload to a folder, for example called &#039;&#039;&#039;data&#039;&#039;&#039;, above the pages folder, then this entry can be a relative path such as &#039;../data/&#039;.  You can also use an absolute path if you prefer.&lt;br /&gt;
* &#039;&#039;&#039;NOAAReportPath&#039;&#039;&#039;: This must point to your NOAA Reports.  The default installation of CumulusMX places these in a sub-folder of the html pages location.  If you have changed this then you will also need to edit this entry.&lt;br /&gt;
** The same formats are accepted; relative or absolute paths.&lt;br /&gt;
===== The Menu entry =====&lt;br /&gt;
This points to the location of the supplied menu structure which is similar the original supplied with the default website.  &#039;&#039;&#039;Note&#039;&#039;&#039; It is &#039;&#039;&#039;NOT&#039;&#039;&#039; the same so you cannot use the default menu supplied with CumulusMX.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
==== Change Log ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12228</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12228"/>
		<updated>2025-10-26T09:54:28Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The Alternative Public Website */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| This is slightly different in this version although it still uses the same cmxConfig object. &lt;br /&gt;
As can be seen, the object is now separated into sections with one or two extra entries in &#039;&#039;&#039;&#039;&#039;Custom&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You will need to make sure that the Data and NOAAReportsPath entries point to your data and reports respectively.&lt;br /&gt;
&lt;br /&gt;
Based on some feedback, if you want to use the standard menu format you need to set &#039;StandardMenu&#039; to true.&lt;br /&gt;
&lt;br /&gt;
This will than use a bar menu across the top of the page.&lt;br /&gt;
&lt;br /&gt;
I will be providing more detailed information here and on my Wiki soon.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
  || &amp;lt;code&amp;gt;&lt;br /&gt;
cmxConfig = {&lt;br /&gt;
  Charts: {&lt;br /&gt;
    Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
    Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
  },&lt;br /&gt;
  Custom: {&lt;br /&gt;
    StandardMenu: false,&lt;br /&gt;
    Dropdown: true,&lt;br /&gt;
    Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
    Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
    BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
    StaticHead: true,&lt;br /&gt;
    StaticFoot: true,&lt;br /&gt;
    PaddingTop: &#039;2&#039;,&lt;br /&gt;
    PaddingBottom: &#039;1&#039;,&lt;br /&gt;
    PaddingUnits: &#039;em&#039;,&lt;br /&gt;
  },&lt;br /&gt;
  Data: &amp;quot;&amp;quot;,&lt;br /&gt;
  Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
  NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
  Gull: {&lt;br /&gt;
    Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
    Speed: 5,&lt;br /&gt;
    OnTop: false,&lt;br /&gt;
  },&lt;br /&gt;
  Records: {&lt;br /&gt;
    All: &amp;quot;&amp;quot;,&lt;br /&gt;
    Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
  }&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Default_Website_Development&amp;diff=12227</id>
		<title>Default Website Development</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Default_Website_Development&amp;diff=12227"/>
		<updated>2025-10-26T09:52:32Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Installing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==The default CMX website Development==&lt;br /&gt;
&lt;br /&gt;
These section of the Wiki will enable you to get the latest information and resources for the alternative to the default CumulusMX public website.&lt;br /&gt;
&lt;br /&gt;
===Alternative public website===&lt;br /&gt;
Please visit the [[AlternativePublicWebsite|Alternative Public Website]]&lt;br /&gt;
  Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
Full details of the alternative public website, including screenshots can be fond on [https://oaktreewebs.co.uk/wiki/ my wiki] together with comprehensive instructions on how to install, use and modify.&lt;br /&gt;
&lt;br /&gt;
This site also comes with new themes (unfortunately not compatible with the AI or previous versions) that should be easier to modify for your own needs.&lt;br /&gt;
&lt;br /&gt;
==Editing the website menu==&lt;br /&gt;
&lt;br /&gt;
Please refer to my [https://oaktreewebs.co.uk/wiki/ wiki] for full details of the menu and how to edit it.&lt;br /&gt;
&lt;br /&gt;
==Changing the Theme and Other Settings==&lt;br /&gt;
&lt;br /&gt;
Please refer to my [https://oaktreewebs.co.uk/wiki/ wiki] for full information on configuring and setting up the alternative website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Default_Website_Development&amp;diff=12226</id>
		<title>Default Website Development</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Default_Website_Development&amp;diff=12226"/>
		<updated>2025-10-26T09:52:21Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Amendments since last revision */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==The default CMX website Development==&lt;br /&gt;
&lt;br /&gt;
These section of the Wiki will enable you to get the latest information and resources for the alternative to the default CumulusMX public website.&lt;br /&gt;
&lt;br /&gt;
===Alternative public website===&lt;br /&gt;
Please visit the [[AlternativePublicWebsite|Alternative Public Website]]&lt;br /&gt;
  Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
Full details of the alternative public website, including screenshots can be fond on [https://oaktreewebs.co.uk/wiki/ my wiki] together with comprehensive instructions on how to install, use and modify.&lt;br /&gt;
&lt;br /&gt;
This site also comes with new themes (unfortunately not compatible with the AI or previous versions) that should be easier to modify for your own needs.&lt;br /&gt;
&lt;br /&gt;
==Installing==&lt;br /&gt;
Download the current zip file to you local machine and upload it to your web server.&lt;br /&gt;
*Unzip it in the same location as your existing site - it will not overwrite the existing pages&lt;br /&gt;
*:The new site uses .html pages whereas the existing default site uses .htm&lt;br /&gt;
*; If you visit your site without specifying a page you will be taken to the new template pages,&lt;br /&gt;
*;Specifying a page such as index.htm will display your old template pages.&lt;br /&gt;
&lt;br /&gt;
*: Please clear your browser cache before viewing. &lt;br /&gt;
&lt;br /&gt;
===Your Own Pages===&lt;br /&gt;
 &#039;&#039;&#039;As with previous releases, the public website template also includes a template page&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The template.html page is provided to make it easier for you to add your own pages while retaining the look and feel of the website.  The template page is called &#039;&#039;&#039;template.html&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;Editing&amp;lt;/big&amp;gt;&lt;br /&gt;
The template page shows all the different column layouts that are available.  These are:&lt;br /&gt;
.col1, .col2, .col3, .col4, .col5, .col6 or .col7&lt;br /&gt;
All must be preceded by either&lt;br /&gt;
* &#039;&#039;&#039;.ows-flex&#039;&#039;&#039; to use a flexbox layout, or&lt;br /&gt;
* &#039;&#039;&#039;.ows-grid&#039;&#039;&#039; to use a grid layout &lt;br /&gt;
&lt;br /&gt;
: These will always try to display the indicated number of columns but as the screen becomes small will automatically collapse into fewer columns as appropriate.&lt;br /&gt;
:; If there are more panels than columns they will gracefully split onto additional rows while retaining their column settings.&lt;br /&gt;
:; Rows with fewer panels than columns will either stretch the remaining panels across the full width or align them from the left - this can be controlled by you.&lt;br /&gt;
&lt;br /&gt;
For full details visit [https://oaktreewebs.co.uk/wiki/ my wiki].&lt;br /&gt;
&lt;br /&gt;
==Editing the website menu==&lt;br /&gt;
&lt;br /&gt;
Please refer to my [https://oaktreewebs.co.uk/wiki/ wiki] for full details of the menu and how to edit it.&lt;br /&gt;
&lt;br /&gt;
==Changing the Theme and Other Settings==&lt;br /&gt;
&lt;br /&gt;
Please refer to my [https://oaktreewebs.co.uk/wiki/ wiki] for full information on configuring and setting up the alternative website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12225</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12225"/>
		<updated>2025-10-26T07:29:02Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* The Alternative Public Website */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk&lt;br /&gt;
&lt;br /&gt;
 Please note.  This is NOT part of the CumulusMX Distribution package and is provided only for those interested in having a public site that uses similar structures to the Alternative Interface.&lt;br /&gt;
&lt;br /&gt;
 Although it should function at the date of release, no guarantees are given that it will continue to do so with subsequent releases of CumulusMX. Users should take time to investigate how it reacts and uses the library and data files uploaded by CumulusMX so that you are able to do some troubleshooting for yourself.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| This is slightly different in this version although it still uses the same cmxConfig object. &lt;br /&gt;
As can be seen, the object is now separated into sections with one or two extra entries in &#039;&#039;&#039;&#039;&#039;Custom&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You will need to make sure that the Data and NOAAReportsPath entries point to your data and reports respectively.&lt;br /&gt;
&lt;br /&gt;
Based on some feedback, if you want to use the standard menu format you need to set &#039;StandardMenu&#039; to true.&lt;br /&gt;
&lt;br /&gt;
This will than use a bar menu across the top of the page.&lt;br /&gt;
&lt;br /&gt;
I will be providing more detailed information here and on my Wiki soon.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
  || &amp;lt;code&amp;gt;&lt;br /&gt;
cmxConfig = {&lt;br /&gt;
  Charts: {&lt;br /&gt;
    Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
    Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
  },&lt;br /&gt;
  Custom: {&lt;br /&gt;
    StandardMenu: false,&lt;br /&gt;
    Dropdown: true,&lt;br /&gt;
    Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
    Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
    BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
    StaticHead: true,&lt;br /&gt;
    StaticFoot: true,&lt;br /&gt;
    PaddingTop: &#039;2&#039;,&lt;br /&gt;
    PaddingBottom: &#039;1&#039;,&lt;br /&gt;
    PaddingUnits: &#039;em&#039;,&lt;br /&gt;
  },&lt;br /&gt;
  Data: &amp;quot;&amp;quot;,&lt;br /&gt;
  Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
  NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
  Gull: {&lt;br /&gt;
    Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
    Speed: 5,&lt;br /&gt;
    OnTop: false,&lt;br /&gt;
  },&lt;br /&gt;
  Records: {&lt;br /&gt;
    All: &amp;quot;&amp;quot;,&lt;br /&gt;
    Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
  }&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12224</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12224"/>
		<updated>2025-10-25T17:04:38Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk/apw/ ai2weather.uk/apw/] and at [https://ai2weather.uk/cmxAs2/ ai2weather.uk/cmxAs2/].  Both these sites use the same template but are configured differently showing some of the features you can use.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Caption text&lt;br /&gt;
|-&lt;br /&gt;
| This is slightly different in this version although it still uses the same cmxConfig object. &lt;br /&gt;
As can be seen, the object is now separated into sections with one or two extra entries in &#039;&#039;&#039;&#039;&#039;Custom&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You will need to make sure that the Data and NOAAReportsPath entries point to your data and reports respectively.&lt;br /&gt;
&lt;br /&gt;
Based on some feedback, if you want to use the standard menu format you need to set &#039;StandardMenu&#039; to true.&lt;br /&gt;
&lt;br /&gt;
This will than use a bar menu across the top of the page.&lt;br /&gt;
&lt;br /&gt;
I will be providing more detailed information here and on my Wiki soon.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - Version 5 b:005&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;&lt;br /&gt;
* Corrected the build number to b:005.  This is the latest release.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;.&lt;br /&gt;
  || &amp;lt;code&amp;gt;&lt;br /&gt;
cmxConfig = {&lt;br /&gt;
  Charts: {&lt;br /&gt;
    Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
    Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
  },&lt;br /&gt;
  Custom: {&lt;br /&gt;
    StandardMenu: false,&lt;br /&gt;
    Dropdown: true,&lt;br /&gt;
    Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
    Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
    BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
    StaticHead: true,&lt;br /&gt;
    StaticFoot: true,&lt;br /&gt;
    PaddingTop: &#039;2&#039;,&lt;br /&gt;
    PaddingBottom: &#039;1&#039;,&lt;br /&gt;
    PaddingUnits: &#039;em&#039;,&lt;br /&gt;
  },&lt;br /&gt;
  Data: &amp;quot;&amp;quot;,&lt;br /&gt;
  Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
  NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
  Gull: {&lt;br /&gt;
    Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
    Speed: 5,&lt;br /&gt;
    OnTop: false,&lt;br /&gt;
  },&lt;br /&gt;
  Records: {&lt;br /&gt;
    All: &amp;quot;&amp;quot;,&lt;br /&gt;
    Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
  }&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12223</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12223"/>
		<updated>2025-10-25T17:02:35Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk/apw/ ai2weather.uk/apw/] and at [https://ai2weather.uk/cmxAs2/ ai2weather.uk/cmxAs2/].  Both these sites use the same template but are configured differently showing some of the features you can use.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Caption text&lt;br /&gt;
|-&lt;br /&gt;
| This is slightly different in this version although it still uses the same cmxConfig object. &lt;br /&gt;
As can be seen, the object is now separated into sections with one or two extra entries in &#039;&#039;&#039;&#039;&#039;Custom&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You will need to make sure that the Data and NOAAReportsPath entries point to your data and reports respectively.&lt;br /&gt;
&lt;br /&gt;
Based on some feedback, if you want to use the standard menu format you need to set &#039;StandardMenu&#039; to true.&lt;br /&gt;
&lt;br /&gt;
This will than use a bar menu across the top of the page.&lt;br /&gt;
&lt;br /&gt;
I will be providing more detailed information here and on my Wiki soon.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
  || &amp;lt;code&amp;gt;&lt;br /&gt;
cmxConfig = {&lt;br /&gt;
  Charts: {&lt;br /&gt;
    Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
    Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
  },&lt;br /&gt;
  Custom: {&lt;br /&gt;
    StandardMenu: false,&lt;br /&gt;
    Dropdown: true,&lt;br /&gt;
    Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
    Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
    BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
    StaticHead: true,&lt;br /&gt;
    StaticFoot: true,&lt;br /&gt;
    PaddingTop: &#039;2&#039;,&lt;br /&gt;
    PaddingBottom: &#039;1&#039;,&lt;br /&gt;
    PaddingUnits: &#039;em&#039;,&lt;br /&gt;
  },&lt;br /&gt;
  Data: &amp;quot;&amp;quot;,&lt;br /&gt;
  Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
  NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
  Gull: {&lt;br /&gt;
    Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
    Speed: 5,&lt;br /&gt;
    OnTop: false,&lt;br /&gt;
  },&lt;br /&gt;
  Records: {&lt;br /&gt;
    All: &amp;quot;&amp;quot;,&lt;br /&gt;
    Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
  }&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b005|here]] Version. 5 b:005 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=File:PublicWebsiteV2.zip&amp;diff=12222</id>
		<title>File:PublicWebsiteV2.zip</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=File:PublicWebsiteV2.zip&amp;diff=12222"/>
		<updated>2025-10-25T17:01:44Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: NeilThomas uploaded a new version of File:PublicWebsiteV2.zip&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Initial release of version 5.0.0 of the Alternative Public Website&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12221</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12221"/>
		<updated>2025-10-25T16:44:29Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk/apw/ ai2weather.uk/apw/] and at [https://ai2weather.uk/cmxAs2/ ai2weather.uk/cmxAs2/].  Both these sites use the same template but are configured differently showing some of the features you can use.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Caption text&lt;br /&gt;
|-&lt;br /&gt;
| This is slightly different in this version although it still uses the same cmxConfig object. &lt;br /&gt;
As can be seen, the object is now separated into sections with one or two extra entries in &#039;&#039;&#039;&#039;&#039;Custom&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You will need to make sure that the Data and NOAAReportsPath entries point to your data and reports respectively.&lt;br /&gt;
&lt;br /&gt;
Based on some feedback, if you want to use the standard menu format you need to set &#039;StandardMenu&#039; to true.&lt;br /&gt;
&lt;br /&gt;
This will than use a bar menu across the top of the page.&lt;br /&gt;
&lt;br /&gt;
I will be providing more detailed information here and on my Wiki soon.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
  || &amp;lt;code&amp;gt;&lt;br /&gt;
cmxConfig = {&lt;br /&gt;
  Charts: {&lt;br /&gt;
    Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
    Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
  },&lt;br /&gt;
  Custom: {&lt;br /&gt;
    StandardMenu: false,&lt;br /&gt;
    Dropdown: true,&lt;br /&gt;
    Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
    Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
    BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
    StaticHead: true,&lt;br /&gt;
    StaticFoot: true,&lt;br /&gt;
    PaddingTop: &#039;2&#039;,&lt;br /&gt;
    PaddingBottom: &#039;1&#039;,&lt;br /&gt;
    PaddingUnits: &#039;em&#039;,&lt;br /&gt;
  },&lt;br /&gt;
  Data: &amp;quot;&amp;quot;,&lt;br /&gt;
  Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
  NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
  Gull: {&lt;br /&gt;
    Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
    Speed: 5,&lt;br /&gt;
    OnTop: false,&lt;br /&gt;
  },&lt;br /&gt;
  Records: {&lt;br /&gt;
    All: &amp;quot;&amp;quot;,&lt;br /&gt;
    Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
  }&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b004|here]] Version. 5 b:004 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12220</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12220"/>
		<updated>2025-10-25T16:44:02Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk/apw/ ai2weather.uk/apw/] and at [https://ai2weather.uk/cmxAs2/ ai2weather.uk/cmxAs2/].  Both these sites use the same template but are configured differently showing some of the features you can use.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Caption text&lt;br /&gt;
|-&lt;br /&gt;
| This is slightly different in this version although it still uses the same cmxConfig object. &lt;br /&gt;
As can be seen, the object is now separated into sections with one or two extra entries in &#039;&#039;&#039;&#039;&#039;Custom&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You will need to make sure that the Data and NOAAReportsPath entries point to your data and reports respectively.&lt;br /&gt;
&lt;br /&gt;
Based on some feedback, if you want to use the standard menu format you need to set &#039;StandardMenu&#039; to true.&lt;br /&gt;
&lt;br /&gt;
This will than use a bar menu across the top of the page.&lt;br /&gt;
&lt;br /&gt;
I will be providing more detailed information here and on my Wiki soon.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
  || &amp;lt;code&amp;gt;&lt;br /&gt;
cmxConfig = {&lt;br /&gt;
  Charts: {&lt;br /&gt;
    Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
    Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
  },&lt;br /&gt;
  Custom: {&lt;br /&gt;
    StandardMenu: false,&lt;br /&gt;
    Dropdown: true,&lt;br /&gt;
    Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
    Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
    BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
    StaticHead: true,&lt;br /&gt;
    StaticFoot: true,&lt;br /&gt;
    PaddingTop: &#039;2&#039;,&lt;br /&gt;
    PaddingBottom: &#039;1&#039;,&lt;br /&gt;
    PaddingUnits: &#039;em&#039;,&lt;br /&gt;
  },&lt;br /&gt;
  Data: &amp;quot;&amp;quot;,&lt;br /&gt;
  Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
  NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
  Gull: {&lt;br /&gt;
    Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
    Speed: 5,&lt;br /&gt;
    OnTop: false,&lt;br /&gt;
  },&lt;br /&gt;
  Records: {&lt;br /&gt;
    All: &amp;quot;&amp;quot;,&lt;br /&gt;
    Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
  }&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b004|here]] Version. 5 build 004 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12219</id>
		<title>AlternativePublicWebsite</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=AlternativePublicWebsite&amp;diff=12219"/>
		<updated>2025-10-25T09:00:58Z</updated>

		<summary type="html">&lt;p&gt;NeilThomas: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Alternative Public Website ==&lt;br /&gt;
&lt;br /&gt;
This page is targeted at my Alternative Public Website and not the default website supplied with CumulusMX.  This alternative is designed to work with the existing data that is uploaded by CumulusMX and supports some additional data not shown on the default site.&lt;br /&gt;
&lt;br /&gt;
You can view this site at [https://ai2weather.uk/apw/ ai2weather.uk/apw/] and at [https://ai2weather.uk/cmxAs2/ ai2weather.uk/cmxAs2/].  Both these sites use the same template but are configured differently showing some of the features you can use.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Caption text&lt;br /&gt;
|-&lt;br /&gt;
| This is slightly different in this version although it still uses the same cmxConfig object. &lt;br /&gt;
As can be seen, the object is now separated into sections with one or two extra entries in &#039;&#039;&#039;&#039;&#039;Custom&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You will need to make sure that the Data and NOAAReportsPath entries point to your data and reports respectively.&lt;br /&gt;
&lt;br /&gt;
Based on some feedback, if you want to use the standard menu format you need to set &#039;StandardMenu&#039; to true.&lt;br /&gt;
&lt;br /&gt;
This will than use a bar menu across the top of the page.&lt;br /&gt;
&lt;br /&gt;
I will be providing more detailed information here and on my Wiki soon.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update: 11/10/2025 Version 5.0.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixes&#039;&#039;&#039;:&lt;br /&gt;
* The Soil Moisture chart now works as expected - rogue line in code.&lt;br /&gt;
&#039;&#039;&#039;Changes&#039;&#039;&#039;:&lt;br /&gt;
* You can now opt to not have a logo if you are using a banner image.  Make the logo &#039;None&#039;.&lt;br /&gt;
* The line above the menu has been removed.&lt;br /&gt;
* You can now add your own text to the Information panel by editing the file index-info.html (supplied).  The content of this file will replace anything that I have hard coded into the block.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 16/10/2025 Version 5.0.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* The tooltip on the Wind Direction chart now uses the same styles as others.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* All Trends charts now have improved accessibility descriptions&lt;br /&gt;
* The index-info.html file can now start with paragraph tags meaning the index.html page has changed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 17/10/2025 - Version 5 b:003&#039;&#039;&#039; Please note the addition of a build number.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Historic charts now show the correct timezone&lt;br /&gt;
* Spaces added to units on Dashboard, Today, Yesterday and Today v Yesterday pages.&lt;br /&gt;
&#039;&#039;&#039;Corrections&#039;&#039;&#039;&lt;br /&gt;
* Version and build numbers added to template&lt;br /&gt;
&#039;&#039;&#039;Added&#039;&#039;&#039;&lt;br /&gt;
* Two new theme colours and their corresponding dark versions - Field Green and Meadow Green.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Update 23/10/2025 - Version 5 b:003&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* Incorrect data being displayed on &#039;Today&#039;, &#039;Yesterday&#039; and Today v Yesterday&#039;. pages.&lt;br /&gt;
&#039;&#039;&#039;Changed&#039;&#039;&#039;&lt;br /&gt;
* Hidden the information panels on all records pages.&lt;br /&gt;
* Changed to ID used for the Almanac popup so that &#039;Almanac&#039; can be added to the menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update 25/10/2025 - version 5 b:004&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fixed&#039;&#039;&#039;&lt;br /&gt;
* cmxConfig not being loaded correctly on page change.  The only page that has changed is &#039;&#039;&#039;page-control.js&#039;&#039;&#039;&lt;br /&gt;
  || &amp;lt;code&amp;gt;&lt;br /&gt;
cmxConfig = {&lt;br /&gt;
  Charts: {&lt;br /&gt;
    Trends: &amp;quot;&amp;quot;,&lt;br /&gt;
    Historic: &amp;quot;&amp;quot;,&lt;br /&gt;
  },&lt;br /&gt;
  Custom: {&lt;br /&gt;
    StandardMenu: false,&lt;br /&gt;
    Dropdown: true,&lt;br /&gt;
    Theme: &amp;quot;&amp;quot;,&lt;br /&gt;
    Logo: &amp;quot;&amp;quot;,&lt;br /&gt;
    BannerImage: &amp;quot;&amp;quot;,&lt;br /&gt;
    StaticHead: true,&lt;br /&gt;
    StaticFoot: true,&lt;br /&gt;
    PaddingTop: &#039;2&#039;,&lt;br /&gt;
    PaddingBottom: &#039;1&#039;,&lt;br /&gt;
    PaddingUnits: &#039;em&#039;,&lt;br /&gt;
  },&lt;br /&gt;
  Data: &amp;quot;&amp;quot;,&lt;br /&gt;
  Menu: &#039;js/ows-menu.js&#039;,&lt;br /&gt;
  NOAAReportPath: &#039;Reports/&#039;,&lt;br /&gt;
  Gull: {&lt;br /&gt;
    Animation: &amp;quot;&amp;quot;,&lt;br /&gt;
    Speed: 5,&lt;br /&gt;
    OnTop: false,&lt;br /&gt;
  },&lt;br /&gt;
  Records: {&lt;br /&gt;
    All: &amp;quot;&amp;quot;,&lt;br /&gt;
    Monthly: &amp;quot;&amp;quot;,&lt;br /&gt;
  }&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can download the file [[File:PublicWebsiteV2.zip|thumb|alt=Version 5 b004|here]] Version. 5.0.3 25/10/2025 10:00&lt;br /&gt;
&lt;br /&gt;
It extracts to its own folder - apw, so you can extract to wherever without overwriting other content.&lt;br /&gt;
&lt;br /&gt;
It comes with two template files for those of you that will need to generate your own pages to fit in with the theme / styles.&lt;br /&gt;
&lt;br /&gt;
I have now fully updated [https://www.oaktreewebs.co.uk/wiki/doku.php?id=wiki:aw:start my Wiki] to provide an alternative upload option and provide more detailed information about using this version of the Alternative Public Website.&lt;/div&gt;</summary>
		<author><name>NeilThomas</name></author>
	</entry>
</feed>