Dashboard: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
984 bytes added ,  13:19, 15 November 2023
m
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
The Dashboard is configurable in two ways: the contents of a panel and - only if you use the [[ChartsCompiler]] - the click event attached to a panel.
The Dashboard is configurable in two ways: the contents of a panel and - only if you use the [[ChartsCompiler]] - the click event attached to a panel.
Because click events are not configurable in the default configuration, it is advised NOT to change the panel content when not using CDL (but you're free to experiment).
Because click events are not configurable in the default configuration, it is advised NOT to change the panel content when not using CDL (but you're free to experiment).
The part of the CumulusUtils interface to the right of the Dashboard is the part where the Charts and reports are shown. In the terminology of the CUtils that is the '''''ReportView'''''.


== Dashboard configuration ==
== Dashboard configuration ==
Line 73: Line 75:


So when panel-2 is clicked (the default content would be pressure) you get this chart. But this also is valid for panel 4 (clocks), 15 (Pressure gauge) and 20 (Cloudbase gauge). So combining the panel configuration of the dashboard with the event configuration of the ChartsCompiler gives the user almost full control of how the website functions.
So when panel-2 is clicked (the default content would be pressure) you get this chart. But this also is valid for panel 4 (clocks), 15 (Pressure gauge) and 20 (Cloudbase gauge). So combining the panel configuration of the dashboard with the event configuration of the ChartsCompiler gives the user almost full control of how the website functions.
=== The Gauges ===
The gauges can be configured for appearance as described on the [[Website_Generator#Inifile_parameters|Website page]]. You  may find examples [https://www.wilmslowastro.com/steelseries/demoRadial.html here]  and [http://www.boock.ch/meteo/gauges_stelserie_demoradial.php here]. Please study the [[SteelSeries FAQ|Steelseries FAQ]] for the values of the parameters.


=== The Wind Gauges ===
=== The Wind Gauges ===
Line 82: Line 87:
However, some prefer the real moon image as delivered by CMX itself. This is possible in CumulusUtils by setting the inifile parameter ''UseCMXMoonImage'' in section [Website] to true. Note that you have to configure the use of this image in CMX and that CumulusUtils uses the actual path configured there (as a path relative to the webroot of CumulusUtils).
However, some prefer the real moon image as delivered by CMX itself. This is possible in CumulusUtils by setting the inifile parameter ''UseCMXMoonImage'' in section [Website] to true. Note that you have to configure the use of this image in CMX and that CumulusUtils uses the actual path configured there (as a path relative to the webroot of CumulusUtils).


=== The PwsFWI button ===
PwsFWI is an identifying feature of CumulusUtils displaying a pretty accurate Forest Fire Risk Assessment Index for Personal Weather Stations and therefore can't be removed from Cutils. Default the pwsFWI button is displayed in the header but it can be configured to be in the menu bar (the navbar). For how to configure read the [[Website_Generator#Inifile_parameters|website page]]
[[Category:CumulusUtils]]
[[Category:CumulusUtils]]

Navigation menu