Website Generator: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
m
 
(2 intermediate revisions by the same user not shown)
 
CumulusRealTimeLocation= => see below, default is empty
ShowInsideMeasurements=true | false => when true, inside temperature and humidity will be shown on the website (when available in the datafile), default=false
CumulusRealTimeInterval=30 => The refresh cycle time of the runtime system to update the values on the dashboard and gauges, default=15
ShowUV=true => Show the UV values (if there is a sensor), default=true
 
then, when CumulusMX sends the realtime and datafiles to the webroot, you can set the ''CumulusRealTimeLocation'' to '''..\''' and it will automatically find the realtime and datafiles it needs.
 
=== CuserHead.def ===
If that file (user created) exists in the utils directory, its contents replaces three HTML Meta tags in the generated HTML code. This should facilitate any HTML header tags e.g. <META ...> to be positioned in the HTML header as the user wishes. No checks are made on the contents of the ''CutilsHead.def'' file and its effect on the resulting ''index.html'', it is fully the users responsibility. No support on the contents and its effects will be given. The HTML tags replaced are:
#<meta name="description" content="CumulusMX Website, part of CumulusUtils" />
#<meta name="keywords" content="CumulusMX, weather, data, private weather station, CumulusUtils" />
#<meta name="robots" content="index, noarchive, follow, noimageindex, noimageclick" />
 
=== Javascript libraries ===

Navigation menu