Dashboard: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
2,522 bytes added ,  13:19, 15 November 2023
m
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Introduction ==
== Introduction ==
[[File:Dashboard part 1.jpg|frameless|right|Startup Dashboard]]
[[File:Dashboard part 2.jpg|frameless|right|Toggled Dashboard]]
The dashboard is the left part of the CumulusUtils Website as generated by the [[Website Generator]]. The Dashboard contains twentyfour panels of which twelve can be displayed at the same time. The menu choice ''Toggle Dashboard'' changes between the two sets of panels. It is fixed part of the website and cannot be removed (just like the reportview on the right).
The dashboard is the left part of the CumulusUtils Website as generated by the [[Website Generator]]. The Dashboard contains twentyfour panels of which twelve can be displayed at the same time. The menu choice ''Toggle Dashboard'' changes between the two sets of panels. It is fixed part of the website and cannot be removed (just like the reportview on the right).
Examples of the two dashboards are shown on the right.


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 18: Line 24:
When errors are made in the keywords (e.g. typos) an error is written in the  logfile and the panel remains empty.
When errors are made in the keywords (e.g. typos) an error is written in the  logfile and the panel remains empty.


The panels 5, 6, 7 (and the counterparts in the toggled dashboard nr 17, 18 and 19) have no parameter because they cannot be changed. The reason for this is technical internal. I am not saying it is impossible but it is too complex to give me any joy so you should not be asking for it.
The existing content (the block names) and their default panel assignment is given below:
 
The exiting content (the block names) and their default panel assignment is given below:


  Panel-1=TemperatureText
  Panel-1=TemperatureText
Line 26: Line 30:
  Panel-3=RainText
  Panel-3=RainText
  Panel-4=Clocks
  Panel-4=Clocks
Panel-5=WindGauge1
Panel-6=WindDirGauge1
Panel-7=WindRoseGauge1
  Panel-8=WindText
  Panel-8=WindText
  Panel-9=SolarDisc
  Panel-9=SolarDisc
Line 35: Line 42:
  Panel-15=PressureGauge
  Panel-15=PressureGauge
  Panel-16=HumidityGauge
  Panel-16=HumidityGauge
Panel-17=WindGauge2
Panel-18=WindDirGauge2
Panel-19=WindRoseGauge2
  Panel-20=CloudBaseGauge
  Panel-20=CloudBaseGauge
  Panel-21=RainGauge
  Panel-21=RainGauge
Line 40: Line 50:
  Panel-23=SolarGauge
  Panel-23=SolarGauge
  Panel-24=UVGauge
  Panel-24=UVGauge
You can replace any panel content with the content specification '''''Empty'''''. This will blank that specific pane (in the background colour and an empty header) but not move the others.
NOTE: Contrary to the CMX standard, there is no need to configure FeelsLike anywhere. Both Apparent and Feels Like can be displayed. See page for [[Feels_Like|Feels  Like]].


=== Event configuration ===
=== Event configuration ===
Line 62: 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 ===
As you see, there are two sets of wind gauges. The reason for this is that it is not possible to create a second gauge object (for any gauge). Therefore, the existing object is moved between the first and the second dashboard during a toggle because we need the wind gauges in both dashboards. For the first dashboard you use the denominator 1 (e.g. WindGauge1) and for the second dashboard you use denominator 2 (e.g. WindGauge2). Mixing and moving these out of the dashboard will give unpredictable results.
=== The Lunar Disc ===
The Lunar Disc native to CumulusUtils is an abstraction of the phases of the moon calculated and refreshed each hour. This is the preferred default (for aesthetic uniformity and good taste ;) )
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]]

Navigation menu