=NOTE, there is currently no Beta version of Cumulus=
== Additional webtags available in the BETA version of Cumulus 1X.9X.4X ==
|colspan="2" style="background:lightgray;"|Rainfall
|-
|colspan="2"|no new tags
|<#MinutesSinceLastRainTip>
|The number of minutes since the last rain gauge tip, in whole numbers, rounded down
|-
|colspan="2" style="background:lightgray;"|Pressure
!style="width:600px" | Function
|-
|colspan="2"|no new tags
|<#RecentTS>
|Takes parameters like the 'recent data' web tags (e.g. <#RecentOutsideTemp>) and gives the timestamp of the data that will be returned for those web tags with the supplied parameters (it may not have the data for the exact time specified). Format can be specified in the usual way with the 'format' parameter.
|}
!style="width:600px" | Function
|-
|colspan="2"|no new tags
|<#latitude>
|The station [http://en.wikipedia.org/wiki/Latitude latitude].
Supports an optional 'dp' parameter, if supplied, instead of the usual web-encoded text format with degrees/minutes/seconds, the result is in decimal degrees to the specified number of decimal places. E.g<br />
<#latitude> gives "N&nbsp;59& deg;&nbsp;14&#39;&nbsp;33&quot;" for N 59 14 33<br />
<#latitude dp=5> gives "59.24250"
If the "dp" parameter is supplied, then supplying "rc=y" in addition will cause any decimal comma to be converted to a decimal point.
|-
|<#longitude>
|The station [http://en.wikipedia.org/wiki/Longitude longitude]. Supports an optional 'dp' and 'rc' parameters as per the latitude tag.
|-
|}
There are a set of tags where the decimal comma has been replaced with a full stop, where necessary, for use with gauges etc which don't like the commas. They all correspond to the same tag with 'RC' removed.
<No new tags>
<#RCRecentOutsideTemp>, <#RCRecentWindSpeed>, <#RCRecentWindGust>, <#RCRecentWindLatest>,
<#RCRecentWindChill>, <#RCRecentDewPoint>, <#RCRecentHeatIndex>, <#RCRecentPressure>,
<#RCRecentRainToday>, <#RCRecentUV>
|