<?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=JacquesD</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=JacquesD"/>
	<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/a/Special:Contributions/JacquesD"/>
	<updated>2026-05-03T14:07:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Raspberry_Pi_Image&amp;diff=7391</id>
		<title>Raspberry Pi Image</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Raspberry_Pi_Image&amp;diff=7391"/>
		<updated>2020-12-31T18:40:55Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Additional Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Using the pre-built Raspberry Pi Image ==&lt;br /&gt;
We have created an customised version of the Raspberry Pi Lite image with Cumulus MX pre-installed and ready to go.&lt;br /&gt;
&lt;br /&gt;
This is designed to be what is called a &amp;quot;headless&amp;quot; installation, that is you can run it on a Raspberry Pi without a monitor or keyboard attached to it. As such the image does not contain a GUI, it is a command line only installation.&lt;br /&gt;
&lt;br /&gt;
=== Pre-Installation Steps ===&lt;br /&gt;
You are going to need:&lt;br /&gt;
* A suitable SD card for your Raspberry Pi&lt;br /&gt;
:A minimum size of 16GB is recommended. Be sure to buy a good quality card.&lt;br /&gt;
* An image installer to copy the image file to the SD card&lt;br /&gt;
:The [https://www.raspberrypi.org/documentation/installation/installing-images/ Raspberry Pi site] has a list of suitable software for your operating system. Scroll down to &amp;quot;Writing the image&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
: This guide with use Raspberry Pi Imager&lt;br /&gt;
* The image file to install&lt;br /&gt;
:Download the latest image file from here: [//{{SERVERNAME}}/Downloads/rpi-CMX-3.9.4.zip rPi Cumulus MX 3.9.4].&lt;br /&gt;
* An SSH terminal program to configure your Raspberry Pi&lt;br /&gt;
: For Windows we recommend using [https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html PuTTY]&lt;br /&gt;
* A file transfer program - though you will not need this right away, you will need it at some point. The main uses will be...&lt;br /&gt;
:* Copying Cumulus MX updates to your Raspberry Pi&lt;br /&gt;
:* Extracting the diagnostic files from Cumulus MX if this go wrong&lt;br /&gt;
:* Setting up a web site&amp;lt;br /&amp;gt;&lt;br /&gt;
:A popular program for Windows is [https://winscp.net/eng/download.php WinSCP]&lt;br /&gt;
&lt;br /&gt;
=== Installing the Image ===&lt;br /&gt;
This installation was performed on a Windows computer using the [https://www.raspberrypi.org/downloads/ Raspberry Pi Imager v1.4] software&lt;br /&gt;
[[File:PiImager-01.png|none]]&lt;br /&gt;
* Insert your blank SD card into your computer - if not blank whatever is on the card will be erased.&lt;br /&gt;
* Start Raspberry Pi Imager&lt;br /&gt;
:* Click the CHOOSE OS button, and select &#039;&#039;&#039;Use custom&#039;&#039;&#039;&lt;br /&gt;
:*; [[File:PiImager-02.png|none]]&lt;br /&gt;
:* Browse to the location of the OS Image zip file you downloaded - no need to unzip it&lt;br /&gt;
:* Click CHOOSE SD CARD, and select the SD card from the Device dropdown - check you have the correct drive selected!&lt;br /&gt;
:*; [[File:PiImager-04.png|none]]&lt;br /&gt;
:* Click the WRITE button. Writing the image will take a few minutes&lt;br /&gt;
:* Once the image has finished been written, you can close Raspberry Pi Imager&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;OPTIONAL&#039;&#039;&#039;&#039;&#039; - If you wish to connect your Pi to the network using WiFi from the first boot, then you will need to follow these additional steps.&lt;br /&gt;
*;Note. If you connect via an cabled network, you can always configure the WiFi later using the command line&lt;br /&gt;
:* Eject your SD card from your computer and re-insert it&lt;br /&gt;
:* Locate the SD drive in File Explorer.&lt;br /&gt;
:* On the SD drive edit a file called &#039;&#039;&#039;wpa_supplicant.conf.txt&#039;&#039;&#039; with a text editor and...&lt;br /&gt;
::* Change the country code to match your location - eg. US, GB, FR etc&lt;br /&gt;
::* Set the ssid to match your WiFi id&lt;br /&gt;
::* Set the psk to your WiFi password&lt;br /&gt;
:* Save the file, and then rename it to &#039;&#039;&#039;wpa_supplicant.conf&#039;&#039;&#039; - i.e. remove the .txt file extension&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
* Eject the SD card from your computer and insert it into your Raspberry Pi&lt;br /&gt;
&lt;br /&gt;
=== First Boot ===&lt;br /&gt;
* Connect the Pi to your wired network if you did not configure the WiFi as per the steps above.&lt;br /&gt;
* Power on the Pi.&lt;br /&gt;
* Now wait 5 minutes. The first boot will be resizing your disk and optionally configuring your WiFi&lt;br /&gt;
* Start your browser and see if you can connect to this URL: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://cumulusmx:8998&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
:* If you can great - you should now see the Cumulus MX console&lt;br /&gt;
:* If not, then you will have to find out the Raspberry Pi&#039;s IP address from your router. Then try connecting to this URL: &#039;&#039;&#039;http://&amp;lt;ip_address&amp;gt;:8998&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Verify your SSH Connection ===&lt;br /&gt;
* Fire up your SSH Client - we use PuTTY here&lt;br /&gt;
:* Enter the hostname as &amp;quot;cumulusmx&amp;quot;, and check the protocol is set to SSH. Then open the connection.&amp;lt;br /&amp;gt;&lt;br /&gt;
: (You can use the IP address instead of the hostname if that does not work)&lt;br /&gt;
:*; [[File:PuTTY-01.png|none]]&lt;br /&gt;
* You will have the accept the SSH key the first time you connect&lt;br /&gt;
* Enter the username &amp;quot;pi&amp;quot; and password &amp;quot;raspberry&amp;quot; - these are the default Raspberry Pi username credentials&lt;br /&gt;
* When you login it will display a warning about you using the default password and ask you to change it&lt;br /&gt;
:* Use the &#039;&#039;&#039;passwd&#039;&#039;&#039; command to do this now...&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;pi@cumulusmx:~ $ passwd&lt;br /&gt;
Changing password for pi.&lt;br /&gt;
Current password: &lt;br /&gt;
New password: &lt;br /&gt;
Retype new password: &lt;br /&gt;
passwd: password updated successfully&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Check the status of the Cumulus MX service with the command &#039;&#039;&#039;sudo systemctl status cumulusmx&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
: You will get some information back, the important bit to note is the line starting &#039;&#039;&#039;Active:&#039;&#039;&#039;, it should say &#039;&#039;&#039;active (running)&#039;&#039;&#039;&lt;br /&gt;
* You can leave the SSH session open, you will need it again soon...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure Cumulus MX ===&lt;br /&gt;
Now it is time to configure Cumulus MX for your station.&lt;br /&gt;
* Start your browser and connect to the same URL as before - &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://cumulusmx:8998&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* From the menu select &#039;&#039;&#039;Settings | Station Settings&#039;&#039;&#039;, then follow the guide on [this page?] for configuring your station&lt;br /&gt;
* Once your have completed all the settings for for station, and successfully saved them, Cumulus MX will need to be restarted.&lt;br /&gt;
* Back in your SSH session, send the command &#039;&#039;&#039;sudo systemctl stop cumulusmx&#039;&#039;&#039;, this stops the Cumulus MX service.&lt;br /&gt;
* Wait a few seconds, then enter the command &#039;&#039;&#039;sudo systemctl start cumulusmx&#039;&#039;&#039;, this starts the Cumulus MX service again.&lt;br /&gt;
* Back to your browser and check that URL - &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://cumulusmx:8998&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; - again. If all is well, the default dashboard page should start showing the data from your weather station.&lt;br /&gt;
:* If it does, congratulations, you have successfully started recording your weather data&lt;br /&gt;
:* If it doesn&#039;t, then check back over this process carefully for any mistakes or omissions you may have made.&lt;br /&gt;
:* If you cannot resolve the problem, then ask for [https://cumulus.hosiene.co.uk/ help on the forum]&lt;br /&gt;
&lt;br /&gt;
== Additional Steps ==&lt;br /&gt;
&#039;&#039;To be expanded&#039;&#039;&lt;br /&gt;
* Configuring WiFi from SSH&lt;br /&gt;
* Stopping Cumulus MX starting up when the Pi boots&lt;br /&gt;
* Give your Pi a fixed IP address&lt;br /&gt;
:* Add a DHCP reservation&lt;br /&gt;
:* Assign a static IP address&lt;br /&gt;
:If you need to use a fixed ip address for your Raspberry Pi, you have to edit this file: « &#039;&#039;&#039;/etc/network/interfaces&#039;&#039;&#039; »&lt;br /&gt;
:For Ethernet connexion a line specefying port &#039;&#039;&#039;eth0&#039;&#039;&#039; is needed to describe your ethernet configuration, as this sample:&lt;br /&gt;
 allow-hotplug eth0&lt;br /&gt;
 iface eth0 inet static&lt;br /&gt;
  address 192.168.11.100&lt;br /&gt;
  netmask 255.255.255.0&lt;br /&gt;
  gateway 192.168.11.1&lt;br /&gt;
  dns-domain example.com&lt;br /&gt;
  dns-nameservers 192.168.11.1&lt;br /&gt;
&#039;&#039;The line &amp;quot;dns-domain example.com&amp;quot; is optional&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:You could have also to edit an other file, for dns configuration.&lt;br /&gt;
:see file «&#039;&#039;&#039;/etc/resolv.conf&#039;&#039;&#039;» to insert these lines:&lt;br /&gt;
 nameserver 192.168.11.1&lt;br /&gt;
 domain example.com&lt;br /&gt;
&#039;&#039;Again, the line &amp;quot;domain example.com&amp;quot; is optional&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
=== Install location ===&lt;br /&gt;
In this image Cumulus MX is installed into &#039;&#039;&#039;/opt/CumulusMX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Image Customisations ===&lt;br /&gt;
* Full install of Mono&lt;br /&gt;
* Update of all packages&lt;br /&gt;
* Install of Cumulus MX&lt;br /&gt;
* Set Cumulus MX to auto-start&lt;br /&gt;
* Enable SSH service&lt;br /&gt;
* Disable IPv6&lt;br /&gt;
* Set hostname to &amp;quot;cumulusmx&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== systemctl commands ===&lt;br /&gt;
You can use the following commands to control Cumulus MX...&lt;br /&gt;
: To start Cumulus:&lt;br /&gt;
 sudo systemctl start cumulusmx&lt;br /&gt;
: To stop Cumulus:&lt;br /&gt;
 sudo systemctl stop cumulusmx&lt;br /&gt;
: To check if Cumulus is running:&lt;br /&gt;
 sudo systemctl status cumulusmx&lt;br /&gt;
: To restart Cumulus:&lt;br /&gt;
 sudo systemctl restart cumulusmx&lt;br /&gt;
: To make Cumulus start at system boot time:&lt;br /&gt;
 sudo systemctl enable cumulusmx&lt;br /&gt;
: To stop Cumulus starting at boot time:&lt;br /&gt;
 sudp systemctl disable cumulusmx&lt;br /&gt;
&lt;br /&gt;
=== Starting Cumulus MX from the command line ===&lt;br /&gt;
You may want to start Cumulus from the command line for diagnostic purposes, you can still do this...&lt;br /&gt;
&lt;br /&gt;
First make sure the Cumulus MX service is stopped&lt;br /&gt;
 sudo systemctl stop cumulusmx&lt;br /&gt;
&lt;br /&gt;
Then path to the Cumulus folder and start it&lt;br /&gt;
 cd /opt/cumulusmx&lt;br /&gt;
 sudo mono CumulusMx.exe&lt;br /&gt;
&lt;br /&gt;
=== Symbolic Links ===&lt;br /&gt;
The image contains a number of precreated symbolic links for Cumulus MX files such as realtime.txt and the standard website tmp files. These links divert these files to a memory disk to reduce wear on your SD card.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Build Creation Notes ==&lt;br /&gt;
* Installed Raspberry Pi Buster Lite (August 2020)&lt;br /&gt;
* Enabled SSH&lt;br /&gt;
* Installed latest updates - apt update/upgrade&lt;br /&gt;
* Installed latest Mono complete stable version (6.12)&lt;br /&gt;
* Clean up apt - apt autoremove&lt;br /&gt;
* Changed hostname to &amp;quot;cumulusmx&amp;quot;&lt;br /&gt;
* Edited cumulusmx.service and copied to /etc/systemd/system&lt;br /&gt;
* Disabled mono-xsp4 service - update-rc.d mono-xsp4 disable&lt;br /&gt;
* Copied CMX to /opt/CumulusMX folder&lt;br /&gt;
* Created symbolic links for temp files to /run/cumulusmx&lt;br /&gt;
&lt;br /&gt;
The following commands are useful in creating the image file (created on Debian).&lt;br /&gt;
&lt;br /&gt;
Create image file from SD card - sdb, may be sdc etc.&lt;br /&gt;
 dd if=/dev/sdb of=/home/&amp;lt;username&amp;gt;/rpi.img bs=1M&lt;br /&gt;
&lt;br /&gt;
Shrink the image file.&amp;lt;br /&amp;gt;&lt;br /&gt;
Download pishrink from:&lt;br /&gt;
 wget https://raw.githubusercontent.com/Drewsif/PiShrink/master/pishrink.sh&lt;br /&gt;
Then run it...&lt;br /&gt;
 pishrink.sh /home/&amp;lt;username&amp;gt;/rpi.img /home/&amp;lt;username&amp;gt;/rpi2.img&lt;br /&gt;
&lt;br /&gt;
Disable IPv6&amp;lt;br /&amp;gt;&lt;br /&gt;
Edit /etc/systctl.conf&amp;lt;br /&amp;gt;&lt;br /&gt;
Add line...&lt;br /&gt;
 net.ipv6.conf.all.disable_ipv6 = 1&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Raspberry_Pi_Image&amp;diff=7390</id>
		<title>Raspberry Pi Image</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Raspberry_Pi_Image&amp;diff=7390"/>
		<updated>2020-12-31T18:38:39Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Additional Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Using the pre-built Raspberry Pi Image ==&lt;br /&gt;
We have created an customised version of the Raspberry Pi Lite image with Cumulus MX pre-installed and ready to go.&lt;br /&gt;
&lt;br /&gt;
This is designed to be what is called a &amp;quot;headless&amp;quot; installation, that is you can run it on a Raspberry Pi without a monitor or keyboard attached to it. As such the image does not contain a GUI, it is a command line only installation.&lt;br /&gt;
&lt;br /&gt;
=== Pre-Installation Steps ===&lt;br /&gt;
You are going to need:&lt;br /&gt;
* A suitable SD card for your Raspberry Pi&lt;br /&gt;
:A minimum size of 16GB is recommended. Be sure to buy a good quality card.&lt;br /&gt;
* An image installer to copy the image file to the SD card&lt;br /&gt;
:The [https://www.raspberrypi.org/documentation/installation/installing-images/ Raspberry Pi site] has a list of suitable software for your operating system. Scroll down to &amp;quot;Writing the image&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
: This guide with use Raspberry Pi Imager&lt;br /&gt;
* The image file to install&lt;br /&gt;
:Download the latest image file from here: [//{{SERVERNAME}}/Downloads/rpi-CMX-3.9.4.zip rPi Cumulus MX 3.9.4].&lt;br /&gt;
* An SSH terminal program to configure your Raspberry Pi&lt;br /&gt;
: For Windows we recommend using [https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html PuTTY]&lt;br /&gt;
* A file transfer program - though you will not need this right away, you will need it at some point. The main uses will be...&lt;br /&gt;
:* Copying Cumulus MX updates to your Raspberry Pi&lt;br /&gt;
:* Extracting the diagnostic files from Cumulus MX if this go wrong&lt;br /&gt;
:* Setting up a web site&amp;lt;br /&amp;gt;&lt;br /&gt;
:A popular program for Windows is [https://winscp.net/eng/download.php WinSCP]&lt;br /&gt;
&lt;br /&gt;
=== Installing the Image ===&lt;br /&gt;
This installation was performed on a Windows computer using the [https://www.raspberrypi.org/downloads/ Raspberry Pi Imager v1.4] software&lt;br /&gt;
[[File:PiImager-01.png|none]]&lt;br /&gt;
* Insert your blank SD card into your computer - if not blank whatever is on the card will be erased.&lt;br /&gt;
* Start Raspberry Pi Imager&lt;br /&gt;
:* Click the CHOOSE OS button, and select &#039;&#039;&#039;Use custom&#039;&#039;&#039;&lt;br /&gt;
:*; [[File:PiImager-02.png|none]]&lt;br /&gt;
:* Browse to the location of the OS Image zip file you downloaded - no need to unzip it&lt;br /&gt;
:* Click CHOOSE SD CARD, and select the SD card from the Device dropdown - check you have the correct drive selected!&lt;br /&gt;
:*; [[File:PiImager-04.png|none]]&lt;br /&gt;
:* Click the WRITE button. Writing the image will take a few minutes&lt;br /&gt;
:* Once the image has finished been written, you can close Raspberry Pi Imager&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;OPTIONAL&#039;&#039;&#039;&#039;&#039; - If you wish to connect your Pi to the network using WiFi from the first boot, then you will need to follow these additional steps.&lt;br /&gt;
*;Note. If you connect via an cabled network, you can always configure the WiFi later using the command line&lt;br /&gt;
:* Eject your SD card from your computer and re-insert it&lt;br /&gt;
:* Locate the SD drive in File Explorer.&lt;br /&gt;
:* On the SD drive edit a file called &#039;&#039;&#039;wpa_supplicant.conf.txt&#039;&#039;&#039; with a text editor and...&lt;br /&gt;
::* Change the country code to match your location - eg. US, GB, FR etc&lt;br /&gt;
::* Set the ssid to match your WiFi id&lt;br /&gt;
::* Set the psk to your WiFi password&lt;br /&gt;
:* Save the file, and then rename it to &#039;&#039;&#039;wpa_supplicant.conf&#039;&#039;&#039; - i.e. remove the .txt file extension&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
* Eject the SD card from your computer and insert it into your Raspberry Pi&lt;br /&gt;
&lt;br /&gt;
=== First Boot ===&lt;br /&gt;
* Connect the Pi to your wired network if you did not configure the WiFi as per the steps above.&lt;br /&gt;
* Power on the Pi.&lt;br /&gt;
* Now wait 5 minutes. The first boot will be resizing your disk and optionally configuring your WiFi&lt;br /&gt;
* Start your browser and see if you can connect to this URL: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://cumulusmx:8998&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
:* If you can great - you should now see the Cumulus MX console&lt;br /&gt;
:* If not, then you will have to find out the Raspberry Pi&#039;s IP address from your router. Then try connecting to this URL: &#039;&#039;&#039;http://&amp;lt;ip_address&amp;gt;:8998&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Verify your SSH Connection ===&lt;br /&gt;
* Fire up your SSH Client - we use PuTTY here&lt;br /&gt;
:* Enter the hostname as &amp;quot;cumulusmx&amp;quot;, and check the protocol is set to SSH. Then open the connection.&amp;lt;br /&amp;gt;&lt;br /&gt;
: (You can use the IP address instead of the hostname if that does not work)&lt;br /&gt;
:*; [[File:PuTTY-01.png|none]]&lt;br /&gt;
* You will have the accept the SSH key the first time you connect&lt;br /&gt;
* Enter the username &amp;quot;pi&amp;quot; and password &amp;quot;raspberry&amp;quot; - these are the default Raspberry Pi username credentials&lt;br /&gt;
* When you login it will display a warning about you using the default password and ask you to change it&lt;br /&gt;
:* Use the &#039;&#039;&#039;passwd&#039;&#039;&#039; command to do this now...&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;pi@cumulusmx:~ $ passwd&lt;br /&gt;
Changing password for pi.&lt;br /&gt;
Current password: &lt;br /&gt;
New password: &lt;br /&gt;
Retype new password: &lt;br /&gt;
passwd: password updated successfully&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Check the status of the Cumulus MX service with the command &#039;&#039;&#039;sudo systemctl status cumulusmx&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
: You will get some information back, the important bit to note is the line starting &#039;&#039;&#039;Active:&#039;&#039;&#039;, it should say &#039;&#039;&#039;active (running)&#039;&#039;&#039;&lt;br /&gt;
* You can leave the SSH session open, you will need it again soon...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure Cumulus MX ===&lt;br /&gt;
Now it is time to configure Cumulus MX for your station.&lt;br /&gt;
* Start your browser and connect to the same URL as before - &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://cumulusmx:8998&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* From the menu select &#039;&#039;&#039;Settings | Station Settings&#039;&#039;&#039;, then follow the guide on [this page?] for configuring your station&lt;br /&gt;
* Once your have completed all the settings for for station, and successfully saved them, Cumulus MX will need to be restarted.&lt;br /&gt;
* Back in your SSH session, send the command &#039;&#039;&#039;sudo systemctl stop cumulusmx&#039;&#039;&#039;, this stops the Cumulus MX service.&lt;br /&gt;
* Wait a few seconds, then enter the command &#039;&#039;&#039;sudo systemctl start cumulusmx&#039;&#039;&#039;, this starts the Cumulus MX service again.&lt;br /&gt;
* Back to your browser and check that URL - &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://cumulusmx:8998&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; - again. If all is well, the default dashboard page should start showing the data from your weather station.&lt;br /&gt;
:* If it does, congratulations, you have successfully started recording your weather data&lt;br /&gt;
:* If it doesn&#039;t, then check back over this process carefully for any mistakes or omissions you may have made.&lt;br /&gt;
:* If you cannot resolve the problem, then ask for [https://cumulus.hosiene.co.uk/ help on the forum]&lt;br /&gt;
&lt;br /&gt;
== Additional Steps ==&lt;br /&gt;
&#039;&#039;To be expanded&#039;&#039;&lt;br /&gt;
* Configuring WiFi from SSH&lt;br /&gt;
* Stopping Cumulus MX starting up when the Pi boots&lt;br /&gt;
* Give your Pi a fixed IP address&lt;br /&gt;
:* Add a DHCP reservation&lt;br /&gt;
:* Assign a static IP address&lt;br /&gt;
:If you need to use a fixed ip address for your Raspberry Pi,&lt;br /&gt;
:you have to edit this file: « &#039;&#039;&#039;/etc/network/interfaces&#039;&#039;&#039; » :&lt;br /&gt;
:for Ethernet connexion a line specefying port &#039;&#039;&#039;eth0&#039;&#039;&#039; is needed&lt;br /&gt;
:to describe your ethernet configuration, as this sample:&lt;br /&gt;
 allow-hotplug eth0&lt;br /&gt;
 iface eth0 inet static&lt;br /&gt;
  address 192.168.11.100&lt;br /&gt;
  netmask 255.255.255.0&lt;br /&gt;
  gateway 192.168.11.1&lt;br /&gt;
  dns-domain example.com&lt;br /&gt;
  dns-nameservers 192.168.11.1&lt;br /&gt;
&#039;&#039;The line &amp;quot;dns-domain example.com&amp;quot; is optional&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:You could have also to edit an other file, for dns configuration.&lt;br /&gt;
:see file «&#039;&#039;&#039;/etc/resolv.conf&#039;&#039;&#039;» to insert these lines:&lt;br /&gt;
 nameserver 192.168.11.1&lt;br /&gt;
 domain example.com&lt;br /&gt;
&#039;&#039;Again, the line &amp;quot;domain example.com&amp;quot; is optional&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
=== Install location ===&lt;br /&gt;
In this image Cumulus MX is installed into &#039;&#039;&#039;/opt/CumulusMX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Image Customisations ===&lt;br /&gt;
* Full install of Mono&lt;br /&gt;
* Update of all packages&lt;br /&gt;
* Install of Cumulus MX&lt;br /&gt;
* Set Cumulus MX to auto-start&lt;br /&gt;
* Enable SSH service&lt;br /&gt;
* Disable IPv6&lt;br /&gt;
* Set hostname to &amp;quot;cumulusmx&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== systemctl commands ===&lt;br /&gt;
You can use the following commands to control Cumulus MX...&lt;br /&gt;
: To start Cumulus:&lt;br /&gt;
 sudo systemctl start cumulusmx&lt;br /&gt;
: To stop Cumulus:&lt;br /&gt;
 sudo systemctl stop cumulusmx&lt;br /&gt;
: To check if Cumulus is running:&lt;br /&gt;
 sudo systemctl status cumulusmx&lt;br /&gt;
: To restart Cumulus:&lt;br /&gt;
 sudo systemctl restart cumulusmx&lt;br /&gt;
: To make Cumulus start at system boot time:&lt;br /&gt;
 sudo systemctl enable cumulusmx&lt;br /&gt;
: To stop Cumulus starting at boot time:&lt;br /&gt;
 sudp systemctl disable cumulusmx&lt;br /&gt;
&lt;br /&gt;
=== Starting Cumulus MX from the command line ===&lt;br /&gt;
You may want to start Cumulus from the command line for diagnostic purposes, you can still do this...&lt;br /&gt;
&lt;br /&gt;
First make sure the Cumulus MX service is stopped&lt;br /&gt;
 sudo systemctl stop cumulusmx&lt;br /&gt;
&lt;br /&gt;
Then path to the Cumulus folder and start it&lt;br /&gt;
 cd /opt/cumulusmx&lt;br /&gt;
 sudo mono CumulusMx.exe&lt;br /&gt;
&lt;br /&gt;
=== Symbolic Links ===&lt;br /&gt;
The image contains a number of precreated symbolic links for Cumulus MX files such as realtime.txt and the standard website tmp files. These links divert these files to a memory disk to reduce wear on your SD card.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Build Creation Notes ==&lt;br /&gt;
* Installed Raspberry Pi Buster Lite (August 2020)&lt;br /&gt;
* Enabled SSH&lt;br /&gt;
* Installed latest updates - apt update/upgrade&lt;br /&gt;
* Installed latest Mono complete stable version (6.12)&lt;br /&gt;
* Clean up apt - apt autoremove&lt;br /&gt;
* Changed hostname to &amp;quot;cumulusmx&amp;quot;&lt;br /&gt;
* Edited cumulusmx.service and copied to /etc/systemd/system&lt;br /&gt;
* Disabled mono-xsp4 service - update-rc.d mono-xsp4 disable&lt;br /&gt;
* Copied CMX to /opt/CumulusMX folder&lt;br /&gt;
* Created symbolic links for temp files to /run/cumulusmx&lt;br /&gt;
&lt;br /&gt;
The following commands are useful in creating the image file (created on Debian).&lt;br /&gt;
&lt;br /&gt;
Create image file from SD card - sdb, may be sdc etc.&lt;br /&gt;
 dd if=/dev/sdb of=/home/&amp;lt;username&amp;gt;/rpi.img bs=1M&lt;br /&gt;
&lt;br /&gt;
Shrink the image file.&amp;lt;br /&amp;gt;&lt;br /&gt;
Download pishrink from:&lt;br /&gt;
 wget https://raw.githubusercontent.com/Drewsif/PiShrink/master/pishrink.sh&lt;br /&gt;
Then run it...&lt;br /&gt;
 pishrink.sh /home/&amp;lt;username&amp;gt;/rpi.img /home/&amp;lt;username&amp;gt;/rpi2.img&lt;br /&gt;
&lt;br /&gt;
Disable IPv6&amp;lt;br /&amp;gt;&lt;br /&gt;
Edit /etc/systctl.conf&amp;lt;br /&amp;gt;&lt;br /&gt;
Add line...&lt;br /&gt;
 net.ipv6.conf.all.disable_ipv6 = 1&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Raspberry_Pi_Image&amp;diff=7389</id>
		<title>Raspberry Pi Image</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Raspberry_Pi_Image&amp;diff=7389"/>
		<updated>2020-12-31T18:27:35Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Additional Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Using the pre-built Raspberry Pi Image ==&lt;br /&gt;
We have created an customised version of the Raspberry Pi Lite image with Cumulus MX pre-installed and ready to go.&lt;br /&gt;
&lt;br /&gt;
This is designed to be what is called a &amp;quot;headless&amp;quot; installation, that is you can run it on a Raspberry Pi without a monitor or keyboard attached to it. As such the image does not contain a GUI, it is a command line only installation.&lt;br /&gt;
&lt;br /&gt;
=== Pre-Installation Steps ===&lt;br /&gt;
You are going to need:&lt;br /&gt;
* A suitable SD card for your Raspberry Pi&lt;br /&gt;
:A minimum size of 16GB is recommended. Be sure to buy a good quality card.&lt;br /&gt;
* An image installer to copy the image file to the SD card&lt;br /&gt;
:The [https://www.raspberrypi.org/documentation/installation/installing-images/ Raspberry Pi site] has a list of suitable software for your operating system. Scroll down to &amp;quot;Writing the image&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
: This guide with use Raspberry Pi Imager&lt;br /&gt;
* The image file to install&lt;br /&gt;
:Download the latest image file from here: [//{{SERVERNAME}}/Downloads/rpi-CMX-3.9.4.zip rPi Cumulus MX 3.9.4].&lt;br /&gt;
* An SSH terminal program to configure your Raspberry Pi&lt;br /&gt;
: For Windows we recommend using [https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html PuTTY]&lt;br /&gt;
* A file transfer program - though you will not need this right away, you will need it at some point. The main uses will be...&lt;br /&gt;
:* Copying Cumulus MX updates to your Raspberry Pi&lt;br /&gt;
:* Extracting the diagnostic files from Cumulus MX if this go wrong&lt;br /&gt;
:* Setting up a web site&amp;lt;br /&amp;gt;&lt;br /&gt;
:A popular program for Windows is [https://winscp.net/eng/download.php WinSCP]&lt;br /&gt;
&lt;br /&gt;
=== Installing the Image ===&lt;br /&gt;
This installation was performed on a Windows computer using the [https://www.raspberrypi.org/downloads/ Raspberry Pi Imager v1.4] software&lt;br /&gt;
[[File:PiImager-01.png|none]]&lt;br /&gt;
* Insert your blank SD card into your computer - if not blank whatever is on the card will be erased.&lt;br /&gt;
* Start Raspberry Pi Imager&lt;br /&gt;
:* Click the CHOOSE OS button, and select &#039;&#039;&#039;Use custom&#039;&#039;&#039;&lt;br /&gt;
:*; [[File:PiImager-02.png|none]]&lt;br /&gt;
:* Browse to the location of the OS Image zip file you downloaded - no need to unzip it&lt;br /&gt;
:* Click CHOOSE SD CARD, and select the SD card from the Device dropdown - check you have the correct drive selected!&lt;br /&gt;
:*; [[File:PiImager-04.png|none]]&lt;br /&gt;
:* Click the WRITE button. Writing the image will take a few minutes&lt;br /&gt;
:* Once the image has finished been written, you can close Raspberry Pi Imager&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;OPTIONAL&#039;&#039;&#039;&#039;&#039; - If you wish to connect your Pi to the network using WiFi from the first boot, then you will need to follow these additional steps.&lt;br /&gt;
*;Note. If you connect via an cabled network, you can always configure the WiFi later using the command line&lt;br /&gt;
:* Eject your SD card from your computer and re-insert it&lt;br /&gt;
:* Locate the SD drive in File Explorer.&lt;br /&gt;
:* On the SD drive edit a file called &#039;&#039;&#039;wpa_supplicant.conf.txt&#039;&#039;&#039; with a text editor and...&lt;br /&gt;
::* Change the country code to match your location - eg. US, GB, FR etc&lt;br /&gt;
::* Set the ssid to match your WiFi id&lt;br /&gt;
::* Set the psk to your WiFi password&lt;br /&gt;
:* Save the file, and then rename it to &#039;&#039;&#039;wpa_supplicant.conf&#039;&#039;&#039; - i.e. remove the .txt file extension&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
* Eject the SD card from your computer and insert it into your Raspberry Pi&lt;br /&gt;
&lt;br /&gt;
=== First Boot ===&lt;br /&gt;
* Connect the Pi to your wired network if you did not configure the WiFi as per the steps above.&lt;br /&gt;
* Power on the Pi.&lt;br /&gt;
* Now wait 5 minutes. The first boot will be resizing your disk and optionally configuring your WiFi&lt;br /&gt;
* Start your browser and see if you can connect to this URL: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://cumulusmx:8998&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
:* If you can great - you should now see the Cumulus MX console&lt;br /&gt;
:* If not, then you will have to find out the Raspberry Pi&#039;s IP address from your router. Then try connecting to this URL: &#039;&#039;&#039;http://&amp;lt;ip_address&amp;gt;:8998&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Verify your SSH Connection ===&lt;br /&gt;
* Fire up your SSH Client - we use PuTTY here&lt;br /&gt;
:* Enter the hostname as &amp;quot;cumulusmx&amp;quot;, and check the protocol is set to SSH. Then open the connection.&amp;lt;br /&amp;gt;&lt;br /&gt;
: (You can use the IP address instead of the hostname if that does not work)&lt;br /&gt;
:*; [[File:PuTTY-01.png|none]]&lt;br /&gt;
* You will have the accept the SSH key the first time you connect&lt;br /&gt;
* Enter the username &amp;quot;pi&amp;quot; and password &amp;quot;raspberry&amp;quot; - these are the default Raspberry Pi username credentials&lt;br /&gt;
* When you login it will display a warning about you using the default password and ask you to change it&lt;br /&gt;
:* Use the &#039;&#039;&#039;passwd&#039;&#039;&#039; command to do this now...&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;pi@cumulusmx:~ $ passwd&lt;br /&gt;
Changing password for pi.&lt;br /&gt;
Current password: &lt;br /&gt;
New password: &lt;br /&gt;
Retype new password: &lt;br /&gt;
passwd: password updated successfully&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Check the status of the Cumulus MX service with the command &#039;&#039;&#039;sudo systemctl status cumulusmx&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
: You will get some information back, the important bit to note is the line starting &#039;&#039;&#039;Active:&#039;&#039;&#039;, it should say &#039;&#039;&#039;active (running)&#039;&#039;&#039;&lt;br /&gt;
* You can leave the SSH session open, you will need it again soon...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure Cumulus MX ===&lt;br /&gt;
Now it is time to configure Cumulus MX for your station.&lt;br /&gt;
* Start your browser and connect to the same URL as before - &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://cumulusmx:8998&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
* From the menu select &#039;&#039;&#039;Settings | Station Settings&#039;&#039;&#039;, then follow the guide on [this page?] for configuring your station&lt;br /&gt;
* Once your have completed all the settings for for station, and successfully saved them, Cumulus MX will need to be restarted.&lt;br /&gt;
* Back in your SSH session, send the command &#039;&#039;&#039;sudo systemctl stop cumulusmx&#039;&#039;&#039;, this stops the Cumulus MX service.&lt;br /&gt;
* Wait a few seconds, then enter the command &#039;&#039;&#039;sudo systemctl start cumulusmx&#039;&#039;&#039;, this starts the Cumulus MX service again.&lt;br /&gt;
* Back to your browser and check that URL - &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://cumulusmx:8998&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; - again. If all is well, the default dashboard page should start showing the data from your weather station.&lt;br /&gt;
:* If it does, congratulations, you have successfully started recording your weather data&lt;br /&gt;
:* If it doesn&#039;t, then check back over this process carefully for any mistakes or omissions you may have made.&lt;br /&gt;
:* If you cannot resolve the problem, then ask for [https://cumulus.hosiene.co.uk/ help on the forum]&lt;br /&gt;
&lt;br /&gt;
== Additional Steps ==&lt;br /&gt;
&#039;&#039;To be expanded&#039;&#039;&lt;br /&gt;
* Configuring WiFi from SSH&lt;br /&gt;
* Stopping Cumulus MX starting up when the Pi boots&lt;br /&gt;
* Give your Pi a fixed IP address&lt;br /&gt;
:* Add a DHCP reservation&lt;br /&gt;
:* Assign a static IP address&lt;br /&gt;
:If you need to use a fixed ip address for your Raspberry Pi,&lt;br /&gt;
:you have to edit this file: « &#039;&#039;&#039;/etc/network/interfaces&#039;&#039;&#039; » :&lt;br /&gt;
:for Ethernet connexion a line specefying port &#039;&#039;&#039;eth0&#039;&#039;&#039; is needed&lt;br /&gt;
:to describe your ethernet configuration, as this sample:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 allow-hotplug eth0&lt;br /&gt;
 iface eth0 inet static&lt;br /&gt;
  address 192.168.11.100&lt;br /&gt;
  netmask 255.255.255.0&lt;br /&gt;
  gateway 192.168.11.1&lt;br /&gt;
  dns-domain example.com&lt;br /&gt;
  dns-nameservers 192.168.11.1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Information ==&lt;br /&gt;
=== Install location ===&lt;br /&gt;
In this image Cumulus MX is installed into &#039;&#039;&#039;/opt/CumulusMX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Image Customisations ===&lt;br /&gt;
* Full install of Mono&lt;br /&gt;
* Update of all packages&lt;br /&gt;
* Install of Cumulus MX&lt;br /&gt;
* Set Cumulus MX to auto-start&lt;br /&gt;
* Enable SSH service&lt;br /&gt;
* Disable IPv6&lt;br /&gt;
* Set hostname to &amp;quot;cumulusmx&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== systemctl commands ===&lt;br /&gt;
You can use the following commands to control Cumulus MX...&lt;br /&gt;
: To start Cumulus:&lt;br /&gt;
 sudo systemctl start cumulusmx&lt;br /&gt;
: To stop Cumulus:&lt;br /&gt;
 sudo systemctl stop cumulusmx&lt;br /&gt;
: To check if Cumulus is running:&lt;br /&gt;
 sudo systemctl status cumulusmx&lt;br /&gt;
: To restart Cumulus:&lt;br /&gt;
 sudo systemctl restart cumulusmx&lt;br /&gt;
: To make Cumulus start at system boot time:&lt;br /&gt;
 sudo systemctl enable cumulusmx&lt;br /&gt;
: To stop Cumulus starting at boot time:&lt;br /&gt;
 sudp systemctl disable cumulusmx&lt;br /&gt;
&lt;br /&gt;
=== Starting Cumulus MX from the command line ===&lt;br /&gt;
You may want to start Cumulus from the command line for diagnostic purposes, you can still do this...&lt;br /&gt;
&lt;br /&gt;
First make sure the Cumulus MX service is stopped&lt;br /&gt;
 sudo systemctl stop cumulusmx&lt;br /&gt;
&lt;br /&gt;
Then path to the Cumulus folder and start it&lt;br /&gt;
 cd /opt/cumulusmx&lt;br /&gt;
 sudo mono CumulusMx.exe&lt;br /&gt;
&lt;br /&gt;
=== Symbolic Links ===&lt;br /&gt;
The image contains a number of precreated symbolic links for Cumulus MX files such as realtime.txt and the standard website tmp files. These links divert these files to a memory disk to reduce wear on your SD card.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Build Creation Notes ==&lt;br /&gt;
* Installed Raspberry Pi Buster Lite (August 2020)&lt;br /&gt;
* Enabled SSH&lt;br /&gt;
* Installed latest updates - apt update/upgrade&lt;br /&gt;
* Installed latest Mono complete stable version (6.12)&lt;br /&gt;
* Clean up apt - apt autoremove&lt;br /&gt;
* Changed hostname to &amp;quot;cumulusmx&amp;quot;&lt;br /&gt;
* Edited cumulusmx.service and copied to /etc/systemd/system&lt;br /&gt;
* Disabled mono-xsp4 service - update-rc.d mono-xsp4 disable&lt;br /&gt;
* Copied CMX to /opt/CumulusMX folder&lt;br /&gt;
* Created symbolic links for temp files to /run/cumulusmx&lt;br /&gt;
&lt;br /&gt;
The following commands are useful in creating the image file (created on Debian).&lt;br /&gt;
&lt;br /&gt;
Create image file from SD card - sdb, may be sdc etc.&lt;br /&gt;
 dd if=/dev/sdb of=/home/&amp;lt;username&amp;gt;/rpi.img bs=1M&lt;br /&gt;
&lt;br /&gt;
Shrink the image file.&amp;lt;br /&amp;gt;&lt;br /&gt;
Download pishrink from:&lt;br /&gt;
 wget https://raw.githubusercontent.com/Drewsif/PiShrink/master/pishrink.sh&lt;br /&gt;
Then run it...&lt;br /&gt;
 pishrink.sh /home/&amp;lt;username&amp;gt;/rpi.img /home/&amp;lt;username&amp;gt;/rpi2.img&lt;br /&gt;
&lt;br /&gt;
Disable IPv6&amp;lt;br /&amp;gt;&lt;br /&gt;
Edit /etc/systctl.conf&amp;lt;br /&amp;gt;&lt;br /&gt;
Add line...&lt;br /&gt;
 net.ipv6.conf.all.disable_ipv6 = 1&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=3169</id>
		<title>Webtags (preserving history)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=3169"/>
		<updated>2013-11-14T14:22:19Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Yesterday */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The webtags available in the version/build you are using are listed in the Cumulus Help provided with that build.&lt;br /&gt;
== Webtags available in Cumulus 1.9.4 ==&lt;br /&gt;
&lt;br /&gt;
These are special markers placed in a file which Cumulus can then process and replace with the actual values.  Typically you would use this to build your own website by having an HTML template file with your layout, static text and graphics.  In the position on the page you wish Cumulus to insert the relevant data place a webtag in the form:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#tagname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming you have asked Cumulus to process the file, it will replace the tag with the current value of the item the tag represents just before the file is uploaded to the internet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: When you put a tag into your HTML, be careful that whatever program you are using to develop your web pages doesn&#039;t change the angle brackets to slightly different symbols -- this is a common cause of failure!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Webtags are case sensitive, so please type them as shown here.&lt;br /&gt;
&lt;br /&gt;
=== New Webtags in Beta builds ===&lt;br /&gt;
&lt;br /&gt;
New webtags for beta versions of Cumulus are not listed here until the version becomes &#039;live&#039; however there is a page that details the [[BETA webtags|additional webtags]] available in the Beta version.&lt;br /&gt;
&lt;br /&gt;
=Time/Date &#039;format&#039; Parameter=&lt;br /&gt;
&lt;br /&gt;
From 1.9.1 most time webtags will accept an option &#039;format&#039; parameter, e.g: &amp;lt;#YearTempHT format=hh:nn&amp;gt;. This allows you to override the default display format for that item, using the format specifiers in the table below. Note that if your format has any spaces in it, you must enclose it in double quotes, thus: &amp;lt;#YearTempHT format=&amp;quot;hh nn&amp;quot;&amp;gt;. Note also that you can specify date formatting to times and vice versa, but this will not always yield a sensible result.&lt;br /&gt;
&lt;br /&gt;
You should put anything which is not intended to be part of the date and time formatting into single quotation marks to prevent it being interpreted as a date or time formatter. For example, the word &amp;quot;on&amp;quot; contains the character &amp;quot;n&amp;quot;, which will be interpreted as a time formatter unless you put it into single quotation marks. Example: &amp;lt;#TtempH format=&amp;quot;&#039;at&#039; hh: mm &#039;on&#039; dd / mm / yyyy&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Specifier&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Displays&lt;br /&gt;
|-&lt;br /&gt;
|c&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format, followed by the time using the format given by the Windows Long Time format. The time is not displayed if the date-time value indicates midnight precisely.&lt;br /&gt;
|-&lt;br /&gt;
|d&lt;br /&gt;
|Displays the day as a number without a leading zero (1-31).&lt;br /&gt;
|-&lt;br /&gt;
|dd&lt;br /&gt;
|Displays the day as a number with a leading zero (01-31).&lt;br /&gt;
|-&lt;br /&gt;
|ddd&lt;br /&gt;
|Displays the day as an abbreviation (Sun-Sat) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|dddd&lt;br /&gt;
|Displays the day as a full name (Sunday-Saturday) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|ddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format.&lt;br /&gt;
|-&lt;br /&gt;
|dddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Long Date format.&lt;br /&gt;
|-&lt;br /&gt;
|m&lt;br /&gt;
|Displays the month as a number without a leading zero (1-12). If the m specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mm&lt;br /&gt;
|Displays the month as a number with a leading zero (01-12). If the mm specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mmm&lt;br /&gt;
|Displays the month as an abbreviation (Jan-Dec) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|mmmm&lt;br /&gt;
|Displays the month as a full name (January-December) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|yy&lt;br /&gt;
|Displays the year as a two-digit number (00-99).&lt;br /&gt;
|-&lt;br /&gt;
|yyyy&lt;br /&gt;
|Displays the year as a four-digit number (0000-9999).&lt;br /&gt;
|-&lt;br /&gt;
|h&lt;br /&gt;
|Displays the hour without a leading zero (0-23).&lt;br /&gt;
|-&lt;br /&gt;
|hh&lt;br /&gt;
|Displays the hour with a leading zero (00-23).&lt;br /&gt;
|-&lt;br /&gt;
|n&lt;br /&gt;
|Displays the minute without a leading zero (0-59). &lt;br /&gt;
|-&lt;br /&gt;
|nn&lt;br /&gt;
|Displays the minute with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|s&lt;br /&gt;
|Displays the second without a leading zero (0-59).&lt;br /&gt;
|-&lt;br /&gt;
|ss&lt;br /&gt;
|Displays the second with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|z&lt;br /&gt;
|Displays the millisecond without a leading zero (0-999). &lt;br /&gt;
|-&lt;br /&gt;
|zzz&lt;br /&gt;
|Displays the millisecond with a leading zero (000-999).&lt;br /&gt;
|-&lt;br /&gt;
|t&lt;br /&gt;
|Displays the time using the format given by the Windows Short Time format.&lt;br /&gt;
|-&lt;br /&gt;
|tt\&lt;br /&gt;
|Displays the time using the format given by the Windows Long Time format. &lt;br /&gt;
|-&lt;br /&gt;
|am/pm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;am&#039; for any hour before noon, and &#039;pm&#039; for any hour after noon. The am/pm specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|a/p&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;a&#039; for any hour before noon, and &#039;p&#039; for any hour after noon. The a/p specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|ampm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays the contents of the Windows AM string for any hour before noon, and the contents of the Windows PM string for any hour after noon.&lt;br /&gt;
|-&lt;br /&gt;
|/&lt;br /&gt;
|Displays the date separator character given by the Windows Date Separator.&lt;br /&gt;
|-&lt;br /&gt;
|:&lt;br /&gt;
|Displays the time separator character given by the Windows Time Separator. &lt;br /&gt;
|-&lt;br /&gt;
|&#039;xx&#039;&lt;br /&gt;
|Characters enclosed in single quotation marks are displayed as such, and do not affect formatting. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=The Tags=&lt;br /&gt;
&lt;br /&gt;
Below is a list of the webtags available in the current version of Cumulus.&lt;br /&gt;
&lt;br /&gt;
==Units==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunit&amp;gt;&lt;br /&gt;
|Unit of temperature being used (Set in Cumulus as [http://en.wikipedia.org/wiki/Centigrade Celsius] or [http://en.wikipedia.org/wiki/Fahrenheit Fahrenheit]) values &amp;quot;&amp;amp;amp;deg;C&amp;quot; or &amp;quot;&amp;amp;amp;deg;F&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunitnodeg&amp;gt;&lt;br /&gt;
|The temperature units being used, without a degree symbol, i.e. &amp;quot;F&amp;quot; or &amp;quot;C&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressunit&amp;gt;&lt;br /&gt;
|Unit of measure for pressure. Possible values: &amp;quot;mb&amp;quot;, &amp;quot;hPa&amp;quot;, &amp;quot;in&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rainunit&amp;gt;&lt;br /&gt;
|Unit of measure for rain fall. Possible values: &amp;quot;mm&amp;quot; or &amp;quot;inches&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windunit&amp;gt;&lt;br /&gt;
|Unit of measure for wind speed. Possible values: &amp;quot;m/s&amp;quot;, &amp;quot;mph&amp;quot;, &amp;quot;km/h&amp;quot;, &amp;quot;kts&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrununit&amp;gt;&lt;br /&gt;
|Unit of measure for wind run (distance). Possible values: &amp;quot;km&amp;quot;, &amp;quot;miles&amp;quot;, &amp;quot;km&amp;quot;, &amp;quot;nm&amp;quot; (for wind speeds in m/s, mph, km/h, kts)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbaseunit&amp;gt;&lt;br /&gt;
|The units used for cloudbase value. Possible values:  &amp;quot;ft&amp;quot; or &amp;quot;m&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Date &amp;amp; Time==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#date&amp;gt;&lt;br /&gt;
|The current date&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#time&amp;gt;&lt;br /&gt;
|The current time and date. Example result: 18:30 on 30 December 2009.  If you simply wish the time, use a combination of the day, month, year tags (below)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timehhmmss&amp;gt;&lt;br /&gt;
|The current time. Example format: 18:30:27 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timeUTC&amp;gt;&lt;br /&gt;
|The current UTC date/time rather than local date/time&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#day&amp;gt;&lt;br /&gt;
| The current day as a 2-digit number. Example format: 14   &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dayname&amp;gt;&lt;br /&gt;
| The current day as a word.  For example, Monday&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortdayname&amp;gt;&lt;br /&gt;
| The current day as a shortened word. Example format: Mon&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#month&amp;gt;&lt;br /&gt;
|The current month as a 2-digit number. Example format: 05&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#monthname&amp;gt;&lt;br /&gt;
|The current month as a word. Example format: August&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortmonthname&amp;gt;&lt;br /&gt;
|The current month as a shortened word. Example format: Aug&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#year&amp;gt;&lt;br /&gt;
|The current year as a 4-digit number. Example format: 2009 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortyear&amp;gt;&lt;br /&gt;
|The current year as a 2-digit number. Example format: 09&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hour&amp;gt;&lt;br /&gt;
|The current hour as a 2-digit number. Example format: 23&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#minute&amp;gt;&lt;br /&gt;
|The current minute as a 2-digit number. Example format: 59&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#metdate&amp;gt;&lt;br /&gt;
|The current meteorological date. After rollover time on current calendar date, this date will be the same as the current date. If using a 9am/10am rollover, then between midnight and 9am/10am the &amp;lt;#metdate&amp;gt; will be the previous calendar day.  &lt;br /&gt;
&lt;br /&gt;
Can be used with relevant format parameters to indicate current meteorological day on todayT.htm template page, meteorological month on thismonthT.htm template page, or meteorological year on thisyearT.htm template page&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#metdateyesterday&amp;gt;&amp;gt;&lt;br /&gt;
|The previous meteorological date. If using a 9am/10am rollover, then between midnight and 9am/10am the &amp;lt;#metdateyesterday&amp;gt; will be the calendar day before that returned by &amp;lt;#yesterday&amp;gt;, otherwise both return same.  &lt;br /&gt;
&lt;br /&gt;
Can be used with relevant format parameters to indicate correct day on yesterdayT.htm template page, and can be used to return latest day stored on [[dayfile.txt]] and NOAA report for latest month.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#yesterday&amp;gt;&lt;br /&gt;
|Yesterdays date&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rollovertime&amp;gt;&lt;br /&gt;
|The time that the logs rollover to the next day: &#039;Midnight&#039;, &#039;9 am&#039; or &#039;10 am&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#update&amp;gt;&lt;br /&gt;
|The date and time of the last web site update&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastDataReadT&amp;gt;&lt;br /&gt;
|The date/time data was last read from the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DaysSince30Dec1899&amp;gt; &lt;br /&gt;
|Day count (gives whole and fractional part) Example: 41250.6523310301&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DaysSinceRecordsBegan&amp;gt;&lt;br /&gt;
|Day count since Cumulus records started&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Conditions==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptemp&amp;gt;&lt;br /&gt;
|The [[Apparent_temperature|apparent]] temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgtemp&amp;gt;&lt;br /&gt;
|The [[Average_temperature|average]] temperature so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temp&amp;gt;&lt;br /&gt;
|The outside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#intemp&amp;gt;&lt;br /&gt;
|The inside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrend&amp;gt;&lt;br /&gt;
|The average rate of change in temperature over the last three hours. Trend = (temp_now - temp_3hrs_ago) / 3&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendtext&amp;gt;&lt;br /&gt;
|Temperature change over the last three hours - Rising/Falling/Steady (values can be set in strings.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendenglish&amp;gt;&lt;br /&gt;
|Temperature change over the last three hours - Rising/Falling/Steady (for use by [[Webtags_as_boolean_operators_in_HTML|HTML]], [[Editing_content_of_a_webpage_using_either_HTML_or_Script|javascript]] etc, values can&#039;t be changed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeLastHour&amp;gt;&lt;br /&gt;
|The change in temperature over the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindex&amp;gt;&lt;br /&gt;
|Current [[heat index]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humidex&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Humidex Humidex]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hum&amp;gt;&lt;br /&gt;
|The outside [http://en.wikipedia.org/wiki/Humidity humidity]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#inhum&amp;gt;&lt;br /&gt;
|The inside humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dew&amp;gt;&lt;br /&gt;
|The outside dew point&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchill&amp;gt;&lt;br /&gt;
|The current [[wind chill]] temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wetbulb&amp;gt;&lt;br /&gt;
|Estimated [http://en.wikipedia.org/wiki/Wet_bulb wet bulb] temperature, currently only available via web tag&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsFreezing&amp;gt;&lt;br /&gt;
|Is outside temperature is at or below 0°C/32°F. 0=Above freezing, 1=Below freezing&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfall&amp;gt;&lt;br /&gt;
|The total rainfall so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrate&amp;gt;&lt;br /&gt;
|The current rainfall rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rhour&amp;gt;&lt;br /&gt;
|The rainfall in the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmidnight&amp;gt;&lt;br /&gt;
|The total rainfall since midnight. Useful if you don&#039;t use midnight as your start of day&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#r24hour&amp;gt;&lt;br /&gt;
|Amount of rain in the last 24 hours&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastRainTipISO&amp;gt;&lt;br /&gt;
|Date/time of last rain gauge tip (e.g 2010-09-06 06:09)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MinutesSinceLastRainTip&amp;gt;&lt;br /&gt;
|The number of minutes since the last rain gauge tip, in whole numbers, rounded down&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsRaining&amp;gt;&lt;br /&gt;
|For [[Rain_measurement#Optical_Rain_Gauge| Hydreon RG-11 devices]], shows the current rain state. 0=No rain, 1=It&#039;s raining&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#press&amp;gt;&lt;br /&gt;
|The [http://en.wikipedia.org/wiki/Sea_level_pressure sea level pressure]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendval&amp;gt;&lt;br /&gt;
|The average rate of pressure change over the last three hours.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrend&amp;gt;&lt;br /&gt;
|The pressure trend in words - values can be set in the &#039;strings.ini&#039; file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendenglish&amp;gt;&lt;br /&gt;
| a singe word description for the pressure trend - Rising/Falling/Steady (for use by [[Webtags_as_boolean_operators_in_HTML|HTML]], [[Editing_content_of_a_webpage_using_either_HTML_or_Script|javascript]] etc, values can&#039;t be changed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altimeterpressure&amp;gt;&lt;br /&gt;
|Altimeter pressure. Pressure corrected to sea level using the station&#039;s altitude only. Same as sea-level pressure for non-Davis stations.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wlatest&amp;gt;&lt;br /&gt;
|Current wind speed reading from console.  Corresponds to &#039;latest&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearing&amp;gt;&lt;br /&gt;
|Current wind bearing in degrees&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currentwdir&amp;gt;&lt;br /&gt;
|Current wind bearing as a compass point - e.g. ESE &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeed&amp;gt;&lt;br /&gt;
|The 10-minute average, if you have Cumulus set to calculate a 10-minute average. Otherwise, it&#039;s the latest &#039;wind&#039; value from the console (i.e. the current speed as determined by the station). Corresponds to &#039;average&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgbearing&amp;gt;&lt;br /&gt;
|Average wind bearing in degrees over last 10 minutes. Range 1-360, 0=Calm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdir&amp;gt;&lt;br /&gt;
|Average wind bearing over last 10 minutes as a [http://en.wikipedia.org/wiki/Compass compass] point - e.g. ESE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgust&amp;gt;&lt;br /&gt;
|The highest wind reading in the last 10 minutes. Corresponds to &#039;gust&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdirdata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind bearing readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspddata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind speed readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#nextwindindex&amp;gt;&lt;br /&gt;
|The index of the entries in wdirdata and wspddata which Cumulus is going to use next - i.e. the latest entry used is one less than this; but don&#039;t forget to allow for the wrap around!&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufort&amp;gt;&lt;br /&gt;
|The current wind speed on the [http://en.wikipedia.org/wiki/Beaufort_scale Beaufort scale] (e.g. F8) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufortnumber&amp;gt;&lt;br /&gt;
|The current wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaudesc&amp;gt;&lt;br /&gt;
|The current wind speed Beaufort description (e.g. &amp;quot;Gale&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeFrom&amp;gt;&lt;br /&gt;
|The &#039;lowest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeTo&amp;gt;&lt;br /&gt;
|The &#039;highest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeFrom10&amp;gt;&lt;br /&gt;
|The &#039;lowest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded down to nearest 10 degrees&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeTo10&amp;gt;&lt;br /&gt;
|The &#039;highest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded down to nearest 10 degrees&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbase&amp;gt;&lt;br /&gt;
|Calculated [http://en.wikipedia.org/wiki/Cloud_base cloud base]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbasevalue&amp;gt;&lt;br /&gt;
|Current calculated cloud base without units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UV&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Uv_index UV index]. Requires your station to have a UV sensor.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SolarRad&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Solar_radiation solar radiation]. Requires your station to have a solar sensor.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Light&amp;gt;&lt;br /&gt;
|Current Current light level in Lux. Requires your station to have a solar sensor. Only applies to Fine Offset stations.&lt;br /&gt;
|-&lt;br /&gt;
|[[Forecast_webtag|&amp;lt;#forecast&amp;gt;]]&lt;br /&gt;
|The current forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#forecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forecastnumber&amp;gt;&lt;br /&gt;
|The number relating to the current forecast entry in the [[strings.ini]] file.  If your station is not providing it&#039;s own forecast and Cumulus is not calculating one then 0 (zero) is returned.  Note: two negative numbers can be returned by Cumulus: -1 (neg 1) = Exceptional Fine, -26 (neg 26) = Exceptional Bad&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cumulusforecast&amp;gt;&lt;br /&gt;
|Always gives Cumulus (Zambretti) forecast, even if the &amp;lt;#forecast&amp;gt; tag provides a station forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cumulusforecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#cumulusforecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wsforecast&amp;gt;&lt;br /&gt;
|Always gives station forecast (if available)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wsforecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#wsforecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Today==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprange&amp;gt;&lt;br /&gt;
|The temperature range (&amp;lt;#tempTH&amp;gt; - &amp;lt;#tempTL&amp;gt;) so far today (Cumulus calculates all these tags using Celsius values, but outputs them in your chosen units)&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTH&amp;gt;&lt;br /&gt;
|Today&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTL&amp;gt;&lt;br /&gt;
|Today&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexTH&amp;gt;&lt;br /&gt;
|Today&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest humidity&lt;br /&gt;
|&amp;lt;#ThumTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest humidity&lt;br /&gt;
|&amp;lt;#ThumTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RG11RainToday&amp;gt;&lt;br /&gt;
|If you have an RG-11 rain sensor configured in &amp;quot;Tipping Bucket&amp;quot; mode, this gives today&#039;s rain total so far according to the sensor&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustTM&amp;gt; &lt;br /&gt;
|Today&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingTM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of today&#039;s high gust (&amp;lt;#wgustTM&amp;gt;) in degrees&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufort&amp;gt; &lt;br /&gt;
|Today&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufortnumber&amp;gt;&lt;br /&gt;
|Today&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#windrun&amp;gt;&lt;br /&gt;
|The total wind run so far today&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearing&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddir&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaudesc&amp;gt;&lt;br /&gt;
|Beaufort &#039;description&#039; for today&#039;s high wind speed&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ET&amp;gt;&lt;br /&gt;
|Today&#039;s [http://en.wikipedia.org/wiki/Evapotranspiration evapotranspiration]. Applies only to Davis stations, equipped with a solar sensor.&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdays&amp;gt;&lt;br /&gt;
|Today&#039;s [[Heat/cold_degree_days_and_Chill_hours|heating degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdays&amp;gt;&lt;br /&gt;
|Today&#039;s [[Heat/cold_degree_days_and_Chill_hours|cooling degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#solarTH&amp;gt;&lt;br /&gt;
|Today&#039;s high solar radiation value (Solar sensor needed)&lt;br /&gt;
|&amp;lt;#TsolarTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UVTH&amp;gt;&lt;br /&gt;
|Today&#039;s high UV Index (UV sensor needed)&lt;br /&gt;
|&amp;lt;#TUVTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yesterday==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgtempY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s average temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprangeY&amp;gt;&lt;br /&gt;
|The temperature range (max - min) yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYH&amp;gt;&lt;br /&gt;
|High humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYL&amp;gt;&lt;br /&gt;
|Low humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallY&amp;gt;&lt;br /&gt;
|The total rainfall for yesterday according to the connected weather station&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RG11RainYest&amp;gt;&lt;br /&gt;
|The total rainfall for yesterday according to an RG-11 rain sensor configured in &amp;quot;Tipping Bucket&amp;quot; mode&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustYM&amp;gt; &lt;br /&gt;
|Yesterday&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingYM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of yesterday&#039;s high gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufort&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufortnumber&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaudesc&amp;gt;&lt;br /&gt;
|Beaufort &#039;description&#039; for yesterday&#039;s high wind speed&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearingY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddirY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunY&amp;gt;&lt;br /&gt;
|The total wind run for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s [[Heat/cold_degree_days_and_Chill_hours|heating degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s [[Heat/cold_degree_days_and_Chill_hours|cooling degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#solarYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high solar radiation value (Solar sensor needed) &lt;br /&gt;
|&amp;lt;#TsolarYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UVYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high UV Index (UV sensor needed) &lt;br /&gt;
|&amp;lt;#TUVYH&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monthly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempH&amp;gt;&lt;br /&gt;
|This months high temperature&lt;br /&gt;
|&amp;lt;#MonthTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempL&amp;gt;&lt;br /&gt;
|This months low temperature&lt;br /&gt;
|&amp;lt;#MonthTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMinTempH&amp;gt;&lt;br /&gt;
|This months highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMaxTempL&amp;gt;&lt;br /&gt;
|This months lowest daily maximum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHeatIndexH&amp;gt;&lt;br /&gt;
|This months high heat index&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWChillL&amp;gt;&lt;br /&gt;
|This months low wind chill&lt;br /&gt;
|&amp;lt;#MonthWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempH&amp;gt;&lt;br /&gt;
|This months high apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempL&amp;gt;&lt;br /&gt;
|This months low apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointH&amp;gt;&lt;br /&gt;
|This months high dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointL&amp;gt;&lt;br /&gt;
|This months low dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumH&amp;gt;&lt;br /&gt;
|This months highest humidty&lt;br /&gt;
|&amp;lt;#MonthHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumL&amp;gt;&lt;br /&gt;
|This months lowest humidty&lt;br /&gt;
|&amp;lt;#MonthHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressH&amp;gt;&lt;br /&gt;
|This months highest pressure&lt;br /&gt;
|&amp;lt;#MonthPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressL&amp;gt;&lt;br /&gt;
|This months lowest pressure&lt;br /&gt;
|&amp;lt;#MonthPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthGustH&amp;gt;&lt;br /&gt;
|This months highest wind gust&lt;br /&gt;
|&amp;lt;#MonthGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindH&amp;gt;&lt;br /&gt;
|This months highest wind speed&lt;br /&gt;
|&amp;lt;#MonthWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmonth&amp;gt;&lt;br /&gt;
|The total rainfall so far this month&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthRainRateH&amp;gt;&lt;br /&gt;
|This months highest rainfall rate&lt;br /&gt;
|&amp;lt;#MonthRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHourlyRainH&amp;gt;&lt;br /&gt;
|This months highest hourly rain&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDailyRainH&amp;gt;&lt;br /&gt;
|This months greatest daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest dry period ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day, ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yearly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempH&amp;gt;&lt;br /&gt;
|This years highest temperature&lt;br /&gt;
|&amp;lt;#YearTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempL&amp;gt;&lt;br /&gt;
|This years lowest temperature&lt;br /&gt;
|&amp;lt;#YearTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHeatIndexH&amp;gt;&lt;br /&gt;
|This years highest heat index&lt;br /&gt;
|&amp;lt;#YearHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWChillL&amp;gt;&lt;br /&gt;
|This years lowest wind chill&lt;br /&gt;
|&amp;lt;#YearWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempH&amp;gt;&lt;br /&gt;
|This years highest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempL&amp;gt;&lt;br /&gt;
|This years lowest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointH&amp;gt;&lt;br /&gt;
|This years highest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointL&amp;gt;&lt;br /&gt;
|This years lowest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMinTempH&amp;gt;&lt;br /&gt;
|This years highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMaxTempL&amp;gt;&lt;br /&gt;
|This years lowest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumH&amp;gt;&lt;br /&gt;
|This years high humidty&lt;br /&gt;
|&amp;lt;#YearHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumL&amp;gt;&lt;br /&gt;
|This years low humidty&lt;br /&gt;
|&amp;lt;#YearHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressH&amp;gt;&lt;br /&gt;
|This years high pressure&lt;br /&gt;
|&amp;lt;#YearPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressL&amp;gt;&lt;br /&gt;
|This years low pressure&lt;br /&gt;
|&amp;lt;#YearPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearGustH&amp;gt;&lt;br /&gt;
|This years high wind gust&lt;br /&gt;
|&amp;lt;#YearGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindH&amp;gt;&lt;br /&gt;
|This years high wind speed&lt;br /&gt;
|&amp;lt;#YearWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ryear&amp;gt;&lt;br /&gt;
|Annual rainfall total for rainfall season year (i.e. starting month as set on Configuration menu, station screen,  Annual rainfall frame)&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearRainRateH&amp;gt;&lt;br /&gt;
|This years high rainfall rate&lt;br /&gt;
|&amp;lt;#YearRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHourlyRainH&amp;gt;&lt;br /&gt;
|This years high hourly rain&lt;br /&gt;
|&amp;lt;#YearHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDailyRainH&amp;gt;&lt;br /&gt;
|This years high daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMonthlyRainH&amp;gt;&lt;br /&gt;
|This years high monthly rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMonthlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest period without rain ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==All Time==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Date/Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempH&amp;gt;&lt;br /&gt;
|All time high temperature&lt;br /&gt;
|&amp;lt;#TtempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempL&amp;gt;&lt;br /&gt;
|All time low temperature &lt;br /&gt;
|&amp;lt;#TtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#mintempH&amp;gt;&lt;br /&gt;
|All time high minimum temperature &lt;br /&gt;
|&amp;lt;#TmintempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#maxtempL&amp;gt;&lt;br /&gt;
|All time low maximum temperature &lt;br /&gt;
|&amp;lt;#TmaxtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDailyTempRange&amp;gt;&lt;br /&gt;
|All time low daily temperature range&lt;br /&gt;
|&amp;lt;#TLowDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyTempRange&amp;gt;&lt;br /&gt;
|All time high daily temperature range&lt;br /&gt;
|&amp;lt;#THighDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempH&amp;gt;&lt;br /&gt;
|All time high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempL&amp;gt;&lt;br /&gt;
|All time low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexH&amp;gt;&lt;br /&gt;
|All time high heat index&lt;br /&gt;
|&amp;lt;#TheatindexH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointH&amp;gt;&lt;br /&gt;
|All time high dew point&lt;br /&gt;
|&amp;lt;#TdewpointH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointL&amp;gt;&lt;br /&gt;
|All time low dew point&lt;br /&gt;
|&amp;lt;#TdewpointL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humH&amp;gt;&lt;br /&gt;
|All time high humidity&lt;br /&gt;
|&amp;lt;#ThumH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humL&amp;gt;&lt;br /&gt;
|All time low humidity&lt;br /&gt;
|&amp;lt;#ThumL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillH&amp;gt;&lt;br /&gt;
|All time greatest wind chill (i.e. lowest temperature) &lt;br /&gt;
|&amp;lt;#TwchillH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateM&amp;gt;&lt;br /&gt;
|All time high rain rate &lt;br /&gt;
|&amp;lt;#TrrateM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallH&amp;gt;&lt;br /&gt;
|All time high daily rain &lt;br /&gt;
|&amp;lt;#TrfallH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallhH&amp;gt;&lt;br /&gt;
|All time high hourly rain&lt;br /&gt;
|&amp;lt;#TrfallhH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallmH&amp;gt;&lt;br /&gt;
|All time high monthly rain &lt;br /&gt;
|&amp;lt;#TrfallmH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriod&amp;gt;&lt;br /&gt;
|All time longest dry period (days)&lt;br /&gt;
|&amp;lt;#TLongestDryPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriod&amp;gt;&lt;br /&gt;
|All time longest wet period (days)&lt;br /&gt;
|&amp;lt;#TLongestWetPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressH&amp;gt;&lt;br /&gt;
|All time high pressure &lt;br /&gt;
|&amp;lt;#TpressH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressL&amp;gt;&lt;br /&gt;
|All time low pressure &lt;br /&gt;
|&amp;lt;#TpressL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#gustM&amp;gt;&lt;br /&gt;
|All time high wind gust &lt;br /&gt;
|&amp;lt;#TgustM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeedH&amp;gt;&lt;br /&gt;
|All time high average wind speed &lt;br /&gt;
|&amp;lt;#TwspeedH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunH&amp;gt;&lt;br /&gt;
|All time high daily wind run&lt;br /&gt;
|&amp;lt;#TwindrunH&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Recent History==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for &#039;recent historical data&#039;, giving data values from 1 minute ago, up to 1 week ago, in 1 minute intervals. Note that the values are initialised from the log files when Cumulus starts, so they will initially have a resolution according to the logger interval you have set in Cumulus and/or your station. You&#039;ll get the nearest value if you ask for one for which there is currently no exact match. &lt;br /&gt;
&lt;br /&gt;
You specify how old you want the value to be by using parameters on the web tags for number of days, hours, and minutes. For example, &amp;lt;#RecentOutsideTemp m=1&amp;gt; will give the temperature one minute ago, &amp;lt;#RecentOutsideTemp h=1&amp;gt; will give the temperature one hour ago (as will &amp;lt;#RecentOutsideTemp m=60&amp;gt;), and &amp;lt;#RecentOutsideTemp d=1&amp;gt; will give the temperature one day ago. &amp;lt;#RecentOutsideTemp d=1 h=1 m=1&amp;gt; will give the temperature one day, one hour and one minute ago. All values supplied for parameters must be whole numbers. If you don&#039;t supply any parameters, the result is undefined. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentTS&amp;gt;&lt;br /&gt;
|Takes parameters like the &#039;recent data&#039; web tags (e.g. &amp;lt;#RecentOutsideTemp&amp;gt;) 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 &#039;format&#039; parameter.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentOutsideTemp&amp;gt;&lt;br /&gt;
|Outside Temperature &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindSpeed&amp;gt;&lt;br /&gt;
|Wind Speed &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindGust&amp;gt;&lt;br /&gt;
|Wind Gust &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindLatest&amp;gt;&lt;br /&gt;
|Wind Latest. Note: Wind &#039;Speed&#039;, &#039;Gust&#039; and &#039;Latest&#039; have the usual Cumulus meanings &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindDir&amp;gt;&lt;br /&gt;
|Wind Direction (instantaneous) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindAvgDir&amp;gt;&lt;br /&gt;
|Wind Direction (average) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindChill&amp;gt;&lt;br /&gt;
|Wind Chill &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentDewPoint&amp;gt;&lt;br /&gt;
|Dew Point &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentHeatIndex&amp;gt;&lt;br /&gt;
|Heat Index &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentHumidity&amp;gt;&lt;br /&gt;
|Relative Humidity &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentPressure&amp;gt;&lt;br /&gt;
|Sea-level Pressure &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentRainToday&amp;gt;&lt;br /&gt;
|Today&#039;s rain &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentSolarRad&amp;gt;&lt;br /&gt;
|Solar Radiation &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentUV&amp;gt;&lt;br /&gt;
|UV Index &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monthly All Time Records==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for monthly all-time highs and lows, in other words the highest and lowest values for a particular month of the year. For example, the highest ever temperature in July. Each Value tag has an optional parameter &amp;quot;mon=N&amp;quot; where N is the index of the month of the year that you want the value for (January=1 and so on). For example, &amp;lt;#ByMonthTempH mon=7&amp;gt; will give you the highest ever temperature in July. &lt;br /&gt;
&lt;br /&gt;
If you don&#039;t supply a parameter (or supply an invalid value) the current month will be used. You can customise the date and time formats using the &#039;format&#039; parameter on the web tag, see below. To supply more than one parameter, separate them with spaces, e.g. &amp;lt;#ByMonthTempHT mon=7 format=hh:nn&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date/Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthTempH&amp;gt;&lt;br /&gt;
|High Temperature&lt;br /&gt;
|&amp;lt;#ByMonthTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthTempL&amp;gt;&lt;br /&gt;
|Low Temperature&lt;br /&gt;
|&amp;lt;#ByMonthTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHeatIndexH&amp;gt;&lt;br /&gt;
|High Heat Index&lt;br /&gt;
|&amp;lt;#ByMonthHeatIndexHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWChillL&amp;gt;&lt;br /&gt;
|Low Wind Chill&lt;br /&gt;
|&amp;lt;#ByMonthWChillLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthAppTempH&amp;gt;&lt;br /&gt;
|High Apparent Temperature&lt;br /&gt;
|&amp;lt;#ByMonthAppTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthAppTempL&amp;gt;&lt;br /&gt;
|Low Apparent Temperature&lt;br /&gt;
|&amp;lt;#ByMonthAppTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDewPointH&amp;gt;&lt;br /&gt;
|High Dew Point&lt;br /&gt;
|&amp;lt;#ByMonthDewPointHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDewPointL&amp;gt;&lt;br /&gt;
|Low Dew Point&lt;br /&gt;
|&amp;lt;#ByMonthDewPointLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthMinTempH&amp;gt;&lt;br /&gt;
|Highest Daily Minimum Temperature&lt;br /&gt;
|&amp;lt;#ByMonthMinTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthMaxTempL&amp;gt;&lt;br /&gt;
|Lowest Daily Maximum Temperature&lt;br /&gt;
|&amp;lt;#ByMonthMaxTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|&amp;lt;#ByMonthHighDailyTempRangeT&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|&amp;lt;#ByMonthLowDailyTempRangeT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHumH&amp;gt;&lt;br /&gt;
|High Humidity&lt;br /&gt;
|&amp;lt;#ByMonthHumHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHumL&amp;gt;&lt;br /&gt;
|Low Humidity&lt;br /&gt;
|&amp;lt;#ByMonthHumLT&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthPressH&amp;gt;&lt;br /&gt;
|High Pressure&lt;br /&gt;
|&amp;lt;#ByMonthPressHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthPressL&amp;gt;&lt;br /&gt;
|Low Pressure&lt;br /&gt;
|&amp;lt;#ByMonthPressLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthGustH&amp;gt;&lt;br /&gt;
|High Wind Gust&lt;br /&gt;
|&amp;lt;#ByMonthGustHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWindH&amp;gt;&lt;br /&gt;
|High Wind Speed&lt;br /&gt;
|&amp;lt;#ByMonthWindHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|&amp;lt;#ByMonthWindRunHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthRainRateH&amp;gt;&lt;br /&gt;
|High Rain Rate&lt;br /&gt;
|&amp;lt;#ByMonthRainRateHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthMonthlyRainH&amp;gt;&lt;br /&gt;
|High Monthly Rainfall&lt;br /&gt;
|&amp;lt;#ByMonthMonthlyRainHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHourlyRainH&amp;gt;&lt;br /&gt;
|High Hourly Rain&lt;br /&gt;
|&amp;lt;#ByMonthHourlyRainHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDailyRainH&amp;gt;&lt;br /&gt;
|High Daily Rain&lt;br /&gt;
|&amp;lt;#ByMonthDailyRainHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest Dry Period&lt;br /&gt;
|&amp;lt;#ByMonthLongestDryPeriodT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest Wet Period&lt;br /&gt;
|&amp;lt;#ByMonthLongestWetPeriodT&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestError&amp;gt;&lt;br /&gt;
|Displays the last error from the Cumulus error log. The value is cleared when you click the error light in Cumulus.&amp;lt;br /&amp;gt;&lt;br /&gt;
Note: This tag displays &#039;&#039;all&#039;&#039; errors, even if they do not cause the error light to flash in Cumulus.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorDate&amp;gt;&lt;br /&gt;
|The date of the latest error logged to the error log window, using the system short date format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorTime&amp;gt;&lt;br /&gt;
|The time of the latest error logged to the error log window, using the system short time format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ErrorLight&amp;gt;&lt;br /&gt;
|1 if the &#039;error&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#version&amp;gt;&lt;br /&gt;
|The version of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#build&amp;gt;&lt;br /&gt;
|The build of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#realtimeinterval&amp;gt;&lt;br /&gt;
|The realtime update interval in seconds &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#interval&amp;gt;&lt;br /&gt;
|The web site update interval in minutes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rollovertime&amp;gt;&lt;br /&gt;
|The time that the logs rollover to the next day: &#039;Midnight&#039;, &#039;9 am&#039; or &#039;10 am&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#update&amp;gt;&lt;br /&gt;
|The date and time of the last web site update&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastDataReadT&amp;gt;&lt;br /&gt;
|The date/time data was last read from the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#stationtype&amp;gt;&lt;br /&gt;
|The weather station [http://wiki.sandaysoft.com/a/Cumulus.ini#Section:_Station model] description (you choose what text appears for this on &#039;Display&#039; settings screen within Configuration menu - the field is at the bottom left of that screen).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#latitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Latitude latitude].&lt;br /&gt;
Supports an optional &#039;dp&#039; 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&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;#latitude&amp;gt; gives &amp;quot;N&amp;amp;amp;nbsp;59&amp;amp; deg;&amp;amp;amp;nbsp;14&amp;amp;amp;#39;&amp;amp;amp;nbsp;33&amp;amp;amp;quot;&amp;quot; for N 59 14 33&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;#latitude dp=5&amp;gt; gives &amp;quot;59.24250&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If the &amp;quot;dp&amp;quot; parameter is supplied, then supplying &amp;quot;rc=y&amp;quot; in addition will cause any decimal comma to be converted to a decimal point.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Longitude longitude]. Supports an optional &#039;dp&#039; and &#039;rc&#039; parameters as per the latitude tag.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Altitude altitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#location&amp;gt;&lt;br /&gt;
|The station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longlocation&amp;gt;&lt;br /&gt;
|Longer description of the station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forum&amp;gt;&lt;br /&gt;
|URL of the forum&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#webcam&amp;gt;&lt;br /&gt;
|URL of the webcam&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#graphperiod&amp;gt;&lt;br /&gt;
|The number of hours displayed by the graphs&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#snowdepth&amp;gt;&lt;br /&gt;
|Today&#039;s snow depth as entered manually in the Weather Diary. Normally in Centimeters.Output is purely as a numerical figure I.E 10&lt;br /&gt;
Configure in [[Cumulus.ini]] the hour when the snowdepth is updated e.g. &#039;&#039;SnowDepthHour=9&#039;&#039; means yesterday&#039;s figure applies until 9am.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currcond&amp;gt;&lt;br /&gt;
|Represents the value entered on the screen within Cumulus for the Current Weather condition, or the value as held in the [[currentconditions.txt]] file. Any reserved HTML characters are encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currcondenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#currcond&amp;gt; but also has characters above code 159 encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#chillhours&amp;gt;&lt;br /&gt;
|The number of &#039;chill hours&#039; so far this season.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveRainDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today where it has rained every day. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini, the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveDryDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today since it last rained. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRoseData&amp;gt;&lt;br /&gt;
|A comma-separated list of the wind &#039;totals&#039; used to draw the wind rose (8 or 16 values)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRosePoints&amp;gt;&lt;br /&gt;
|The number of items in &amp;lt;#WindRoseData&amp;gt; (i.e. 8 or 16)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindSampleCount&amp;gt;&lt;br /&gt;
|The number of wind samples making up the wind rose (etc) data (up to 3600)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAMonthlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA monthly report&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAYearlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA yearly report&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Day/Night/Sun/Moon==&lt;br /&gt;
These are updated each hour to refer to current calendar day&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunrise&amp;gt;&lt;br /&gt;
|Current sunrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunset&amp;gt;&lt;br /&gt;
|Current sunset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylength&amp;gt;&lt;br /&gt;
|Length of day in hours and minutes (sunrise to sunset)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsSunUp&amp;gt;&lt;br /&gt;
|A flag to indicate if the Sun is above the horizon or not, based on the sunrise and sunset times. Possible values are 0 or 1, where 1 is when the Sun is above the horizon for the station location.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dawn&amp;gt;&lt;br /&gt;
|Start of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dusk&amp;gt;&lt;br /&gt;
|End of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylightlength&amp;gt;&lt;br /&gt;
|Length of daylight in hours and minutes (dawn to dusk)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#isdaylight&amp;gt;&lt;br /&gt;
|A flag to indicate if the location for the station is in civil daylight or not, based on the dawn and dusk times.  Possible values are 0 or 1, where 1 notes that it is currently within the hours of daylight.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tomorrowdaylength&amp;gt;&lt;br /&gt;
|A string giving an approximate predicted difference between the length of daylight today and tomorrow.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonphase&amp;gt;&lt;br /&gt;
|Current [[Lunar phase|phase of the moon]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonAge&amp;gt;&lt;br /&gt;
|Current &#039;&#039;&#039;approximate&#039;&#039;&#039; age of the Moon in days (0-29)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonrise&amp;gt;&lt;br /&gt;
|Current moonrise time at the station (if moon rises on current calendar day)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonset&amp;gt;&lt;br /&gt;
|Current moonset time at the station (if moon sets on current calendar day)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercent&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (negative value indicates &#039;waning&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercentAbs&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (always positive)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SunshineHours&amp;gt;&lt;br /&gt;
|Hours of sunshine so far today  (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YSunshineHours&amp;gt;&lt;br /&gt;
|Total hours of sunshine yesterday  (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CurrentSolarMax&amp;gt;&lt;br /&gt;
|[[FAQ#What_is_this_.22Solar_Max.22_value_which_Cumulus_is_displaying.3F | Current theoretical maximum solar radiation]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsSunny&amp;gt;&lt;br /&gt;
|Returns 1 if the sun is shining, otherwise 0 (Solar sensor needed)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Alarms==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus alarm states. They give a value of &#039;1&#039; if an alarm parameter has been selected (Main Cumulus screen, Edit menu) and the alarm condition is still currently met; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempAlarm&amp;gt; &lt;br /&gt;
|Low temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempAlarm&amp;gt; &lt;br /&gt;
|High temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeUpAlarm&amp;gt; &lt;br /&gt;
|Temperature increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeDownAlarm&amp;gt; &lt;br /&gt;
|Temperature decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressAlarm&amp;gt; &lt;br /&gt;
|Low pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressAlarm&amp;gt; &lt;br /&gt;
|High pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeUpAlarm&amp;gt; &lt;br /&gt;
|Pressure increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeDownAlarm&amp;gt; &lt;br /&gt;
|Pressure decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainTodayAlarm&amp;gt; &lt;br /&gt;
|High rain today alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateAlarm&amp;gt; &lt;br /&gt;
|High rainfall rate alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustAlarm&amp;gt; &lt;br /&gt;
|High wind gust alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedAlarm&amp;gt; &lt;br /&gt;
|High wind speed alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DataStopped&amp;gt;&lt;br /&gt;
|1 if the station has apparently stopped sending data to Cumulus, otherwise 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Records==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus record states. They give a value of &#039;1&#039; if the record has been exceeded; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#recordsbegandate&amp;gt;&lt;br /&gt;
|The date that the all time records began&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#newrecord&amp;gt; &lt;br /&gt;
|1 if &#039;new record&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the temperature tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the wind tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RainRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the rain tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the humidity tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the pressure tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily temperature range light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low daily temperature range light is currently flashing, 0 if not &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHeatIndexRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high heat index light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowWindChillRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low wind chill light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMinTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high minimum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowMaxTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low maximum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind gust light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind speed light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high rain rate light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHourlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high hourly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMonthlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high monthly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest dry period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest wet period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindrunRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind run light is currently flashing, 0 if not&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Extra Sensors==&lt;br /&gt;
&lt;br /&gt;
These webtags hold current values for additional sensors supported by Cumulus. For past values, see the [[Extra_Sensor_Files]] page for information about log files.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot;|The related description can be changed in &#039;strings.ini&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp1&amp;gt;&lt;br /&gt;
|Extra temperature channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp2&amp;gt;&lt;br /&gt;
|Extra temperature channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp3&amp;gt;&lt;br /&gt;
|Extra temperature channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraTemp10&amp;gt; = Extra temperature channel 10&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP1&amp;gt;&lt;br /&gt;
|Extra dew point channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP2&amp;gt;&lt;br /&gt;
|Extra dew point channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP3&amp;gt;&lt;br /&gt;
|Extra dew point channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraDP10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum1&amp;gt;&lt;br /&gt;
|Extra humidity channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum2&amp;gt;&lt;br /&gt;
|Extra humidity channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum3&amp;gt;&lt;br /&gt;
|Extra humidity channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraHum10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilTemp1&amp;gt;&lt;br /&gt;
|Soil temperature 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilTemp2&amp;gt;&lt;br /&gt;
|Soil temperature 2&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#SoilTemp4&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilMoisture1&amp;gt;&lt;br /&gt;
|Soil moisture 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilMoisture2&amp;gt;&lt;br /&gt;
|Soil moisture 2&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#SoilMoisture4&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafTemp1&amp;gt;&lt;br /&gt;
|Leaf temperature 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafTemp2&amp;gt;&lt;br /&gt;
|Leaf temperature 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafWetness1&amp;gt;&lt;br /&gt;
|Leaf wetness 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafWetness2&amp;gt;&lt;br /&gt;
|Leaf wetness 2 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special tags==&lt;br /&gt;
&lt;br /&gt;
===OS WMR Series===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the WMR928, WR100/200 extra sensors:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|n/a&lt;br /&gt;
|Now incorporated into the Extra Sensors section above&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Davis===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Davis PWS, Cumulus updates the values of the reception tags every 15 minutes:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsReceived&amp;gt;&lt;br /&gt;
|Total number of data packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsMissed&amp;gt;&lt;br /&gt;
|Number of missed data packets&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumberOfResynchs&amp;gt;&lt;br /&gt;
|Number of times the console resynchronised with the transmitter&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisMaxInARow&amp;gt;&lt;br /&gt;
|Longest streak of consecutive packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumCRCerrors&amp;gt;&lt;br /&gt;
|Number of packets received with CRC errors&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Wind values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THSWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Solar/Wind values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisFirmwareVersion&amp;gt;&lt;br /&gt;
|The console firmware version&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#battery&amp;gt;&lt;br /&gt;
|The console battery condition in volts. eg &amp;quot;4.82v&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#txbattery&amp;gt;&lt;br /&gt;
&amp;lt;#txbattery channel=1&amp;gt;&lt;br /&gt;
|The transmitter battery condition, by default it returns the status of all transmitters.&lt;br /&gt;
The optional &#039;channel&#039; parameter returns the status for a particular transmitter, up to channel=8. The channel result is just the string &amp;quot;ok&amp;quot; or &amp;quot;LOW&amp;quot; for a low battery&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fine Offset===&lt;br /&gt;
The following tags are specific to the Fine Offset series of PWS&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Light&amp;gt;&lt;br /&gt;
|Current Lux value &amp;quot;Fine Offset only&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SensorContactLost&amp;gt;&lt;br /&gt;
|1 if the station has lost contact with its remote sensors &amp;quot;Fine Offset only&amp;quot; &lt;br /&gt;
0 if contact has been established&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===System===&lt;br /&gt;
&lt;br /&gt;
Special tags returning information about the system hosting Cumulus:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsVersion&amp;gt;&lt;br /&gt;
|OS version, e.g. &amp;quot;Windows 7 x64 build 7600&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsLanguage&amp;gt;&lt;br /&gt;
|OS language, e.g. &amp;quot;English&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SystemUpTime&amp;gt;&lt;br /&gt;
|How long the system has been up, e.g. &amp;quot;8 hours 21 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ProgramUpTime&amp;gt;&lt;br /&gt;
|How long Cumulus has been running, e.g. &amp;quot;7 hours 55 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuName&amp;gt;&lt;br /&gt;
|CPU type, e.g. &amp;quot;Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuCount&amp;gt;&lt;br /&gt;
|Number of processors, e.g. &amp;quot;4&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MemoryStatus&amp;gt;&lt;br /&gt;
|Free and total system RAM, e.g. &amp;quot;4619/8191 MB (free/total)&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DisplayMode&amp;gt;&lt;br /&gt;
|Screen display mode, e.g. &amp;quot;1680x1050, 32 bit&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#AllocatedMemory&amp;gt;&lt;br /&gt;
|Amount of memory allocated to Cumulus, e.g. &amp;quot;18.76 MB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskSize&amp;gt;&lt;br /&gt;
|Size of disk on which Cumulus is running, e.g. &amp;quot;931.51 GB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskFree&amp;gt;&lt;br /&gt;
|Free space on disk on which Cumulus is running, e.g. &amp;quot;515.36 GB&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===No Commas===&lt;br /&gt;
&lt;br /&gt;
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&#039;t like the commas. They all correspond to the same tag with &#039;RC&#039; removed.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#RCdew&amp;gt; &amp;lt;#RCheatindex&amp;gt; &amp;lt;#RChum&amp;gt; &amp;lt;#RCinhum&amp;gt; &amp;lt;#RCintemp&amp;gt; &amp;lt;#RCpress&amp;gt; &amp;lt;#RCpressTH&amp;gt;&lt;br /&gt;
 &amp;lt;#RCpressTL&amp;gt; &amp;lt;#RCrfall&amp;gt; &amp;lt;#RCrrate&amp;gt; &amp;lt;#RCrrateTM&amp;gt; &amp;lt;#RCtemp&amp;gt; &amp;lt;#RCtempTH&amp;gt; &amp;lt;#RCtempTL&amp;gt;&lt;br /&gt;
 &amp;lt;#RCwchill&amp;gt; &amp;lt;#RCwgust&amp;gt; &amp;lt;#RCwgustTM&amp;gt; &amp;lt;#RCwspeed&amp;gt; &amp;lt;#RCwlatest&amp;gt; &amp;lt;#RCdewpointTH&amp;gt;&lt;br /&gt;
 &amp;lt;#RCdewpointTL&amp;gt; &amp;lt;#RCwchillTL&amp;gt; &amp;lt;#RCheatindexTH&amp;gt; &amp;lt;#RCapptempTH&amp;gt; &amp;lt;#RCapptempTL&amp;gt;&lt;br /&gt;
 &amp;lt;#RCRecentOutsideTemp&amp;gt; &amp;lt;#RCRecentWindSpeed&amp;gt; &amp;lt;#RCRecentWindGust&amp;gt; &amp;lt;#RCRecentWindLatest&amp;gt;&lt;br /&gt;
 &amp;lt;#RCRecentWindChill&amp;gt; &amp;lt;#RCRecentDewPoint&amp;gt; &amp;lt;#RCRecentHeatIndex&amp;gt; &amp;lt;#RCRecentPressure&amp;gt;&lt;br /&gt;
 &amp;lt;#RCRecentRainToday&amp;gt; &amp;lt;#RCRecentUV&amp;gt;&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2605</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2605"/>
		<updated>2013-05-03T17:05:52Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Design customizations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting background color ==&lt;br /&gt;
&#039;&#039;&#039;setBackgroundColor&#039;&#039;&#039; function control gauge background color, posible parameters are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|SATIN_GRAY&lt;br /&gt;
|Satin Gray&lt;br /&gt;
|-&lt;br /&gt;
|LIGHT_GRAY&lt;br /&gt;
|Light Gray&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BROWN&lt;br /&gt;
|Brown&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|MUD&lt;br /&gt;
|Mud&lt;br /&gt;
|-&lt;br /&gt;
|PUNCHED_SHEET&lt;br /&gt;
|Punched Sheet&lt;br /&gt;
|-&lt;br /&gt;
|CARBON&lt;br /&gt;
|Carbon&lt;br /&gt;
|-&lt;br /&gt;
|STAINLESS&lt;br /&gt;
|Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_METAL&lt;br /&gt;
|Brushed Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_STAINLESS&lt;br /&gt;
|Brushed Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|TURNED&lt;br /&gt;
|Turned&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting needles design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting LCD color ==&lt;br /&gt;
&#039;&#039;&#039;setLcdColor&#039;&#039;&#039; function control LCD display color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE2&lt;br /&gt;
|Blue2&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLACK&lt;br /&gt;
|Blue Black&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_GRAY&lt;br /&gt;
|Blue Gray&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD&lt;br /&gt;
|Standard&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD_GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLUE&lt;br /&gt;
|True Blue&lt;br /&gt;
|-&lt;br /&gt;
|RED_DARKRED&lt;br /&gt;
|Dark Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|LILA&lt;br /&gt;
|Lila&lt;br /&gt;
|-&lt;br /&gt;
|BLACKRED&lt;br /&gt;
|Black Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKGREEN&lt;br /&gt;
|Dark Green&lt;br /&gt;
|-&lt;br /&gt;
|AMBER&lt;br /&gt;
|Amber&lt;br /&gt;
|-&lt;br /&gt;
|LIGHTBLUE&lt;br /&gt;
|Light Blue&lt;br /&gt;
|-&lt;br /&gt;
|SECTIONS&lt;br /&gt;
|Sections&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LED color ==&lt;br /&gt;
&#039;&#039;&#039;setLedColor&#039;&#039;&#039; function control LED color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED_LED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LED&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_LED&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE_LED&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW_LED&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN_LED&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA_LED&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting foreground design==&lt;br /&gt;
&#039;&#039;&#039;setForegroundType&#039;&#039;&#039; function control gauge foreground apearence, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting Wind Avg Pointer Color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColorAvg&#039;&#039;&#039; function control Wind Avg Pointer color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting Wind Avg Pointer design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerAvg&#039;&#039;&#039; function control Wind Avg Pointer type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2604</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2604"/>
		<updated>2013-05-03T16:54:21Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Setting background color */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting background color ==&lt;br /&gt;
&#039;&#039;&#039;setBackgroundColor&#039;&#039;&#039; function control gauge background color, posible parameters are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|SATIN_GRAY&lt;br /&gt;
|Satin Gray&lt;br /&gt;
|-&lt;br /&gt;
|LIGHT_GRAY&lt;br /&gt;
|Light Gray&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BROWN&lt;br /&gt;
|Brown&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|MUD&lt;br /&gt;
|Mud&lt;br /&gt;
|-&lt;br /&gt;
|PUNCHED_SHEET&lt;br /&gt;
|Punched Sheet&lt;br /&gt;
|-&lt;br /&gt;
|CARBON&lt;br /&gt;
|Carbon&lt;br /&gt;
|-&lt;br /&gt;
|STAINLESS&lt;br /&gt;
|Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_METAL&lt;br /&gt;
|Brushed Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_STAINLESS&lt;br /&gt;
|Brushed Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|TURNED&lt;br /&gt;
|Turned&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting needles design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting LCD color ==&lt;br /&gt;
&#039;&#039;&#039;setLcdColor&#039;&#039;&#039; function control LCD display color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE2&lt;br /&gt;
|Blue2&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLACK&lt;br /&gt;
|Blue Black&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_GRAY&lt;br /&gt;
|Blue Gray&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD&lt;br /&gt;
|Standard&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD_GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLUE&lt;br /&gt;
|True Blue&lt;br /&gt;
|-&lt;br /&gt;
|RED_DARKRED&lt;br /&gt;
|Dark Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|LILA&lt;br /&gt;
|Lila&lt;br /&gt;
|-&lt;br /&gt;
|BLACKRED&lt;br /&gt;
|Black Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKGREEN&lt;br /&gt;
|Dark Green&lt;br /&gt;
|-&lt;br /&gt;
|AMBER&lt;br /&gt;
|Amber&lt;br /&gt;
|-&lt;br /&gt;
|LIGHTBLUE&lt;br /&gt;
|Light Blue&lt;br /&gt;
|-&lt;br /&gt;
|SECTIONS&lt;br /&gt;
|Sections&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LED color ==&lt;br /&gt;
&#039;&#039;&#039;setLedColor&#039;&#039;&#039; function control LED color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED_LED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LED&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_LED&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE_LED&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW_LED&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN_LED&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA_LED&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting foreground design==&lt;br /&gt;
&#039;&#039;&#039;setForegroundType&#039;&#039;&#039; function control gauge foreground apearence, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting Wind Avg Pointer Color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColorAvg&#039;&#039;&#039; function control Wind Avg Pointer color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting Wind Avg Pointer design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerAvg&#039;&#039;&#039; function control Wind Avg Pointer type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2602</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2602"/>
		<updated>2013-05-03T15:48:58Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Setting background color */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting background color ==&lt;br /&gt;
&#039;&#039;&#039;setBackgroundColor&#039;&#039;&#039; function control gauge background color, posible parameters are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|SATIN_GRAY&lt;br /&gt;
|Satin Gray&lt;br /&gt;
|-&lt;br /&gt;
|LIGHT_GRAY&lt;br /&gt;
|Light Gray&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BROWN&lt;br /&gt;
|Brown&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|MUD&lt;br /&gt;
|Mud&lt;br /&gt;
|-&lt;br /&gt;
|PUNCHED_SHEET&lt;br /&gt;
|Punched Sheet&lt;br /&gt;
|-&lt;br /&gt;
|CARBON&lt;br /&gt;
|Carbon&lt;br /&gt;
|-&lt;br /&gt;
|STAINLESS&lt;br /&gt;
|Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_METAL&lt;br /&gt;
|Brushed Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_STAINLESS&lt;br /&gt;
|Brushed Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|TURNED&lt;br /&gt;
|Turned&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting needles design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting LCD color ==&lt;br /&gt;
&#039;&#039;&#039;setLcdColor&#039;&#039;&#039; function control LCD display color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE2&lt;br /&gt;
|Blue2&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLACK&lt;br /&gt;
|Blue Black&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_GRAY&lt;br /&gt;
|Blue Gray&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD&lt;br /&gt;
|Standard&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD_GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLUE&lt;br /&gt;
|True Blue&lt;br /&gt;
|-&lt;br /&gt;
|RED_DARKRED&lt;br /&gt;
|Dark Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|LILA&lt;br /&gt;
|Lila&lt;br /&gt;
|-&lt;br /&gt;
|BLACKRED&lt;br /&gt;
|Black Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKGREEN&lt;br /&gt;
|Dark Green&lt;br /&gt;
|-&lt;br /&gt;
|AMBER&lt;br /&gt;
|Amber&lt;br /&gt;
|-&lt;br /&gt;
|LIGHTBLUE&lt;br /&gt;
|Light Blue&lt;br /&gt;
|-&lt;br /&gt;
|SECTIONS&lt;br /&gt;
|Sections&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LED color ==&lt;br /&gt;
&#039;&#039;&#039;setLedColor&#039;&#039;&#039; function control LED color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED_LED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LED&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_LED&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE_LED&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW_LED&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN_LED&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA_LED&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting foreground design==&lt;br /&gt;
&#039;&#039;&#039;setForegroundType&#039;&#039;&#039; function control gauge foreground apearence, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting Wind Avg Pointer Color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColorAvg&#039;&#039;&#039; function control Wind Avg Pointer color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting Wind Avg Pointer design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerAvg&#039;&#039;&#039; function control Wind Avg Pointer type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2601</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2601"/>
		<updated>2013-05-03T15:14:52Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Settting Avg Pointer Color */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting background color ==&lt;br /&gt;
&#039;&#039;&#039;setBackgroundColor&#039;&#039;&#039; function control gauge background color, posible parameters are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|SATIN_GRAY&lt;br /&gt;
|Satin Gray&lt;br /&gt;
|-&lt;br /&gt;
|LIGHT_GRAY&lt;br /&gt;
|LightGray&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BROWN&lt;br /&gt;
|Brown&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|MUD&lt;br /&gt;
|Mud&lt;br /&gt;
|-&lt;br /&gt;
|PUNCHED_SHEET&lt;br /&gt;
|Punched Sheet&lt;br /&gt;
|-&lt;br /&gt;
|CARBON&lt;br /&gt;
|Carbon&lt;br /&gt;
|-&lt;br /&gt;
|STAINLESS&lt;br /&gt;
|Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_METAL&lt;br /&gt;
|Brushed Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_STAINLESS&lt;br /&gt;
|Brushed Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|TURNED&lt;br /&gt;
|Turned&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting needles design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting LCD color ==&lt;br /&gt;
&#039;&#039;&#039;setLcdColor&#039;&#039;&#039; function control LCD display color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE2&lt;br /&gt;
|Blue2&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLACK&lt;br /&gt;
|Blue Black&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_GRAY&lt;br /&gt;
|Blue Gray&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD&lt;br /&gt;
|Standard&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD_GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLUE&lt;br /&gt;
|True Blue&lt;br /&gt;
|-&lt;br /&gt;
|RED_DARKRED&lt;br /&gt;
|Dark Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|LILA&lt;br /&gt;
|Lila&lt;br /&gt;
|-&lt;br /&gt;
|BLACKRED&lt;br /&gt;
|Black Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKGREEN&lt;br /&gt;
|Dark Green&lt;br /&gt;
|-&lt;br /&gt;
|AMBER&lt;br /&gt;
|Amber&lt;br /&gt;
|-&lt;br /&gt;
|LIGHTBLUE&lt;br /&gt;
|Light Blue&lt;br /&gt;
|-&lt;br /&gt;
|SECTIONS&lt;br /&gt;
|Sections&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LED color ==&lt;br /&gt;
&#039;&#039;&#039;setLedColor&#039;&#039;&#039; function control LED color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED_LED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LED&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_LED&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE_LED&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW_LED&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN_LED&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA_LED&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting foreground design==&lt;br /&gt;
&#039;&#039;&#039;setForegroundType&#039;&#039;&#039; function control gauge foreground apearence, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting Wind Avg Pointer Color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColorAvg&#039;&#039;&#039; function control Wind Avg Pointer color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting Wind Avg Pointer design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerAvg&#039;&#039;&#039; function control Wind Avg Pointer type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2600</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2600"/>
		<updated>2013-05-03T15:13:57Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Settting Avg Pointer Color */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting background color ==&lt;br /&gt;
&#039;&#039;&#039;setBackgroundColor&#039;&#039;&#039; function control gauge background color, posible parameters are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|SATIN_GRAY&lt;br /&gt;
|Satin Gray&lt;br /&gt;
|-&lt;br /&gt;
|LIGHT_GRAY&lt;br /&gt;
|LightGray&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BROWN&lt;br /&gt;
|Brown&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|MUD&lt;br /&gt;
|Mud&lt;br /&gt;
|-&lt;br /&gt;
|PUNCHED_SHEET&lt;br /&gt;
|Punched Sheet&lt;br /&gt;
|-&lt;br /&gt;
|CARBON&lt;br /&gt;
|Carbon&lt;br /&gt;
|-&lt;br /&gt;
|STAINLESS&lt;br /&gt;
|Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_METAL&lt;br /&gt;
|Brushed Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_STAINLESS&lt;br /&gt;
|Brushed Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|TURNED&lt;br /&gt;
|Turned&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting needles design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting LCD color ==&lt;br /&gt;
&#039;&#039;&#039;setLcdColor&#039;&#039;&#039; function control LCD display color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE2&lt;br /&gt;
|Blue2&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLACK&lt;br /&gt;
|Blue Black&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_GRAY&lt;br /&gt;
|Blue Gray&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD&lt;br /&gt;
|Standard&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD_GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLUE&lt;br /&gt;
|True Blue&lt;br /&gt;
|-&lt;br /&gt;
|RED_DARKRED&lt;br /&gt;
|Dark Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|LILA&lt;br /&gt;
|Lila&lt;br /&gt;
|-&lt;br /&gt;
|BLACKRED&lt;br /&gt;
|Black Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKGREEN&lt;br /&gt;
|Dark Green&lt;br /&gt;
|-&lt;br /&gt;
|AMBER&lt;br /&gt;
|Amber&lt;br /&gt;
|-&lt;br /&gt;
|LIGHTBLUE&lt;br /&gt;
|Light Blue&lt;br /&gt;
|-&lt;br /&gt;
|SECTIONS&lt;br /&gt;
|Sections&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LED color ==&lt;br /&gt;
&#039;&#039;&#039;setLedColor&#039;&#039;&#039; function control LED color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED_LED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LED&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_LED&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE_LED&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW_LED&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN_LED&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA_LED&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting foreground design==&lt;br /&gt;
&#039;&#039;&#039;setForegroundType&#039;&#039;&#039; function control gauge foreground apearence, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting Avg Pointer Color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColorAvg&#039;&#039;&#039; function control Wind Avg Pointer color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting Wind Avg Pointer design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerAvg&#039;&#039;&#039; function control Wind Avg Pointer type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2599</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2599"/>
		<updated>2013-05-03T15:12:00Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Settting foreground design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting background color ==&lt;br /&gt;
&#039;&#039;&#039;setBackgroundColor&#039;&#039;&#039; function control gauge background color, posible parameters are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|SATIN_GRAY&lt;br /&gt;
|Satin Gray&lt;br /&gt;
|-&lt;br /&gt;
|LIGHT_GRAY&lt;br /&gt;
|LightGray&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BROWN&lt;br /&gt;
|Brown&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|MUD&lt;br /&gt;
|Mud&lt;br /&gt;
|-&lt;br /&gt;
|PUNCHED_SHEET&lt;br /&gt;
|Punched Sheet&lt;br /&gt;
|-&lt;br /&gt;
|CARBON&lt;br /&gt;
|Carbon&lt;br /&gt;
|-&lt;br /&gt;
|STAINLESS&lt;br /&gt;
|Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_METAL&lt;br /&gt;
|Brushed Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_STAINLESS&lt;br /&gt;
|Brushed Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|TURNED&lt;br /&gt;
|Turned&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting needles design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting LCD color ==&lt;br /&gt;
&#039;&#039;&#039;setLcdColor&#039;&#039;&#039; function control LCD display color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE2&lt;br /&gt;
|Blue2&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLACK&lt;br /&gt;
|Blue Black&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_GRAY&lt;br /&gt;
|Blue Gray&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD&lt;br /&gt;
|Standard&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD_GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLUE&lt;br /&gt;
|True Blue&lt;br /&gt;
|-&lt;br /&gt;
|RED_DARKRED&lt;br /&gt;
|Dark Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|LILA&lt;br /&gt;
|Lila&lt;br /&gt;
|-&lt;br /&gt;
|BLACKRED&lt;br /&gt;
|Black Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKGREEN&lt;br /&gt;
|Dark Green&lt;br /&gt;
|-&lt;br /&gt;
|AMBER&lt;br /&gt;
|Amber&lt;br /&gt;
|-&lt;br /&gt;
|LIGHTBLUE&lt;br /&gt;
|Light Blue&lt;br /&gt;
|-&lt;br /&gt;
|SECTIONS&lt;br /&gt;
|Sections&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LED color ==&lt;br /&gt;
&#039;&#039;&#039;setLedColor&#039;&#039;&#039; function control LED color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED_LED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LED&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_LED&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE_LED&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW_LED&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN_LED&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA_LED&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting foreground design==&lt;br /&gt;
&#039;&#039;&#039;setForegroundType&#039;&#039;&#039; function control gauge foreground apearence, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting Avg Pointer Color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColorAvg&#039;&#039;&#039; function control Wind Avg Pointer color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2598</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2598"/>
		<updated>2013-05-03T15:08:29Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Settting LED color */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting background color ==&lt;br /&gt;
&#039;&#039;&#039;setBackgroundColor&#039;&#039;&#039; function control gauge background color, posible parameters are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|SATIN_GRAY&lt;br /&gt;
|Satin Gray&lt;br /&gt;
|-&lt;br /&gt;
|LIGHT_GRAY&lt;br /&gt;
|LightGray&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BROWN&lt;br /&gt;
|Brown&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|MUD&lt;br /&gt;
|Mud&lt;br /&gt;
|-&lt;br /&gt;
|PUNCHED_SHEET&lt;br /&gt;
|Punched Sheet&lt;br /&gt;
|-&lt;br /&gt;
|CARBON&lt;br /&gt;
|Carbon&lt;br /&gt;
|-&lt;br /&gt;
|STAINLESS&lt;br /&gt;
|Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_METAL&lt;br /&gt;
|Brushed Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_STAINLESS&lt;br /&gt;
|Brushed Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|TURNED&lt;br /&gt;
|Turned&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting needles design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting LCD color ==&lt;br /&gt;
&#039;&#039;&#039;setLcdColor&#039;&#039;&#039; function control LCD display color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE2&lt;br /&gt;
|Blue2&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLACK&lt;br /&gt;
|Blue Black&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_GRAY&lt;br /&gt;
|Blue Gray&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD&lt;br /&gt;
|Standard&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD_GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLUE&lt;br /&gt;
|True Blue&lt;br /&gt;
|-&lt;br /&gt;
|RED_DARKRED&lt;br /&gt;
|Dark Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|LILA&lt;br /&gt;
|Lila&lt;br /&gt;
|-&lt;br /&gt;
|BLACKRED&lt;br /&gt;
|Black Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKGREEN&lt;br /&gt;
|Dark Green&lt;br /&gt;
|-&lt;br /&gt;
|AMBER&lt;br /&gt;
|Amber&lt;br /&gt;
|-&lt;br /&gt;
|LIGHTBLUE&lt;br /&gt;
|Light Blue&lt;br /&gt;
|-&lt;br /&gt;
|SECTIONS&lt;br /&gt;
|Sections&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LED color ==&lt;br /&gt;
&#039;&#039;&#039;setLedColor&#039;&#039;&#039; function control LED color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED_LED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LED&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_LED&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE_LED&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW_LED&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN_LED&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA_LED&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting foreground design==&lt;br /&gt;
&#039;&#039;&#039;setForegroundType&#039;&#039;&#039; function control gauge foreground apearence, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2597</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2597"/>
		<updated>2013-05-03T15:04:06Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Settting LED color */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting background color ==&lt;br /&gt;
&#039;&#039;&#039;setBackgroundColor&#039;&#039;&#039; function control gauge background color, posible parameters are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|SATIN_GRAY&lt;br /&gt;
|Satin Gray&lt;br /&gt;
|-&lt;br /&gt;
|LIGHT_GRAY&lt;br /&gt;
|LightGray&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BROWN&lt;br /&gt;
|Brown&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|MUD&lt;br /&gt;
|Mud&lt;br /&gt;
|-&lt;br /&gt;
|PUNCHED_SHEET&lt;br /&gt;
|Punched Sheet&lt;br /&gt;
|-&lt;br /&gt;
|CARBON&lt;br /&gt;
|Carbon&lt;br /&gt;
|-&lt;br /&gt;
|STAINLESS&lt;br /&gt;
|Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_METAL&lt;br /&gt;
|Brushed Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_STAINLESS&lt;br /&gt;
|Brushed Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|TURNED&lt;br /&gt;
|Turned&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting needles design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting LCD color ==&lt;br /&gt;
&#039;&#039;&#039;setLcdColor&#039;&#039;&#039; function control LCD display color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE2&lt;br /&gt;
|Blue2&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLACK&lt;br /&gt;
|Blue Black&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_GRAY&lt;br /&gt;
|Blue Gray&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD&lt;br /&gt;
|Standard&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD_GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLUE&lt;br /&gt;
|True Blue&lt;br /&gt;
|-&lt;br /&gt;
|RED_DARKRED&lt;br /&gt;
|Dark Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|LILA&lt;br /&gt;
|Lila&lt;br /&gt;
|-&lt;br /&gt;
|BLACKRED&lt;br /&gt;
|Black Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKGREEN&lt;br /&gt;
|Dark Green&lt;br /&gt;
|-&lt;br /&gt;
|AMBER&lt;br /&gt;
|Amber&lt;br /&gt;
|-&lt;br /&gt;
|LIGHTBLUE&lt;br /&gt;
|Light Blue&lt;br /&gt;
|-&lt;br /&gt;
|SECTIONS&lt;br /&gt;
|Sections&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LED color ==&lt;br /&gt;
&#039;&#039;&#039;setLedColor&#039;&#039;&#039; function control LED color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED_LED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LED&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_LED&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE_LED&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW_LED&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN_LED&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA_LED&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LED color ==&lt;br /&gt;
&#039;&#039;&#039;setLedColor&#039;&#039;&#039; function control LED color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2596</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2596"/>
		<updated>2013-05-03T15:01:41Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Settting needles color */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting background color ==&lt;br /&gt;
&#039;&#039;&#039;setBackgroundColor&#039;&#039;&#039; function control gauge background color, posible parameters are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|SATIN_GRAY&lt;br /&gt;
|Satin Gray&lt;br /&gt;
|-&lt;br /&gt;
|LIGHT_GRAY&lt;br /&gt;
|LightGray&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BROWN&lt;br /&gt;
|Brown&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|MUD&lt;br /&gt;
|Mud&lt;br /&gt;
|-&lt;br /&gt;
|PUNCHED_SHEET&lt;br /&gt;
|Punched Sheet&lt;br /&gt;
|-&lt;br /&gt;
|CARBON&lt;br /&gt;
|Carbon&lt;br /&gt;
|-&lt;br /&gt;
|STAINLESS&lt;br /&gt;
|Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_METAL&lt;br /&gt;
|Brushed Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_STAINLESS&lt;br /&gt;
|Brushed Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|TURNED&lt;br /&gt;
|Turned&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting needles design ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles type, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting LCD color ==&lt;br /&gt;
&#039;&#039;&#039;setLcdColor&#039;&#039;&#039; function control LCD display color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE2&lt;br /&gt;
|Blue2&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLACK&lt;br /&gt;
|Blue Black&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_GRAY&lt;br /&gt;
|Blue Gray&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD&lt;br /&gt;
|Standard&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD_GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLUE&lt;br /&gt;
|True Blue&lt;br /&gt;
|-&lt;br /&gt;
|RED_DARKRED&lt;br /&gt;
|Dark Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|LILA&lt;br /&gt;
|Lila&lt;br /&gt;
|-&lt;br /&gt;
|BLACKRED&lt;br /&gt;
|Black Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKGREEN&lt;br /&gt;
|Dark Green&lt;br /&gt;
|-&lt;br /&gt;
|AMBER&lt;br /&gt;
|Amber&lt;br /&gt;
|-&lt;br /&gt;
|LIGHTBLUE&lt;br /&gt;
|Light Blue&lt;br /&gt;
|-&lt;br /&gt;
|SECTIONS&lt;br /&gt;
|Sections&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LED color ==&lt;br /&gt;
&#039;&#039;&#039;setLedColor&#039;&#039;&#039; function control LED color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED_LED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LED&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_LED&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE_LED&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW_LED&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN_LED&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA_LED&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LED color ==&lt;br /&gt;
&#039;&#039;&#039;setLedColor&#039;&#039;&#039; function control LED color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED_LED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2595</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2595"/>
		<updated>2013-05-03T15:00:06Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Settting LCD color */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting background color ==&lt;br /&gt;
&#039;&#039;&#039;setBackgroundColor&#039;&#039;&#039; function control gauge background color, posible parameters are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|SATIN_GRAY&lt;br /&gt;
|Satin Gray&lt;br /&gt;
|-&lt;br /&gt;
|LIGHT_GRAY&lt;br /&gt;
|LightGray&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BROWN&lt;br /&gt;
|Brown&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|MUD&lt;br /&gt;
|Mud&lt;br /&gt;
|-&lt;br /&gt;
|PUNCHED_SHEET&lt;br /&gt;
|Punched Sheet&lt;br /&gt;
|-&lt;br /&gt;
|CARBON&lt;br /&gt;
|Carbon&lt;br /&gt;
|-&lt;br /&gt;
|STAINLESS&lt;br /&gt;
|Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_METAL&lt;br /&gt;
|Brushed Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_STAINLESS&lt;br /&gt;
|Brushed Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|TURNED&lt;br /&gt;
|Turned&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LCD color ==&lt;br /&gt;
&#039;&#039;&#039;setLcdColor&#039;&#039;&#039; function control LCD display color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE2&lt;br /&gt;
|Blue2&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLACK&lt;br /&gt;
|Blue Black&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_GRAY&lt;br /&gt;
|Blue Gray&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD&lt;br /&gt;
|Standard&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD_GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLUE&lt;br /&gt;
|True Blue&lt;br /&gt;
|-&lt;br /&gt;
|RED_DARKRED&lt;br /&gt;
|Dark Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|LILA&lt;br /&gt;
|Lila&lt;br /&gt;
|-&lt;br /&gt;
|BLACKRED&lt;br /&gt;
|Black Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKGREEN&lt;br /&gt;
|Dark Green&lt;br /&gt;
|-&lt;br /&gt;
|AMBER&lt;br /&gt;
|Amber&lt;br /&gt;
|-&lt;br /&gt;
|LIGHTBLUE&lt;br /&gt;
|Light Blue&lt;br /&gt;
|-&lt;br /&gt;
|SECTIONS&lt;br /&gt;
|Sections&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LED color ==&lt;br /&gt;
&#039;&#039;&#039;setLedColor&#039;&#039;&#039; function control LED color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED_LED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LED&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_LED&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE_LED&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW_LED&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN_LED&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA_LED&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LED color ==&lt;br /&gt;
&#039;&#039;&#039;setLedColor&#039;&#039;&#039; function control LED color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED_LED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2594</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2594"/>
		<updated>2013-05-03T14:54:46Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Settting needles color */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting background color ==&lt;br /&gt;
&#039;&#039;&#039;setBackgroundColor&#039;&#039;&#039; function control gauge background color, posible parameters are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|SATIN_GRAY&lt;br /&gt;
|Satin Gray&lt;br /&gt;
|-&lt;br /&gt;
|LIGHT_GRAY&lt;br /&gt;
|LightGray&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BROWN&lt;br /&gt;
|Brown&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|MUD&lt;br /&gt;
|Mud&lt;br /&gt;
|-&lt;br /&gt;
|PUNCHED_SHEET&lt;br /&gt;
|Punched Sheet&lt;br /&gt;
|-&lt;br /&gt;
|CARBON&lt;br /&gt;
|Carbon&lt;br /&gt;
|-&lt;br /&gt;
|STAINLESS&lt;br /&gt;
|Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_METAL&lt;br /&gt;
|Brushed Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_STAINLESS&lt;br /&gt;
|Brushed Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|TURNED&lt;br /&gt;
|Turned&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|TYPE1&lt;br /&gt;
|Type 1&lt;br /&gt;
|-&lt;br /&gt;
|TYPE2&lt;br /&gt;
|Type 2&lt;br /&gt;
|-&lt;br /&gt;
|TYPE3&lt;br /&gt;
|Type 3&lt;br /&gt;
|-&lt;br /&gt;
|TYPE4&lt;br /&gt;
|Type 4&lt;br /&gt;
|-&lt;br /&gt;
|TYPE5&lt;br /&gt;
|Type 5&lt;br /&gt;
|-&lt;br /&gt;
|TYPE6&lt;br /&gt;
|Type 6&lt;br /&gt;
|-&lt;br /&gt;
|TYPE7&lt;br /&gt;
|Type 7&lt;br /&gt;
|-&lt;br /&gt;
|TYPE8&lt;br /&gt;
|Type 8&lt;br /&gt;
|-&lt;br /&gt;
|TYPE9&lt;br /&gt;
|Type 9&lt;br /&gt;
|-&lt;br /&gt;
|TYPE10&lt;br /&gt;
|Type 10&lt;br /&gt;
|-&lt;br /&gt;
|TYPE11&lt;br /&gt;
|Type 11&lt;br /&gt;
|-&lt;br /&gt;
|TYPE12&lt;br /&gt;
|Type 12&lt;br /&gt;
|-&lt;br /&gt;
|TYPE13&lt;br /&gt;
|Type 13&lt;br /&gt;
|-&lt;br /&gt;
|TYPE14&lt;br /&gt;
|Type 14&lt;br /&gt;
|-&lt;br /&gt;
|TYPE15&lt;br /&gt;
|Type 15&lt;br /&gt;
|-&lt;br /&gt;
|TYPE16&lt;br /&gt;
|Type 16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Settting LCD color ==&lt;br /&gt;
&#039;&#039;&#039;setLcdColor&#039;&#039;&#039; function control LCD display color, parameters available are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE2&lt;br /&gt;
|Blue2&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLACK&lt;br /&gt;
|Blue Black&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_GRAY&lt;br /&gt;
|Blue Gray&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD&lt;br /&gt;
|Standard&lt;br /&gt;
|-&lt;br /&gt;
|STANDARD_GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE_BLUE&lt;br /&gt;
|True Blue&lt;br /&gt;
|-&lt;br /&gt;
|RED_DARKRED&lt;br /&gt;
|Dark Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKBLUE&lt;br /&gt;
|Dark Blue&lt;br /&gt;
|-&lt;br /&gt;
|LILA&lt;br /&gt;
|Lila&lt;br /&gt;
|-&lt;br /&gt;
|BLACKRED&lt;br /&gt;
|Black Red&lt;br /&gt;
|-&lt;br /&gt;
|DARKGREEN&lt;br /&gt;
|Dark Green&lt;br /&gt;
|-&lt;br /&gt;
|AMBER&lt;br /&gt;
|Amber&lt;br /&gt;
|-&lt;br /&gt;
|LIGHTBLUE&lt;br /&gt;
|Light Blue&lt;br /&gt;
|-&lt;br /&gt;
|SECTIONS&lt;br /&gt;
|Sections&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2593</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2593"/>
		<updated>2013-05-03T14:31:01Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Setting background color */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting background color ==&lt;br /&gt;
&#039;&#039;&#039;setBackgroundColor&#039;&#039;&#039; function control gauge background color, posible parameters are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|SATIN_GRAY&lt;br /&gt;
|Satin Gray&lt;br /&gt;
|-&lt;br /&gt;
|LIGHT_GRAY&lt;br /&gt;
|LightGray&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BROWN&lt;br /&gt;
|Brown&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|MUD&lt;br /&gt;
|Mud&lt;br /&gt;
|-&lt;br /&gt;
|PUNCHED_SHEET&lt;br /&gt;
|Punched Sheet&lt;br /&gt;
|-&lt;br /&gt;
|CARBON&lt;br /&gt;
|Carbon&lt;br /&gt;
|-&lt;br /&gt;
|STAINLESS&lt;br /&gt;
|Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_METAL&lt;br /&gt;
|Brushed Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_STAINLESS&lt;br /&gt;
|Brushed Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|TURNED&lt;br /&gt;
|Turned&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Settting needles color ==&lt;br /&gt;
&#039;&#039;&#039;setPointerColor&#039;&#039;&#039; function control needles color, parameters available:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ORANGE&lt;br /&gt;
|Orange&lt;br /&gt;
|-&lt;br /&gt;
|YELLOW&lt;br /&gt;
|Yellow&lt;br /&gt;
|-&lt;br /&gt;
|CYAN&lt;br /&gt;
|Cyan&lt;br /&gt;
|-&lt;br /&gt;
|MAGENTA&lt;br /&gt;
|Magenta&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|GRAY&lt;br /&gt;
|Gray&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|RAITH&lt;br /&gt;
|Raith&lt;br /&gt;
|-&lt;br /&gt;
|GREEN_LCD&lt;br /&gt;
|Green LCD&lt;br /&gt;
|-&lt;br /&gt;
|JUG_GREEN&lt;br /&gt;
|JUG Green&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2592</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2592"/>
		<updated>2013-05-03T14:21:04Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Setting frame design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting background color ==&lt;br /&gt;
&#039;&#039;&#039;setBackgroundColor&#039;&#039;&#039; function control gauge background color&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|DARK_GRAY&lt;br /&gt;
|Dark Gray&lt;br /&gt;
|-&lt;br /&gt;
|SATIN_GRAY&lt;br /&gt;
|Satin Gray&lt;br /&gt;
|-&lt;br /&gt;
|LIGHT_GRAY&lt;br /&gt;
|LightGray&lt;br /&gt;
|-&lt;br /&gt;
|WHITE&lt;br /&gt;
|White&lt;br /&gt;
|-&lt;br /&gt;
|BLACK&lt;br /&gt;
|Black&lt;br /&gt;
|-&lt;br /&gt;
|BEIGE&lt;br /&gt;
|Beige&lt;br /&gt;
|-&lt;br /&gt;
|BROWN&lt;br /&gt;
|Brown&lt;br /&gt;
|-&lt;br /&gt;
|RED&lt;br /&gt;
|Red&lt;br /&gt;
|-&lt;br /&gt;
|GREEN&lt;br /&gt;
|Green&lt;br /&gt;
|-&lt;br /&gt;
|BLUE&lt;br /&gt;
|Blue&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|MUD&lt;br /&gt;
|Mud&lt;br /&gt;
|-&lt;br /&gt;
|PUNCHED_SHEET&lt;br /&gt;
|Punched Sheet&lt;br /&gt;
|-&lt;br /&gt;
|CARBON&lt;br /&gt;
|Carbon&lt;br /&gt;
|-&lt;br /&gt;
|STAINLESS&lt;br /&gt;
|Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_METAL&lt;br /&gt;
|Brushed Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRUSHED_STAINLESS&lt;br /&gt;
|Brushed Stainless steel&lt;br /&gt;
|-&lt;br /&gt;
|TURNED&lt;br /&gt;
|Turned&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2591</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2591"/>
		<updated>2013-05-03T14:08:04Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Gauges size */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&amp;lt;br&amp;gt;&lt;br /&gt;
You just have to find that line and change &#039;&#039;gaugeSizeStd&#039;&#039; parameter:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;canvas id=&amp;quot;canvas_dew&amp;quot; class=&amp;quot;&#039;&#039;&#039;gaugeSizeStd&#039;&#039;&#039;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Since these paramete are defined in gauge-cc.css file, you could edit for any size, keep &#039;&#039;&#039;odd&#039;&#039;&#039; numbers&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Setting frame design ==&lt;br /&gt;
&#039;&#039;&#039;setFrameDesign&#039;&#039;&#039; function control &amp;quot;ring&amp;quot; appearance&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|BLACK_METAL&lt;br /&gt;
|Black Metal&lt;br /&gt;
|-&lt;br /&gt;
|METAL&lt;br /&gt;
|Metal&lt;br /&gt;
|-&lt;br /&gt;
|SHINY_METAL&lt;br /&gt;
|Shiny Metal&lt;br /&gt;
|-&lt;br /&gt;
|BRASS&lt;br /&gt;
|Brass&lt;br /&gt;
|-&lt;br /&gt;
|STEEL&lt;br /&gt;
|Steel&lt;br /&gt;
|-&lt;br /&gt;
|CHROME&lt;br /&gt;
|Chrome&lt;br /&gt;
|-&lt;br /&gt;
|GOLD&lt;br /&gt;
|Gold&lt;br /&gt;
|-&lt;br /&gt;
|ANTHRACITE&lt;br /&gt;
|Anthracite&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_GRAY&lt;br /&gt;
|Tilted Gray&lt;br /&gt;
|-&lt;br /&gt;
|TILTED_BLACK&lt;br /&gt;
|Tilted Black&lt;br /&gt;
|-&lt;br /&gt;
|GLOSSY_METAL&lt;br /&gt;
|Glossy Metal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2590</id>
		<title>SteelSeries FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_FAQ&amp;diff=2590"/>
		<updated>2013-05-03T13:36:00Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Steelseries Gauges FAQ &lt;br /&gt;
&lt;br /&gt;
If you think a question is missing from the FAQ, please add it - together with the answer! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing and Running =&lt;br /&gt;
&lt;br /&gt;
== I get funny symbols on the gauges before the degree sign  ==&lt;br /&gt;
&lt;br /&gt;
The Steelseries scripts are supplied in UTF-8 format, if you have edited the files and saved them in another file format, that can be cause.&amp;lt;br&amp;gt;&lt;br /&gt;
Another cause can be the hosting page, if that uses a character set other than UTF-8 you can again get character corruptions.&lt;br /&gt;
&lt;br /&gt;
== Using the SteelSeries Gauges with the Saratoga Templates ==&lt;br /&gt;
&lt;br /&gt;
The older versions of the Saratoga templates from Ken True use the ISO-8859-n character set particular to the language you are using. This is fundamentally incompatible with the UTF-8 character set used by the SteelSeries gauges.&lt;br /&gt;
&lt;br /&gt;
Ken has updated his templates to work with the HTML5 gauges, if you haven&#039;t already done so you will need to update your templates from Ken&#039;s website. Then in the SteelSeries zip file is a PHP include file for the Saratoga templates - gauges-ss-basic-inc.php. Use this include file as the basis for your gauges page.&lt;br /&gt;
&lt;br /&gt;
== My HTML page gets corrupted when Cumulus processes it ==&lt;br /&gt;
This happens if you have used extended character sets in your gauges-ssT.htm file and then saved it as UTF-8 (as you should). Unfortunately Cumulus does not understand UTF-8 and when it processes the page it will re-save it as ANSI encoded. In this case the only option is to manually edit the gauges-ssT.htm file yourself and replace the tags &amp;lt;#xxxx&amp;gt; with your station data, then save as gauges-ss.htm (in UTF-8 format) and FTP the file to your web site manually.&lt;br /&gt;
&lt;br /&gt;
= Additional Gauges =&lt;br /&gt;
&lt;br /&gt;
== I&#039;d like to add gauge XXXX from the demo pages ==&lt;br /&gt;
&lt;br /&gt;
The copy of the SteelSeries library supplied with the weather gauges only contains a subset of all the gauges available in SteelSeries Canvas library. The supplied gauges are Radial, RadialBargraph, DisplaySingle, WindDirection, and Odometer. If you want to display any other types of gauges, then you will have to download the full [https://github.com/HanSolo/SteelSeries-Canvas SteelSeries library from Github]. The SteelSeries demo pages have some very basic code to display each of the gauge types, all the configuration parameters for each gauge can be found by looking in the SteelSeries.js source file - there is no on-line documentation for the library.&lt;br /&gt;
&lt;br /&gt;
= Tweaking the Wind Rose =&lt;br /&gt;
&lt;br /&gt;
== How do I alter the Wind Rose plot colours? ==&lt;br /&gt;
The Wind Rose is based on the RGraph Rose component, in windrose.js you will find a line (around line 160 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.colors&#039;, [&#039;Gradient(gray:red)&#039;]);&lt;br /&gt;
This controls the colour of the plot sectors. Please refer to the RGraph website for information on [http://www.rgraph.net/docs/howto-gradient-syntax.html how to use the gradient syntax].&lt;br /&gt;
&lt;br /&gt;
== How do I alter the gap between the Wind Rose sectors? ==&lt;br /&gt;
In windrose.js you will find a line (around line 161 as of v2.2.2) like this:&lt;br /&gt;
                rose.Set(&#039;chart.margin&#039;, Math.ceil(50 / data.length));&lt;br /&gt;
This controls the gap between the sectors, to reduce the gap change &#039;50&#039; to a lower number (say 30), to increase the gap use a bigger number.&lt;br /&gt;
&lt;br /&gt;
= Design customizations =&lt;br /&gt;
SteelSeries gauges could use hundreds designs with combination of style, size, colors and so on!&lt;br /&gt;
&lt;br /&gt;
== Gauges size ==&lt;br /&gt;
Gauges could take near any size and to help using it, 3 different sizes has been created&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Parameter&lt;br /&gt;
!style=&amp;quot;width:500px&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeSml&lt;br /&gt;
|Size: 121px x 121px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeStd&lt;br /&gt;
|Size: 151px x 151px &lt;br /&gt;
|-&lt;br /&gt;
|gaugeSizeLrg&lt;br /&gt;
|Size: 261px x 261px &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:SteelSeries]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=File:CumulusInternetSettingsScreen.png&amp;diff=2558</id>
		<title>File:CumulusInternetSettingsScreen.png</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=File:CumulusInternetSettingsScreen.png&amp;diff=2558"/>
		<updated>2013-04-10T20:46:46Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: JacquesD uploaded a new version of &amp;amp;quot;File:CumulusInternetSettingsScreen.png&amp;amp;quot;: Reverted to version as of 13:29, 14 August 2009&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Internet Settings Screen with Realtime setting highlighted&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=File:CumulusInternetSettingsScreen.png&amp;diff=2557</id>
		<title>File:CumulusInternetSettingsScreen.png</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=File:CumulusInternetSettingsScreen.png&amp;diff=2557"/>
		<updated>2013-04-10T20:45:43Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: JacquesD uploaded a new version of &amp;amp;quot;File:CumulusInternetSettingsScreen.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Internet Settings Screen with Realtime setting highlighted&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=File:CumulusInternetSettingsScreen.png&amp;diff=2556</id>
		<title>File:CumulusInternetSettingsScreen.png</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=File:CumulusInternetSettingsScreen.png&amp;diff=2556"/>
		<updated>2013-04-10T20:37:08Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: JacquesD uploaded a new version of &amp;amp;quot;File:CumulusInternetSettingsScreen.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Internet Settings Screen with Realtime setting highlighted&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=File:CumulusInternetSettingsScreen.png&amp;diff=2555</id>
		<title>File:CumulusInternetSettingsScreen.png</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=File:CumulusInternetSettingsScreen.png&amp;diff=2555"/>
		<updated>2013-04-10T20:34:46Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: JacquesD uploaded a new version of &amp;amp;quot;File:CumulusInternetSettingsScreen.png&amp;amp;quot;: Reverted to version as of 13:29, 14 August 2009&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Internet Settings Screen with Realtime setting highlighted&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=File:CumulusInternetSettingsScreen.png&amp;diff=2554</id>
		<title>File:CumulusInternetSettingsScreen.png</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=File:CumulusInternetSettingsScreen.png&amp;diff=2554"/>
		<updated>2013-04-10T20:33:23Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: JacquesD uploaded a new version of &amp;amp;quot;File:CumulusInternetSettingsScreen.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Internet Settings Screen with Realtime setting highlighted&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=2525</id>
		<title>Webtags (preserving history)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=2525"/>
		<updated>2013-04-03T15:04:13Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Fine Offset */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The webtags available in the version/build you are using are listed in the Cumulus Help provided with that build.&lt;br /&gt;
== Webtags available in Cumulus 1.9.3 ==&lt;br /&gt;
&lt;br /&gt;
These are special markers placed in a file which Cumulus can then process and replace with the actual values.  Typically you would use this to build your own website by having an HTML template file with your layout, static text and graphics.  In the position on the page you wish Cumulus to insert the relevant data place a webtag in the form:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#tagname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming you have asked Cumulus to process the file, it will replace the tag with the current value of the item the tag represents just before the file is uploaded to the internet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: When you put a tag into your HTML, be careful that whatever program you are using to develop your web pages doesn&#039;t change the angle brackets to slightly different symbols -- this is a common cause of failure!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Webtags are case sensitive, so please type them as shown here.&lt;br /&gt;
&lt;br /&gt;
=== New Webtags in Beta builds ===&lt;br /&gt;
&lt;br /&gt;
New webtags for beta versions of Cumulus are not listed here until the version becomes &#039;live&#039; however there is a page that details the [[BETA webtags|additional webtags]] available in the Beta version.&lt;br /&gt;
&lt;br /&gt;
=Time/Date &#039;format&#039; Parameter=&lt;br /&gt;
&lt;br /&gt;
From 1.9.1 most time webtags will accept an option &#039;format&#039; parameter, e.g: &amp;lt;#YearTempHT format=hh:nn&amp;gt;. This allows you to override the default display format for that item, using the format specifiers in the table below. Note that if your format has any spaces in it, you must enclose it in double quotes, thus: &amp;lt;#YearTempHT format=&amp;quot;hh nn&amp;quot;&amp;gt;. Note also that you can specify date formatting to times and vice versa, but this will not always yield a sensible result.&lt;br /&gt;
&lt;br /&gt;
You should put anything which is not intended to be part of the date and time formatting into single quotation marks to prevent it being interpreted as a date or time formatter. For example, the word &amp;quot;on&amp;quot; contains the character &amp;quot;n&amp;quot;, which will be interpreted as a time formatter unless you put it into single quotation marks. Example: &amp;lt;#TtempH format=&amp;quot;&#039;at&#039; hh: mm &#039;on&#039; dd / mm / yyyy&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Specifier&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Displays&lt;br /&gt;
|-&lt;br /&gt;
|c&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format, followed by the time using the format given by the Windows Long Time format. The time is not displayed if the date-time value indicates midnight precisely.&lt;br /&gt;
|-&lt;br /&gt;
|d&lt;br /&gt;
|Displays the day as a number without a leading zero (1-31).&lt;br /&gt;
|-&lt;br /&gt;
|dd&lt;br /&gt;
|Displays the day as a number with a leading zero (01-31).&lt;br /&gt;
|-&lt;br /&gt;
|ddd&lt;br /&gt;
|Displays the day as an abbreviation (Sun-Sat) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|dddd&lt;br /&gt;
|Displays the day as a full name (Sunday-Saturday) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|ddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format.&lt;br /&gt;
|-&lt;br /&gt;
|dddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Long Date format.&lt;br /&gt;
|-&lt;br /&gt;
|m&lt;br /&gt;
|Displays the month as a number without a leading zero (1-12). If the m specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mm&lt;br /&gt;
|Displays the month as a number with a leading zero (01-12). If the mm specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mmm&lt;br /&gt;
|Displays the month as an abbreviation (Jan-Dec) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|mmmm&lt;br /&gt;
|Displays the month as a full name (January-December) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|yy&lt;br /&gt;
|Displays the year as a two-digit number (00-99).&lt;br /&gt;
|-&lt;br /&gt;
|yyyy&lt;br /&gt;
|Displays the year as a four-digit number (0000-9999).&lt;br /&gt;
|-&lt;br /&gt;
|h&lt;br /&gt;
|Displays the hour without a leading zero (0-23).&lt;br /&gt;
|-&lt;br /&gt;
|hh&lt;br /&gt;
|Displays the hour with a leading zero (00-23).&lt;br /&gt;
|-&lt;br /&gt;
|n&lt;br /&gt;
|Displays the minute without a leading zero (0-59). &lt;br /&gt;
|-&lt;br /&gt;
|nn&lt;br /&gt;
|Displays the minute with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|s&lt;br /&gt;
|Displays the second without a leading zero (0-59).&lt;br /&gt;
|-&lt;br /&gt;
|ss&lt;br /&gt;
|Displays the second with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|z&lt;br /&gt;
|Displays the millisecond without a leading zero (0-999). &lt;br /&gt;
|-&lt;br /&gt;
|zzz&lt;br /&gt;
|Displays the millisecond with a leading zero (000-999).&lt;br /&gt;
|-&lt;br /&gt;
|t&lt;br /&gt;
|Displays the time using the format given by the Windows Short Time format.&lt;br /&gt;
|-&lt;br /&gt;
|tt\&lt;br /&gt;
|Displays the time using the format given by the Windows Long Time format. &lt;br /&gt;
|-&lt;br /&gt;
|am/pm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;am&#039; for any hour before noon, and &#039;pm&#039; for any hour after noon. The am/pm specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|a/p&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;a&#039; for any hour before noon, and &#039;p&#039; for any hour after noon. The a/p specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|ampm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays the contents of the Windows AM string for any hour before noon, and the contents of the Windows PM string for any hour after noon.&lt;br /&gt;
|-&lt;br /&gt;
|/&lt;br /&gt;
|Displays the date separator character given by the Windows Date Separator.&lt;br /&gt;
|-&lt;br /&gt;
|:&lt;br /&gt;
|Displays the time separator character given by the Windows Time Separator. &lt;br /&gt;
|-&lt;br /&gt;
|&#039;xx&#039;&lt;br /&gt;
|Characters enclosed in single quotation marks are displayed as such, and do not affect formatting. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=The Tags=&lt;br /&gt;
&lt;br /&gt;
Below is a list of the webtags available in the current version of Cumulus.&lt;br /&gt;
&lt;br /&gt;
==Units==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunit&amp;gt;&lt;br /&gt;
|Unit of temperature being used (Set in Cumulus as [http://en.wikipedia.org/wiki/Centigrade Celsius] or [http://en.wikipedia.org/wiki/Fahrenheit Fahrenheit]) values &amp;quot;&amp;amp;amp;deg;C&amp;quot; or &amp;quot;&amp;amp;amp;deg;F&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunitnodeg&amp;gt;&lt;br /&gt;
|The temperature units being used, without a degree symbol, i.e. &amp;quot;F&amp;quot; or &amp;quot;C&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressunit&amp;gt;&lt;br /&gt;
|Unit of measure for pressure. Possible values: &amp;quot;mb&amp;quot;, &amp;quot;hPa&amp;quot;, &amp;quot;in&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rainunit&amp;gt;&lt;br /&gt;
|Unit of measure for rain fall. Possible values: &amp;quot;mm&amp;quot; or &amp;quot;inches&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windunit&amp;gt;&lt;br /&gt;
|Unit of measure for wind speed. Possible values: &amp;quot;m/s&amp;quot;, &amp;quot;mph&amp;quot;, &amp;quot;km/h&amp;quot;, &amp;quot;kts&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrununit&amp;gt;&lt;br /&gt;
|Unit of measure for wind run (distance). Possible values: &amp;quot;km&amp;quot;, &amp;quot;miles&amp;quot;, &amp;quot;km&amp;quot;, &amp;quot;nm&amp;quot; (for wind speeds in m/s, mph, km/h, kts)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbaseunit&amp;gt;&lt;br /&gt;
|The units used for cloudbase value. Possible values:  &amp;quot;ft&amp;quot; or &amp;quot;m&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Date &amp;amp; Time==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#date&amp;gt;&lt;br /&gt;
|The current date&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#time&amp;gt;&lt;br /&gt;
|The current time and date. Example result: 18:30 on 30 December 2009.  If you simply wish the time, use a combination of the day, month, year tags (below)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timehhmmss&amp;gt;&lt;br /&gt;
|The current time. Example format: 18:30:27 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timeUTC&amp;gt;&lt;br /&gt;
|The current UTC date/time rather than local date/time&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#day&amp;gt;&lt;br /&gt;
| The current day as a 2-digit number. Example format: 14   &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dayname&amp;gt;&lt;br /&gt;
| The current day as a word.  For example, Monday&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortdayname&amp;gt;&lt;br /&gt;
| The current day as a shortened word. Example format: Mon&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#month&amp;gt;&lt;br /&gt;
|The current month as a 2-digit number. Example format: 05&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#monthname&amp;gt;&lt;br /&gt;
|The current month as a word. Example format: August&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortmonthname&amp;gt;&lt;br /&gt;
|The current month as a shortened word. Example format: Aug&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#year&amp;gt;&lt;br /&gt;
|The current year as a 4-digit number. Example format: 2009 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortyear&amp;gt;&lt;br /&gt;
|The current year as a 2-digit number. Example format: 09&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hour&amp;gt;&lt;br /&gt;
|The current hour as a 2-digit number. Example format: 23&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#minute&amp;gt;&lt;br /&gt;
|The current minute as a 2-digit number. Example format: 59&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#metdate&amp;gt;&lt;br /&gt;
|The current meteorological date. After rollover time on current calendar date, this date will be the same as the current date. If using a 9am/10am rollover, then between midnight and 9am/10am the &amp;lt;#metdate&amp;gt; will be the previous calendar day.  &lt;br /&gt;
&lt;br /&gt;
Can be used with relevant format parameters to indicate current meteorological day on todayT.htm template page, meteorological month on thismonthT.htm template page, or meteorological year on thisyearT.htm template page&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#metdateyesterday&amp;gt;&amp;gt;&lt;br /&gt;
|The previous meteorological date. If using a 9am/10am rollover, then between midnight and 9am/10am the &amp;lt;#metdateyesterday&amp;gt; will be the calendar day before that returned by &amp;lt;#yesterday&amp;gt;, otherwise both return same.  &lt;br /&gt;
&lt;br /&gt;
Can be used with relevant format parameters to indicate correct day on yesterdayT.htm template page, and can be used to return latest day stored on [[dayfile.txt]] and NOAA report for latest month.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#yesterday&amp;gt;&lt;br /&gt;
|Yesterdays date&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DaysSince30Dec1899&amp;gt; &lt;br /&gt;
|Day count (gives whole and fractional part) Example: 41250.6523310301&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DaysSinceRecordsBegan&amp;gt;&lt;br /&gt;
|Day count since Cumulus records started&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Conditions==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptemp&amp;gt;&lt;br /&gt;
|The [[Apparent_temperature|apparent]] temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgtemp&amp;gt;&lt;br /&gt;
|The [[Average_temperature|average]] temperature so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temp&amp;gt;&lt;br /&gt;
|The outside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#intemp&amp;gt;&lt;br /&gt;
|The inside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrend&amp;gt;&lt;br /&gt;
|The average rate of change in temperature over the last three hours. Trend = (temp_now - temp_3hrs_ago) / 3&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendtext&amp;gt;&lt;br /&gt;
|Temperature change over the last three hours - Rising/Falling/Steady (values can be set in strings.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendenglish&amp;gt;&lt;br /&gt;
|Temperature change over the last three hours - Rising/Falling/Steady (for use by javascript etc, values can&#039;t be changed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeLastHour&amp;gt;&lt;br /&gt;
|The change in temperature over the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindex&amp;gt;&lt;br /&gt;
|Current [[heat index]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humidex&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Humidex Humidex]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hum&amp;gt;&lt;br /&gt;
|The outside [http://en.wikipedia.org/wiki/Humidity humidity]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#inhum&amp;gt;&lt;br /&gt;
|The inside humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dew&amp;gt;&lt;br /&gt;
|The outside dew point&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchill&amp;gt;&lt;br /&gt;
|The current [[wind chill]] temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wetbulb&amp;gt;&lt;br /&gt;
|Estimated [http://en.wikipedia.org/wiki/Wet_bulb wet bulb] temperature, currently only available via web tag&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsFreezing&amp;gt;&lt;br /&gt;
|Is outside temperature is at or below 0°C/32°F. 0=Above freezing, 1=Below freezing&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfall&amp;gt;&lt;br /&gt;
|The total rainfall so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrate&amp;gt;&lt;br /&gt;
|The current rainfall rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rhour&amp;gt;&lt;br /&gt;
|The rainfall in the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmidnight&amp;gt;&lt;br /&gt;
|The total rainfall since midnight. Useful if you don&#039;t use midnight as your start of day&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#r24hour&amp;gt;&lt;br /&gt;
|Amount of rain in the last 24 hours&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastRainTipISO&amp;gt;&lt;br /&gt;
|Date/time of last rain gauge tip (e.g 2010-09-06 06:09)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsRaining&amp;gt;&lt;br /&gt;
|For Hydreon RG-11 devices, shows the current rain state. 0=No rain, 1=It&#039;s raining&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#press&amp;gt;&lt;br /&gt;
|The [http://en.wikipedia.org/wiki/Sea_level_pressure sea level pressure]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendval&amp;gt;&lt;br /&gt;
|The average rate of pressure change over the last three hours.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrend&amp;gt;&lt;br /&gt;
|The pressure trend in words - values can be set in the &#039;strings.ini&#039; file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendenglish&amp;gt;&lt;br /&gt;
| a singe word description for the pressure trend - Rising/Falling/Steady.  Useful for developing Javascript coding on your webpage.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altimeterpressure&amp;gt;&lt;br /&gt;
|Altimeter pressure. Pressure corrected to sea level using the station&#039;s altitude only. Same as sea-level pressure for non-Davis stations.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wlatest&amp;gt;&lt;br /&gt;
|Current wind speed reading from console.  Corresponds to &#039;latest&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearing&amp;gt;&lt;br /&gt;
|Current wind bearing in degrees&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currentwdir&amp;gt;&lt;br /&gt;
|Current wind bearing as a compass point - e.g. ESE &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeed&amp;gt;&lt;br /&gt;
|The 10-minute average, if you have Cumulus set to calculate a 10-minute average. Otherwise, it&#039;s the latest &#039;wind&#039; value from the console (i.e. the current speed as determined by the station). Corresponds to &#039;average&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgbearing&amp;gt;&lt;br /&gt;
|Average wind bearing in degrees over last 10 minutes. Range 1-360, 0=Calm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdir&amp;gt;&lt;br /&gt;
|Average wind bearing over last 10 minutes as a [http://en.wikipedia.org/wiki/Compass compass] point - e.g. ESE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgust&amp;gt;&lt;br /&gt;
|The highest wind reading in the last 10 minutes. Corresponds to &#039;gust&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdirdata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind bearing readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspddata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind speed readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#nextwindindex&amp;gt;&lt;br /&gt;
|The index of the entries in wdirdata and wspddata which Cumulus is going to use next - i.e. the latest entry used is one less than this; but don&#039;t forget to allow for the wrap around!&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufort&amp;gt;&lt;br /&gt;
|The current wind speed on the [http://en.wikipedia.org/wiki/Beaufort_scale Beaufort scale] (e.g. F8) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufortnumber&amp;gt;&lt;br /&gt;
|The current wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaudesc&amp;gt;&lt;br /&gt;
|The current wind speed Beaufort description (e.g. &amp;quot;Gale&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeFrom&amp;gt;&lt;br /&gt;
|The &#039;lowest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeTo&amp;gt;&lt;br /&gt;
|The &#039;highest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeFrom10&amp;gt;&lt;br /&gt;
|The &#039;lowest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded down to nearest 10 degrees&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeTo10&amp;gt;&lt;br /&gt;
|The &#039;highest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded down to nearest 10 degrees&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbase&amp;gt;&lt;br /&gt;
|Calculated [http://en.wikipedia.org/wiki/Cloud_base cloud base]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbasevalue&amp;gt;&lt;br /&gt;
|Current calculated cloud base without units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UV&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Uv_index UV index]. Requires your station to have a UV sensor.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SolarRad&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Solar_radiation solar radiation]. Requires your station to have a solar sensor.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Light&amp;gt;&lt;br /&gt;
|Current Current light level in Lux. Requires your station to have a solar sensor. Only applies to Fine Offset stations.&lt;br /&gt;
|-&lt;br /&gt;
|[[Forecast_webtag|&amp;lt;#forecast&amp;gt;]]&lt;br /&gt;
|The current forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#forecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forecastnumber&amp;gt;&lt;br /&gt;
|The number relating to the current forecast entry in the [[strings.ini]] file.  If your station is not providing it&#039;s own forecast and Cumulus is not calculating one then 0 (zero) is returned.  Note: two negative numbers can be returned by Cumulus: -1 (neg 1) = Exceptional Fine, -26 (neg 26) = Exceptional Bad&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cumulusforecast&amp;gt;&lt;br /&gt;
|Always gives Cumulus (Zambretti) forecast, even if the &amp;lt;#forecast&amp;gt; tag provides a station forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cumulusforecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#cumulusforecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wsforecast&amp;gt;&lt;br /&gt;
|Always gives station forecast (if available)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wsforecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#wsforecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Today==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprange&amp;gt;&lt;br /&gt;
|The temperature range (&amp;lt;#tempTH&amp;gt; - &amp;lt;#tempTL&amp;gt;) so far today (Cumulus calculates all these tags using Celsius values, but outputs them in your chosen units)&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTH&amp;gt;&lt;br /&gt;
|Today&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTL&amp;gt;&lt;br /&gt;
|Today&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexTH&amp;gt;&lt;br /&gt;
|Today&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest humidity&lt;br /&gt;
|&amp;lt;#ThumTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest humidity&lt;br /&gt;
|&amp;lt;#ThumTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustTM&amp;gt; &lt;br /&gt;
|Today&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingTM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of today&#039;s high gust (&amp;lt;#wgustTM&amp;gt;) in degrees&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufort&amp;gt; &lt;br /&gt;
|Today&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufortnumber&amp;gt;&lt;br /&gt;
|Today&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#windrun&amp;gt;&lt;br /&gt;
|The total wind run so far today&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearing&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddir&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaudesc&amp;gt;&lt;br /&gt;
|Beaufort &#039;description&#039; for today&#039;s high wind speed&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ET&amp;gt;&lt;br /&gt;
|Today&#039;s [http://en.wikipedia.org/wiki/Evapotranspiration evapotranspiration]. Applies only to Davis stations, equipped with a solar sensor.&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdays&amp;gt;&lt;br /&gt;
|Today&#039;s [[Heat/cold_degree_days_and_Chill_hours|heating degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdays&amp;gt;&lt;br /&gt;
|Today&#039;s [[Heat/cold_degree_days_and_Chill_hours|cooling degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#solarTH&amp;gt;&lt;br /&gt;
|Today&#039;s high solar radiation value (Solar sensor needed)&lt;br /&gt;
|&amp;lt;#TsolarTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UVTH&amp;gt;&lt;br /&gt;
|Today&#039;s high UV Index (UV sensor needed)&lt;br /&gt;
|&amp;lt;#TUVTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yesterday==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgtempY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s average temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprangeY&amp;gt;&lt;br /&gt;
|The temperature range (max - min) yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYH&amp;gt;&lt;br /&gt;
|High humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYL&amp;gt;&lt;br /&gt;
|Low humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallY&amp;gt;&lt;br /&gt;
|The total rainfall for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustYM&amp;gt; &lt;br /&gt;
|Yesterday&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingYM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of yesterday&#039;s high gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufort&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufortnumber&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaudesc&amp;gt;&lt;br /&gt;
|Beaufort &#039;description&#039; for yesterday&#039;s high wind speed&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearingY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddirY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunY&amp;gt;&lt;br /&gt;
|The total wind run for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s [[Heat/cold_degree_days_and_Chill_hours|heating degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s [[Heat/cold_degree_days_and_Chill_hours|cooling degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#solarYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high solar radiation value&lt;br /&gt;
|&amp;lt;#TsolarYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UVYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high UV Index&lt;br /&gt;
|&amp;lt;#TUVYH&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monthly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempH&amp;gt;&lt;br /&gt;
|This months high temperature&lt;br /&gt;
|&amp;lt;#MonthTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempL&amp;gt;&lt;br /&gt;
|This months low temperature&lt;br /&gt;
|&amp;lt;#MonthTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMinTempH&amp;gt;&lt;br /&gt;
|This months highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMaxTempL&amp;gt;&lt;br /&gt;
|This months lowest daily maximum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHeatIndexH&amp;gt;&lt;br /&gt;
|This months high heat index&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWChillL&amp;gt;&lt;br /&gt;
|This months low wind chill&lt;br /&gt;
|&amp;lt;#MonthWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempH&amp;gt;&lt;br /&gt;
|This months high apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempL&amp;gt;&lt;br /&gt;
|This months low apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointH&amp;gt;&lt;br /&gt;
|This months high dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointL&amp;gt;&lt;br /&gt;
|This months low dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumH&amp;gt;&lt;br /&gt;
|This months highest humidty&lt;br /&gt;
|&amp;lt;#MonthHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumL&amp;gt;&lt;br /&gt;
|This months lowest humidty&lt;br /&gt;
|&amp;lt;#MonthHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressH&amp;gt;&lt;br /&gt;
|This months highest pressure&lt;br /&gt;
|&amp;lt;#MonthPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressL&amp;gt;&lt;br /&gt;
|This months lowest pressure&lt;br /&gt;
|&amp;lt;#MonthPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthGustH&amp;gt;&lt;br /&gt;
|This months highest wind gust&lt;br /&gt;
|&amp;lt;#MonthGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindH&amp;gt;&lt;br /&gt;
|This months highest wind speed&lt;br /&gt;
|&amp;lt;#MonthWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmonth&amp;gt;&lt;br /&gt;
|The total rainfall so far this month&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthRainRateH&amp;gt;&lt;br /&gt;
|This months highest rainfall rate&lt;br /&gt;
|&amp;lt;#MonthRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHourlyRainH&amp;gt;&lt;br /&gt;
|This months highest hourly rain&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDailyRainH&amp;gt;&lt;br /&gt;
|This months greatest daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest dry period ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day, ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yearly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempH&amp;gt;&lt;br /&gt;
|This years highest temperature&lt;br /&gt;
|&amp;lt;#YearTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempL&amp;gt;&lt;br /&gt;
|This years lowest temperature&lt;br /&gt;
|&amp;lt;#YearTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHeatIndexH&amp;gt;&lt;br /&gt;
|This years highest heat index&lt;br /&gt;
|&amp;lt;#YearHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWChillL&amp;gt;&lt;br /&gt;
|This years lowest wind chill&lt;br /&gt;
|&amp;lt;#YearWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempH&amp;gt;&lt;br /&gt;
|This years highest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempL&amp;gt;&lt;br /&gt;
|This years lowest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointH&amp;gt;&lt;br /&gt;
|This years highest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointL&amp;gt;&lt;br /&gt;
|This years lowest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMinTempH&amp;gt;&lt;br /&gt;
|This years highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMaxTempL&amp;gt;&lt;br /&gt;
|This years lowest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumH&amp;gt;&lt;br /&gt;
|This years high humidty&lt;br /&gt;
|&amp;lt;#YearHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumL&amp;gt;&lt;br /&gt;
|This years low humidty&lt;br /&gt;
|&amp;lt;#YearHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressH&amp;gt;&lt;br /&gt;
|This years high pressure&lt;br /&gt;
|&amp;lt;#YearPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressL&amp;gt;&lt;br /&gt;
|This years low pressure&lt;br /&gt;
|&amp;lt;#YearPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearGustH&amp;gt;&lt;br /&gt;
|This years high wind gust&lt;br /&gt;
|&amp;lt;#YearGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindH&amp;gt;&lt;br /&gt;
|This years high wind speed&lt;br /&gt;
|&amp;lt;#YearWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ryear&amp;gt;&lt;br /&gt;
|The total rainfall so far this year&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearRainRateH&amp;gt;&lt;br /&gt;
|This years high rainfall rate&lt;br /&gt;
|&amp;lt;#YearRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHourlyRainH&amp;gt;&lt;br /&gt;
|This years high hourly rain&lt;br /&gt;
|&amp;lt;#YearHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDailyRainH&amp;gt;&lt;br /&gt;
|This years high daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMonthlyRainH&amp;gt;&lt;br /&gt;
|This years high monthly rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMonthlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest period without rain ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==All Time==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempH&amp;gt;&lt;br /&gt;
|All time high temperature&lt;br /&gt;
|&amp;lt;#TtempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempL&amp;gt;&lt;br /&gt;
|All time low temperature &lt;br /&gt;
|&amp;lt;#TtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#mintempH&amp;gt;&lt;br /&gt;
|All time high minimum temperature &lt;br /&gt;
|&amp;lt;#TmintempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#maxtempL&amp;gt;&lt;br /&gt;
|All time low maximum temperature &lt;br /&gt;
|&amp;lt;#TmaxtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDailyTempRange&amp;gt;&lt;br /&gt;
|All time low daily temperature range&lt;br /&gt;
|&amp;lt;#TLowDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyTempRange&amp;gt;&lt;br /&gt;
|All time high daily temperature range&lt;br /&gt;
|&amp;lt;#THighDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempH&amp;gt;&lt;br /&gt;
|All time high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempL&amp;gt;&lt;br /&gt;
|All time low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexH&amp;gt;&lt;br /&gt;
|All time high heat index&lt;br /&gt;
|&amp;lt;#TheatindexH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointH&amp;gt;&lt;br /&gt;
|All time high dew point&lt;br /&gt;
|&amp;lt;#TdewpointH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointL&amp;gt;&lt;br /&gt;
|All time low dew point&lt;br /&gt;
|&amp;lt;#TdewpointL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humH&amp;gt;&lt;br /&gt;
|All time high humidity&lt;br /&gt;
|&amp;lt;#ThumH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humL&amp;gt;&lt;br /&gt;
|All time low humidity&lt;br /&gt;
|&amp;lt;#ThumL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillH&amp;gt;&lt;br /&gt;
|All time greatest wind chill (i.e. lowest temperature) &lt;br /&gt;
|&amp;lt;#TwchillH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateM&amp;gt;&lt;br /&gt;
|All time high rain rate &lt;br /&gt;
|&amp;lt;#TrrateM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallH&amp;gt;&lt;br /&gt;
|All time high daily rain &lt;br /&gt;
|&amp;lt;#TrfallH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallhH&amp;gt;&lt;br /&gt;
|All time high hourly rain&lt;br /&gt;
|&amp;lt;#TrfallhH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallmH&amp;gt;&lt;br /&gt;
|All time high monthly rain &lt;br /&gt;
|&amp;lt;#TrfallmH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriod&amp;gt;&lt;br /&gt;
|All time longest dry period (days)&lt;br /&gt;
|&amp;lt;#TLongestDryPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriod&amp;gt;&lt;br /&gt;
|All time longest wet period (days)&lt;br /&gt;
|&amp;lt;#TLongestWetPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressH&amp;gt;&lt;br /&gt;
|All time high pressure &lt;br /&gt;
|&amp;lt;#TpressH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressL&amp;gt;&lt;br /&gt;
|All time low pressure &lt;br /&gt;
|&amp;lt;#TpressL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#gustM&amp;gt;&lt;br /&gt;
|All time high wind gust &lt;br /&gt;
|&amp;lt;#TgustM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeedH&amp;gt;&lt;br /&gt;
|All time high average wind speed &lt;br /&gt;
|&amp;lt;#TwspeedH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunH&amp;gt;&lt;br /&gt;
|All time high daily wind run&lt;br /&gt;
|&amp;lt;#TwindrunH&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Recent History==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for &#039;recent historical data&#039;, giving data values from 1 minute ago, up to 1 week ago, in 1 minute intervals. Note that the values are initialised from the log files when Cumulus starts, so they will initially have a resolution according to the logger interval you have set in Cumulus and/or your station. You&#039;ll get the nearest value if you ask for one for which there is currently no exact match. &lt;br /&gt;
&lt;br /&gt;
You specify how old you want the value to be by using parameters on the web tags for number of days, hours, and minutes. For example, &amp;lt;#RecentOutsideTemp m=1&amp;gt; will give the temperature one minute ago, &amp;lt;#RecentOutsideTemp h=1&amp;gt; will give the temperature one hour ago (as will &amp;lt;#RecentOutsideTemp m=60&amp;gt;), and &amp;lt;#RecentOutsideTemp d=1&amp;gt; will give the temperature one day ago. &amp;lt;#RecentOutsideTemp d=1 h=1 m=1&amp;gt; will give the temperature one day, one hour and one minute ago. All values supplied for parameters must be whole numbers. If you don&#039;t supply any parameters, the result is undefined. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentOutsideTemp&amp;gt;&lt;br /&gt;
|Outside Temperature &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindSpeed&amp;gt;&lt;br /&gt;
|Wind Speed &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindGust&amp;gt;&lt;br /&gt;
|Wind Gust &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindLatest&amp;gt;&lt;br /&gt;
|Wind Latest. Note: Wind &#039;Speed&#039;, &#039;Gust&#039; and &#039;Latest&#039; have the usual Cumulus meanings &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindDir&amp;gt;&lt;br /&gt;
|Wind Direction (instantaneous) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindAvgDir&amp;gt;&lt;br /&gt;
|Wind Direction (average) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindChill&amp;gt;&lt;br /&gt;
|Wind Chill &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentDewPoint&amp;gt;&lt;br /&gt;
|Dew Point &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentHeatIndex&amp;gt;&lt;br /&gt;
|Heat Index &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentHumidity&amp;gt;&lt;br /&gt;
|Relative Humidity &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentPressure&amp;gt;&lt;br /&gt;
|Sea-level Pressure &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentRainToday&amp;gt;&lt;br /&gt;
|Today&#039;s rain &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentSolarRad&amp;gt;&lt;br /&gt;
|Solar Radiation &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentUV&amp;gt;&lt;br /&gt;
|UV Index &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monthly All Time Records==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for monthly all-time highs and lows, in other words the highest and lowest values for a particular month of the year. For example, the highest ever temperature in July. Each Value tag has an optional parameter &amp;quot;mon=N&amp;quot; where N is the index of the month of the year that you want the value for (January=1 and so on). For example, &amp;lt;#ByMonthTempH mon=7&amp;gt; will give you the highest ever temperature in July. &lt;br /&gt;
&lt;br /&gt;
If you don&#039;t supply a parameter (or supply an invalid value) the current month will be used. You can customise the date and time formats using the &#039;format&#039; parameter on the web tag, see below. To supply more than one parameter, separate them with spaces, e.g. &amp;lt;#ByMonthTempHT mon=7 format=hh:nn&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date/Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthTempH&amp;gt;&lt;br /&gt;
|High Temperature&lt;br /&gt;
|&amp;lt;#ByMonthTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthTempL&amp;gt;&lt;br /&gt;
|Low Temperature&lt;br /&gt;
|&amp;lt;#ByMonthTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHeatIndexH&amp;gt;&lt;br /&gt;
|High Heat Index&lt;br /&gt;
|&amp;lt;#ByMonthHeatIndexHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWChillL&amp;gt;&lt;br /&gt;
|Low Wind Chill&lt;br /&gt;
|&amp;lt;#ByMonthWChillLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthAppTempH&amp;gt;&lt;br /&gt;
|High Apparent Temperature&lt;br /&gt;
|&amp;lt;#ByMonthAppTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthAppTempL&amp;gt;&lt;br /&gt;
|Low Apparent Temperature&lt;br /&gt;
|&amp;lt;#ByMonthAppTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDewPointH&amp;gt;&lt;br /&gt;
|High Dew Point&lt;br /&gt;
|&amp;lt;#ByMonthDewPointHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDewPointL&amp;gt;&lt;br /&gt;
|Low Dew Point&lt;br /&gt;
|&amp;lt;#ByMonthDewPointLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthMinTempH&amp;gt;&lt;br /&gt;
|Highest Daily Minimum Temperature&lt;br /&gt;
|&amp;lt;#ByMonthMinTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthMaxTempL&amp;gt;&lt;br /&gt;
|Lowest Daily Maximum Temperature&lt;br /&gt;
|&amp;lt;#ByMonthMaxTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|&amp;lt;#ByMonthHighDailyTempRangeT&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|&amp;lt;#ByMonthLowDailyTempRangeT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHumH&amp;gt;&lt;br /&gt;
|High Humidity&lt;br /&gt;
|&amp;lt;#ByMonthHumHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHumL&amp;gt;&lt;br /&gt;
|Low Humidity&lt;br /&gt;
|&amp;lt;#ByMonthHumLT&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthPressH&amp;gt;&lt;br /&gt;
|High Pressure&lt;br /&gt;
|&amp;lt;#ByMonthPressHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthPressL&amp;gt;&lt;br /&gt;
|Low Pressure&lt;br /&gt;
|&amp;lt;#ByMonthPressLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthGustH&amp;gt;&lt;br /&gt;
|High Wind Gust&lt;br /&gt;
|&amp;lt;#ByMonthGustHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWindH&amp;gt;&lt;br /&gt;
|High Wind Speed&lt;br /&gt;
|&amp;lt;#ByMonthWindHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|&amp;lt;#ByMonthWindRunHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthRainRateH&amp;gt;&lt;br /&gt;
|High Rain Rate&lt;br /&gt;
|&amp;lt;#ByMonthRainRateHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHourlyRainH&amp;gt;&lt;br /&gt;
|High Hourly Rain&lt;br /&gt;
|&amp;lt;#ByMonthHourlyRainHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDailyRainH&amp;gt;&lt;br /&gt;
|High Daily Rain&lt;br /&gt;
|&amp;lt;#ByMonthDailyRainHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest Dry Period&lt;br /&gt;
|&amp;lt;#ByMonthLongestDryPeriodT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest Wet Period&lt;br /&gt;
|&amp;lt;#ByMonthLongestWetPeriodT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|no new tags&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestError&amp;gt;&lt;br /&gt;
|Displays the last error from the Cumulus error log. The value is cleared when you click the error light in Cumulus.&amp;lt;br /&amp;gt;&lt;br /&gt;
Note: This tag displays &#039;&#039;all&#039;&#039; errors, even if they do not cause the error light to flash in Cumulus.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorDate&amp;gt;&lt;br /&gt;
|The date of the latest error logged to the error log window, using the system short date format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorTime&amp;gt;&lt;br /&gt;
|The time of the latest error logged to the error log window, using the system short time format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ErrorLight&amp;gt;&lt;br /&gt;
|1 if the &#039;error&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#version&amp;gt;&lt;br /&gt;
|The version of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#build&amp;gt;&lt;br /&gt;
|The build of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#realtimeinterval&amp;gt;&lt;br /&gt;
|The realtime update interval in seconds &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#interval&amp;gt;&lt;br /&gt;
|The web site update interval in minutes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rollovertime&amp;gt;&lt;br /&gt;
|The time that the logs rollover to the next day: &#039;Midnight&#039;, &#039;9 am&#039; or &#039;10 am&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#update&amp;gt;&lt;br /&gt;
|The date and time of the last web site update&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastDataReadT&amp;gt;&lt;br /&gt;
|The date/time data was last read from the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#stationtype&amp;gt;&lt;br /&gt;
|The type of station in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#latitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Latitude latitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Longitude longitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Altitude altitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#location&amp;gt;&lt;br /&gt;
|The station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longlocation&amp;gt;&lt;br /&gt;
|Longer description of the station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forum&amp;gt;&lt;br /&gt;
|URL of the forum&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#webcam&amp;gt;&lt;br /&gt;
|URL of the webcam&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#graphperiod&amp;gt;&lt;br /&gt;
|The number of hours displayed by the graphs&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#snowdepth&amp;gt;&lt;br /&gt;
|Today&#039;s snow depth as entered manually in the Weather Diary. Normally in Centimeters.Output is purely as a numerical figure I.E 10&lt;br /&gt;
Configure in [[Cumulus.ini]] the hour when the snowdepth is updated e.g. &#039;&#039;SnowDepthHour=9&#039;&#039; means yesterday&#039;s figure applies until 9am.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currcond&amp;gt;&lt;br /&gt;
|Represents the value entered on the screen within Cumulus for the Current Weather condition, or the value as held in the [[currentconditions.txt]] file. Any reserved HTML characters are encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currcondenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#currcond&amp;gt; but also has characters above code 159 encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#chillhours&amp;gt;&lt;br /&gt;
|The number of &#039;chill hours&#039; so far this season.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveRainDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today where it has rained every day. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini, the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveDryDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today since it last rained. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRoseData&amp;gt;&lt;br /&gt;
|A comma-separated list of the wind &#039;totals&#039; used to draw the wind rose (8 or 16 values)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRosePoints&amp;gt;&lt;br /&gt;
|The number of items in &amp;lt;#WindRoseData&amp;gt; (i.e. 8 or 16)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindSampleCount&amp;gt;&lt;br /&gt;
|The number of wind samples making up the wind rose (etc) data (up to 3600)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAMonthlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA monthly report&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAYearlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA yearly report&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Day/Night/Sun/Moon==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunrise&amp;gt;&lt;br /&gt;
|Current sunrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunset&amp;gt;&lt;br /&gt;
|Current sunset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylength&amp;gt;&lt;br /&gt;
|Length of day in hours and minutes (sunrise to sunset)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tomorrowdaylength&amp;gt;&lt;br /&gt;
|A string giving the difference between the length of day light today and tomorrow.&lt;br /&gt;
Note.  This tag has been shown to generate inaccurate results and will probably be removed from Cumulus but is here for reference only.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dawn&amp;gt;&lt;br /&gt;
|Start of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dusk&amp;gt;&lt;br /&gt;
|End of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylightlength&amp;gt;&lt;br /&gt;
|Length of daylight in hours and minutes (dawn to dusk)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonphase&amp;gt;&lt;br /&gt;
|Current [[Lunar phase|phase of the moon]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonAge&amp;gt;&lt;br /&gt;
|Current &#039;&#039;&#039;approximate&#039;&#039;&#039; age of the Moon in days (0-29)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonrise&amp;gt;&lt;br /&gt;
|Current moonrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonset&amp;gt;&lt;br /&gt;
|Current moonset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#isdaylight&amp;gt;&lt;br /&gt;
|A flag to indicate if the location for the station is in civil daylight or not, based on the dawn and dusk times.  Possible values are 0 or 1, where 1 notes that it is currently within the hours of daylight.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsSunUp&amp;gt;&lt;br /&gt;
|A flag to indicate if the Sun is above the horizon or not. Possible values are 0 or 1, where 1 is when the Sun is above the horizon for the station location.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SunshineHours&amp;gt;&lt;br /&gt;
|Hours of sunshine so far today  (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YSunshineHours&amp;gt;&lt;br /&gt;
|Total hours of sunshine yesterday  (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CurrentSolarMax&amp;gt;&lt;br /&gt;
|Current theoretical maximum solar radiation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsSunny&amp;gt;&lt;br /&gt;
|Returns 1 if the sun is shining, otherwise 0 (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercent&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (negative value indicates &#039;waning&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercentAbs&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (always positive)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Alarms==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus alarm states. They give a value of &#039;1&#039; if the alarm has been set and the alarm condition is currently met; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempAlarm&amp;gt; &lt;br /&gt;
|Low temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempAlarm&amp;gt; &lt;br /&gt;
|High temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeUpAlarm&amp;gt; &lt;br /&gt;
|Temperature increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeDownAlarm&amp;gt; &lt;br /&gt;
|Temperature decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressAlarm&amp;gt; &lt;br /&gt;
|Low pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressAlarm&amp;gt; &lt;br /&gt;
|High pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeUpAlarm&amp;gt; &lt;br /&gt;
|Pressure increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeDownAlarm&amp;gt; &lt;br /&gt;
|Pressure decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainTodayAlarm&amp;gt; &lt;br /&gt;
|High rain today alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateAlarm&amp;gt; &lt;br /&gt;
|High rainfall rate alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustAlarm&amp;gt; &lt;br /&gt;
|High wind gust alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedAlarm&amp;gt; &lt;br /&gt;
|High wind speed alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DataStopped&amp;gt;&lt;br /&gt;
|1 if the station has apparently stopped sending data to Cumulus, otherwise 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Records==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus record states. They give a value of &#039;1&#039; if the record has been exceeded; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#recordsbegandate&amp;gt;&lt;br /&gt;
|The date that the all time records began&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#newrecord&amp;gt; &lt;br /&gt;
|1 if &#039;new record&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the temperature tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the wind tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RainRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the rain tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the humidity tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the pressure tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily temperature range light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low daily temperature range light is currently flashing, 0 if not &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHeatIndexRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high heat index light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowWindChillRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low wind chill light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMinTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high minimum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowMaxTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low maximum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind gust light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind speed light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high rain rate light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHourlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high hourly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMonthlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high monthly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest dry period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest wet period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindrunRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind run light is currently flashing, 0 if not&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Extra Sensors==&lt;br /&gt;
&lt;br /&gt;
These webtags are for additional sensors supported by Cumulus&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot;|Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp1&amp;gt;&lt;br /&gt;
|Extra temperature channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp2&amp;gt;&lt;br /&gt;
|Extra temperature channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp3&amp;gt;&lt;br /&gt;
|Extra temperature channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraTemp10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP1&amp;gt;&lt;br /&gt;
|Extra dew point channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP2&amp;gt;&lt;br /&gt;
|Extra dew point channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP3&amp;gt;&lt;br /&gt;
|Extra dew point channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraDP10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum1&amp;gt;&lt;br /&gt;
|Extra humidity channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum2&amp;gt;&lt;br /&gt;
|Extra humidity channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum3&amp;gt;&lt;br /&gt;
|Extra humidity channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraHum10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilTemp1&amp;gt;&lt;br /&gt;
|Soil temperature 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilTemp2&amp;gt;&lt;br /&gt;
|Soil temperature 2&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#SoilTemp4&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilMoisture1&amp;gt;&lt;br /&gt;
|Soil moisture 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilMoisture2&amp;gt;&lt;br /&gt;
|Soil moisture 2&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#SoilMoisture4&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafTemp1&amp;gt;&lt;br /&gt;
|Leaf temperature 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafTemp2&amp;gt;&lt;br /&gt;
|Leaf temperature 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafWetness1&amp;gt;&lt;br /&gt;
|Leaf wetness 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafWetness2&amp;gt;&lt;br /&gt;
|Leaf wetness 2 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special tags==&lt;br /&gt;
&lt;br /&gt;
===OS WMR Series===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the WMR928, WR100/200 extra sensors:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|n/a&lt;br /&gt;
|Now incorporated into the Extra Sensors section above&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Davis===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Davis PWS:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsReceived&amp;gt;&lt;br /&gt;
|Total number of data packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsMissed&amp;gt;&lt;br /&gt;
|Number of missed data packets&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumberOfResynchs&amp;gt;&lt;br /&gt;
|Number of times the console resynchronised with the transmitter&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisMaxInARow&amp;gt;&lt;br /&gt;
|Longest streak of consecutive packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumCRCerrors&amp;gt;&lt;br /&gt;
|Number of packets received with CRC errors&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Wind values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THSWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Solar/Wind values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisFirmwareVersion&amp;gt;&lt;br /&gt;
|The console firmware version&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#battery&amp;gt;&lt;br /&gt;
|The console battery condition&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#txbattery&amp;gt;&lt;br /&gt;
&amp;lt;#txbattery channel=1&amp;gt;&lt;br /&gt;
|The transmitter battery condition, by default it returns the status of all transmitters.&lt;br /&gt;
The optional &#039;channel&#039; parameter returns the status for a particular transmitter, up to channel=8. The channel result is just the string &amp;quot;ok&amp;quot; or whatever the string is for a low battery&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fine Offset===&lt;br /&gt;
The following tags are specific to the Fine Offset series of PWS&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Light&amp;gt;&lt;br /&gt;
|Current Lux value &amp;quot;Fine Offset only&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SensorContactLost&amp;gt;&lt;br /&gt;
|1 if the station has lost contact with its remote sensors &amp;quot;Fine Offset only&amp;quot; 0 if contact has been established&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===System===&lt;br /&gt;
&lt;br /&gt;
Special tags returning information about the system hosting Cumulus:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsVersion&amp;gt;&lt;br /&gt;
|OS version, e.g. &amp;quot;Windows 7 x64 build 7600&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsLanguage&amp;gt;&lt;br /&gt;
|OS language, e.g. &amp;quot;English&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SystemUpTime&amp;gt;&lt;br /&gt;
|How long the system has been up, e.g. &amp;quot;8 hours 21 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ProgramUpTime&amp;gt;&lt;br /&gt;
|How long Cumulus has been running, e.g. &amp;quot;7 hours 55 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuName&amp;gt;&lt;br /&gt;
|CPU type, e.g. &amp;quot;Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuCount&amp;gt;&lt;br /&gt;
|Number of processors, e.g. &amp;quot;4&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MemoryStatus&amp;gt;&lt;br /&gt;
|Free and total system RAM, e.g. &amp;quot;4619/8191 MB (free/total)&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DisplayMode&amp;gt;&lt;br /&gt;
|Screen display mode, e.g. &amp;quot;1680x1050, 32 bit&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#AllocatedMemory&amp;gt;&lt;br /&gt;
|Amount of memory allocated to Cumulus, e.g. &amp;quot;18.76 MB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskSize&amp;gt;&lt;br /&gt;
|Size of disk on which Cumulus is running, e.g. &amp;quot;931.51 GB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskFree&amp;gt;&lt;br /&gt;
|Free space on disk on which Cumulus is running, e.g. &amp;quot;515.36 GB&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===No Commas===&lt;br /&gt;
&lt;br /&gt;
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&#039;t like the commas. They all correspond to the same tag with &#039;RC&#039; removed.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#RCdew&amp;gt; &amp;lt;#RCheatindex&amp;gt; &amp;lt;#RChum&amp;gt; &amp;lt;#RCinhum&amp;gt; &amp;lt;#RCintemp&amp;gt; &amp;lt;#RCpress&amp;gt; &amp;lt;#RCpressTH&amp;gt;&lt;br /&gt;
 &amp;lt;#RCpressTL&amp;gt; &amp;lt;#RCrfall&amp;gt; &amp;lt;#RCrrate&amp;gt; &amp;lt;#RCrrateTM&amp;gt; &amp;lt;#RCtemp&amp;gt; &amp;lt;#RCtempTH&amp;gt; &amp;lt;#RCtempTL&amp;gt;&lt;br /&gt;
 &amp;lt;#RCwchill&amp;gt; &amp;lt;#RCwgust&amp;gt; &amp;lt;#RCwgustTM&amp;gt; &amp;lt;#RCwspeed&amp;gt; &amp;lt;#RCwlatest&amp;gt; &amp;lt;#RCdewpointTH&amp;gt;&lt;br /&gt;
 &amp;lt;#RCdewpointTL&amp;gt; &amp;lt;#RCwchillTL&amp;gt; &amp;lt;#RCheatindexTH&amp;gt; &amp;lt;#RCapptempTH&amp;gt; &amp;lt;#RCapptempTL&amp;gt;&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=2524</id>
		<title>Webtags (preserving history)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=2524"/>
		<updated>2013-04-02T14:20:27Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Day/Night/Sun/Moon */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The webtags available in the version/build you are using are listed in the Cumulus Help provided with that build.&lt;br /&gt;
== Webtags available in Cumulus 1.9.3 ==&lt;br /&gt;
&lt;br /&gt;
These are special markers placed in a file which Cumulus can then process and replace with the actual values.  Typically you would use this to build your own website by having an HTML template file with your layout, static text and graphics.  In the position on the page you wish Cumulus to insert the relevant data place a webtag in the form:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#tagname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming you have asked Cumulus to process the file, it will replace the tag with the current value of the item the tag represents just before the file is uploaded to the internet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: When you put a tag into your HTML, be careful that whatever program you are using to develop your web pages doesn&#039;t change the angle brackets to slightly different symbols -- this is a common cause of failure!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Webtags are case sensitive, so please type them as shown here.&lt;br /&gt;
&lt;br /&gt;
=== New Webtags in Beta builds ===&lt;br /&gt;
&lt;br /&gt;
New webtags for beta versions of Cumulus are not listed here until the version becomes &#039;live&#039; however there is a page that details the [[BETA webtags|additional webtags]] available in the Beta version.&lt;br /&gt;
&lt;br /&gt;
=Time/Date &#039;format&#039; Parameter=&lt;br /&gt;
&lt;br /&gt;
From 1.9.1 most time webtags will accept an option &#039;format&#039; parameter, e.g: &amp;lt;#YearTempHT format=hh:nn&amp;gt;. This allows you to override the default display format for that item, using the format specifiers in the table below. Note that if your format has any spaces in it, you must enclose it in double quotes, thus: &amp;lt;#YearTempHT format=&amp;quot;hh nn&amp;quot;&amp;gt;. Note also that you can specify date formatting to times and vice versa, but this will not always yield a sensible result.&lt;br /&gt;
&lt;br /&gt;
You should put anything which is not intended to be part of the date and time formatting into single quotation marks to prevent it being interpreted as a date or time formatter. For example, the word &amp;quot;on&amp;quot; contains the character &amp;quot;n&amp;quot;, which will be interpreted as a time formatter unless you put it into single quotation marks. Example: &amp;lt;#TtempH format=&amp;quot;&#039;at&#039; hh: mm &#039;on&#039; dd / mm / yyyy&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Specifier&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Displays&lt;br /&gt;
|-&lt;br /&gt;
|c&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format, followed by the time using the format given by the Windows Long Time format. The time is not displayed if the date-time value indicates midnight precisely.&lt;br /&gt;
|-&lt;br /&gt;
|d&lt;br /&gt;
|Displays the day as a number without a leading zero (1-31).&lt;br /&gt;
|-&lt;br /&gt;
|dd&lt;br /&gt;
|Displays the day as a number with a leading zero (01-31).&lt;br /&gt;
|-&lt;br /&gt;
|ddd&lt;br /&gt;
|Displays the day as an abbreviation (Sun-Sat) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|dddd&lt;br /&gt;
|Displays the day as a full name (Sunday-Saturday) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|ddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format.&lt;br /&gt;
|-&lt;br /&gt;
|dddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Long Date format.&lt;br /&gt;
|-&lt;br /&gt;
|m&lt;br /&gt;
|Displays the month as a number without a leading zero (1-12). If the m specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mm&lt;br /&gt;
|Displays the month as a number with a leading zero (01-12). If the mm specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mmm&lt;br /&gt;
|Displays the month as an abbreviation (Jan-Dec) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|mmmm&lt;br /&gt;
|Displays the month as a full name (January-December) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|yy&lt;br /&gt;
|Displays the year as a two-digit number (00-99).&lt;br /&gt;
|-&lt;br /&gt;
|yyyy&lt;br /&gt;
|Displays the year as a four-digit number (0000-9999).&lt;br /&gt;
|-&lt;br /&gt;
|h&lt;br /&gt;
|Displays the hour without a leading zero (0-23).&lt;br /&gt;
|-&lt;br /&gt;
|hh&lt;br /&gt;
|Displays the hour with a leading zero (00-23).&lt;br /&gt;
|-&lt;br /&gt;
|n&lt;br /&gt;
|Displays the minute without a leading zero (0-59). &lt;br /&gt;
|-&lt;br /&gt;
|nn&lt;br /&gt;
|Displays the minute with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|s&lt;br /&gt;
|Displays the second without a leading zero (0-59).&lt;br /&gt;
|-&lt;br /&gt;
|ss&lt;br /&gt;
|Displays the second with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|z&lt;br /&gt;
|Displays the millisecond without a leading zero (0-999). &lt;br /&gt;
|-&lt;br /&gt;
|zzz&lt;br /&gt;
|Displays the millisecond with a leading zero (000-999).&lt;br /&gt;
|-&lt;br /&gt;
|t&lt;br /&gt;
|Displays the time using the format given by the Windows Short Time format.&lt;br /&gt;
|-&lt;br /&gt;
|tt\&lt;br /&gt;
|Displays the time using the format given by the Windows Long Time format. &lt;br /&gt;
|-&lt;br /&gt;
|am/pm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;am&#039; for any hour before noon, and &#039;pm&#039; for any hour after noon. The am/pm specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|a/p&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;a&#039; for any hour before noon, and &#039;p&#039; for any hour after noon. The a/p specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|ampm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays the contents of the Windows AM string for any hour before noon, and the contents of the Windows PM string for any hour after noon.&lt;br /&gt;
|-&lt;br /&gt;
|/&lt;br /&gt;
|Displays the date separator character given by the Windows Date Separator.&lt;br /&gt;
|-&lt;br /&gt;
|:&lt;br /&gt;
|Displays the time separator character given by the Windows Time Separator. &lt;br /&gt;
|-&lt;br /&gt;
|&#039;xx&#039;&lt;br /&gt;
|Characters enclosed in single quotation marks are displayed as such, and do not affect formatting. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=The Tags=&lt;br /&gt;
&lt;br /&gt;
Below is a list of the webtags available in the current version of Cumulus.&lt;br /&gt;
&lt;br /&gt;
==Units==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunit&amp;gt;&lt;br /&gt;
|Unit of temperature being used (Set in Cumulus as [http://en.wikipedia.org/wiki/Centigrade Celsius] or [http://en.wikipedia.org/wiki/Fahrenheit Fahrenheit]) values &amp;quot;&amp;amp;amp;deg;C&amp;quot; or &amp;quot;&amp;amp;amp;deg;F&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunitnodeg&amp;gt;&lt;br /&gt;
|The temperature units being used, without a degree symbol, i.e. &amp;quot;F&amp;quot; or &amp;quot;C&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressunit&amp;gt;&lt;br /&gt;
|Unit of measure for pressure. Possible values: &amp;quot;mb&amp;quot;, &amp;quot;hPa&amp;quot;, &amp;quot;in&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rainunit&amp;gt;&lt;br /&gt;
|Unit of measure for rain fall. Possible values: &amp;quot;mm&amp;quot; or &amp;quot;inches&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windunit&amp;gt;&lt;br /&gt;
|Unit of measure for wind speed. Possible values: &amp;quot;m/s&amp;quot;, &amp;quot;mph&amp;quot;, &amp;quot;km/h&amp;quot;, &amp;quot;kts&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrununit&amp;gt;&lt;br /&gt;
|Unit of measure for wind run (distance). Possible values: &amp;quot;km&amp;quot;, &amp;quot;miles&amp;quot;, &amp;quot;km&amp;quot;, &amp;quot;nm&amp;quot; (for wind speeds in m/s, mph, km/h, kts)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbaseunit&amp;gt;&lt;br /&gt;
|The units used for cloudbase value. Possible values:  &amp;quot;ft&amp;quot; or &amp;quot;m&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Date &amp;amp; Time==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#date&amp;gt;&lt;br /&gt;
|The current date&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#time&amp;gt;&lt;br /&gt;
|The current time and date. Example result: 18:30 on 30 December 2009.  If you simply wish the time, use a combination of the day, month, year tags (below)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timehhmmss&amp;gt;&lt;br /&gt;
|The current time. Example format: 18:30:27 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timeUTC&amp;gt;&lt;br /&gt;
|The current UTC date/time rather than local date/time&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#day&amp;gt;&lt;br /&gt;
| The current day as a 2-digit number. Example format: 14   &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dayname&amp;gt;&lt;br /&gt;
| The current day as a word.  For example, Monday&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortdayname&amp;gt;&lt;br /&gt;
| The current day as a shortened word. Example format: Mon&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#month&amp;gt;&lt;br /&gt;
|The current month as a 2-digit number. Example format: 05&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#monthname&amp;gt;&lt;br /&gt;
|The current month as a word. Example format: August&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortmonthname&amp;gt;&lt;br /&gt;
|The current month as a shortened word. Example format: Aug&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#year&amp;gt;&lt;br /&gt;
|The current year as a 4-digit number. Example format: 2009 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortyear&amp;gt;&lt;br /&gt;
|The current year as a 2-digit number. Example format: 09&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hour&amp;gt;&lt;br /&gt;
|The current hour as a 2-digit number. Example format: 23&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#minute&amp;gt;&lt;br /&gt;
|The current minute as a 2-digit number. Example format: 59&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#metdate&amp;gt;&lt;br /&gt;
|The current meteorological date. After rollover time on current calendar date, this date will be the same as the current date. If using a 9am/10am rollover, then between midnight and 9am/10am the &amp;lt;#metdate&amp;gt; will be the previous calendar day.  &lt;br /&gt;
&lt;br /&gt;
Can be used with relevant format parameters to indicate current meteorological day on todayT.htm template page, meteorological month on thismonthT.htm template page, or meteorological year on thisyearT.htm template page&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#metdateyesterday&amp;gt;&amp;gt;&lt;br /&gt;
|The previous meteorological date. If using a 9am/10am rollover, then between midnight and 9am/10am the &amp;lt;#metdateyesterday&amp;gt; will be the calendar day before that returned by &amp;lt;#yesterday&amp;gt;, otherwise both return same.  &lt;br /&gt;
&lt;br /&gt;
Can be used with relevant format parameters to indicate correct day on yesterdayT.htm template page, and can be used to return latest day stored on [[dayfile.txt]] and NOAA report for latest month.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#yesterday&amp;gt;&lt;br /&gt;
|Yesterdays date&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DaysSince30Dec1899&amp;gt; &lt;br /&gt;
|Day count (gives whole and fractional part) Example: 41250.6523310301&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DaysSinceRecordsBegan&amp;gt;&lt;br /&gt;
|Day count since Cumulus records started&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Conditions==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptemp&amp;gt;&lt;br /&gt;
|The [[Apparent_temperature|apparent]] temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgtemp&amp;gt;&lt;br /&gt;
|The [[Average_temperature|average]] temperature so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temp&amp;gt;&lt;br /&gt;
|The outside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#intemp&amp;gt;&lt;br /&gt;
|The inside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrend&amp;gt;&lt;br /&gt;
|The average rate of change in temperature over the last three hours. Trend = (temp_now - temp_3hrs_ago) / 3&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendtext&amp;gt;&lt;br /&gt;
|Temperature change over the last three hours - Rising/Falling/Steady (values can be set in strings.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendenglish&amp;gt;&lt;br /&gt;
|Temperature change over the last three hours - Rising/Falling/Steady (for use by javascript etc, values can&#039;t be changed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeLastHour&amp;gt;&lt;br /&gt;
|The change in temperature over the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindex&amp;gt;&lt;br /&gt;
|Current [[heat index]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humidex&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Humidex Humidex]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hum&amp;gt;&lt;br /&gt;
|The outside [http://en.wikipedia.org/wiki/Humidity humidity]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#inhum&amp;gt;&lt;br /&gt;
|The inside humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dew&amp;gt;&lt;br /&gt;
|The outside dew point&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchill&amp;gt;&lt;br /&gt;
|The current [[wind chill]] temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wetbulb&amp;gt;&lt;br /&gt;
|Estimated [http://en.wikipedia.org/wiki/Wet_bulb wet bulb] temperature, currently only available via web tag&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsFreezing&amp;gt;&lt;br /&gt;
|Is outside temperature is at or below 0°C/32°F. 0=Above freezing, 1=Below freezing&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfall&amp;gt;&lt;br /&gt;
|The total rainfall so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrate&amp;gt;&lt;br /&gt;
|The current rainfall rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rhour&amp;gt;&lt;br /&gt;
|The rainfall in the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmidnight&amp;gt;&lt;br /&gt;
|The total rainfall since midnight. Useful if you don&#039;t use midnight as your start of day&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#r24hour&amp;gt;&lt;br /&gt;
|Amount of rain in the last 24 hours&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastRainTipISO&amp;gt;&lt;br /&gt;
|Date/time of last rain gauge tip (e.g 2010-09-06 06:09)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsRaining&amp;gt;&lt;br /&gt;
|For Hydreon RG-11 devices, shows the current rain state. 0=No rain, 1=It&#039;s raining&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#press&amp;gt;&lt;br /&gt;
|The [http://en.wikipedia.org/wiki/Sea_level_pressure sea level pressure]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendval&amp;gt;&lt;br /&gt;
|The average rate of pressure change over the last three hours.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrend&amp;gt;&lt;br /&gt;
|The pressure trend in words - values can be set in the &#039;strings.ini&#039; file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendenglish&amp;gt;&lt;br /&gt;
| a singe word description for the pressure trend - Rising/Falling/Steady.  Useful for developing Javascript coding on your webpage.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altimeterpressure&amp;gt;&lt;br /&gt;
|Altimeter pressure. Pressure corrected to sea level using the station&#039;s altitude only. Same as sea-level pressure for non-Davis stations.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wlatest&amp;gt;&lt;br /&gt;
|Current wind speed reading from console.  Corresponds to &#039;latest&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearing&amp;gt;&lt;br /&gt;
|Current wind bearing in degrees&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currentwdir&amp;gt;&lt;br /&gt;
|Current wind bearing as a compass point - e.g. ESE &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeed&amp;gt;&lt;br /&gt;
|The 10-minute average, if you have Cumulus set to calculate a 10-minute average. Otherwise, it&#039;s the latest &#039;wind&#039; value from the console (i.e. the current speed as determined by the station). Corresponds to &#039;average&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgbearing&amp;gt;&lt;br /&gt;
|Average wind bearing in degrees over last 10 minutes. Range 1-360, 0=Calm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdir&amp;gt;&lt;br /&gt;
|Average wind bearing over last 10 minutes as a [http://en.wikipedia.org/wiki/Compass compass] point - e.g. ESE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgust&amp;gt;&lt;br /&gt;
|The highest wind reading in the last 10 minutes. Corresponds to &#039;gust&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdirdata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind bearing readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspddata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind speed readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#nextwindindex&amp;gt;&lt;br /&gt;
|The index of the entries in wdirdata and wspddata which Cumulus is going to use next - i.e. the latest entry used is one less than this; but don&#039;t forget to allow for the wrap around!&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufort&amp;gt;&lt;br /&gt;
|The current wind speed on the [http://en.wikipedia.org/wiki/Beaufort_scale Beaufort scale] (e.g. F8) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufortnumber&amp;gt;&lt;br /&gt;
|The current wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaudesc&amp;gt;&lt;br /&gt;
|The current wind speed Beaufort description (e.g. &amp;quot;Gale&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeFrom&amp;gt;&lt;br /&gt;
|The &#039;lowest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeTo&amp;gt;&lt;br /&gt;
|The &#039;highest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeFrom10&amp;gt;&lt;br /&gt;
|The &#039;lowest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded down to nearest 10 degrees&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeTo10&amp;gt;&lt;br /&gt;
|The &#039;highest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded down to nearest 10 degrees&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbase&amp;gt;&lt;br /&gt;
|Calculated [http://en.wikipedia.org/wiki/Cloud_base cloud base]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbasevalue&amp;gt;&lt;br /&gt;
|Current calculated cloud base without units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UV&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Uv_index UV index]. Requires your station to have a UV sensor.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SolarRad&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Solar_radiation solar radiation]. Requires your station to have a solar sensor.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Light&amp;gt;&lt;br /&gt;
|Current Current light level in Lux. Requires your station to have a solar sensor. Only applies to Fine Offset stations.&lt;br /&gt;
|-&lt;br /&gt;
|[[Forecast_webtag|&amp;lt;#forecast&amp;gt;]]&lt;br /&gt;
|The current forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#forecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forecastnumber&amp;gt;&lt;br /&gt;
|The number relating to the current forecast entry in the [[strings.ini]] file.  If your station is not providing it&#039;s own forecast and Cumulus is not calculating one then 0 (zero) is returned.  Note: two negative numbers can be returned by Cumulus: -1 (neg 1) = Exceptional Fine, -26 (neg 26) = Exceptional Bad&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cumulusforecast&amp;gt;&lt;br /&gt;
|Always gives Cumulus (Zambretti) forecast, even if the &amp;lt;#forecast&amp;gt; tag provides a station forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cumulusforecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#cumulusforecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wsforecast&amp;gt;&lt;br /&gt;
|Always gives station forecast (if available)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wsforecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#wsforecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Today==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprange&amp;gt;&lt;br /&gt;
|The temperature range (&amp;lt;#tempTH&amp;gt; - &amp;lt;#tempTL&amp;gt;) so far today (Cumulus calculates all these tags using Celsius values, but outputs them in your chosen units)&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTH&amp;gt;&lt;br /&gt;
|Today&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTL&amp;gt;&lt;br /&gt;
|Today&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexTH&amp;gt;&lt;br /&gt;
|Today&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest humidity&lt;br /&gt;
|&amp;lt;#ThumTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest humidity&lt;br /&gt;
|&amp;lt;#ThumTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustTM&amp;gt; &lt;br /&gt;
|Today&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingTM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of today&#039;s high gust (&amp;lt;#wgustTM&amp;gt;) in degrees&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufort&amp;gt; &lt;br /&gt;
|Today&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufortnumber&amp;gt;&lt;br /&gt;
|Today&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#windrun&amp;gt;&lt;br /&gt;
|The total wind run so far today&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearing&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddir&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaudesc&amp;gt;&lt;br /&gt;
|Beaufort &#039;description&#039; for today&#039;s high wind speed&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ET&amp;gt;&lt;br /&gt;
|Today&#039;s [http://en.wikipedia.org/wiki/Evapotranspiration evapotranspiration]. Applies only to Davis stations, equipped with a solar sensor.&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdays&amp;gt;&lt;br /&gt;
|Today&#039;s [[Heat/cold_degree_days_and_Chill_hours|heating degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdays&amp;gt;&lt;br /&gt;
|Today&#039;s [[Heat/cold_degree_days_and_Chill_hours|cooling degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#solarTH&amp;gt;&lt;br /&gt;
|Today&#039;s high solar radiation value (Solar sensor needed)&lt;br /&gt;
|&amp;lt;#TsolarTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UVTH&amp;gt;&lt;br /&gt;
|Today&#039;s high UV Index (UV sensor needed)&lt;br /&gt;
|&amp;lt;#TUVTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yesterday==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgtempY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s average temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprangeY&amp;gt;&lt;br /&gt;
|The temperature range (max - min) yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYH&amp;gt;&lt;br /&gt;
|High humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYL&amp;gt;&lt;br /&gt;
|Low humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallY&amp;gt;&lt;br /&gt;
|The total rainfall for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustYM&amp;gt; &lt;br /&gt;
|Yesterday&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingYM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of yesterday&#039;s high gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufort&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufortnumber&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaudesc&amp;gt;&lt;br /&gt;
|Beaufort &#039;description&#039; for yesterday&#039;s high wind speed&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearingY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddirY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunY&amp;gt;&lt;br /&gt;
|The total wind run for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s [[Heat/cold_degree_days_and_Chill_hours|heating degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s [[Heat/cold_degree_days_and_Chill_hours|cooling degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#solarYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high solar radiation value&lt;br /&gt;
|&amp;lt;#TsolarYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UVYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high UV Index&lt;br /&gt;
|&amp;lt;#TUVYH&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monthly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempH&amp;gt;&lt;br /&gt;
|This months high temperature&lt;br /&gt;
|&amp;lt;#MonthTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempL&amp;gt;&lt;br /&gt;
|This months low temperature&lt;br /&gt;
|&amp;lt;#MonthTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMinTempH&amp;gt;&lt;br /&gt;
|This months highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMaxTempL&amp;gt;&lt;br /&gt;
|This months lowest daily maximum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHeatIndexH&amp;gt;&lt;br /&gt;
|This months high heat index&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWChillL&amp;gt;&lt;br /&gt;
|This months low wind chill&lt;br /&gt;
|&amp;lt;#MonthWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempH&amp;gt;&lt;br /&gt;
|This months high apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempL&amp;gt;&lt;br /&gt;
|This months low apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointH&amp;gt;&lt;br /&gt;
|This months high dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointL&amp;gt;&lt;br /&gt;
|This months low dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumH&amp;gt;&lt;br /&gt;
|This months highest humidty&lt;br /&gt;
|&amp;lt;#MonthHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumL&amp;gt;&lt;br /&gt;
|This months lowest humidty&lt;br /&gt;
|&amp;lt;#MonthHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressH&amp;gt;&lt;br /&gt;
|This months highest pressure&lt;br /&gt;
|&amp;lt;#MonthPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressL&amp;gt;&lt;br /&gt;
|This months lowest pressure&lt;br /&gt;
|&amp;lt;#MonthPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthGustH&amp;gt;&lt;br /&gt;
|This months highest wind gust&lt;br /&gt;
|&amp;lt;#MonthGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindH&amp;gt;&lt;br /&gt;
|This months highest wind speed&lt;br /&gt;
|&amp;lt;#MonthWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmonth&amp;gt;&lt;br /&gt;
|The total rainfall so far this month&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthRainRateH&amp;gt;&lt;br /&gt;
|This months highest rainfall rate&lt;br /&gt;
|&amp;lt;#MonthRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHourlyRainH&amp;gt;&lt;br /&gt;
|This months highest hourly rain&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDailyRainH&amp;gt;&lt;br /&gt;
|This months greatest daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest dry period ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day, ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yearly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempH&amp;gt;&lt;br /&gt;
|This years highest temperature&lt;br /&gt;
|&amp;lt;#YearTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempL&amp;gt;&lt;br /&gt;
|This years lowest temperature&lt;br /&gt;
|&amp;lt;#YearTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHeatIndexH&amp;gt;&lt;br /&gt;
|This years highest heat index&lt;br /&gt;
|&amp;lt;#YearHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWChillL&amp;gt;&lt;br /&gt;
|This years lowest wind chill&lt;br /&gt;
|&amp;lt;#YearWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempH&amp;gt;&lt;br /&gt;
|This years highest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempL&amp;gt;&lt;br /&gt;
|This years lowest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointH&amp;gt;&lt;br /&gt;
|This years highest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointL&amp;gt;&lt;br /&gt;
|This years lowest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMinTempH&amp;gt;&lt;br /&gt;
|This years highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMaxTempL&amp;gt;&lt;br /&gt;
|This years lowest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumH&amp;gt;&lt;br /&gt;
|This years high humidty&lt;br /&gt;
|&amp;lt;#YearHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumL&amp;gt;&lt;br /&gt;
|This years low humidty&lt;br /&gt;
|&amp;lt;#YearHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressH&amp;gt;&lt;br /&gt;
|This years high pressure&lt;br /&gt;
|&amp;lt;#YearPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressL&amp;gt;&lt;br /&gt;
|This years low pressure&lt;br /&gt;
|&amp;lt;#YearPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearGustH&amp;gt;&lt;br /&gt;
|This years high wind gust&lt;br /&gt;
|&amp;lt;#YearGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindH&amp;gt;&lt;br /&gt;
|This years high wind speed&lt;br /&gt;
|&amp;lt;#YearWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ryear&amp;gt;&lt;br /&gt;
|The total rainfall so far this year&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearRainRateH&amp;gt;&lt;br /&gt;
|This years high rainfall rate&lt;br /&gt;
|&amp;lt;#YearRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHourlyRainH&amp;gt;&lt;br /&gt;
|This years high hourly rain&lt;br /&gt;
|&amp;lt;#YearHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDailyRainH&amp;gt;&lt;br /&gt;
|This years high daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMonthlyRainH&amp;gt;&lt;br /&gt;
|This years high monthly rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMonthlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest period without rain ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==All Time==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempH&amp;gt;&lt;br /&gt;
|All time high temperature&lt;br /&gt;
|&amp;lt;#TtempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempL&amp;gt;&lt;br /&gt;
|All time low temperature &lt;br /&gt;
|&amp;lt;#TtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#mintempH&amp;gt;&lt;br /&gt;
|All time high minimum temperature &lt;br /&gt;
|&amp;lt;#TmintempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#maxtempL&amp;gt;&lt;br /&gt;
|All time low maximum temperature &lt;br /&gt;
|&amp;lt;#TmaxtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDailyTempRange&amp;gt;&lt;br /&gt;
|All time low daily temperature range&lt;br /&gt;
|&amp;lt;#TLowDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyTempRange&amp;gt;&lt;br /&gt;
|All time high daily temperature range&lt;br /&gt;
|&amp;lt;#THighDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempH&amp;gt;&lt;br /&gt;
|All time high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempL&amp;gt;&lt;br /&gt;
|All time low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexH&amp;gt;&lt;br /&gt;
|All time high heat index&lt;br /&gt;
|&amp;lt;#TheatindexH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointH&amp;gt;&lt;br /&gt;
|All time high dew point&lt;br /&gt;
|&amp;lt;#TdewpointH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointL&amp;gt;&lt;br /&gt;
|All time low dew point&lt;br /&gt;
|&amp;lt;#TdewpointL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humH&amp;gt;&lt;br /&gt;
|All time high humidity&lt;br /&gt;
|&amp;lt;#ThumH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humL&amp;gt;&lt;br /&gt;
|All time low humidity&lt;br /&gt;
|&amp;lt;#ThumL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillH&amp;gt;&lt;br /&gt;
|All time greatest wind chill (i.e. lowest temperature) &lt;br /&gt;
|&amp;lt;#TwchillH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateM&amp;gt;&lt;br /&gt;
|All time high rain rate &lt;br /&gt;
|&amp;lt;#TrrateM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallH&amp;gt;&lt;br /&gt;
|All time high daily rain &lt;br /&gt;
|&amp;lt;#TrfallH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallhH&amp;gt;&lt;br /&gt;
|All time high hourly rain&lt;br /&gt;
|&amp;lt;#TrfallhH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallmH&amp;gt;&lt;br /&gt;
|All time high monthly rain &lt;br /&gt;
|&amp;lt;#TrfallmH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriod&amp;gt;&lt;br /&gt;
|All time longest dry period (days)&lt;br /&gt;
|&amp;lt;#TLongestDryPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriod&amp;gt;&lt;br /&gt;
|All time longest wet period (days)&lt;br /&gt;
|&amp;lt;#TLongestWetPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressH&amp;gt;&lt;br /&gt;
|All time high pressure &lt;br /&gt;
|&amp;lt;#TpressH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressL&amp;gt;&lt;br /&gt;
|All time low pressure &lt;br /&gt;
|&amp;lt;#TpressL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#gustM&amp;gt;&lt;br /&gt;
|All time high wind gust &lt;br /&gt;
|&amp;lt;#TgustM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeedH&amp;gt;&lt;br /&gt;
|All time high average wind speed &lt;br /&gt;
|&amp;lt;#TwspeedH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunH&amp;gt;&lt;br /&gt;
|All time high daily wind run&lt;br /&gt;
|&amp;lt;#TwindrunH&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Recent History==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for &#039;recent historical data&#039;, giving data values from 1 minute ago, up to 1 week ago, in 1 minute intervals. Note that the values are initialised from the log files when Cumulus starts, so they will initially have a resolution according to the logger interval you have set in Cumulus and/or your station. You&#039;ll get the nearest value if you ask for one for which there is currently no exact match. &lt;br /&gt;
&lt;br /&gt;
You specify how old you want the value to be by using parameters on the web tags for number of days, hours, and minutes. For example, &amp;lt;#RecentOutsideTemp m=1&amp;gt; will give the temperature one minute ago, &amp;lt;#RecentOutsideTemp h=1&amp;gt; will give the temperature one hour ago (as will &amp;lt;#RecentOutsideTemp m=60&amp;gt;), and &amp;lt;#RecentOutsideTemp d=1&amp;gt; will give the temperature one day ago. &amp;lt;#RecentOutsideTemp d=1 h=1 m=1&amp;gt; will give the temperature one day, one hour and one minute ago. All values supplied for parameters must be whole numbers. If you don&#039;t supply any parameters, the result is undefined. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentOutsideTemp&amp;gt;&lt;br /&gt;
|Outside Temperature &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindSpeed&amp;gt;&lt;br /&gt;
|Wind Speed &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindGust&amp;gt;&lt;br /&gt;
|Wind Gust &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindLatest&amp;gt;&lt;br /&gt;
|Wind Latest. Note: Wind &#039;Speed&#039;, &#039;Gust&#039; and &#039;Latest&#039; have the usual Cumulus meanings &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindDir&amp;gt;&lt;br /&gt;
|Wind Direction (instantaneous) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindAvgDir&amp;gt;&lt;br /&gt;
|Wind Direction (average) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindChill&amp;gt;&lt;br /&gt;
|Wind Chill &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentDewPoint&amp;gt;&lt;br /&gt;
|Dew Point &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentHeatIndex&amp;gt;&lt;br /&gt;
|Heat Index &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentHumidity&amp;gt;&lt;br /&gt;
|Relative Humidity &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentPressure&amp;gt;&lt;br /&gt;
|Sea-level Pressure &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentRainToday&amp;gt;&lt;br /&gt;
|Today&#039;s rain &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentSolarRad&amp;gt;&lt;br /&gt;
|Solar Radiation &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentUV&amp;gt;&lt;br /&gt;
|UV Index &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monthly All Time Records==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for monthly all-time highs and lows, in other words the highest and lowest values for a particular month of the year. For example, the highest ever temperature in July. Each Value tag has an optional parameter &amp;quot;mon=N&amp;quot; where N is the index of the month of the year that you want the value for (January=1 and so on). For example, &amp;lt;#ByMonthTempH mon=7&amp;gt; will give you the highest ever temperature in July. &lt;br /&gt;
&lt;br /&gt;
If you don&#039;t supply a parameter (or supply an invalid value) the current month will be used. You can customise the date and time formats using the &#039;format&#039; parameter on the web tag, see below. To supply more than one parameter, separate them with spaces, e.g. &amp;lt;#ByMonthTempHT mon=7 format=hh:nn&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date/Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthTempH&amp;gt;&lt;br /&gt;
|High Temperature&lt;br /&gt;
|&amp;lt;#ByMonthTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthTempL&amp;gt;&lt;br /&gt;
|Low Temperature&lt;br /&gt;
|&amp;lt;#ByMonthTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHeatIndexH&amp;gt;&lt;br /&gt;
|High Heat Index&lt;br /&gt;
|&amp;lt;#ByMonthHeatIndexHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWChillL&amp;gt;&lt;br /&gt;
|Low Wind Chill&lt;br /&gt;
|&amp;lt;#ByMonthWChillLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthAppTempH&amp;gt;&lt;br /&gt;
|High Apparent Temperature&lt;br /&gt;
|&amp;lt;#ByMonthAppTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthAppTempL&amp;gt;&lt;br /&gt;
|Low Apparent Temperature&lt;br /&gt;
|&amp;lt;#ByMonthAppTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDewPointH&amp;gt;&lt;br /&gt;
|High Dew Point&lt;br /&gt;
|&amp;lt;#ByMonthDewPointHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDewPointL&amp;gt;&lt;br /&gt;
|Low Dew Point&lt;br /&gt;
|&amp;lt;#ByMonthDewPointLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthMinTempH&amp;gt;&lt;br /&gt;
|Highest Daily Minimum Temperature&lt;br /&gt;
|&amp;lt;#ByMonthMinTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthMaxTempL&amp;gt;&lt;br /&gt;
|Lowest Daily Maximum Temperature&lt;br /&gt;
|&amp;lt;#ByMonthMaxTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|&amp;lt;#ByMonthHighDailyTempRangeT&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|&amp;lt;#ByMonthLowDailyTempRangeT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHumH&amp;gt;&lt;br /&gt;
|High Humidity&lt;br /&gt;
|&amp;lt;#ByMonthHumHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHumL&amp;gt;&lt;br /&gt;
|Low Humidity&lt;br /&gt;
|&amp;lt;#ByMonthHumLT&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthPressH&amp;gt;&lt;br /&gt;
|High Pressure&lt;br /&gt;
|&amp;lt;#ByMonthPressHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthPressL&amp;gt;&lt;br /&gt;
|Low Pressure&lt;br /&gt;
|&amp;lt;#ByMonthPressLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthGustH&amp;gt;&lt;br /&gt;
|High Wind Gust&lt;br /&gt;
|&amp;lt;#ByMonthGustHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWindH&amp;gt;&lt;br /&gt;
|High Wind Speed&lt;br /&gt;
|&amp;lt;#ByMonthWindHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|&amp;lt;#ByMonthWindRunHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthRainRateH&amp;gt;&lt;br /&gt;
|High Rain Rate&lt;br /&gt;
|&amp;lt;#ByMonthRainRateHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHourlyRainH&amp;gt;&lt;br /&gt;
|High Hourly Rain&lt;br /&gt;
|&amp;lt;#ByMonthHourlyRainHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDailyRainH&amp;gt;&lt;br /&gt;
|High Daily Rain&lt;br /&gt;
|&amp;lt;#ByMonthDailyRainHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest Dry Period&lt;br /&gt;
|&amp;lt;#ByMonthLongestDryPeriodT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest Wet Period&lt;br /&gt;
|&amp;lt;#ByMonthLongestWetPeriodT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|no new tags&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestError&amp;gt;&lt;br /&gt;
|Displays the last error from the Cumulus error log. The value is cleared when you click the error light in Cumulus.&amp;lt;br /&amp;gt;&lt;br /&gt;
Note: This tag displays &#039;&#039;all&#039;&#039; errors, even if they do not cause the error light to flash in Cumulus.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorDate&amp;gt;&lt;br /&gt;
|The date of the latest error logged to the error log window, using the system short date format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorTime&amp;gt;&lt;br /&gt;
|The time of the latest error logged to the error log window, using the system short time format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ErrorLight&amp;gt;&lt;br /&gt;
|1 if the &#039;error&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#version&amp;gt;&lt;br /&gt;
|The version of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#build&amp;gt;&lt;br /&gt;
|The build of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#realtimeinterval&amp;gt;&lt;br /&gt;
|The realtime update interval in seconds &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#interval&amp;gt;&lt;br /&gt;
|The web site update interval in minutes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rollovertime&amp;gt;&lt;br /&gt;
|The time that the logs rollover to the next day: &#039;Midnight&#039;, &#039;9 am&#039; or &#039;10 am&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#update&amp;gt;&lt;br /&gt;
|The date and time of the last web site update&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastDataReadT&amp;gt;&lt;br /&gt;
|The date/time data was last read from the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#stationtype&amp;gt;&lt;br /&gt;
|The type of station in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#latitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Latitude latitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Longitude longitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Altitude altitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#location&amp;gt;&lt;br /&gt;
|The station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longlocation&amp;gt;&lt;br /&gt;
|Longer description of the station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forum&amp;gt;&lt;br /&gt;
|URL of the forum&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#webcam&amp;gt;&lt;br /&gt;
|URL of the webcam&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#graphperiod&amp;gt;&lt;br /&gt;
|The number of hours displayed by the graphs&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#snowdepth&amp;gt;&lt;br /&gt;
|Today&#039;s snow depth as entered manually in the Weather Diary. Normally in Centimeters.Output is purely as a numerical figure I.E 10&lt;br /&gt;
Configure in [[Cumulus.ini]] the hour when the snowdepth is updated e.g. &#039;&#039;SnowDepthHour=9&#039;&#039; means yesterday&#039;s figure applies until 9am.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currcond&amp;gt;&lt;br /&gt;
|Represents the value entered on the screen within Cumulus for the Current Weather condition, or the value as held in the [[currentconditions.txt]] file. Any reserved HTML characters are encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currcondenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#currcond&amp;gt; but also has characters above code 159 encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#chillhours&amp;gt;&lt;br /&gt;
|The number of &#039;chill hours&#039; so far this season.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveRainDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today where it has rained every day. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini, the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveDryDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today since it last rained. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRoseData&amp;gt;&lt;br /&gt;
|A comma-separated list of the wind &#039;totals&#039; used to draw the wind rose (8 or 16 values)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRosePoints&amp;gt;&lt;br /&gt;
|The number of items in &amp;lt;#WindRoseData&amp;gt; (i.e. 8 or 16)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindSampleCount&amp;gt;&lt;br /&gt;
|The number of wind samples making up the wind rose (etc) data (up to 3600)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAMonthlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA monthly report&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAYearlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA yearly report&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Day/Night/Sun/Moon==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunrise&amp;gt;&lt;br /&gt;
|Current sunrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunset&amp;gt;&lt;br /&gt;
|Current sunset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylength&amp;gt;&lt;br /&gt;
|Length of day in hours and minutes (sunrise to sunset)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tomorrowdaylength&amp;gt;&lt;br /&gt;
|A string giving the difference between the length of day light today and tomorrow.&lt;br /&gt;
Note.  This tag has been shown to generate inaccurate results and will probably be removed from Cumulus but is here for reference only.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dawn&amp;gt;&lt;br /&gt;
|Start of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dusk&amp;gt;&lt;br /&gt;
|End of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylightlength&amp;gt;&lt;br /&gt;
|Length of daylight in hours and minutes (dawn to dusk)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonphase&amp;gt;&lt;br /&gt;
|Current [[Lunar phase|phase of the moon]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonAge&amp;gt;&lt;br /&gt;
|Current &#039;&#039;&#039;approximate&#039;&#039;&#039; age of the Moon in days (0-29)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonrise&amp;gt;&lt;br /&gt;
|Current moonrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonset&amp;gt;&lt;br /&gt;
|Current moonset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#isdaylight&amp;gt;&lt;br /&gt;
|A flag to indicate if the location for the station is in civil daylight or not, based on the dawn and dusk times.  Possible values are 0 or 1, where 1 notes that it is currently within the hours of daylight.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsSunUp&amp;gt;&lt;br /&gt;
|A flag to indicate if the Sun is above the horizon or not. Possible values are 0 or 1, where 1 is when the Sun is above the horizon for the station location.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SunshineHours&amp;gt;&lt;br /&gt;
|Hours of sunshine so far today  (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YSunshineHours&amp;gt;&lt;br /&gt;
|Total hours of sunshine yesterday  (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CurrentSolarMax&amp;gt;&lt;br /&gt;
|Current theoretical maximum solar radiation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsSunny&amp;gt;&lt;br /&gt;
|Returns 1 if the sun is shining, otherwise 0 (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercent&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (negative value indicates &#039;waning&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercentAbs&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (always positive)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Alarms==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus alarm states. They give a value of &#039;1&#039; if the alarm has been set and the alarm condition is currently met; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempAlarm&amp;gt; &lt;br /&gt;
|Low temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempAlarm&amp;gt; &lt;br /&gt;
|High temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeUpAlarm&amp;gt; &lt;br /&gt;
|Temperature increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeDownAlarm&amp;gt; &lt;br /&gt;
|Temperature decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressAlarm&amp;gt; &lt;br /&gt;
|Low pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressAlarm&amp;gt; &lt;br /&gt;
|High pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeUpAlarm&amp;gt; &lt;br /&gt;
|Pressure increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeDownAlarm&amp;gt; &lt;br /&gt;
|Pressure decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainTodayAlarm&amp;gt; &lt;br /&gt;
|High rain today alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateAlarm&amp;gt; &lt;br /&gt;
|High rainfall rate alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustAlarm&amp;gt; &lt;br /&gt;
|High wind gust alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedAlarm&amp;gt; &lt;br /&gt;
|High wind speed alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DataStopped&amp;gt;&lt;br /&gt;
|1 if the station has apparently stopped sending data to Cumulus, otherwise 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Records==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus record states. They give a value of &#039;1&#039; if the record has been exceeded; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#recordsbegandate&amp;gt;&lt;br /&gt;
|The date that the all time records began&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#newrecord&amp;gt; &lt;br /&gt;
|1 if &#039;new record&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the temperature tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the wind tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RainRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the rain tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the humidity tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the pressure tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily temperature range light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low daily temperature range light is currently flashing, 0 if not &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHeatIndexRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high heat index light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowWindChillRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low wind chill light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMinTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high minimum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowMaxTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low maximum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind gust light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind speed light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high rain rate light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHourlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high hourly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMonthlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high monthly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest dry period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest wet period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindrunRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind run light is currently flashing, 0 if not&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Extra Sensors==&lt;br /&gt;
&lt;br /&gt;
These webtags are for additional sensors supported by Cumulus&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot;|Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp1&amp;gt;&lt;br /&gt;
|Extra temperature channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp2&amp;gt;&lt;br /&gt;
|Extra temperature channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp3&amp;gt;&lt;br /&gt;
|Extra temperature channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraTemp10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP1&amp;gt;&lt;br /&gt;
|Extra dew point channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP2&amp;gt;&lt;br /&gt;
|Extra dew point channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP3&amp;gt;&lt;br /&gt;
|Extra dew point channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraDP10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum1&amp;gt;&lt;br /&gt;
|Extra humidity channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum2&amp;gt;&lt;br /&gt;
|Extra humidity channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum3&amp;gt;&lt;br /&gt;
|Extra humidity channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraHum10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilTemp1&amp;gt;&lt;br /&gt;
|Soil temperature 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilTemp2&amp;gt;&lt;br /&gt;
|Soil temperature 2&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#SoilTemp4&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilMoisture1&amp;gt;&lt;br /&gt;
|Soil moisture 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilMoisture2&amp;gt;&lt;br /&gt;
|Soil moisture 2&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#SoilMoisture4&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafTemp1&amp;gt;&lt;br /&gt;
|Leaf temperature 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafTemp2&amp;gt;&lt;br /&gt;
|Leaf temperature 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafWetness1&amp;gt;&lt;br /&gt;
|Leaf wetness 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafWetness2&amp;gt;&lt;br /&gt;
|Leaf wetness 2 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special tags==&lt;br /&gt;
&lt;br /&gt;
===OS WMR Series===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the WMR928, WR100/200 extra sensors:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|n/a&lt;br /&gt;
|Now incorporated into the Extra Sensors section above&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Davis===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Davis PWS:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsReceived&amp;gt;&lt;br /&gt;
|Total number of data packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsMissed&amp;gt;&lt;br /&gt;
|Number of missed data packets&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumberOfResynchs&amp;gt;&lt;br /&gt;
|Number of times the console resynchronised with the transmitter&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisMaxInARow&amp;gt;&lt;br /&gt;
|Longest streak of consecutive packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumCRCerrors&amp;gt;&lt;br /&gt;
|Number of packets received with CRC errors&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Wind values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THSWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Solar/Wind values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisFirmwareVersion&amp;gt;&lt;br /&gt;
|The console firmware version&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#battery&amp;gt;&lt;br /&gt;
|The console battery condition&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#txbattery&amp;gt;&lt;br /&gt;
&amp;lt;#txbattery channel=1&amp;gt;&lt;br /&gt;
|The transmitter battery condition, by default it returns the status of all transmitters.&lt;br /&gt;
The optional &#039;channel&#039; parameter returns the status for a particular transmitter, up to channel=8. The channel result is just the string &amp;quot;ok&amp;quot; or whatever the string is for a low battery&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fine Offset===&lt;br /&gt;
The following tags are specific to the Fine Offset series of PWS&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Light&amp;gt;&lt;br /&gt;
|Current Lux value (3080 models only)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SensorContactLost&amp;gt;&lt;br /&gt;
|1 if the station has lost contact with its remote sensors &amp;quot;Fine Offset only&amp;quot; 0 if contact has been established&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===System===&lt;br /&gt;
&lt;br /&gt;
Special tags returning information about the system hosting Cumulus:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsVersion&amp;gt;&lt;br /&gt;
|OS version, e.g. &amp;quot;Windows 7 x64 build 7600&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsLanguage&amp;gt;&lt;br /&gt;
|OS language, e.g. &amp;quot;English&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SystemUpTime&amp;gt;&lt;br /&gt;
|How long the system has been up, e.g. &amp;quot;8 hours 21 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ProgramUpTime&amp;gt;&lt;br /&gt;
|How long Cumulus has been running, e.g. &amp;quot;7 hours 55 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuName&amp;gt;&lt;br /&gt;
|CPU type, e.g. &amp;quot;Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuCount&amp;gt;&lt;br /&gt;
|Number of processors, e.g. &amp;quot;4&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MemoryStatus&amp;gt;&lt;br /&gt;
|Free and total system RAM, e.g. &amp;quot;4619/8191 MB (free/total)&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DisplayMode&amp;gt;&lt;br /&gt;
|Screen display mode, e.g. &amp;quot;1680x1050, 32 bit&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#AllocatedMemory&amp;gt;&lt;br /&gt;
|Amount of memory allocated to Cumulus, e.g. &amp;quot;18.76 MB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskSize&amp;gt;&lt;br /&gt;
|Size of disk on which Cumulus is running, e.g. &amp;quot;931.51 GB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskFree&amp;gt;&lt;br /&gt;
|Free space on disk on which Cumulus is running, e.g. &amp;quot;515.36 GB&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===No Commas===&lt;br /&gt;
&lt;br /&gt;
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&#039;t like the commas. They all correspond to the same tag with &#039;RC&#039; removed.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#RCdew&amp;gt; &amp;lt;#RCheatindex&amp;gt; &amp;lt;#RChum&amp;gt; &amp;lt;#RCinhum&amp;gt; &amp;lt;#RCintemp&amp;gt; &amp;lt;#RCpress&amp;gt; &amp;lt;#RCpressTH&amp;gt;&lt;br /&gt;
 &amp;lt;#RCpressTL&amp;gt; &amp;lt;#RCrfall&amp;gt; &amp;lt;#RCrrate&amp;gt; &amp;lt;#RCrrateTM&amp;gt; &amp;lt;#RCtemp&amp;gt; &amp;lt;#RCtempTH&amp;gt; &amp;lt;#RCtempTL&amp;gt;&lt;br /&gt;
 &amp;lt;#RCwchill&amp;gt; &amp;lt;#RCwgust&amp;gt; &amp;lt;#RCwgustTM&amp;gt; &amp;lt;#RCwspeed&amp;gt; &amp;lt;#RCwlatest&amp;gt; &amp;lt;#RCdewpointTH&amp;gt;&lt;br /&gt;
 &amp;lt;#RCdewpointTL&amp;gt; &amp;lt;#RCwchillTL&amp;gt; &amp;lt;#RCheatindexTH&amp;gt; &amp;lt;#RCapptempTH&amp;gt; &amp;lt;#RCapptempTL&amp;gt;&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=2522</id>
		<title>Webtags (preserving history)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=2522"/>
		<updated>2013-03-31T13:41:50Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Today */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The webtags available in the version/build you are using are listed in the Cumulus Help provided with that build.&lt;br /&gt;
== Webtags available in Cumulus 1.9.3 ==&lt;br /&gt;
&lt;br /&gt;
These are special markers placed in a file which Cumulus can then process and replace with the actual values.  Typically you would use this to build your own website by having an HTML template file with your layout, static text and graphics.  In the position on the page you wish Cumulus to insert the relevant data place a webtag in the form:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#tagname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming you have asked Cumulus to process the file, it will replace the tag with the current value of the item the tag represents just before the file is uploaded to the internet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: When you put a tag into your HTML, be careful that whatever program you are using to develop your web pages doesn&#039;t change the angle brackets to slightly different symbols -- this is a common cause of failure!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Webtags are case sensitive, so please type them as shown here.&lt;br /&gt;
&lt;br /&gt;
=== New Webtags in Beta builds ===&lt;br /&gt;
&lt;br /&gt;
New webtags for beta versions of Cumulus are not listed here until the version becomes &#039;live&#039; however there is a page that details the [[BETA webtags|additional webtags]] available in the Beta version.&lt;br /&gt;
&lt;br /&gt;
=Time/Date &#039;format&#039; Parameter=&lt;br /&gt;
&lt;br /&gt;
From 1.9.1 most time webtags will accept an option &#039;format&#039; parameter, e.g: &amp;lt;#YearTempHT format=hh:nn&amp;gt;. This allows you to override the default display format for that item, using the format specifiers in the table below. Note that if your format has any spaces in it, you must enclose it in double quotes, thus: &amp;lt;#YearTempHT format=&amp;quot;hh nn&amp;quot;&amp;gt;. Note also that you can specify date formatting to times and vice versa, but this will not always yield a sensible result.&lt;br /&gt;
&lt;br /&gt;
You should put anything which is not intended to be part of the date and time formatting into single quotation marks to prevent it being interpreted as a date or time formatter. For example, the word &amp;quot;on&amp;quot; contains the character &amp;quot;n&amp;quot;, which will be interpreted as a time formatter unless you put it into single quotation marks. Example: &amp;lt;#TtempH format=&amp;quot;&#039;at&#039; hh: mm &#039;on&#039; dd / mm / yyyy&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Specifier&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Displays&lt;br /&gt;
|-&lt;br /&gt;
|c&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format, followed by the time using the format given by the Windows Long Time format. The time is not displayed if the date-time value indicates midnight precisely.&lt;br /&gt;
|-&lt;br /&gt;
|d&lt;br /&gt;
|Displays the day as a number without a leading zero (1-31).&lt;br /&gt;
|-&lt;br /&gt;
|dd&lt;br /&gt;
|Displays the day as a number with a leading zero (01-31).&lt;br /&gt;
|-&lt;br /&gt;
|ddd&lt;br /&gt;
|Displays the day as an abbreviation (Sun-Sat) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|dddd&lt;br /&gt;
|Displays the day as a full name (Sunday-Saturday) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|ddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format.&lt;br /&gt;
|-&lt;br /&gt;
|dddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Long Date format.&lt;br /&gt;
|-&lt;br /&gt;
|m&lt;br /&gt;
|Displays the month as a number without a leading zero (1-12). If the m specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mm&lt;br /&gt;
|Displays the month as a number with a leading zero (01-12). If the mm specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mmm&lt;br /&gt;
|Displays the month as an abbreviation (Jan-Dec) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|mmmm&lt;br /&gt;
|Displays the month as a full name (January-December) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|yy&lt;br /&gt;
|Displays the year as a two-digit number (00-99).&lt;br /&gt;
|-&lt;br /&gt;
|yyyy&lt;br /&gt;
|Displays the year as a four-digit number (0000-9999).&lt;br /&gt;
|-&lt;br /&gt;
|h&lt;br /&gt;
|Displays the hour without a leading zero (0-23).&lt;br /&gt;
|-&lt;br /&gt;
|hh&lt;br /&gt;
|Displays the hour with a leading zero (00-23).&lt;br /&gt;
|-&lt;br /&gt;
|n&lt;br /&gt;
|Displays the minute without a leading zero (0-59). &lt;br /&gt;
|-&lt;br /&gt;
|nn&lt;br /&gt;
|Displays the minute with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|s&lt;br /&gt;
|Displays the second without a leading zero (0-59).&lt;br /&gt;
|-&lt;br /&gt;
|ss&lt;br /&gt;
|Displays the second with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|z&lt;br /&gt;
|Displays the millisecond without a leading zero (0-999). &lt;br /&gt;
|-&lt;br /&gt;
|zzz&lt;br /&gt;
|Displays the millisecond with a leading zero (000-999).&lt;br /&gt;
|-&lt;br /&gt;
|t&lt;br /&gt;
|Displays the time using the format given by the Windows Short Time format.&lt;br /&gt;
|-&lt;br /&gt;
|tt\&lt;br /&gt;
|Displays the time using the format given by the Windows Long Time format. &lt;br /&gt;
|-&lt;br /&gt;
|am/pm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;am&#039; for any hour before noon, and &#039;pm&#039; for any hour after noon. The am/pm specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|a/p&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;a&#039; for any hour before noon, and &#039;p&#039; for any hour after noon. The a/p specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|ampm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays the contents of the Windows AM string for any hour before noon, and the contents of the Windows PM string for any hour after noon.&lt;br /&gt;
|-&lt;br /&gt;
|/&lt;br /&gt;
|Displays the date separator character given by the Windows Date Separator.&lt;br /&gt;
|-&lt;br /&gt;
|:&lt;br /&gt;
|Displays the time separator character given by the Windows Time Separator. &lt;br /&gt;
|-&lt;br /&gt;
|&#039;xx&#039;&lt;br /&gt;
|Characters enclosed in single quotation marks are displayed as such, and do not affect formatting. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=The Tags=&lt;br /&gt;
&lt;br /&gt;
Below is a list of the webtags available in the current version of Cumulus.&lt;br /&gt;
&lt;br /&gt;
==Units==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunit&amp;gt;&lt;br /&gt;
|Unit of temperature being used (Set in Cumulus as [http://en.wikipedia.org/wiki/Centigrade Celsius] or [http://en.wikipedia.org/wiki/Fahrenheit Fahrenheit]) values &amp;quot;&amp;amp;amp;deg;C&amp;quot; or &amp;quot;&amp;amp;amp;deg;F&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunitnodeg&amp;gt;&lt;br /&gt;
|The temperature units being used, without a degree symbol, i.e. &amp;quot;F&amp;quot; or &amp;quot;C&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressunit&amp;gt;&lt;br /&gt;
|Unit of measure for pressure. Possible values: &amp;quot;mb&amp;quot;, &amp;quot;hPa&amp;quot;, &amp;quot;in&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rainunit&amp;gt;&lt;br /&gt;
|Unit of measure for rain fall. Possible values: &amp;quot;mm&amp;quot; or &amp;quot;inches&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windunit&amp;gt;&lt;br /&gt;
|Unit of measure for wind speed. Possible values: &amp;quot;m/s&amp;quot;, &amp;quot;mph&amp;quot;, &amp;quot;km/h&amp;quot;, &amp;quot;kts&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrununit&amp;gt;&lt;br /&gt;
|Unit of measure for wind run (distance). Possible values: &amp;quot;km&amp;quot;, &amp;quot;miles&amp;quot;, &amp;quot;km&amp;quot;, &amp;quot;nm&amp;quot; (for wind speeds in m/s, mph, km/h, kts)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbaseunit&amp;gt;&lt;br /&gt;
|The units used for cloudbase value. Possible values:  &amp;quot;ft&amp;quot; or &amp;quot;m&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Date &amp;amp; Time==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#date&amp;gt;&lt;br /&gt;
|The current date&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#time&amp;gt;&lt;br /&gt;
|The current time and date. Example result: 18:30 on 30 December 2009.  If you simply wish the time, use a combination of the day, month, year tags (below)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timehhmmss&amp;gt;&lt;br /&gt;
|The current time. Example format: 18:30:27 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timeUTC&amp;gt;&lt;br /&gt;
|The current UTC date/time rather than local date/time&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#day&amp;gt;&lt;br /&gt;
| The current day as a 2-digit number. Example format: 14   &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dayname&amp;gt;&lt;br /&gt;
| The current day as a word.  For example, Monday&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortdayname&amp;gt;&lt;br /&gt;
| The current day as a shortened word. Example format: Mon&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#month&amp;gt;&lt;br /&gt;
|The current month as a 2-digit number. Example format: 05&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#monthname&amp;gt;&lt;br /&gt;
|The current month as a word. Example format: August&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortmonthname&amp;gt;&lt;br /&gt;
|The current month as a shortened word. Example format: Aug&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#year&amp;gt;&lt;br /&gt;
|The current year as a 4-digit number. Example format: 2009 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortyear&amp;gt;&lt;br /&gt;
|The current year as a 2-digit number. Example format: 09&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hour&amp;gt;&lt;br /&gt;
|The current hour as a 2-digit number. Example format: 23&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#minute&amp;gt;&lt;br /&gt;
|The current minute as a 2-digit number. Example format: 59&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#metdate&amp;gt;&lt;br /&gt;
|The current meteorological date. After rollover time on current calendar date, this date will be the same as the current date. If using a 9am/10am rollover, then between midnight and 9am/10am the &amp;lt;#metdate&amp;gt; will be the previous calendar day.  &lt;br /&gt;
&lt;br /&gt;
Can be used with relevant format parameters to indicate current meteorological day on todayT.htm template page, meteorological month on thismonthT.htm template page, or meteorological year on thisyearT.htm template page&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#metdateyesterday&amp;gt;&amp;gt;&lt;br /&gt;
|The previous meteorological date. If using a 9am/10am rollover, then between midnight and 9am/10am the &amp;lt;#metdateyesterday&amp;gt; will be the calendar day before that returned by &amp;lt;#yesterday&amp;gt;, otherwise both return same.  &lt;br /&gt;
&lt;br /&gt;
Can be used with relevant format parameters to indicate correct day on yesterdayT.htm template page, and can be used to return latest day stored on [[dayfile.txt]] and NOAA report for latest month.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#yesterday&amp;gt;&lt;br /&gt;
|Yesterdays date&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DaysSince30Dec1899&amp;gt; &lt;br /&gt;
|Day count (gives whole and fractional part) Example: 41250.6523310301&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DaysSinceRecordsBegan&amp;gt;&lt;br /&gt;
|Day count since Cumulus records started&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Conditions==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptemp&amp;gt;&lt;br /&gt;
|The [[Apparent_temperature|apparent]] temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgtemp&amp;gt;&lt;br /&gt;
|The [[Average_temperature|average]] temperature so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temp&amp;gt;&lt;br /&gt;
|The outside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#intemp&amp;gt;&lt;br /&gt;
|The inside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrend&amp;gt;&lt;br /&gt;
|The average rate of change in temperature over the last three hours. Trend = (temp_now - temp_3hrs_ago) / 3&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendtext&amp;gt;&lt;br /&gt;
|Temperature change over the last three hours - Rising/Falling/Steady (values can be set in strings.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendenglish&amp;gt;&lt;br /&gt;
|Temperature change over the last three hours - Rising/Falling/Steady (for use by javascript etc, values can&#039;t be changed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeLastHour&amp;gt;&lt;br /&gt;
|The change in temperature over the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindex&amp;gt;&lt;br /&gt;
|Current [[heat index]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humidex&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Humidex Humidex]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hum&amp;gt;&lt;br /&gt;
|The outside [http://en.wikipedia.org/wiki/Humidity humidity]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#inhum&amp;gt;&lt;br /&gt;
|The inside humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dew&amp;gt;&lt;br /&gt;
|The outside dew point&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchill&amp;gt;&lt;br /&gt;
|The current [[wind chill]] temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wetbulb&amp;gt;&lt;br /&gt;
|Estimated [http://en.wikipedia.org/wiki/Wet_bulb wet bulb] temperature, currently only available via web tag&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsFreezing&amp;gt;&lt;br /&gt;
|Is outside temperature is at or below 0°C/32°F. 0=Above freezing, 1=Below freezing&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfall&amp;gt;&lt;br /&gt;
|The total rainfall so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrate&amp;gt;&lt;br /&gt;
|The current rainfall rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rhour&amp;gt;&lt;br /&gt;
|The rainfall in the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmidnight&amp;gt;&lt;br /&gt;
|The total rainfall since midnight. Useful if you don&#039;t use midnight as your start of day&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#r24hour&amp;gt;&lt;br /&gt;
|Amount of rain in the last 24 hours&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastRainTipISO&amp;gt;&lt;br /&gt;
|Date/time of last rain gauge tip (e.g 2010-09-06 06:09)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsRaining&amp;gt;&lt;br /&gt;
|For Hydreon RG-11 devices, shows the current rain state. 0=No rain, 1=It&#039;s raining&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#press&amp;gt;&lt;br /&gt;
|The [http://en.wikipedia.org/wiki/Sea_level_pressure sea level pressure]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendval&amp;gt;&lt;br /&gt;
|The average rate of pressure change over the last three hours.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrend&amp;gt;&lt;br /&gt;
|The pressure trend in words - values can be set in the &#039;strings.ini&#039; file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendenglish&amp;gt;&lt;br /&gt;
| a singe word description for the pressure trend - Rising/Falling/Steady.  Useful for developing Javascript coding on your webpage.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altimeterpressure&amp;gt;&lt;br /&gt;
|Altimeter pressure. Pressure corrected to sea level using the station&#039;s altitude only. Same as sea-level pressure for non-Davis stations.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wlatest&amp;gt;&lt;br /&gt;
|Current wind speed reading from console.  Corresponds to &#039;latest&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearing&amp;gt;&lt;br /&gt;
|Current wind bearing in degrees&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currentwdir&amp;gt;&lt;br /&gt;
|Current wind bearing as a compass point - e.g. ESE &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeed&amp;gt;&lt;br /&gt;
|The 10-minute average, if you have Cumulus set to calculate a 10-minute average. Otherwise, it&#039;s the latest &#039;wind&#039; value from the console (i.e. the current speed as determined by the station). Corresponds to &#039;average&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgbearing&amp;gt;&lt;br /&gt;
|Average wind bearing in degrees over last 10 minutes. Range 1-360, 0=Calm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdir&amp;gt;&lt;br /&gt;
|Average wind bearing over last 10 minutes as a [http://en.wikipedia.org/wiki/Compass compass] point - e.g. ESE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgust&amp;gt;&lt;br /&gt;
|The highest wind reading in the last 10 minutes. Corresponds to &#039;gust&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdirdata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind bearing readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspddata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind speed readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#nextwindindex&amp;gt;&lt;br /&gt;
|The index of the entries in wdirdata and wspddata which Cumulus is going to use next - i.e. the latest entry used is one less than this; but don&#039;t forget to allow for the wrap around!&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufort&amp;gt;&lt;br /&gt;
|The current wind speed on the [http://en.wikipedia.org/wiki/Beaufort_scale Beaufort scale] (e.g. F8) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufortnumber&amp;gt;&lt;br /&gt;
|The current wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaudesc&amp;gt;&lt;br /&gt;
|The current wind speed Beaufort description (e.g. &amp;quot;Gale&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeFrom&amp;gt;&lt;br /&gt;
|The &#039;lowest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeTo&amp;gt;&lt;br /&gt;
|The &#039;highest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeFrom10&amp;gt;&lt;br /&gt;
|The &#039;lowest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded down to nearest 10 degrees&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeTo10&amp;gt;&lt;br /&gt;
|The &#039;highest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded down to nearest 10 degrees&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbase&amp;gt;&lt;br /&gt;
|Calculated [http://en.wikipedia.org/wiki/Cloud_base cloud base]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbasevalue&amp;gt;&lt;br /&gt;
|Current calculated cloud base without units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UV&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Uv_index UV index]. Requires your station to have a UV sensor.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SolarRad&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Solar_radiation solar radiation]. Requires your station to have a solar sensor.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Light&amp;gt;&lt;br /&gt;
|Current Current light level in Lux. Requires your station to have a solar sensor. Only applies to Fine Offset stations.&lt;br /&gt;
|-&lt;br /&gt;
|[[Forecast_webtag|&amp;lt;#forecast&amp;gt;]]&lt;br /&gt;
|The current forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#forecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forecastnumber&amp;gt;&lt;br /&gt;
|The number relating to the current forecast entry in the [[strings.ini]] file.  If your station is not providing it&#039;s own forecast and Cumulus is not calculating one then 0 (zero) is returned.  Note: two negative numbers can be returned by Cumulus: -1 (neg 1) = Exceptional Fine, -26 (neg 26) = Exceptional Bad&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cumulusforecast&amp;gt;&lt;br /&gt;
|Always gives Cumulus (Zambretti) forecast, even if the &amp;lt;#forecast&amp;gt; tag provides a station forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cumulusforecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#cumulusforecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wsforecast&amp;gt;&lt;br /&gt;
|Always gives station forecast (if available)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wsforecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#wsforecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Today==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprange&amp;gt;&lt;br /&gt;
|The temperature range (&amp;lt;#tempTH&amp;gt; - &amp;lt;#tempTL&amp;gt;) so far today (Cumulus calculates all these tags using Celsius values, but outputs them in your chosen units)&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTH&amp;gt;&lt;br /&gt;
|Today&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTL&amp;gt;&lt;br /&gt;
|Today&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexTH&amp;gt;&lt;br /&gt;
|Today&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest humidity&lt;br /&gt;
|&amp;lt;#ThumTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest humidity&lt;br /&gt;
|&amp;lt;#ThumTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustTM&amp;gt; &lt;br /&gt;
|Today&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingTM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of today&#039;s high gust (&amp;lt;#wgustTM&amp;gt;) in degrees&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufort&amp;gt; &lt;br /&gt;
|Today&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufortnumber&amp;gt;&lt;br /&gt;
|Today&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#windrun&amp;gt;&lt;br /&gt;
|The total wind run so far today&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearing&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddir&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaudesc&amp;gt;&lt;br /&gt;
|Beaufort &#039;description&#039; for today&#039;s high wind speed&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ET&amp;gt;&lt;br /&gt;
|Today&#039;s [http://en.wikipedia.org/wiki/Evapotranspiration evapotranspiration]. Applies only to Davis stations, equipped with a solar sensor.&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdays&amp;gt;&lt;br /&gt;
|Today&#039;s [[Heat/cold_degree_days_and_Chill_hours|heating degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdays&amp;gt;&lt;br /&gt;
|Today&#039;s [[Heat/cold_degree_days_and_Chill_hours|cooling degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#solarTH&amp;gt;&lt;br /&gt;
|Today&#039;s high solar radiation value (Solar sensor needed)&lt;br /&gt;
|&amp;lt;#TsolarTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UVTH&amp;gt;&lt;br /&gt;
|Today&#039;s high UV Index (UV sensor needed)&lt;br /&gt;
|&amp;lt;#TUVTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yesterday==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgtempY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s average temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprangeY&amp;gt;&lt;br /&gt;
|The temperature range (max - min) yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYH&amp;gt;&lt;br /&gt;
|High humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYL&amp;gt;&lt;br /&gt;
|Low humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallY&amp;gt;&lt;br /&gt;
|The total rainfall for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustYM&amp;gt; &lt;br /&gt;
|Yesterday&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingYM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of yesterday&#039;s high gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufort&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufortnumber&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaudesc&amp;gt;&lt;br /&gt;
|Beaufort &#039;description&#039; for yesterday&#039;s high wind speed&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearingY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddirY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunY&amp;gt;&lt;br /&gt;
|The total wind run for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s [[Heat/cold_degree_days_and_Chill_hours|heating degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s [[Heat/cold_degree_days_and_Chill_hours|cooling degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#solarYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high solar radiation value&lt;br /&gt;
|&amp;lt;#TsolarYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UVYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high UV Index&lt;br /&gt;
|&amp;lt;#TUVYH&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monthly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempH&amp;gt;&lt;br /&gt;
|This months high temperature&lt;br /&gt;
|&amp;lt;#MonthTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempL&amp;gt;&lt;br /&gt;
|This months low temperature&lt;br /&gt;
|&amp;lt;#MonthTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMinTempH&amp;gt;&lt;br /&gt;
|This months highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMaxTempL&amp;gt;&lt;br /&gt;
|This months lowest daily maximum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHeatIndexH&amp;gt;&lt;br /&gt;
|This months high heat index&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWChillL&amp;gt;&lt;br /&gt;
|This months low wind chill&lt;br /&gt;
|&amp;lt;#MonthWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempH&amp;gt;&lt;br /&gt;
|This months high apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempL&amp;gt;&lt;br /&gt;
|This months low apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointH&amp;gt;&lt;br /&gt;
|This months high dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointL&amp;gt;&lt;br /&gt;
|This months low dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumH&amp;gt;&lt;br /&gt;
|This months highest humidty&lt;br /&gt;
|&amp;lt;#MonthHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumL&amp;gt;&lt;br /&gt;
|This months lowest humidty&lt;br /&gt;
|&amp;lt;#MonthHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressH&amp;gt;&lt;br /&gt;
|This months highest pressure&lt;br /&gt;
|&amp;lt;#MonthPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressL&amp;gt;&lt;br /&gt;
|This months lowest pressure&lt;br /&gt;
|&amp;lt;#MonthPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthGustH&amp;gt;&lt;br /&gt;
|This months highest wind gust&lt;br /&gt;
|&amp;lt;#MonthGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindH&amp;gt;&lt;br /&gt;
|This months highest wind speed&lt;br /&gt;
|&amp;lt;#MonthWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmonth&amp;gt;&lt;br /&gt;
|The total rainfall so far this month&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthRainRateH&amp;gt;&lt;br /&gt;
|This months highest rainfall rate&lt;br /&gt;
|&amp;lt;#MonthRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHourlyRainH&amp;gt;&lt;br /&gt;
|This months highest hourly rain&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDailyRainH&amp;gt;&lt;br /&gt;
|This months greatest daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest dry period ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day, ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yearly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempH&amp;gt;&lt;br /&gt;
|This years highest temperature&lt;br /&gt;
|&amp;lt;#YearTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempL&amp;gt;&lt;br /&gt;
|This years lowest temperature&lt;br /&gt;
|&amp;lt;#YearTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHeatIndexH&amp;gt;&lt;br /&gt;
|This years highest heat index&lt;br /&gt;
|&amp;lt;#YearHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWChillL&amp;gt;&lt;br /&gt;
|This years lowest wind chill&lt;br /&gt;
|&amp;lt;#YearWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempH&amp;gt;&lt;br /&gt;
|This years highest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempL&amp;gt;&lt;br /&gt;
|This years lowest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointH&amp;gt;&lt;br /&gt;
|This years highest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointL&amp;gt;&lt;br /&gt;
|This years lowest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMinTempH&amp;gt;&lt;br /&gt;
|This years highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMaxTempL&amp;gt;&lt;br /&gt;
|This years lowest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumH&amp;gt;&lt;br /&gt;
|This years high humidty&lt;br /&gt;
|&amp;lt;#YearHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumL&amp;gt;&lt;br /&gt;
|This years low humidty&lt;br /&gt;
|&amp;lt;#YearHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressH&amp;gt;&lt;br /&gt;
|This years high pressure&lt;br /&gt;
|&amp;lt;#YearPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressL&amp;gt;&lt;br /&gt;
|This years low pressure&lt;br /&gt;
|&amp;lt;#YearPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearGustH&amp;gt;&lt;br /&gt;
|This years high wind gust&lt;br /&gt;
|&amp;lt;#YearGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindH&amp;gt;&lt;br /&gt;
|This years high wind speed&lt;br /&gt;
|&amp;lt;#YearWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ryear&amp;gt;&lt;br /&gt;
|The total rainfall so far this year&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearRainRateH&amp;gt;&lt;br /&gt;
|This years high rainfall rate&lt;br /&gt;
|&amp;lt;#YearRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHourlyRainH&amp;gt;&lt;br /&gt;
|This years high hourly rain&lt;br /&gt;
|&amp;lt;#YearHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDailyRainH&amp;gt;&lt;br /&gt;
|This years high daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMonthlyRainH&amp;gt;&lt;br /&gt;
|This years high monthly rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMonthlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest period without rain ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==All Time==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempH&amp;gt;&lt;br /&gt;
|All time high temperature&lt;br /&gt;
|&amp;lt;#TtempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempL&amp;gt;&lt;br /&gt;
|All time low temperature &lt;br /&gt;
|&amp;lt;#TtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#mintempH&amp;gt;&lt;br /&gt;
|All time high minimum temperature &lt;br /&gt;
|&amp;lt;#TmintempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#maxtempL&amp;gt;&lt;br /&gt;
|All time low maximum temperature &lt;br /&gt;
|&amp;lt;#TmaxtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDailyTempRange&amp;gt;&lt;br /&gt;
|All time low daily temperature range&lt;br /&gt;
|&amp;lt;#TLowDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyTempRange&amp;gt;&lt;br /&gt;
|All time high daily temperature range&lt;br /&gt;
|&amp;lt;#THighDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempH&amp;gt;&lt;br /&gt;
|All time high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempL&amp;gt;&lt;br /&gt;
|All time low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexH&amp;gt;&lt;br /&gt;
|All time high heat index&lt;br /&gt;
|&amp;lt;#TheatindexH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointH&amp;gt;&lt;br /&gt;
|All time high dew point&lt;br /&gt;
|&amp;lt;#TdewpointH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointL&amp;gt;&lt;br /&gt;
|All time low dew point&lt;br /&gt;
|&amp;lt;#TdewpointL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humH&amp;gt;&lt;br /&gt;
|All time high humidity&lt;br /&gt;
|&amp;lt;#ThumH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humL&amp;gt;&lt;br /&gt;
|All time low humidity&lt;br /&gt;
|&amp;lt;#ThumL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillH&amp;gt;&lt;br /&gt;
|All time greatest wind chill (i.e. lowest temperature) &lt;br /&gt;
|&amp;lt;#TwchillH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateM&amp;gt;&lt;br /&gt;
|All time high rain rate &lt;br /&gt;
|&amp;lt;#TrrateM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallH&amp;gt;&lt;br /&gt;
|All time high daily rain &lt;br /&gt;
|&amp;lt;#TrfallH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallhH&amp;gt;&lt;br /&gt;
|All time high hourly rain&lt;br /&gt;
|&amp;lt;#TrfallhH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallmH&amp;gt;&lt;br /&gt;
|All time high monthly rain &lt;br /&gt;
|&amp;lt;#TrfallmH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriod&amp;gt;&lt;br /&gt;
|All time longest dry period (days)&lt;br /&gt;
|&amp;lt;#TLongestDryPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriod&amp;gt;&lt;br /&gt;
|All time longest wet period (days)&lt;br /&gt;
|&amp;lt;#TLongestWetPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressH&amp;gt;&lt;br /&gt;
|All time high pressure &lt;br /&gt;
|&amp;lt;#TpressH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressL&amp;gt;&lt;br /&gt;
|All time low pressure &lt;br /&gt;
|&amp;lt;#TpressL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#gustM&amp;gt;&lt;br /&gt;
|All time high wind gust &lt;br /&gt;
|&amp;lt;#TgustM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeedH&amp;gt;&lt;br /&gt;
|All time high average wind speed &lt;br /&gt;
|&amp;lt;#TwspeedH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunH&amp;gt;&lt;br /&gt;
|All time high daily wind run&lt;br /&gt;
|&amp;lt;#TwindrunH&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Recent History==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for &#039;recent historical data&#039;, giving data values from 1 minute ago, up to 1 week ago, in 1 minute intervals. Note that the values are initialised from the log files when Cumulus starts, so they will initially have a resolution according to the logger interval you have set in Cumulus and/or your station. You&#039;ll get the nearest value if you ask for one for which there is currently no exact match. &lt;br /&gt;
&lt;br /&gt;
You specify how old you want the value to be by using parameters on the web tags for number of days, hours, and minutes. For example, &amp;lt;#RecentOutsideTemp m=1&amp;gt; will give the temperature one minute ago, &amp;lt;#RecentOutsideTemp h=1&amp;gt; will give the temperature one hour ago (as will &amp;lt;#RecentOutsideTemp m=60&amp;gt;), and &amp;lt;#RecentOutsideTemp d=1&amp;gt; will give the temperature one day ago. &amp;lt;#RecentOutsideTemp d=1 h=1 m=1&amp;gt; will give the temperature one day, one hour and one minute ago. All values supplied for parameters must be whole numbers. If you don&#039;t supply any parameters, the result is undefined. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentOutsideTemp&amp;gt;&lt;br /&gt;
|Outside Temperature &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindSpeed&amp;gt;&lt;br /&gt;
|Wind Speed &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindGust&amp;gt;&lt;br /&gt;
|Wind Gust &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindLatest&amp;gt;&lt;br /&gt;
|Wind Latest. Note: Wind &#039;Speed&#039;, &#039;Gust&#039; and &#039;Latest&#039; have the usual Cumulus meanings &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindDir&amp;gt;&lt;br /&gt;
|Wind Direction (instantaneous) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindAvgDir&amp;gt;&lt;br /&gt;
|Wind Direction (average) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindChill&amp;gt;&lt;br /&gt;
|Wind Chill &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentDewPoint&amp;gt;&lt;br /&gt;
|Dew Point &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentHeatIndex&amp;gt;&lt;br /&gt;
|Heat Index &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentHumidity&amp;gt;&lt;br /&gt;
|Relative Humidity &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentPressure&amp;gt;&lt;br /&gt;
|Sea-level Pressure &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentRainToday&amp;gt;&lt;br /&gt;
|Today&#039;s rain &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentSolarRad&amp;gt;&lt;br /&gt;
|Solar Radiation &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentUV&amp;gt;&lt;br /&gt;
|UV Index &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monthly All Time Records==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for monthly all-time highs and lows, in other words the highest and lowest values for a particular month of the year. For example, the highest ever temperature in July. Each Value tag has an optional parameter &amp;quot;mon=N&amp;quot; where N is the index of the month of the year that you want the value for (January=1 and so on). For example, &amp;lt;#ByMonthTempH mon=7&amp;gt; will give you the highest ever temperature in July. &lt;br /&gt;
&lt;br /&gt;
If you don&#039;t supply a parameter (or supply an invalid value) the current month will be used. You can customise the date and time formats using the &#039;format&#039; parameter on the web tag, see below. To supply more than one parameter, separate them with spaces, e.g. &amp;lt;#ByMonthTempHT mon=7 format=hh:nn&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date/Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthTempH&amp;gt;&lt;br /&gt;
|High Temperature&lt;br /&gt;
|&amp;lt;#ByMonthTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthTempL&amp;gt;&lt;br /&gt;
|Low Temperature&lt;br /&gt;
|&amp;lt;#ByMonthTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHeatIndexH&amp;gt;&lt;br /&gt;
|High Heat Index&lt;br /&gt;
|&amp;lt;#ByMonthHeatIndexHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWChillL&amp;gt;&lt;br /&gt;
|Low Wind Chill&lt;br /&gt;
|&amp;lt;#ByMonthWChillLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthAppTempH&amp;gt;&lt;br /&gt;
|High Apparent Temperature&lt;br /&gt;
|&amp;lt;#ByMonthAppTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthAppTempL&amp;gt;&lt;br /&gt;
|Low Apparent Temperature&lt;br /&gt;
|&amp;lt;#ByMonthAppTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDewPointH&amp;gt;&lt;br /&gt;
|High Dew Point&lt;br /&gt;
|&amp;lt;#ByMonthDewPointHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDewPointL&amp;gt;&lt;br /&gt;
|Low Dew Point&lt;br /&gt;
|&amp;lt;#ByMonthDewPointLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthMinTempH&amp;gt;&lt;br /&gt;
|Highest Daily Minimum Temperature&lt;br /&gt;
|&amp;lt;#ByMonthMinTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthMaxTempL&amp;gt;&lt;br /&gt;
|Lowest Daily Maximum Temperature&lt;br /&gt;
|&amp;lt;#ByMonthMaxTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|&amp;lt;#ByMonthHighDailyTempRangeT&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|&amp;lt;#ByMonthLowDailyTempRangeT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHumH&amp;gt;&lt;br /&gt;
|High Humidity&lt;br /&gt;
|&amp;lt;#ByMonthHumHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHumL&amp;gt;&lt;br /&gt;
|Low Humidity&lt;br /&gt;
|&amp;lt;#ByMonthHumLT&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthPressH&amp;gt;&lt;br /&gt;
|High Pressure&lt;br /&gt;
|&amp;lt;#ByMonthPressHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthPressL&amp;gt;&lt;br /&gt;
|Low Pressure&lt;br /&gt;
|&amp;lt;#ByMonthPressLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthGustH&amp;gt;&lt;br /&gt;
|High Wind Gust&lt;br /&gt;
|&amp;lt;#ByMonthGustHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWindH&amp;gt;&lt;br /&gt;
|High Wind Speed&lt;br /&gt;
|&amp;lt;#ByMonthWindHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|&amp;lt;#ByMonthWindRunHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthRainRateH&amp;gt;&lt;br /&gt;
|High Rain Rate&lt;br /&gt;
|&amp;lt;#ByMonthRainRateHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHourlyRainH&amp;gt;&lt;br /&gt;
|High Hourly Rain&lt;br /&gt;
|&amp;lt;#ByMonthHourlyRainHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDailyRainH&amp;gt;&lt;br /&gt;
|High Daily Rain&lt;br /&gt;
|&amp;lt;#ByMonthDailyRainHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest Dry Period&lt;br /&gt;
|&amp;lt;#ByMonthLongestDryPeriodT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest Wet Period&lt;br /&gt;
|&amp;lt;#ByMonthLongestWetPeriodT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|no new tags&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestError&amp;gt;&lt;br /&gt;
|Displays the last error from the Cumulus error log. The value is cleared when you click the error light in Cumulus.&amp;lt;br /&amp;gt;&lt;br /&gt;
Note: This tag displays &#039;&#039;all&#039;&#039; errors, even if they do not cause the error light to flash in Cumulus.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorDate&amp;gt;&lt;br /&gt;
|The date of the latest error logged to the error log window, using the system short date format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorTime&amp;gt;&lt;br /&gt;
|The time of the latest error logged to the error log window, using the system short time format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ErrorLight&amp;gt;&lt;br /&gt;
|1 if the &#039;error&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#version&amp;gt;&lt;br /&gt;
|The version of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#build&amp;gt;&lt;br /&gt;
|The build of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#realtimeinterval&amp;gt;&lt;br /&gt;
|The realtime update interval in seconds &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#interval&amp;gt;&lt;br /&gt;
|The web site update interval in minutes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rollovertime&amp;gt;&lt;br /&gt;
|The time that the logs rollover to the next day: &#039;Midnight&#039;, &#039;9 am&#039; or &#039;10 am&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#update&amp;gt;&lt;br /&gt;
|The date and time of the last web site update&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastDataReadT&amp;gt;&lt;br /&gt;
|The date/time data was last read from the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#stationtype&amp;gt;&lt;br /&gt;
|The type of station in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#latitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Latitude latitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Longitude longitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Altitude altitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#location&amp;gt;&lt;br /&gt;
|The station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longlocation&amp;gt;&lt;br /&gt;
|Longer description of the station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forum&amp;gt;&lt;br /&gt;
|URL of the forum&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#webcam&amp;gt;&lt;br /&gt;
|URL of the webcam&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#graphperiod&amp;gt;&lt;br /&gt;
|The number of hours displayed by the graphs&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#snowdepth&amp;gt;&lt;br /&gt;
|Today&#039;s snow depth as entered manually in the Weather Diary. Normally in Centimeters.Output is purely as a numerical figure I.E 10&lt;br /&gt;
Configure in [[Cumulus.ini]] the hour when the snowdepth is updated e.g. &#039;&#039;SnowDepthHour=9&#039;&#039; means yesterday&#039;s figure applies until 9am.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currcond&amp;gt;&lt;br /&gt;
|Represents the value entered on the screen within Cumulus for the Current Weather condition, or the value as held in the [[currentconditions.txt]] file. Any reserved HTML characters are encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currcondenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#currcond&amp;gt; but also has characters above code 159 encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#chillhours&amp;gt;&lt;br /&gt;
|The number of &#039;chill hours&#039; so far this season.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveRainDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today where it has rained every day. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini, the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveDryDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today since it last rained. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRoseData&amp;gt;&lt;br /&gt;
|A comma-separated list of the wind &#039;totals&#039; used to draw the wind rose (8 or 16 values)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRosePoints&amp;gt;&lt;br /&gt;
|The number of items in &amp;lt;#WindRoseData&amp;gt; (i.e. 8 or 16)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindSampleCount&amp;gt;&lt;br /&gt;
|The number of wind samples making up the wind rose (etc) data (up to 3600)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAMonthlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA monthly report&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAYearlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA yearly report&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Day/Night/Sun/Moon==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunrise&amp;gt;&lt;br /&gt;
|Current sunrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunset&amp;gt;&lt;br /&gt;
|Current sunset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylength&amp;gt;&lt;br /&gt;
|Length of day in hours and minutes (sunrise to sunset)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tomorrowdaylength&amp;gt;&lt;br /&gt;
|A string giving the difference between the length of day light today and tomorrow.&lt;br /&gt;
Note.  This tag has been shown to generate inaccurate results and will probably be removed from Cumulus but is here for reference only.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dawn&amp;gt;&lt;br /&gt;
|Start of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dusk&amp;gt;&lt;br /&gt;
|End of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylightlength&amp;gt;&lt;br /&gt;
|Length of daylight in hours and minutes (dawn to dusk)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonphase&amp;gt;&lt;br /&gt;
|Current [[Lunar phase|phase of the moon]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonAge&amp;gt;&lt;br /&gt;
|Current &#039;&#039;&#039;approximate&#039;&#039;&#039; age of the Moon in days (0-29)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonrise&amp;gt;&lt;br /&gt;
|Current moonrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonset&amp;gt;&lt;br /&gt;
|Current moonset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#isdaylight&amp;gt;&lt;br /&gt;
|A flag to indicate if the location for the station is in civil daylight or not, based on the dawn and dusk times.  Possible values are 0 or 1, where 1 notes that it is currently within the hours of daylight.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsSunUp&amp;gt;&lt;br /&gt;
|A flag to indicate if the Sun is above the horizon or not. Possible values are 0 or 1, where 1 is when the Sun is above the horizon for the station location (Solar sensor needed).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SunshineHours&amp;gt;&lt;br /&gt;
|Hours of sunshine so far today  (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YSunshineHours&amp;gt;&lt;br /&gt;
|Total hours of sunshine yesterday  (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CurrentSolarMax&amp;gt;&lt;br /&gt;
|Current theoretical maximum solar radiation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsSunny&amp;gt;&lt;br /&gt;
|Returns 1 if the sun is shining, otherwise 0 (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercent&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (negative value indicates &#039;waning&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercentAbs&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (always positive)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Alarms==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus alarm states. They give a value of &#039;1&#039; if the alarm has been set and the alarm condition is currently met; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempAlarm&amp;gt; &lt;br /&gt;
|Low temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempAlarm&amp;gt; &lt;br /&gt;
|High temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeUpAlarm&amp;gt; &lt;br /&gt;
|Temperature increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeDownAlarm&amp;gt; &lt;br /&gt;
|Temperature decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressAlarm&amp;gt; &lt;br /&gt;
|Low pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressAlarm&amp;gt; &lt;br /&gt;
|High pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeUpAlarm&amp;gt; &lt;br /&gt;
|Pressure increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeDownAlarm&amp;gt; &lt;br /&gt;
|Pressure decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainTodayAlarm&amp;gt; &lt;br /&gt;
|High rain today alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateAlarm&amp;gt; &lt;br /&gt;
|High rainfall rate alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustAlarm&amp;gt; &lt;br /&gt;
|High wind gust alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedAlarm&amp;gt; &lt;br /&gt;
|High wind speed alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DataStopped&amp;gt;&lt;br /&gt;
|1 if the station has apparently stopped sending data to Cumulus, otherwise 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Records==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus record states. They give a value of &#039;1&#039; if the record has been exceeded; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#recordsbegandate&amp;gt;&lt;br /&gt;
|The date that the all time records began&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#newrecord&amp;gt; &lt;br /&gt;
|1 if &#039;new record&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the temperature tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the wind tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RainRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the rain tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the humidity tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the pressure tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily temperature range light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low daily temperature range light is currently flashing, 0 if not &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHeatIndexRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high heat index light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowWindChillRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low wind chill light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMinTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high minimum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowMaxTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low maximum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind gust light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind speed light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high rain rate light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHourlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high hourly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMonthlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high monthly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest dry period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest wet period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindrunRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind run light is currently flashing, 0 if not&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Extra Sensors==&lt;br /&gt;
&lt;br /&gt;
These webtags are for additional sensors supported by Cumulus&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot;|Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp1&amp;gt;&lt;br /&gt;
|Extra temperature channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp2&amp;gt;&lt;br /&gt;
|Extra temperature channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp3&amp;gt;&lt;br /&gt;
|Extra temperature channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraTemp10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP1&amp;gt;&lt;br /&gt;
|Extra dew point channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP2&amp;gt;&lt;br /&gt;
|Extra dew point channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP3&amp;gt;&lt;br /&gt;
|Extra dew point channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraDP10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum1&amp;gt;&lt;br /&gt;
|Extra humidity channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum2&amp;gt;&lt;br /&gt;
|Extra humidity channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum3&amp;gt;&lt;br /&gt;
|Extra humidity channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraHum10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilTemp1&amp;gt;&lt;br /&gt;
|Soil temperature 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilTemp2&amp;gt;&lt;br /&gt;
|Soil temperature 2&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#SoilTemp4&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilMoisture1&amp;gt;&lt;br /&gt;
|Soil moisture 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilMoisture2&amp;gt;&lt;br /&gt;
|Soil moisture 2&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#SoilMoisture4&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafTemp1&amp;gt;&lt;br /&gt;
|Leaf temperature 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafTemp2&amp;gt;&lt;br /&gt;
|Leaf temperature 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafWetness1&amp;gt;&lt;br /&gt;
|Leaf wetness 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafWetness2&amp;gt;&lt;br /&gt;
|Leaf wetness 2 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special tags==&lt;br /&gt;
&lt;br /&gt;
===OS WMR Series===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the WMR928, WR100/200 extra sensors:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|n/a&lt;br /&gt;
|Now incorporated into the Extra Sensors section above&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Davis===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Davis PWS:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsReceived&amp;gt;&lt;br /&gt;
|Total number of data packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsMissed&amp;gt;&lt;br /&gt;
|Number of missed data packets&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumberOfResynchs&amp;gt;&lt;br /&gt;
|Number of times the console resynchronised with the transmitter&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisMaxInARow&amp;gt;&lt;br /&gt;
|Longest streak of consecutive packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumCRCerrors&amp;gt;&lt;br /&gt;
|Number of packets received with CRC errors&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Wind values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THSWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Solar/Wind values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisFirmwareVersion&amp;gt;&lt;br /&gt;
|The console firmware version&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#battery&amp;gt;&lt;br /&gt;
|The console battery condition&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#txbattery&amp;gt;&lt;br /&gt;
&amp;lt;#txbattery channel=1&amp;gt;&lt;br /&gt;
|The transmitter battery condition, by default it returns the status of all transmitters.&lt;br /&gt;
The optional &#039;channel&#039; parameter returns the status for a particular transmitter, up to channel=8. The channel result is just the string &amp;quot;ok&amp;quot; or whatever the string is for a low battery&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fine Offset===&lt;br /&gt;
The following tags are specific to the Fine Offset series of PWS&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Light&amp;gt;&lt;br /&gt;
|Current Lux value (3080 models only)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SensorContactLost&amp;gt;&lt;br /&gt;
|1 if the station has lost contact with its remote sensors &amp;quot;Fine Offset only&amp;quot; 0 if contact has been established&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===System===&lt;br /&gt;
&lt;br /&gt;
Special tags returning information about the system hosting Cumulus:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsVersion&amp;gt;&lt;br /&gt;
|OS version, e.g. &amp;quot;Windows 7 x64 build 7600&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsLanguage&amp;gt;&lt;br /&gt;
|OS language, e.g. &amp;quot;English&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SystemUpTime&amp;gt;&lt;br /&gt;
|How long the system has been up, e.g. &amp;quot;8 hours 21 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ProgramUpTime&amp;gt;&lt;br /&gt;
|How long Cumulus has been running, e.g. &amp;quot;7 hours 55 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuName&amp;gt;&lt;br /&gt;
|CPU type, e.g. &amp;quot;Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuCount&amp;gt;&lt;br /&gt;
|Number of processors, e.g. &amp;quot;4&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MemoryStatus&amp;gt;&lt;br /&gt;
|Free and total system RAM, e.g. &amp;quot;4619/8191 MB (free/total)&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DisplayMode&amp;gt;&lt;br /&gt;
|Screen display mode, e.g. &amp;quot;1680x1050, 32 bit&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#AllocatedMemory&amp;gt;&lt;br /&gt;
|Amount of memory allocated to Cumulus, e.g. &amp;quot;18.76 MB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskSize&amp;gt;&lt;br /&gt;
|Size of disk on which Cumulus is running, e.g. &amp;quot;931.51 GB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskFree&amp;gt;&lt;br /&gt;
|Free space on disk on which Cumulus is running, e.g. &amp;quot;515.36 GB&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===No Commas===&lt;br /&gt;
&lt;br /&gt;
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&#039;t like the commas. They all correspond to the same tag with &#039;RC&#039; removed.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#RCdew&amp;gt; &amp;lt;#RCheatindex&amp;gt; &amp;lt;#RChum&amp;gt; &amp;lt;#RCinhum&amp;gt; &amp;lt;#RCintemp&amp;gt; &amp;lt;#RCpress&amp;gt; &amp;lt;#RCpressTH&amp;gt;&lt;br /&gt;
 &amp;lt;#RCpressTL&amp;gt; &amp;lt;#RCrfall&amp;gt; &amp;lt;#RCrrate&amp;gt; &amp;lt;#RCrrateTM&amp;gt; &amp;lt;#RCtemp&amp;gt; &amp;lt;#RCtempTH&amp;gt; &amp;lt;#RCtempTL&amp;gt;&lt;br /&gt;
 &amp;lt;#RCwchill&amp;gt; &amp;lt;#RCwgust&amp;gt; &amp;lt;#RCwgustTM&amp;gt; &amp;lt;#RCwspeed&amp;gt; &amp;lt;#RCwlatest&amp;gt; &amp;lt;#RCdewpointTH&amp;gt;&lt;br /&gt;
 &amp;lt;#RCdewpointTL&amp;gt; &amp;lt;#RCwchillTL&amp;gt; &amp;lt;#RCheatindexTH&amp;gt; &amp;lt;#RCapptempTH&amp;gt; &amp;lt;#RCapptempTL&amp;gt;&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=2521</id>
		<title>Webtags (preserving history)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=2521"/>
		<updated>2013-03-31T13:39:36Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Day/Night/Sun/Moon */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The webtags available in the version/build you are using are listed in the Cumulus Help provided with that build.&lt;br /&gt;
== Webtags available in Cumulus 1.9.3 ==&lt;br /&gt;
&lt;br /&gt;
These are special markers placed in a file which Cumulus can then process and replace with the actual values.  Typically you would use this to build your own website by having an HTML template file with your layout, static text and graphics.  In the position on the page you wish Cumulus to insert the relevant data place a webtag in the form:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#tagname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming you have asked Cumulus to process the file, it will replace the tag with the current value of the item the tag represents just before the file is uploaded to the internet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: When you put a tag into your HTML, be careful that whatever program you are using to develop your web pages doesn&#039;t change the angle brackets to slightly different symbols -- this is a common cause of failure!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Webtags are case sensitive, so please type them as shown here.&lt;br /&gt;
&lt;br /&gt;
=== New Webtags in Beta builds ===&lt;br /&gt;
&lt;br /&gt;
New webtags for beta versions of Cumulus are not listed here until the version becomes &#039;live&#039; however there is a page that details the [[BETA webtags|additional webtags]] available in the Beta version.&lt;br /&gt;
&lt;br /&gt;
=Time/Date &#039;format&#039; Parameter=&lt;br /&gt;
&lt;br /&gt;
From 1.9.1 most time webtags will accept an option &#039;format&#039; parameter, e.g: &amp;lt;#YearTempHT format=hh:nn&amp;gt;. This allows you to override the default display format for that item, using the format specifiers in the table below. Note that if your format has any spaces in it, you must enclose it in double quotes, thus: &amp;lt;#YearTempHT format=&amp;quot;hh nn&amp;quot;&amp;gt;. Note also that you can specify date formatting to times and vice versa, but this will not always yield a sensible result.&lt;br /&gt;
&lt;br /&gt;
You should put anything which is not intended to be part of the date and time formatting into single quotation marks to prevent it being interpreted as a date or time formatter. For example, the word &amp;quot;on&amp;quot; contains the character &amp;quot;n&amp;quot;, which will be interpreted as a time formatter unless you put it into single quotation marks. Example: &amp;lt;#TtempH format=&amp;quot;&#039;at&#039; hh: mm &#039;on&#039; dd / mm / yyyy&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Specifier&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Displays&lt;br /&gt;
|-&lt;br /&gt;
|c&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format, followed by the time using the format given by the Windows Long Time format. The time is not displayed if the date-time value indicates midnight precisely.&lt;br /&gt;
|-&lt;br /&gt;
|d&lt;br /&gt;
|Displays the day as a number without a leading zero (1-31).&lt;br /&gt;
|-&lt;br /&gt;
|dd&lt;br /&gt;
|Displays the day as a number with a leading zero (01-31).&lt;br /&gt;
|-&lt;br /&gt;
|ddd&lt;br /&gt;
|Displays the day as an abbreviation (Sun-Sat) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|dddd&lt;br /&gt;
|Displays the day as a full name (Sunday-Saturday) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|ddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format.&lt;br /&gt;
|-&lt;br /&gt;
|dddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Long Date format.&lt;br /&gt;
|-&lt;br /&gt;
|m&lt;br /&gt;
|Displays the month as a number without a leading zero (1-12). If the m specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mm&lt;br /&gt;
|Displays the month as a number with a leading zero (01-12). If the mm specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mmm&lt;br /&gt;
|Displays the month as an abbreviation (Jan-Dec) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|mmmm&lt;br /&gt;
|Displays the month as a full name (January-December) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|yy&lt;br /&gt;
|Displays the year as a two-digit number (00-99).&lt;br /&gt;
|-&lt;br /&gt;
|yyyy&lt;br /&gt;
|Displays the year as a four-digit number (0000-9999).&lt;br /&gt;
|-&lt;br /&gt;
|h&lt;br /&gt;
|Displays the hour without a leading zero (0-23).&lt;br /&gt;
|-&lt;br /&gt;
|hh&lt;br /&gt;
|Displays the hour with a leading zero (00-23).&lt;br /&gt;
|-&lt;br /&gt;
|n&lt;br /&gt;
|Displays the minute without a leading zero (0-59). &lt;br /&gt;
|-&lt;br /&gt;
|nn&lt;br /&gt;
|Displays the minute with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|s&lt;br /&gt;
|Displays the second without a leading zero (0-59).&lt;br /&gt;
|-&lt;br /&gt;
|ss&lt;br /&gt;
|Displays the second with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|z&lt;br /&gt;
|Displays the millisecond without a leading zero (0-999). &lt;br /&gt;
|-&lt;br /&gt;
|zzz&lt;br /&gt;
|Displays the millisecond with a leading zero (000-999).&lt;br /&gt;
|-&lt;br /&gt;
|t&lt;br /&gt;
|Displays the time using the format given by the Windows Short Time format.&lt;br /&gt;
|-&lt;br /&gt;
|tt\&lt;br /&gt;
|Displays the time using the format given by the Windows Long Time format. &lt;br /&gt;
|-&lt;br /&gt;
|am/pm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;am&#039; for any hour before noon, and &#039;pm&#039; for any hour after noon. The am/pm specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|a/p&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;a&#039; for any hour before noon, and &#039;p&#039; for any hour after noon. The a/p specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|ampm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays the contents of the Windows AM string for any hour before noon, and the contents of the Windows PM string for any hour after noon.&lt;br /&gt;
|-&lt;br /&gt;
|/&lt;br /&gt;
|Displays the date separator character given by the Windows Date Separator.&lt;br /&gt;
|-&lt;br /&gt;
|:&lt;br /&gt;
|Displays the time separator character given by the Windows Time Separator. &lt;br /&gt;
|-&lt;br /&gt;
|&#039;xx&#039;&lt;br /&gt;
|Characters enclosed in single quotation marks are displayed as such, and do not affect formatting. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=The Tags=&lt;br /&gt;
&lt;br /&gt;
Below is a list of the webtags available in the current version of Cumulus.&lt;br /&gt;
&lt;br /&gt;
==Units==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunit&amp;gt;&lt;br /&gt;
|Unit of temperature being used (Set in Cumulus as [http://en.wikipedia.org/wiki/Centigrade Celsius] or [http://en.wikipedia.org/wiki/Fahrenheit Fahrenheit]) values &amp;quot;&amp;amp;amp;deg;C&amp;quot; or &amp;quot;&amp;amp;amp;deg;F&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunitnodeg&amp;gt;&lt;br /&gt;
|The temperature units being used, without a degree symbol, i.e. &amp;quot;F&amp;quot; or &amp;quot;C&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressunit&amp;gt;&lt;br /&gt;
|Unit of measure for pressure. Possible values: &amp;quot;mb&amp;quot;, &amp;quot;hPa&amp;quot;, &amp;quot;in&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rainunit&amp;gt;&lt;br /&gt;
|Unit of measure for rain fall. Possible values: &amp;quot;mm&amp;quot; or &amp;quot;inches&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windunit&amp;gt;&lt;br /&gt;
|Unit of measure for wind speed. Possible values: &amp;quot;m/s&amp;quot;, &amp;quot;mph&amp;quot;, &amp;quot;km/h&amp;quot;, &amp;quot;kts&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrununit&amp;gt;&lt;br /&gt;
|Unit of measure for wind run (distance). Possible values: &amp;quot;km&amp;quot;, &amp;quot;miles&amp;quot;, &amp;quot;km&amp;quot;, &amp;quot;nm&amp;quot; (for wind speeds in m/s, mph, km/h, kts)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbaseunit&amp;gt;&lt;br /&gt;
|The units used for cloudbase value. Possible values:  &amp;quot;ft&amp;quot; or &amp;quot;m&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Date &amp;amp; Time==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#date&amp;gt;&lt;br /&gt;
|The current date&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#time&amp;gt;&lt;br /&gt;
|The current time and date. Example result: 18:30 on 30 December 2009.  If you simply wish the time, use a combination of the day, month, year tags (below)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timehhmmss&amp;gt;&lt;br /&gt;
|The current time. Example format: 18:30:27 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timeUTC&amp;gt;&lt;br /&gt;
|The current UTC date/time rather than local date/time&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#day&amp;gt;&lt;br /&gt;
| The current day as a 2-digit number. Example format: 14   &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dayname&amp;gt;&lt;br /&gt;
| The current day as a word.  For example, Monday&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortdayname&amp;gt;&lt;br /&gt;
| The current day as a shortened word. Example format: Mon&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#month&amp;gt;&lt;br /&gt;
|The current month as a 2-digit number. Example format: 05&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#monthname&amp;gt;&lt;br /&gt;
|The current month as a word. Example format: August&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortmonthname&amp;gt;&lt;br /&gt;
|The current month as a shortened word. Example format: Aug&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#year&amp;gt;&lt;br /&gt;
|The current year as a 4-digit number. Example format: 2009 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortyear&amp;gt;&lt;br /&gt;
|The current year as a 2-digit number. Example format: 09&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hour&amp;gt;&lt;br /&gt;
|The current hour as a 2-digit number. Example format: 23&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#minute&amp;gt;&lt;br /&gt;
|The current minute as a 2-digit number. Example format: 59&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#metdate&amp;gt;&lt;br /&gt;
|The current meteorological date. After rollover time on current calendar date, this date will be the same as the current date. If using a 9am/10am rollover, then between midnight and 9am/10am the &amp;lt;#metdate&amp;gt; will be the previous calendar day.  &lt;br /&gt;
&lt;br /&gt;
Can be used with relevant format parameters to indicate current meteorological day on todayT.htm template page, meteorological month on thismonthT.htm template page, or meteorological year on thisyearT.htm template page&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#metdateyesterday&amp;gt;&amp;gt;&lt;br /&gt;
|The previous meteorological date. If using a 9am/10am rollover, then between midnight and 9am/10am the &amp;lt;#metdateyesterday&amp;gt; will be the calendar day before that returned by &amp;lt;#yesterday&amp;gt;, otherwise both return same.  &lt;br /&gt;
&lt;br /&gt;
Can be used with relevant format parameters to indicate correct day on yesterdayT.htm template page, and can be used to return latest day stored on [[dayfile.txt]] and NOAA report for latest month.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#yesterday&amp;gt;&lt;br /&gt;
|Yesterdays date&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DaysSince30Dec1899&amp;gt; &lt;br /&gt;
|Day count (gives whole and fractional part) Example: 41250.6523310301&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DaysSinceRecordsBegan&amp;gt;&lt;br /&gt;
|Day count since Cumulus records started&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Conditions==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptemp&amp;gt;&lt;br /&gt;
|The [[Apparent_temperature|apparent]] temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgtemp&amp;gt;&lt;br /&gt;
|The [[Average_temperature|average]] temperature so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temp&amp;gt;&lt;br /&gt;
|The outside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#intemp&amp;gt;&lt;br /&gt;
|The inside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrend&amp;gt;&lt;br /&gt;
|The average rate of change in temperature over the last three hours. Trend = (temp_now - temp_3hrs_ago) / 3&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendtext&amp;gt;&lt;br /&gt;
|Temperature change over the last three hours - Rising/Falling/Steady (values can be set in strings.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendenglish&amp;gt;&lt;br /&gt;
|Temperature change over the last three hours - Rising/Falling/Steady (for use by javascript etc, values can&#039;t be changed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeLastHour&amp;gt;&lt;br /&gt;
|The change in temperature over the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindex&amp;gt;&lt;br /&gt;
|Current [[heat index]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humidex&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Humidex Humidex]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hum&amp;gt;&lt;br /&gt;
|The outside [http://en.wikipedia.org/wiki/Humidity humidity]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#inhum&amp;gt;&lt;br /&gt;
|The inside humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dew&amp;gt;&lt;br /&gt;
|The outside dew point&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchill&amp;gt;&lt;br /&gt;
|The current [[wind chill]] temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wetbulb&amp;gt;&lt;br /&gt;
|Estimated [http://en.wikipedia.org/wiki/Wet_bulb wet bulb] temperature, currently only available via web tag&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsFreezing&amp;gt;&lt;br /&gt;
|Is outside temperature is at or below 0°C/32°F. 0=Above freezing, 1=Below freezing&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfall&amp;gt;&lt;br /&gt;
|The total rainfall so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrate&amp;gt;&lt;br /&gt;
|The current rainfall rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rhour&amp;gt;&lt;br /&gt;
|The rainfall in the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmidnight&amp;gt;&lt;br /&gt;
|The total rainfall since midnight. Useful if you don&#039;t use midnight as your start of day&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#r24hour&amp;gt;&lt;br /&gt;
|Amount of rain in the last 24 hours&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastRainTipISO&amp;gt;&lt;br /&gt;
|Date/time of last rain gauge tip (e.g 2010-09-06 06:09)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsRaining&amp;gt;&lt;br /&gt;
|For Hydreon RG-11 devices, shows the current rain state. 0=No rain, 1=It&#039;s raining&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#press&amp;gt;&lt;br /&gt;
|The [http://en.wikipedia.org/wiki/Sea_level_pressure sea level pressure]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendval&amp;gt;&lt;br /&gt;
|The average rate of pressure change over the last three hours.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrend&amp;gt;&lt;br /&gt;
|The pressure trend in words - values can be set in the &#039;strings.ini&#039; file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendenglish&amp;gt;&lt;br /&gt;
| a singe word description for the pressure trend - Rising/Falling/Steady.  Useful for developing Javascript coding on your webpage.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altimeterpressure&amp;gt;&lt;br /&gt;
|Altimeter pressure. Pressure corrected to sea level using the station&#039;s altitude only. Same as sea-level pressure for non-Davis stations.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wlatest&amp;gt;&lt;br /&gt;
|Current wind speed reading from console.  Corresponds to &#039;latest&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearing&amp;gt;&lt;br /&gt;
|Current wind bearing in degrees&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currentwdir&amp;gt;&lt;br /&gt;
|Current wind bearing as a compass point - e.g. ESE &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeed&amp;gt;&lt;br /&gt;
|The 10-minute average, if you have Cumulus set to calculate a 10-minute average. Otherwise, it&#039;s the latest &#039;wind&#039; value from the console (i.e. the current speed as determined by the station). Corresponds to &#039;average&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgbearing&amp;gt;&lt;br /&gt;
|Average wind bearing in degrees over last 10 minutes. Range 1-360, 0=Calm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdir&amp;gt;&lt;br /&gt;
|Average wind bearing over last 10 minutes as a [http://en.wikipedia.org/wiki/Compass compass] point - e.g. ESE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgust&amp;gt;&lt;br /&gt;
|The highest wind reading in the last 10 minutes. Corresponds to &#039;gust&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdirdata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind bearing readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspddata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind speed readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#nextwindindex&amp;gt;&lt;br /&gt;
|The index of the entries in wdirdata and wspddata which Cumulus is going to use next - i.e. the latest entry used is one less than this; but don&#039;t forget to allow for the wrap around!&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufort&amp;gt;&lt;br /&gt;
|The current wind speed on the [http://en.wikipedia.org/wiki/Beaufort_scale Beaufort scale] (e.g. F8) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufortnumber&amp;gt;&lt;br /&gt;
|The current wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaudesc&amp;gt;&lt;br /&gt;
|The current wind speed Beaufort description (e.g. &amp;quot;Gale&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeFrom&amp;gt;&lt;br /&gt;
|The &#039;lowest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeTo&amp;gt;&lt;br /&gt;
|The &#039;highest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeFrom10&amp;gt;&lt;br /&gt;
|The &#039;lowest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded down to nearest 10 degrees&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#BearingRangeTo10&amp;gt;&lt;br /&gt;
|The &#039;highest&#039; clockwise bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded down to nearest 10 degrees&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbase&amp;gt;&lt;br /&gt;
|Calculated [http://en.wikipedia.org/wiki/Cloud_base cloud base]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbasevalue&amp;gt;&lt;br /&gt;
|Current calculated cloud base without units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UV&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Uv_index UV index]. Requires your station to have a UV sensor.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SolarRad&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Solar_radiation solar radiation]. Requires your station to have a solar sensor.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Light&amp;gt;&lt;br /&gt;
|Current Current light level in Lux. Requires your station to have a solar sensor. Only applies to Fine Offset stations.&lt;br /&gt;
|-&lt;br /&gt;
|[[Forecast_webtag|&amp;lt;#forecast&amp;gt;]]&lt;br /&gt;
|The current forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#forecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forecastnumber&amp;gt;&lt;br /&gt;
|The number relating to the current forecast entry in the [[strings.ini]] file.  If your station is not providing it&#039;s own forecast and Cumulus is not calculating one then 0 (zero) is returned.  Note: two negative numbers can be returned by Cumulus: -1 (neg 1) = Exceptional Fine, -26 (neg 26) = Exceptional Bad&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cumulusforecast&amp;gt;&lt;br /&gt;
|Always gives Cumulus (Zambretti) forecast, even if the &amp;lt;#forecast&amp;gt; tag provides a station forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cumulusforecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#cumulusforecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wsforecast&amp;gt;&lt;br /&gt;
|Always gives station forecast (if available)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wsforecastenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#wsforecast&amp;gt; but with all reserved HTML characters, and those above character code 159, encoded as HTML entities&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Today==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprange&amp;gt;&lt;br /&gt;
|The temperature range (&amp;lt;#tempTH&amp;gt; - &amp;lt;#tempTL&amp;gt;) so far today (Cumulus calculates all these tags using Celsius values, but outputs them in your chosen units)&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTH&amp;gt;&lt;br /&gt;
|Today&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTL&amp;gt;&lt;br /&gt;
|Today&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexTH&amp;gt;&lt;br /&gt;
|Today&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest humidity&lt;br /&gt;
|&amp;lt;#ThumTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest humidity&lt;br /&gt;
|&amp;lt;#ThumTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustTM&amp;gt; &lt;br /&gt;
|Today&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingTM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of today&#039;s high gust (&amp;lt;#wgustTM&amp;gt;) in degrees&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufort&amp;gt; &lt;br /&gt;
|Today&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufortnumber&amp;gt;&lt;br /&gt;
|Today&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#windrun&amp;gt;&lt;br /&gt;
|The total wind run so far today&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearing&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddir&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaudesc&amp;gt;&lt;br /&gt;
|Beaufort &#039;description&#039; for today&#039;s high wind speed&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ET&amp;gt;&lt;br /&gt;
|Today&#039;s [http://en.wikipedia.org/wiki/Evapotranspiration evapotranspiration]. Applies only to Davis stations, equipped with a solar sensor.&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdays&amp;gt;&lt;br /&gt;
|Today&#039;s [[Heat/cold_degree_days_and_Chill_hours|heating degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdays&amp;gt;&lt;br /&gt;
|Today&#039;s [[Heat/cold_degree_days_and_Chill_hours|cooling degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#solarTH&amp;gt;&lt;br /&gt;
|Today&#039;s high solar radiation value&lt;br /&gt;
|&amp;lt;#TsolarTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UVTH&amp;gt;&lt;br /&gt;
|Today&#039;s high UV Index&lt;br /&gt;
|&amp;lt;#TUVTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yesterday==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgtempY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s average temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprangeY&amp;gt;&lt;br /&gt;
|The temperature range (max - min) yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYH&amp;gt;&lt;br /&gt;
|High humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYL&amp;gt;&lt;br /&gt;
|Low humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallY&amp;gt;&lt;br /&gt;
|The total rainfall for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustYM&amp;gt; &lt;br /&gt;
|Yesterday&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingYM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of yesterday&#039;s high gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufort&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufortnumber&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaudesc&amp;gt;&lt;br /&gt;
|Beaufort &#039;description&#039; for yesterday&#039;s high wind speed&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearingY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddirY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunY&amp;gt;&lt;br /&gt;
|The total wind run for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s [[Heat/cold_degree_days_and_Chill_hours|heating degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s [[Heat/cold_degree_days_and_Chill_hours|cooling degree days]]&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#solarYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high solar radiation value&lt;br /&gt;
|&amp;lt;#TsolarYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UVYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high UV Index&lt;br /&gt;
|&amp;lt;#TUVYH&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monthly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempH&amp;gt;&lt;br /&gt;
|This months high temperature&lt;br /&gt;
|&amp;lt;#MonthTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempL&amp;gt;&lt;br /&gt;
|This months low temperature&lt;br /&gt;
|&amp;lt;#MonthTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMinTempH&amp;gt;&lt;br /&gt;
|This months highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMaxTempL&amp;gt;&lt;br /&gt;
|This months lowest daily maximum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHeatIndexH&amp;gt;&lt;br /&gt;
|This months high heat index&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWChillL&amp;gt;&lt;br /&gt;
|This months low wind chill&lt;br /&gt;
|&amp;lt;#MonthWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempH&amp;gt;&lt;br /&gt;
|This months high apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempL&amp;gt;&lt;br /&gt;
|This months low apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointH&amp;gt;&lt;br /&gt;
|This months high dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointL&amp;gt;&lt;br /&gt;
|This months low dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumH&amp;gt;&lt;br /&gt;
|This months highest humidty&lt;br /&gt;
|&amp;lt;#MonthHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumL&amp;gt;&lt;br /&gt;
|This months lowest humidty&lt;br /&gt;
|&amp;lt;#MonthHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressH&amp;gt;&lt;br /&gt;
|This months highest pressure&lt;br /&gt;
|&amp;lt;#MonthPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressL&amp;gt;&lt;br /&gt;
|This months lowest pressure&lt;br /&gt;
|&amp;lt;#MonthPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthGustH&amp;gt;&lt;br /&gt;
|This months highest wind gust&lt;br /&gt;
|&amp;lt;#MonthGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindH&amp;gt;&lt;br /&gt;
|This months highest wind speed&lt;br /&gt;
|&amp;lt;#MonthWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmonth&amp;gt;&lt;br /&gt;
|The total rainfall so far this month&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthRainRateH&amp;gt;&lt;br /&gt;
|This months highest rainfall rate&lt;br /&gt;
|&amp;lt;#MonthRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHourlyRainH&amp;gt;&lt;br /&gt;
|This months highest hourly rain&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDailyRainH&amp;gt;&lt;br /&gt;
|This months greatest daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest dry period ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day, ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yearly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempH&amp;gt;&lt;br /&gt;
|This years highest temperature&lt;br /&gt;
|&amp;lt;#YearTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempL&amp;gt;&lt;br /&gt;
|This years lowest temperature&lt;br /&gt;
|&amp;lt;#YearTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHeatIndexH&amp;gt;&lt;br /&gt;
|This years highest heat index&lt;br /&gt;
|&amp;lt;#YearHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWChillL&amp;gt;&lt;br /&gt;
|This years lowest wind chill&lt;br /&gt;
|&amp;lt;#YearWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempH&amp;gt;&lt;br /&gt;
|This years highest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempL&amp;gt;&lt;br /&gt;
|This years lowest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointH&amp;gt;&lt;br /&gt;
|This years highest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointL&amp;gt;&lt;br /&gt;
|This years lowest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMinTempH&amp;gt;&lt;br /&gt;
|This years highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMaxTempL&amp;gt;&lt;br /&gt;
|This years lowest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumH&amp;gt;&lt;br /&gt;
|This years high humidty&lt;br /&gt;
|&amp;lt;#YearHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumL&amp;gt;&lt;br /&gt;
|This years low humidty&lt;br /&gt;
|&amp;lt;#YearHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressH&amp;gt;&lt;br /&gt;
|This years high pressure&lt;br /&gt;
|&amp;lt;#YearPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressL&amp;gt;&lt;br /&gt;
|This years low pressure&lt;br /&gt;
|&amp;lt;#YearPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearGustH&amp;gt;&lt;br /&gt;
|This years high wind gust&lt;br /&gt;
|&amp;lt;#YearGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindH&amp;gt;&lt;br /&gt;
|This years high wind speed&lt;br /&gt;
|&amp;lt;#YearWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ryear&amp;gt;&lt;br /&gt;
|The total rainfall so far this year&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearRainRateH&amp;gt;&lt;br /&gt;
|This years high rainfall rate&lt;br /&gt;
|&amp;lt;#YearRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHourlyRainH&amp;gt;&lt;br /&gt;
|This years high hourly rain&lt;br /&gt;
|&amp;lt;#YearHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDailyRainH&amp;gt;&lt;br /&gt;
|This years high daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMonthlyRainH&amp;gt;&lt;br /&gt;
|This years high monthly rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMonthlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest period without rain ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==All Time==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempH&amp;gt;&lt;br /&gt;
|All time high temperature&lt;br /&gt;
|&amp;lt;#TtempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempL&amp;gt;&lt;br /&gt;
|All time low temperature &lt;br /&gt;
|&amp;lt;#TtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#mintempH&amp;gt;&lt;br /&gt;
|All time high minimum temperature &lt;br /&gt;
|&amp;lt;#TmintempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#maxtempL&amp;gt;&lt;br /&gt;
|All time low maximum temperature &lt;br /&gt;
|&amp;lt;#TmaxtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDailyTempRange&amp;gt;&lt;br /&gt;
|All time low daily temperature range&lt;br /&gt;
|&amp;lt;#TLowDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyTempRange&amp;gt;&lt;br /&gt;
|All time high daily temperature range&lt;br /&gt;
|&amp;lt;#THighDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempH&amp;gt;&lt;br /&gt;
|All time high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempL&amp;gt;&lt;br /&gt;
|All time low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexH&amp;gt;&lt;br /&gt;
|All time high heat index&lt;br /&gt;
|&amp;lt;#TheatindexH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointH&amp;gt;&lt;br /&gt;
|All time high dew point&lt;br /&gt;
|&amp;lt;#TdewpointH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointL&amp;gt;&lt;br /&gt;
|All time low dew point&lt;br /&gt;
|&amp;lt;#TdewpointL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humH&amp;gt;&lt;br /&gt;
|All time high humidity&lt;br /&gt;
|&amp;lt;#ThumH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humL&amp;gt;&lt;br /&gt;
|All time low humidity&lt;br /&gt;
|&amp;lt;#ThumL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillH&amp;gt;&lt;br /&gt;
|All time greatest wind chill (i.e. lowest temperature) &lt;br /&gt;
|&amp;lt;#TwchillH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateM&amp;gt;&lt;br /&gt;
|All time high rain rate &lt;br /&gt;
|&amp;lt;#TrrateM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallH&amp;gt;&lt;br /&gt;
|All time high daily rain &lt;br /&gt;
|&amp;lt;#TrfallH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallhH&amp;gt;&lt;br /&gt;
|All time high hourly rain&lt;br /&gt;
|&amp;lt;#TrfallhH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallmH&amp;gt;&lt;br /&gt;
|All time high monthly rain &lt;br /&gt;
|&amp;lt;#TrfallmH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriod&amp;gt;&lt;br /&gt;
|All time longest dry period (days)&lt;br /&gt;
|&amp;lt;#TLongestDryPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriod&amp;gt;&lt;br /&gt;
|All time longest wet period (days)&lt;br /&gt;
|&amp;lt;#TLongestWetPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressH&amp;gt;&lt;br /&gt;
|All time high pressure &lt;br /&gt;
|&amp;lt;#TpressH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressL&amp;gt;&lt;br /&gt;
|All time low pressure &lt;br /&gt;
|&amp;lt;#TpressL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#gustM&amp;gt;&lt;br /&gt;
|All time high wind gust &lt;br /&gt;
|&amp;lt;#TgustM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeedH&amp;gt;&lt;br /&gt;
|All time high average wind speed &lt;br /&gt;
|&amp;lt;#TwspeedH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunH&amp;gt;&lt;br /&gt;
|All time high daily wind run&lt;br /&gt;
|&amp;lt;#TwindrunH&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Recent History==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for &#039;recent historical data&#039;, giving data values from 1 minute ago, up to 1 week ago, in 1 minute intervals. Note that the values are initialised from the log files when Cumulus starts, so they will initially have a resolution according to the logger interval you have set in Cumulus and/or your station. You&#039;ll get the nearest value if you ask for one for which there is currently no exact match. &lt;br /&gt;
&lt;br /&gt;
You specify how old you want the value to be by using parameters on the web tags for number of days, hours, and minutes. For example, &amp;lt;#RecentOutsideTemp m=1&amp;gt; will give the temperature one minute ago, &amp;lt;#RecentOutsideTemp h=1&amp;gt; will give the temperature one hour ago (as will &amp;lt;#RecentOutsideTemp m=60&amp;gt;), and &amp;lt;#RecentOutsideTemp d=1&amp;gt; will give the temperature one day ago. &amp;lt;#RecentOutsideTemp d=1 h=1 m=1&amp;gt; will give the temperature one day, one hour and one minute ago. All values supplied for parameters must be whole numbers. If you don&#039;t supply any parameters, the result is undefined. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentOutsideTemp&amp;gt;&lt;br /&gt;
|Outside Temperature &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindSpeed&amp;gt;&lt;br /&gt;
|Wind Speed &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindGust&amp;gt;&lt;br /&gt;
|Wind Gust &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindLatest&amp;gt;&lt;br /&gt;
|Wind Latest. Note: Wind &#039;Speed&#039;, &#039;Gust&#039; and &#039;Latest&#039; have the usual Cumulus meanings &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindDir&amp;gt;&lt;br /&gt;
|Wind Direction (instantaneous) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindAvgDir&amp;gt;&lt;br /&gt;
|Wind Direction (average) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentWindChill&amp;gt;&lt;br /&gt;
|Wind Chill &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentDewPoint&amp;gt;&lt;br /&gt;
|Dew Point &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentHeatIndex&amp;gt;&lt;br /&gt;
|Heat Index &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentHumidity&amp;gt;&lt;br /&gt;
|Relative Humidity &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentPressure&amp;gt;&lt;br /&gt;
|Sea-level Pressure &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentRainToday&amp;gt;&lt;br /&gt;
|Today&#039;s rain &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentSolarRad&amp;gt;&lt;br /&gt;
|Solar Radiation &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RecentUV&amp;gt;&lt;br /&gt;
|UV Index &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monthly All Time Records==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for monthly all-time highs and lows, in other words the highest and lowest values for a particular month of the year. For example, the highest ever temperature in July. Each Value tag has an optional parameter &amp;quot;mon=N&amp;quot; where N is the index of the month of the year that you want the value for (January=1 and so on). For example, &amp;lt;#ByMonthTempH mon=7&amp;gt; will give you the highest ever temperature in July. &lt;br /&gt;
&lt;br /&gt;
If you don&#039;t supply a parameter (or supply an invalid value) the current month will be used. You can customise the date and time formats using the &#039;format&#039; parameter on the web tag, see below. To supply more than one parameter, separate them with spaces, e.g. &amp;lt;#ByMonthTempHT mon=7 format=hh:nn&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date/Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthTempH&amp;gt;&lt;br /&gt;
|High Temperature&lt;br /&gt;
|&amp;lt;#ByMonthTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthTempL&amp;gt;&lt;br /&gt;
|Low Temperature&lt;br /&gt;
|&amp;lt;#ByMonthTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHeatIndexH&amp;gt;&lt;br /&gt;
|High Heat Index&lt;br /&gt;
|&amp;lt;#ByMonthHeatIndexHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWChillL&amp;gt;&lt;br /&gt;
|Low Wind Chill&lt;br /&gt;
|&amp;lt;#ByMonthWChillLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthAppTempH&amp;gt;&lt;br /&gt;
|High Apparent Temperature&lt;br /&gt;
|&amp;lt;#ByMonthAppTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthAppTempL&amp;gt;&lt;br /&gt;
|Low Apparent Temperature&lt;br /&gt;
|&amp;lt;#ByMonthAppTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDewPointH&amp;gt;&lt;br /&gt;
|High Dew Point&lt;br /&gt;
|&amp;lt;#ByMonthDewPointHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDewPointL&amp;gt;&lt;br /&gt;
|Low Dew Point&lt;br /&gt;
|&amp;lt;#ByMonthDewPointLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthMinTempH&amp;gt;&lt;br /&gt;
|Highest Daily Minimum Temperature&lt;br /&gt;
|&amp;lt;#ByMonthMinTempHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthMaxTempL&amp;gt;&lt;br /&gt;
|Lowest Daily Maximum Temperature&lt;br /&gt;
|&amp;lt;#ByMonthMaxTempLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|&amp;lt;#ByMonthHighDailyTempRangeT&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|&amp;lt;#ByMonthLowDailyTempRangeT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHumH&amp;gt;&lt;br /&gt;
|High Humidity&lt;br /&gt;
|&amp;lt;#ByMonthHumHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHumL&amp;gt;&lt;br /&gt;
|Low Humidity&lt;br /&gt;
|&amp;lt;#ByMonthHumLT&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthPressH&amp;gt;&lt;br /&gt;
|High Pressure&lt;br /&gt;
|&amp;lt;#ByMonthPressHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthPressL&amp;gt;&lt;br /&gt;
|Low Pressure&lt;br /&gt;
|&amp;lt;#ByMonthPressLT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthGustH&amp;gt;&lt;br /&gt;
|High Wind Gust&lt;br /&gt;
|&amp;lt;#ByMonthGustHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWindH&amp;gt;&lt;br /&gt;
|High Wind Speed&lt;br /&gt;
|&amp;lt;#ByMonthWindHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|&amp;lt;#ByMonthWindRunHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthRainRateH&amp;gt;&lt;br /&gt;
|High Rain Rate&lt;br /&gt;
|&amp;lt;#ByMonthRainRateHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthHourlyRainH&amp;gt;&lt;br /&gt;
|High Hourly Rain&lt;br /&gt;
|&amp;lt;#ByMonthHourlyRainHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthDailyRainH&amp;gt;&lt;br /&gt;
|High Daily Rain&lt;br /&gt;
|&amp;lt;#ByMonthDailyRainHT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest Dry Period&lt;br /&gt;
|&amp;lt;#ByMonthLongestDryPeriodT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ByMonthLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest Wet Period&lt;br /&gt;
|&amp;lt;#ByMonthLongestWetPeriodT&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|no new tags&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestError&amp;gt;&lt;br /&gt;
|Displays the last error from the Cumulus error log. The value is cleared when you click the error light in Cumulus.&amp;lt;br /&amp;gt;&lt;br /&gt;
Note: This tag displays &#039;&#039;all&#039;&#039; errors, even if they do not cause the error light to flash in Cumulus.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorDate&amp;gt;&lt;br /&gt;
|The date of the latest error logged to the error log window, using the system short date format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorTime&amp;gt;&lt;br /&gt;
|The time of the latest error logged to the error log window, using the system short time format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ErrorLight&amp;gt;&lt;br /&gt;
|1 if the &#039;error&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#version&amp;gt;&lt;br /&gt;
|The version of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#build&amp;gt;&lt;br /&gt;
|The build of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#realtimeinterval&amp;gt;&lt;br /&gt;
|The realtime update interval in seconds &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#interval&amp;gt;&lt;br /&gt;
|The web site update interval in minutes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rollovertime&amp;gt;&lt;br /&gt;
|The time that the logs rollover to the next day: &#039;Midnight&#039;, &#039;9 am&#039; or &#039;10 am&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#update&amp;gt;&lt;br /&gt;
|The date and time of the last web site update&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastDataReadT&amp;gt;&lt;br /&gt;
|The date/time data was last read from the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#stationtype&amp;gt;&lt;br /&gt;
|The type of station in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#latitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Latitude latitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Longitude longitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Altitude altitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#location&amp;gt;&lt;br /&gt;
|The station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longlocation&amp;gt;&lt;br /&gt;
|Longer description of the station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forum&amp;gt;&lt;br /&gt;
|URL of the forum&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#webcam&amp;gt;&lt;br /&gt;
|URL of the webcam&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#graphperiod&amp;gt;&lt;br /&gt;
|The number of hours displayed by the graphs&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#snowdepth&amp;gt;&lt;br /&gt;
|Today&#039;s snow depth as entered manually in the Weather Diary. Normally in Centimeters.Output is purely as a numerical figure I.E 10&lt;br /&gt;
Configure in [[Cumulus.ini]] the hour when the snowdepth is updated e.g. &#039;&#039;SnowDepthHour=9&#039;&#039; means yesterday&#039;s figure applies until 9am.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currcond&amp;gt;&lt;br /&gt;
|Represents the value entered on the screen within Cumulus for the Current Weather condition, or the value as held in the [[currentconditions.txt]] file. Any reserved HTML characters are encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currcondenc&amp;gt;&lt;br /&gt;
|The same as &amp;lt;#currcond&amp;gt; but also has characters above code 159 encoded as HTML entities&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#chillhours&amp;gt;&lt;br /&gt;
|The number of &#039;chill hours&#039; so far this season.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveRainDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today where it has rained every day. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini, the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveDryDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today since it last rained. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRoseData&amp;gt;&lt;br /&gt;
|A comma-separated list of the wind &#039;totals&#039; used to draw the wind rose (8 or 16 values)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRosePoints&amp;gt;&lt;br /&gt;
|The number of items in &amp;lt;#WindRoseData&amp;gt; (i.e. 8 or 16)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindSampleCount&amp;gt;&lt;br /&gt;
|The number of wind samples making up the wind rose (etc) data (up to 3600)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAMonthlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA monthly report&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAYearlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA yearly report&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Day/Night/Sun/Moon==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunrise&amp;gt;&lt;br /&gt;
|Current sunrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunset&amp;gt;&lt;br /&gt;
|Current sunset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylength&amp;gt;&lt;br /&gt;
|Length of day in hours and minutes (sunrise to sunset)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tomorrowdaylength&amp;gt;&lt;br /&gt;
|A string giving the difference between the length of day light today and tomorrow.&lt;br /&gt;
Note.  This tag has been shown to generate inaccurate results and will probably be removed from Cumulus but is here for reference only.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dawn&amp;gt;&lt;br /&gt;
|Start of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dusk&amp;gt;&lt;br /&gt;
|End of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylightlength&amp;gt;&lt;br /&gt;
|Length of daylight in hours and minutes (dawn to dusk)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonphase&amp;gt;&lt;br /&gt;
|Current [[Lunar phase|phase of the moon]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonAge&amp;gt;&lt;br /&gt;
|Current &#039;&#039;&#039;approximate&#039;&#039;&#039; age of the Moon in days (0-29)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonrise&amp;gt;&lt;br /&gt;
|Current moonrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonset&amp;gt;&lt;br /&gt;
|Current moonset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#isdaylight&amp;gt;&lt;br /&gt;
|A flag to indicate if the location for the station is in civil daylight or not, based on the dawn and dusk times.  Possible values are 0 or 1, where 1 notes that it is currently within the hours of daylight.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsSunUp&amp;gt;&lt;br /&gt;
|A flag to indicate if the Sun is above the horizon or not. Possible values are 0 or 1, where 1 is when the Sun is above the horizon for the station location (Solar sensor needed).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SunshineHours&amp;gt;&lt;br /&gt;
|Hours of sunshine so far today  (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YSunshineHours&amp;gt;&lt;br /&gt;
|Total hours of sunshine yesterday  (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CurrentSolarMax&amp;gt;&lt;br /&gt;
|Current theoretical maximum solar radiation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsSunny&amp;gt;&lt;br /&gt;
|Returns 1 if the sun is shining, otherwise 0 (Solar sensor needed)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercent&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (negative value indicates &#039;waning&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercentAbs&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (always positive)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Alarms==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus alarm states. They give a value of &#039;1&#039; if the alarm has been set and the alarm condition is currently met; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempAlarm&amp;gt; &lt;br /&gt;
|Low temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempAlarm&amp;gt; &lt;br /&gt;
|High temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeUpAlarm&amp;gt; &lt;br /&gt;
|Temperature increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeDownAlarm&amp;gt; &lt;br /&gt;
|Temperature decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressAlarm&amp;gt; &lt;br /&gt;
|Low pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressAlarm&amp;gt; &lt;br /&gt;
|High pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeUpAlarm&amp;gt; &lt;br /&gt;
|Pressure increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeDownAlarm&amp;gt; &lt;br /&gt;
|Pressure decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainTodayAlarm&amp;gt; &lt;br /&gt;
|High rain today alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateAlarm&amp;gt; &lt;br /&gt;
|High rainfall rate alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustAlarm&amp;gt; &lt;br /&gt;
|High wind gust alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedAlarm&amp;gt; &lt;br /&gt;
|High wind speed alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DataStopped&amp;gt;&lt;br /&gt;
|1 if the station has apparently stopped sending data to Cumulus, otherwise 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Records==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus record states. They give a value of &#039;1&#039; if the record has been exceeded; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#recordsbegandate&amp;gt;&lt;br /&gt;
|The date that the all time records began&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#newrecord&amp;gt; &lt;br /&gt;
|1 if &#039;new record&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the temperature tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the wind tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RainRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the rain tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the humidity tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the pressure tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily temperature range light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low daily temperature range light is currently flashing, 0 if not &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHeatIndexRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high heat index light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowWindChillRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low wind chill light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMinTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high minimum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowMaxTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low maximum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind gust light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind speed light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high rain rate light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHourlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high hourly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMonthlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high monthly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest dry period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest wet period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindrunRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind run light is currently flashing, 0 if not&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Extra Sensors==&lt;br /&gt;
&lt;br /&gt;
These webtags are for additional sensors supported by Cumulus&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot;|Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp1&amp;gt;&lt;br /&gt;
|Extra temperature channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp2&amp;gt;&lt;br /&gt;
|Extra temperature channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp3&amp;gt;&lt;br /&gt;
|Extra temperature channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraTemp10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP1&amp;gt;&lt;br /&gt;
|Extra dew point channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP2&amp;gt;&lt;br /&gt;
|Extra dew point channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP3&amp;gt;&lt;br /&gt;
|Extra dew point channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraDP10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum1&amp;gt;&lt;br /&gt;
|Extra humidity channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum2&amp;gt;&lt;br /&gt;
|Extra humidity channel 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum3&amp;gt;&lt;br /&gt;
|Extra humidity channel 3&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#ExtraHum10&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilTemp1&amp;gt;&lt;br /&gt;
|Soil temperature 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilTemp2&amp;gt;&lt;br /&gt;
|Soil temperature 2&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#SoilTemp4&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilMoisture1&amp;gt;&lt;br /&gt;
|Soil moisture 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SoilMoisture2&amp;gt;&lt;br /&gt;
|Soil moisture 2&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|... and so on up to &amp;lt;#SoilMoisture4&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafTemp1&amp;gt;&lt;br /&gt;
|Leaf temperature 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafTemp2&amp;gt;&lt;br /&gt;
|Leaf temperature 2&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafWetness1&amp;gt;&lt;br /&gt;
|Leaf wetness 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LeafWetness2&amp;gt;&lt;br /&gt;
|Leaf wetness 2 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special tags==&lt;br /&gt;
&lt;br /&gt;
===OS WMR Series===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the WMR928, WR100/200 extra sensors:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|n/a&lt;br /&gt;
|Now incorporated into the Extra Sensors section above&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Davis===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Davis PWS:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsReceived&amp;gt;&lt;br /&gt;
|Total number of data packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsMissed&amp;gt;&lt;br /&gt;
|Number of missed data packets&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumberOfResynchs&amp;gt;&lt;br /&gt;
|Number of times the console resynchronised with the transmitter&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisMaxInARow&amp;gt;&lt;br /&gt;
|Longest streak of consecutive packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumCRCerrors&amp;gt;&lt;br /&gt;
|Number of packets received with CRC errors&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Wind values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THSWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Solar/Wind values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisFirmwareVersion&amp;gt;&lt;br /&gt;
|The console firmware version&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#battery&amp;gt;&lt;br /&gt;
|The console battery condition&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#txbattery&amp;gt;&lt;br /&gt;
&amp;lt;#txbattery channel=1&amp;gt;&lt;br /&gt;
|The transmitter battery condition, by default it returns the status of all transmitters.&lt;br /&gt;
The optional &#039;channel&#039; parameter returns the status for a particular transmitter, up to channel=8. The channel result is just the string &amp;quot;ok&amp;quot; or whatever the string is for a low battery&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fine Offset===&lt;br /&gt;
The following tags are specific to the Fine Offset series of PWS&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Light&amp;gt;&lt;br /&gt;
|Current Lux value (3080 models only)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SensorContactLost&amp;gt;&lt;br /&gt;
|1 if the station has lost contact with its remote sensors &amp;quot;Fine Offset only&amp;quot; 0 if contact has been established&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===System===&lt;br /&gt;
&lt;br /&gt;
Special tags returning information about the system hosting Cumulus:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsVersion&amp;gt;&lt;br /&gt;
|OS version, e.g. &amp;quot;Windows 7 x64 build 7600&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsLanguage&amp;gt;&lt;br /&gt;
|OS language, e.g. &amp;quot;English&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SystemUpTime&amp;gt;&lt;br /&gt;
|How long the system has been up, e.g. &amp;quot;8 hours 21 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ProgramUpTime&amp;gt;&lt;br /&gt;
|How long Cumulus has been running, e.g. &amp;quot;7 hours 55 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuName&amp;gt;&lt;br /&gt;
|CPU type, e.g. &amp;quot;Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuCount&amp;gt;&lt;br /&gt;
|Number of processors, e.g. &amp;quot;4&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MemoryStatus&amp;gt;&lt;br /&gt;
|Free and total system RAM, e.g. &amp;quot;4619/8191 MB (free/total)&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DisplayMode&amp;gt;&lt;br /&gt;
|Screen display mode, e.g. &amp;quot;1680x1050, 32 bit&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#AllocatedMemory&amp;gt;&lt;br /&gt;
|Amount of memory allocated to Cumulus, e.g. &amp;quot;18.76 MB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskSize&amp;gt;&lt;br /&gt;
|Size of disk on which Cumulus is running, e.g. &amp;quot;931.51 GB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskFree&amp;gt;&lt;br /&gt;
|Free space on disk on which Cumulus is running, e.g. &amp;quot;515.36 GB&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===No Commas===&lt;br /&gt;
&lt;br /&gt;
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&#039;t like the commas. They all correspond to the same tag with &#039;RC&#039; removed.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#RCdew&amp;gt; &amp;lt;#RCheatindex&amp;gt; &amp;lt;#RChum&amp;gt; &amp;lt;#RCinhum&amp;gt; &amp;lt;#RCintemp&amp;gt; &amp;lt;#RCpress&amp;gt; &amp;lt;#RCpressTH&amp;gt;&lt;br /&gt;
 &amp;lt;#RCpressTL&amp;gt; &amp;lt;#RCrfall&amp;gt; &amp;lt;#RCrrate&amp;gt; &amp;lt;#RCrrateTM&amp;gt; &amp;lt;#RCtemp&amp;gt; &amp;lt;#RCtempTH&amp;gt; &amp;lt;#RCtempTL&amp;gt;&lt;br /&gt;
 &amp;lt;#RCwchill&amp;gt; &amp;lt;#RCwgust&amp;gt; &amp;lt;#RCwgustTM&amp;gt; &amp;lt;#RCwspeed&amp;gt; &amp;lt;#RCwlatest&amp;gt; &amp;lt;#RCdewpointTH&amp;gt;&lt;br /&gt;
 &amp;lt;#RCdewpointTL&amp;gt; &amp;lt;#RCwchillTL&amp;gt; &amp;lt;#RCheatindexTH&amp;gt; &amp;lt;#RCapptempTH&amp;gt; &amp;lt;#RCapptempTL&amp;gt;&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SteelSeries_Lang_FR&amp;diff=2398</id>
		<title>SteelSeries Lang FR</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SteelSeries_Lang_FR&amp;diff=2398"/>
		<updated>2013-02-08T00:10:57Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;DO NOT EDIT THIS PAGE USING THE &amp;quot;RICH EDITOR&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
//======================================================================================================================&lt;br /&gt;
// French by Ray of Tzouhalem-Maple Bay Weather, and Jacques of Weather by You!&lt;br /&gt;
//======================================================================================================================&lt;br /&gt;
LANG.FR = {&lt;br /&gt;
    canvasnosupport : &amp;quot;Votre navigateur ne supporte pas la fonction Canvas de HTML5 ...Désolé...&amp;lt;br&amp;gt;&amp;quot; +&lt;br /&gt;
                      &amp;quot;Une mise à jour de votre navigateur à une version plus récente est requise - presque tous les navigateurs supportent HTML5 maintenant, incluant IE9!&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;quot; +&lt;br /&gt;
                      &amp;quot;Je vous redirige vers le site contenant les anciennes jauges...&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    led_title : &amp;quot;Statut du capteur - inconnu&amp;quot;,&lt;br /&gt;
    led_title_ok : &amp;quot;Statut du capteur - OK&amp;quot;,&lt;br /&gt;
    led_title_lost : &amp;quot;Contact avec le capteur - interrompu!&amp;quot;,&lt;br /&gt;
    led_title_unknown : &amp;quot;Contact avec le capteur - inconnu!&amp;quot;,&lt;br /&gt;
    led_title_offline : &amp;quot;La station météo est actuellement hors-ligne.&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    weather   : &amp;quot;Météo&amp;quot;,&lt;br /&gt;
    latitude  : &amp;quot;Latitude&amp;quot;,&lt;br /&gt;
    longitude : &amp;quot;Longitude&amp;quot;,&lt;br /&gt;
    elevation : &amp;quot;Élévation&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    statusStr : &amp;quot;Chargement...&amp;quot;,&lt;br /&gt;
    StatusMsg : &amp;quot;Téléchargement...&amp;quot;,&lt;br /&gt;
    StatusHttp : &amp;quot;La requête HTTP a échoué&amp;quot;,&lt;br /&gt;
    StatusRetry : &amp;quot;Réessai...&amp;quot;,&lt;br /&gt;
    StatusRetryIn : &amp;quot;Tentative dans...&amp;quot;,&lt;br /&gt;
    StatusTimeout : &amp;quot;Dépassement de temps&amp;quot;,&lt;br /&gt;
    StatusPageLimit : &amp;quot;Délais de rafraîchissement automatique atteint, cliquez la DEL de status pour continuer&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    StatusLastUpdate : &amp;quot;Dernière mise à jour - il y a&amp;quot;,&lt;br /&gt;
    StatusMinsAgo : &amp;quot;minutes&amp;quot;,&lt;br /&gt;
    StatusHoursAgo : &amp;quot;heures&amp;quot;,&lt;br /&gt;
    StatusDaysAgo : &amp;quot;jours&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    realtimeCorrupt : &amp;quot;Le téléchargement du fichier texte est corrompu! Réessai...&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    timer : &amp;quot;secondes&amp;quot;,&lt;br /&gt;
    at : &amp;quot;à&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    temp_title_out : &amp;quot;Température&amp;quot;,&lt;br /&gt;
    temp_title_in : &amp;quot;Intérieure&amp;quot;,&lt;br /&gt;
    temp_out_info : &amp;quot;Température à l&#039;extérieure&amp;quot;,&lt;br /&gt;
    temp_out_web : &amp;quot;À l&#039;extérieur&amp;quot;,&lt;br /&gt;
    temp_in_info : &amp;quot;Température à l&#039;intérieure&amp;quot;,&lt;br /&gt;
    temp_in_web : &amp;quot;À l&#039;intérieur&amp;quot;,&lt;br /&gt;
    temp_trend_info : &amp;quot;Tendances de la température&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    dew_title : &amp;quot;Point de rosée&amp;quot;,&lt;br /&gt;
    dew_info : &amp;quot;Point de rosée&amp;quot;,&lt;br /&gt;
    dew_web : &amp;quot;Point de rosée&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    apptemp_title : &amp;quot;Sensation&amp;quot;,&lt;br /&gt;
    apptemp_info : &amp;quot;Sensation - température ressentie&amp;quot;,&lt;br /&gt;
    apptemp_web : &amp;quot;Sensation&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    chill_title : &amp;quot;Refroidissement&amp;quot;,&lt;br /&gt;
    chill_info : &amp;quot;Refroidissement éolien&amp;quot;,&lt;br /&gt;
    chill_web : &amp;quot;Refroidissement&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    heat_title : &amp;quot;Indice chaleur&amp;quot;,&lt;br /&gt;
    heat_info : &amp;quot;Indice de chaleur&amp;quot;,&lt;br /&gt;
    heat_web : &amp;quot;Indice chaleur&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    humdx_title : &amp;quot;Humidex&amp;quot;,&lt;br /&gt;
    humdx_info : &amp;quot;Humidex&amp;quot;,&lt;br /&gt;
    humdx_web : &amp;quot;Humidex&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    rain_title : &amp;quot;Précipitations&amp;quot;,&lt;br /&gt;
    rrate_title : &amp;quot;Débit de pluie&amp;quot;,&lt;br /&gt;
    rrate_info : &amp;quot;Débit de pluie&amp;quot;,&lt;br /&gt;
    LastRain_info : &amp;quot;Dernière pluie&amp;quot;,&lt;br /&gt;
    LastRainedT_info : &amp;quot;aujourd&#039;hui à&amp;quot;,&lt;br /&gt;
    LastRainedY_info : &amp;quot;hier à&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    hum_title_out : &amp;quot;Humidité&amp;quot;,&lt;br /&gt;
    hum_title_in : &amp;quot;Intérieure&amp;quot;,&lt;br /&gt;
    hum_out_info : &amp;quot;Humidité à l&#039;extérieur&amp;quot;,&lt;br /&gt;
    hum_in_info : &amp;quot;Humidité à l&#039;intérieur&amp;quot;,&lt;br /&gt;
    hum_out_web : &amp;quot;À l&#039;extérieur&amp;quot;,&lt;br /&gt;
    hum_in_web : &amp;quot;À l&#039;intérieur&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    baro_title : &amp;quot;Pression&amp;quot;,&lt;br /&gt;
    baro_info : &amp;quot;Pression barométrique&amp;quot;,&lt;br /&gt;
    baro_trend_info : &amp;quot;tendance barométrique&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    wind_title : &amp;quot;Vitesse du vent&amp;quot;,&lt;br /&gt;
    tenminavg_title : &amp;quot;Vitesse moyenne&amp;quot;,&lt;br /&gt;
    tenminavgwind_info : &amp;quot;Vitesse moyenne du vent (10 min)&amp;quot;,&lt;br /&gt;
    maxavgwind_info : &amp;quot;vitesse moyenne maximale&amp;quot;,&lt;br /&gt;
    tenmingust_info : &amp;quot;Rafale (10 min)&amp;quot;,&lt;br /&gt;
    maxgust_info : &amp;quot;Rafale maximale&amp;quot;,&lt;br /&gt;
    latest_title : &amp;quot;Vent récent&amp;quot;,&lt;br /&gt;
    latestwind_info : &amp;quot;Vitesse du vent (récente)&amp;quot;,&lt;br /&gt;
    bearing_info : &amp;quot;direction&amp;quot;,&lt;br /&gt;
    latest_web : &amp;quot;Récente&amp;quot;,&lt;br /&gt;
    tenminavg_web : &amp;quot;Moyenne&amp;quot;,&lt;br /&gt;
    dominant_bearing : &amp;quot;Vent dominant aujourd&#039;hui&amp;quot;,&lt;br /&gt;
    calm: &amp;quot;calme&amp;quot;,&lt;br /&gt;
    windrose: &amp;quot;Rose des Vents&amp;quot;,&lt;br /&gt;
    windruntoday: &amp;quot;Parcours du Vent auj.&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    uv_title : &amp;quot;l’indice UV&amp;quot;,&lt;br /&gt;
    uv_levels : [&amp;quot;Nul&amp;quot;,&lt;br /&gt;
                 &amp;quot;Bas&amp;quot;,&lt;br /&gt;
                 &amp;quot;Modéré&amp;quot;,&lt;br /&gt;
                 &amp;quot;Élevé&amp;quot;,&lt;br /&gt;
                 &amp;quot;Très élevé&amp;quot;,&lt;br /&gt;
                 &amp;quot;Extrême&amp;quot;],&lt;br /&gt;
    uv_headlines : [&amp;quot;Aucun indice UV quantifiable&amp;quot;,&lt;br /&gt;
                    &amp;quot;Sans danger pour l&#039;individu moyen&amp;quot;,&lt;br /&gt;
                    &amp;quot;Peu de risques de brûlures causées par l&#039;exposition au soleil sans protection&amp;quot;,&lt;br /&gt;
                    &amp;quot;Haut risque de brûlures si exposition au soleil sans protection&amp;quot;,&lt;br /&gt;
                    &amp;quot;Risque très élevé de brûlure si exposition au soleil sans protection&amp;quot;,&lt;br /&gt;
                    &amp;quot;Très haut risque de brûlure si exposition au soleil sans protection&amp;quot;],&lt;br /&gt;
    uv_details : [&amp;quot;Il fait encore nuit ou c&#039;est une journée très nuageuse.&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
                  &amp;quot;Protection solaire minime requise pour les activités normales.&amp;lt;br&amp;gt;&amp;quot; +&lt;br /&gt;
                  &amp;quot;Portez des lunettes de soleil lors de journées ensoleillées. Si vous restez à l’extérieur pendant plus d’une heure, couvrez-vous et utilisez un écran solaire.&amp;lt;br&amp;gt;&amp;quot; +&lt;br /&gt;
                  &amp;quot;La réflexion par la neige peut presque doubler l’intensité des rayons UV. Portez des lunettes de soleil et appliquez un écran solaire sur votre visage.&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
                  &amp;quot;Prenez des précautions : couvrez-vous, portez un chapeau et des lunettes de soleil, et appliquez un écran solaire, surtout si vous êtes à l’extérieur pendant 30 minutes ou plus.&amp;lt;br&amp;gt;&amp;quot; +&lt;br /&gt;
                  &amp;quot;Cherchez l’ombre à mi-journée, le soleil y est à son plus fort.&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
                  &amp;quot;Protection nécessaire – les rayons UV endommagent la peau et peuvent causer des coups de soleil.&amp;lt;br&amp;gt;&amp;quot; +&lt;br /&gt;
                  &amp;quot;Évitez le soleil entre 11 h et 16 h, prenez toutes les précautions : cherchez l’ombre, couvrez-vous, portez un chapeau, des lunettes de soleil et appliquez un écran solaire.&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
                  &amp;quot;Précautions supplémentaires nécessaires : la peau non protégée sera endommagée et peut brûler rapidement.&amp;lt;br&amp;gt;&amp;quot; +&lt;br /&gt;
                  &amp;quot;Évitez le soleil entre 11 h et 16 h. Cherchez l’ombre, couvrez-vous, portez un chapeau et des lunettes de soleil et appliquez un écran solaire.&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
                  &amp;quot;Les valeurs de 11 ou plus sont très rares. Cependant, l’indice UV peut atteindre 14 ou plus dans les tropiques ou le sud des États-Unis.&amp;lt;br&amp;gt;&amp;quot; +&lt;br /&gt;
                  &amp;quot;Prenez toutes les précautions. La peau non protégée sera endommagée et peut brûler en quelques minutes. Évitez le soleil entre 11 h et 16 h, couvrez-vous, portez un chapeau et des lunettes de soleil et appliquez un écran solaire.&amp;lt;br&amp;gt;&amp;quot; +&lt;br /&gt;
                  &amp;quot;N’oubliez pas que le sable blanc et les autres surfaces brillantes réfléchissent les rayons UV et augmentent l’exposition à ces rayons.&amp;quot;],&lt;br /&gt;
    //&lt;br /&gt;
    solar_title : &amp;quot;Rayonnement solaire&amp;quot;,&lt;br /&gt;
    solar_currentMax : &amp;quot;Lecture maximale théorique courante&amp;quot;,&lt;br /&gt;
    solar_ofMax : &amp;quot;du maximum&amp;quot;,&lt;br /&gt;
    solar_maxToday : &amp;quot;Lecture maximale de la journée&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    lowest_info : &amp;quot;le plus bas&amp;quot;,&lt;br /&gt;
    highest_info : &amp;quot;le plus élevé&amp;quot;,&lt;br /&gt;
    lowestF_info : &amp;quot;la plus basse&amp;quot;,  // for proper translation of feminine words&lt;br /&gt;
    highestF_info : &amp;quot;la plus élevée&amp;quot;, // for proper translation of feminine words&lt;br /&gt;
    //&lt;br /&gt;
    RisingVeryRapidly : &amp;quot;Augmentation très rapide&amp;quot;,&lt;br /&gt;
    RisingQuickly : &amp;quot;Augmentation rapide&amp;quot;,&lt;br /&gt;
    Rising : &amp;quot;Augmentation&amp;quot;,&lt;br /&gt;
    RisingSlowly : &amp;quot;Augmentation lente&amp;quot;,&lt;br /&gt;
    Steady : &amp;quot;Constante&amp;quot;,&lt;br /&gt;
    FallingSlowly : &amp;quot;Baisse lentement&amp;quot;,&lt;br /&gt;
    Falling : &amp;quot;Baisse&amp;quot;,&lt;br /&gt;
    FallingQuickly : &amp;quot;Baisse rapidement&amp;quot;,&lt;br /&gt;
    FallingVeryRapidly : &amp;quot;Baisse très rapidement&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    maximum_info : &amp;quot;maximum&amp;quot;,&lt;br /&gt;
    max_hour_info : &amp;quot;maximum par heure&amp;quot;,&lt;br /&gt;
    minimum_info : &amp;quot;minimum&amp;quot;,&lt;br /&gt;
    //&lt;br /&gt;
    coords : [&amp;quot;N&amp;quot;, &amp;quot;NNE&amp;quot;, &amp;quot;NE&amp;quot;, &amp;quot;ENE&amp;quot;, &amp;quot;E&amp;quot;, &amp;quot;ESE&amp;quot;, &amp;quot;SE&amp;quot;, &amp;quot;SSE&amp;quot;, &amp;quot;S&amp;quot;, &amp;quot;SSO&amp;quot;, &amp;quot;SO&amp;quot;, &amp;quot;OSO&amp;quot;, &amp;quot;O&amp;quot;, &amp;quot;ONO&amp;quot;, &amp;quot;NO&amp;quot;, &amp;quot;NNO&amp;quot;],&lt;br /&gt;
    compass : [&amp;quot;N&amp;quot;, &amp;quot;NE&amp;quot;, &amp;quot;E&amp;quot;, &amp;quot;SE&amp;quot;, &amp;quot;S&amp;quot;, &amp;quot;SO&amp;quot;, &amp;quot;O&amp;quot;, &amp;quot;NO&amp;quot;],&lt;br /&gt;
    months : [&amp;quot;Jan&amp;quot;, &amp;quot;Fév&amp;quot;, &amp;quot;Mar&amp;quot;, &amp;quot;Avr&amp;quot;, &amp;quot;Mai&amp;quot;, &amp;quot;Jui&amp;quot;, &amp;quot;Jul&amp;quot;, &amp;quot;Aoû&amp;quot;, &amp;quot;Sep&amp;quot;, &amp;quot;Oct&amp;quot;, &amp;quot;Nov&amp;quot;, &amp;quot;Déc&amp;quot;]&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=1697</id>
		<title>Webtags (preserving history)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=1697"/>
		<updated>2011-10-10T15:03:55Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Yesterday */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Webtags available in Cumulus 1.9.2 ==&lt;br /&gt;
&lt;br /&gt;
These are special markers placed in a file which Cumulus can then process and replace with the actual values.  Typically you would use this to build your own website by having an HTML template file with your layout, static text and graphics.  In the position on the page you wish Cumulus to insert the relevant data place a webtag in the form:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#tagname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming you have asked Cumulus to process the file, it will replace the tag with the current value of the item the tag represents just before the file is uploaded to the internet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: When you put a tag into your HTML, be careful that whatever program you are using to develop your web pages doesn&#039;t change the angle brackets to slightly different symbols -- this is a common cause of failure!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Webtags are case sensitive, so please type them as shown here.&lt;br /&gt;
&lt;br /&gt;
=== New Webtags in Beta builds ===&lt;br /&gt;
&lt;br /&gt;
New webtags for beta versions of Cumulus are not listed here until the version becomes &#039;live&#039; however there is a page that details the [[BETA webtags|additional webtags]] available in the Beta version.&lt;br /&gt;
&lt;br /&gt;
=Time/Date &#039;format&#039; Parameter=&lt;br /&gt;
&lt;br /&gt;
From 1.9.1 most time webtags will accept an option &#039;format&#039; parameter, e.g: &amp;lt;#YearTempHT format=hh:nn&amp;gt;. This allows you to override the default display format for that item, using the format specifiers in the table below. Note that if your format has any spaces in it, you must enclose it in double quotes, thus: &amp;lt;#YearTempHT format=&amp;quot;hh nn&amp;quot;&amp;gt;. Note also that you can specify date formatting to times and vice versa, but this will not always yield a sensible result.&lt;br /&gt;
&lt;br /&gt;
You should put anything which is not intended to be part of the date and time formatting into single quotation marks to prevent it being interpreted as a date or time formatter. For example, the word &amp;quot;on&amp;quot; contains the character &amp;quot;n&amp;quot;, which will be interpreted as a time formatter unless you put it into single quotation marks. Example: &amp;lt;#TtempH format=&amp;quot;&#039;at&#039; hh: mm &#039;on&#039; dd / mm / yyyy&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Specifier&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Displays&lt;br /&gt;
|-&lt;br /&gt;
|c&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format, followed by the time using the format given by the Windows Long Time format. The time is not displayed if the date-time value indicates midnight precisely.&lt;br /&gt;
|-&lt;br /&gt;
|d&lt;br /&gt;
|Displays the day as a number without a leading zero (1-31).&lt;br /&gt;
|-&lt;br /&gt;
|dd&lt;br /&gt;
|Displays the day as a number with a leading zero (01-31).&lt;br /&gt;
|-&lt;br /&gt;
|ddd&lt;br /&gt;
|Displays the day as an abbreviation (Sun-Sat) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|dddd&lt;br /&gt;
|Displays the day as a full name (Sunday-Saturday) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|ddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format.&lt;br /&gt;
|-&lt;br /&gt;
|dddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Long Date format.&lt;br /&gt;
|-&lt;br /&gt;
|m&lt;br /&gt;
|Displays the month as a number without a leading zero (1-12). If the m specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mm&lt;br /&gt;
|Displays the month as a number with a leading zero (01-12). If the mm specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mmm&lt;br /&gt;
|Displays the month as an abbreviation (Jan-Dec) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|mmmm&lt;br /&gt;
|Displays the month as a full name (January-December) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|yy&lt;br /&gt;
|Displays the year as a two-digit number (00-99).&lt;br /&gt;
|-&lt;br /&gt;
|yyyy&lt;br /&gt;
|Displays the year as a four-digit number (0000-9999).&lt;br /&gt;
|-&lt;br /&gt;
|h&lt;br /&gt;
|Displays the hour without a leading zero (0-23).&lt;br /&gt;
|-&lt;br /&gt;
|hh&lt;br /&gt;
|Displays the hour with a leading zero (00-23).&lt;br /&gt;
|-&lt;br /&gt;
|n&lt;br /&gt;
|Displays the minute without a leading zero (0-59). &lt;br /&gt;
|-&lt;br /&gt;
|nn&lt;br /&gt;
|Displays the minute with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|s&lt;br /&gt;
|Displays the second without a leading zero (0-59).&lt;br /&gt;
|-&lt;br /&gt;
|ss&lt;br /&gt;
|Displays the second with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|z&lt;br /&gt;
|Displays the millisecond without a leading zero (0-999). &lt;br /&gt;
|-&lt;br /&gt;
|zzz&lt;br /&gt;
|Displays the millisecond with a leading zero (000-999).&lt;br /&gt;
|-&lt;br /&gt;
|t&lt;br /&gt;
|Displays the time using the format given by the Windows Short Time format.&lt;br /&gt;
|-&lt;br /&gt;
|tt\&lt;br /&gt;
|Displays the time using the format given by the Windows Long Time format. &lt;br /&gt;
|-&lt;br /&gt;
|am/pm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;am&#039; for any hour before noon, and &#039;pm&#039; for any hour after noon. The am/pm specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|a/p&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;a&#039; for any hour before noon, and &#039;p&#039; for any hour after noon. The a/p specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|ampm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays the contents of the Windows AM string for any hour before noon, and the contents of the Windows PM string for any hour after noon.&lt;br /&gt;
|-&lt;br /&gt;
|/&lt;br /&gt;
|Displays the date separator character given by the Windows Date Separator.&lt;br /&gt;
|-&lt;br /&gt;
|:&lt;br /&gt;
|Displays the time separator character given by the Windows Time Separator. &lt;br /&gt;
|-&lt;br /&gt;
|&#039;xx&#039;&lt;br /&gt;
|Characters enclosed in single quotation marks are displayed as such, and do not affect formatting. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=The Tags=&lt;br /&gt;
&lt;br /&gt;
Below is a list of the webtags available in the current version of Cumulus.&lt;br /&gt;
&lt;br /&gt;
==Units==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunit&amp;gt;&lt;br /&gt;
|Unit of temperature being used (Set in Cumulus as [http://en.wikipedia.org/wiki/Centigrade Centigrade] or [http://en.wikipedia.org/wiki/Fahrenheit Fahrenheit])&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunitnodeg&amp;gt;&lt;br /&gt;
|The temperature units being used, without a degree symbol, i.e. &amp;quot;F&amp;quot; or &amp;quot;C&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressunit&amp;gt;&lt;br /&gt;
|Unit of measure for pressure. Possible values: mb, hPa, in&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rainunit&amp;gt;&lt;br /&gt;
|Unit of measure for rain fall (e.g mm or inches)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windunit&amp;gt;&lt;br /&gt;
|Unit of measure for wind speed. Possible values: mph, m/s, km/h, kts&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrununit&amp;gt;&lt;br /&gt;
|Unit of measure for wind run (distance)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbaseunit&amp;gt;&lt;br /&gt;
|The units used for cloudbase value, i.e. &amp;quot;ft&amp;quot; or &amp;quot;m&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Date &amp;amp; Time==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#date&amp;gt;&lt;br /&gt;
|The current date&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#time&amp;gt;&lt;br /&gt;
|The current time and date. Example result: 18:30 on 30 December 2009.  If you simply wish the time, use a combination of the day, month, year tags (below)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timehhmmss&amp;gt;&lt;br /&gt;
|The current time. Example format: 18:30:27 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timeUTC&amp;gt;&lt;br /&gt;
|The current UTC date/time rather than local date/time&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#day&amp;gt;&lt;br /&gt;
| The current day as a 2-digit number. Example format: 14   &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dayname&amp;gt;&lt;br /&gt;
| The current day as a word.  For example, Monday&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortdayname&amp;gt;&lt;br /&gt;
| The current day as a shortened word. Example format: Mon&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#month&amp;gt;&lt;br /&gt;
|The current month as a 2-digit number. Example format: 05&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#monthname&amp;gt;&lt;br /&gt;
|The current month as a word. Example format: August&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortmonthname&amp;gt;&lt;br /&gt;
|The current month as a shortened word. Example format: Aug&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#year&amp;gt;&lt;br /&gt;
|The current year as a 4-digit number. Example format: 2009 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortyear&amp;gt;&lt;br /&gt;
|The current year as a 2-digit number. Example format: 09&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hour&amp;gt;&lt;br /&gt;
|The current hour as a 2-digit number. Example format: 23&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#minute&amp;gt;&lt;br /&gt;
|The current minute as a 2-digit number. Example format: 59&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Conditions==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptemp&amp;gt;&lt;br /&gt;
|The apparent temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgtemp&amp;gt;&lt;br /&gt;
|Average temperature so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temp&amp;gt;&lt;br /&gt;
|The outside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#intemp&amp;gt;&lt;br /&gt;
|The inside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrend&amp;gt;&lt;br /&gt;
|The change in temperature over the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendtext&amp;gt;&lt;br /&gt;
|Temperature change over the last hour - Rising/Falling/Steady&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendenglish&amp;gt;&lt;br /&gt;
|Simple description of temperature change over the last hour - Rising/Falling/Steady.  Useful for Javascript coding.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindex&amp;gt;&lt;br /&gt;
|Current [[heat index]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humidex&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Humidex Humidex]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hum&amp;gt;&lt;br /&gt;
|The outside [http://en.wikipedia.org/wiki/Humidity humidity]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#inhum&amp;gt;&lt;br /&gt;
|The inside humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dew&amp;gt;&lt;br /&gt;
|The outside dew point&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchill&amp;gt;&lt;br /&gt;
|The current [[wind chill]] temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wetbulb&amp;gt;&lt;br /&gt;
|Estimated [http://en.wikipedia.org/wiki/Wet_bulb wet bulb] temperature, currently only available via web tag&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfall&amp;gt;&lt;br /&gt;
|The total rainfall so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrate&amp;gt;&lt;br /&gt;
|The current rainfall rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rhour&amp;gt;&lt;br /&gt;
|The rainfall in the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmidnight&amp;gt;&lt;br /&gt;
|The total rainfall since midnight. Useful if you don&#039;t use midnight as your start of day&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#r24hour&amp;gt;&lt;br /&gt;
|Amount of rain in the last 24 hours&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastRainTipISO&amp;gt;&lt;br /&gt;
|Date/time of last rain gauge tip (e.g 2010-09-06 06:09)&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#press&amp;gt;&lt;br /&gt;
|The [http://en.wikipedia.org/wiki/Sea_level_pressure sea level pressure]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrend&amp;gt;&lt;br /&gt;
|The pressure trend in words - values can be set in the &#039;strings.ini&#039; file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendval&amp;gt;&lt;br /&gt;
|The pressure trend in figures&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendenglish&amp;gt;&lt;br /&gt;
| a singe word description for the pressure trend - Rising/Falling/Steady.  Useful for developing Javascript coding on your webpage.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altimeterpressure&amp;gt;&lt;br /&gt;
|Altimeter pressure. Pressure corrected to sea level using altitude only. Same as sea-level pressure for non-Davis stations.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wlatest&amp;gt;&lt;br /&gt;
|Current wind speed reading from console.  Corresponds to &#039;latest&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearing&amp;gt;&lt;br /&gt;
|Current wind bearing in degrees&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currentwdir&amp;gt;&lt;br /&gt;
|Current wind bearing as a compass point - e.g. ESE &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeed&amp;gt;&lt;br /&gt;
|The 10-minute average, if you have Cumulus set to calculate a 10-minute average. Otherwise, it&#039;s the latest &#039;wind&#039; value from the console (i.e. the current speed as determined by the station). Corresponds to &#039;average&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgbearing&amp;gt;&lt;br /&gt;
|Average wind bearing in degrees over last 10 minutes. Range 1-360, 0=Calm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdir&amp;gt;&lt;br /&gt;
|Average wind bearing over last 10 minutes as a [http://en.wikipedia.org/wiki/Compass compass] point - e.g. ESE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgust&amp;gt;&lt;br /&gt;
|The highest wind reading in the last 10 minutes. Corresponds to &#039;gust&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdirdata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind bearing readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspddata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind speed readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#nextwindindex&amp;gt;&lt;br /&gt;
|The index of the entries in wdirdata and wspddata which Cumulus is going to use next - i.e. the latest entry used is one less than this; but don&#039;t forget to allow for the wrap around!&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufort&amp;gt;&lt;br /&gt;
|The current wind speed on the [http://en.wikipedia.org/wiki/Beaufort_scale Beaufort scale] (e.g. F8) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufortnumber&amp;gt;&lt;br /&gt;
|The current wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaudesc&amp;gt;&lt;br /&gt;
|The current wind speed Beaufort description (e.g. &amp;quot;Gale&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbase&amp;gt;&lt;br /&gt;
|Calculated [http://en.wikipedia.org/wiki/Cloud_base cloud base]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbasevalue&amp;gt;&lt;br /&gt;
|Current calculated cloud base without units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UV&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Uv_index UV index]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SolarRad&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Solar_radiation solar radiation]&lt;br /&gt;
|-&lt;br /&gt;
|[[Forecast_webtag|&amp;lt;#forecast&amp;gt;]]&lt;br /&gt;
|The current forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forecastnumber&amp;gt;&lt;br /&gt;
|The number relating to the current forecast entry in the [[strings.ini]] file.  If your station is not providing it&#039;s own forecast and Cumulus is not calculating one then 0 (zero) is returned&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cumulusforecast&amp;gt;&lt;br /&gt;
|Always gives Cumulus (Zambretti) forecast, even if the &amp;lt;#forecast&amp;gt; tag provides a station forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wsforecast&amp;gt;&lt;br /&gt;
|Always gives station forecast (if available)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Today==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprange&amp;gt;&lt;br /&gt;
|The temperature range (max - min) so far today&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTH&amp;gt;&lt;br /&gt;
|Today&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTL&amp;gt;&lt;br /&gt;
|Today&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexTH&amp;gt;&lt;br /&gt;
|Today&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest humidity&lt;br /&gt;
|&amp;lt;#ThumTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest humidity&lt;br /&gt;
|&amp;lt;#ThumTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustTM&amp;gt; &lt;br /&gt;
|Today&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingTM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of today&#039;s high gust (&amp;lt;#wgustTM&amp;gt;)&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufort&amp;gt; &lt;br /&gt;
|Today&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufortnumber&amp;gt;&lt;br /&gt;
|Today&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#windrun&amp;gt;&lt;br /&gt;
|The total wind run so far today&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearing&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddir&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ET&amp;gt;&lt;br /&gt;
|Today&#039;s [http://en.wikipedia.org/wiki/Evapotranspiration evapotranspiration]. Note that Fine Offset stations with solar sensors do not supply an evapotranspiration value, and by a quirk of the way the tag gets its value, for those stations this tag gives the light level in Lux.&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdays&amp;gt;&lt;br /&gt;
|Today&#039;s heating degree days&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdays&amp;gt;&lt;br /&gt;
|Today&#039;s cooling degree days&lt;br /&gt;
|n/a&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yesterday==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprangeY&amp;gt;&lt;br /&gt;
|The temperature range (max - min) yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYH&amp;gt;&lt;br /&gt;
|High humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYL&amp;gt;&lt;br /&gt;
|Low humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallY&amp;gt;&lt;br /&gt;
|The total rainfall for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustYM&amp;gt; &lt;br /&gt;
|Yesterday&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingYM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of yesterday&#039;s high gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufort&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufortnumber&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearingY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddirY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunY&amp;gt;&lt;br /&gt;
|The total wind run for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s heating degree days&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s cooling degree days&lt;br /&gt;
|n/a&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monthly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempH&amp;gt;&lt;br /&gt;
|This months high temperature&lt;br /&gt;
|&amp;lt;#MonthTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempL&amp;gt;&lt;br /&gt;
|This months low temperature&lt;br /&gt;
|&amp;lt;#MonthTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMinTempH&amp;gt;&lt;br /&gt;
|This months highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMaxTempL&amp;gt;&lt;br /&gt;
|This months lowest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHeatIndexH&amp;gt;&lt;br /&gt;
|This months high heat index&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWChillL&amp;gt;&lt;br /&gt;
|This months low wind chill&lt;br /&gt;
|&amp;lt;#MonthWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempH&amp;gt;&lt;br /&gt;
|This months high apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempL&amp;gt;&lt;br /&gt;
|This months low apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointH&amp;gt;&lt;br /&gt;
|This months high dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointL&amp;gt;&lt;br /&gt;
|This months low dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumH&amp;gt;&lt;br /&gt;
|This months highest humidty&lt;br /&gt;
|&amp;lt;#MonthHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumL&amp;gt;&lt;br /&gt;
|This months lowest humidty&lt;br /&gt;
|&amp;lt;#MonthHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressH&amp;gt;&lt;br /&gt;
|This months highest pressure&lt;br /&gt;
|&amp;lt;#MonthPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressL&amp;gt;&lt;br /&gt;
|This months lowest pressure&lt;br /&gt;
|&amp;lt;#MonthPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthGustH&amp;gt;&lt;br /&gt;
|This months highest wind gust&lt;br /&gt;
|&amp;lt;#MonthGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindH&amp;gt;&lt;br /&gt;
|This months highest wind speed&lt;br /&gt;
|&amp;lt;#MonthWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmonth&amp;gt;&lt;br /&gt;
|The total rainfall so far this month&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthRainRateH&amp;gt;&lt;br /&gt;
|This months highest rainfall rate&lt;br /&gt;
|&amp;lt;#MonthRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHourlyRainH&amp;gt;&lt;br /&gt;
|This months highest hourly rain&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDailyRainH&amp;gt;&lt;br /&gt;
|This months greatest daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest dry period ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day, ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yearly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempH&amp;gt;&lt;br /&gt;
|This years highest temperature&lt;br /&gt;
|&amp;lt;#YearTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempL&amp;gt;&lt;br /&gt;
|This years lowest temperature&lt;br /&gt;
|&amp;lt;#YearTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHeatIndexH&amp;gt;&lt;br /&gt;
|This years highest heat index&lt;br /&gt;
|&amp;lt;#YearHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWChillL&amp;gt;&lt;br /&gt;
|This years lowest wind chill&lt;br /&gt;
|&amp;lt;#YearWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempH&amp;gt;&lt;br /&gt;
|This years highest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempL&amp;gt;&lt;br /&gt;
|This years lowest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointH&amp;gt;&lt;br /&gt;
|This years highest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointL&amp;gt;&lt;br /&gt;
|This years lowest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMinTempH&amp;gt;&lt;br /&gt;
|This years highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMaxTempL&amp;gt;&lt;br /&gt;
|This years lowest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumH&amp;gt;&lt;br /&gt;
|This years high humidty&lt;br /&gt;
|&amp;lt;#YearHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumL&amp;gt;&lt;br /&gt;
|This years low humidty&lt;br /&gt;
|&amp;lt;#YearHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressH&amp;gt;&lt;br /&gt;
|This years high pressure&lt;br /&gt;
|&amp;lt;#YearPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressL&amp;gt;&lt;br /&gt;
|This years low pressure&lt;br /&gt;
|&amp;lt;#YearPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearGustH&amp;gt;&lt;br /&gt;
|This years high wind gust&lt;br /&gt;
|&amp;lt;#YearGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindH&amp;gt;&lt;br /&gt;
|This years high wind speed&lt;br /&gt;
|&amp;lt;#YearWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ryear&amp;gt;&lt;br /&gt;
|The total rainfall so far this year&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearRainRateH&amp;gt;&lt;br /&gt;
|This years high rainfall rate&lt;br /&gt;
|&amp;lt;#YearRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHourlyRainH&amp;gt;&lt;br /&gt;
|This years high hourly rain&lt;br /&gt;
|&amp;lt;#YearHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDailyRainH&amp;gt;&lt;br /&gt;
|This years high daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMonthlyRainH&amp;gt;&lt;br /&gt;
|This years high monthly rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMonthlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest period without rain ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==All Time==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempH&amp;gt;&lt;br /&gt;
|All time high temperature&lt;br /&gt;
|&amp;lt;#TtempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempL&amp;gt;&lt;br /&gt;
|All time low temperature &lt;br /&gt;
|&amp;lt;#TtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#mintempH&amp;gt;&lt;br /&gt;
|All time high minimum temperature &lt;br /&gt;
|&amp;lt;#TmintempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#maxtempL&amp;gt;&lt;br /&gt;
|All time low maximum temperature &lt;br /&gt;
|&amp;lt;#TmaxtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDailyTempRange&amp;gt;&lt;br /&gt;
|All time low daily temperature range&lt;br /&gt;
|&amp;lt;#TLowDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyTempRange&amp;gt;&lt;br /&gt;
|All time high daily temperature range&lt;br /&gt;
|&amp;lt;#THighDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempH&amp;gt;&lt;br /&gt;
|All time high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempL&amp;gt;&lt;br /&gt;
|All time low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexH&amp;gt;&lt;br /&gt;
|All time high heat index&lt;br /&gt;
|&amp;lt;#TheatindexH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointH&amp;gt;&lt;br /&gt;
|All time high dew point&lt;br /&gt;
|&amp;lt;#TdewpointH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointL&amp;gt;&lt;br /&gt;
|All time low dew point&lt;br /&gt;
|&amp;lt;#TdewpointL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humH&amp;gt;&lt;br /&gt;
|All time high humidity&lt;br /&gt;
|&amp;lt;#ThumH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humL&amp;gt;&lt;br /&gt;
|All time low humidity&lt;br /&gt;
|&amp;lt;#ThumL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillH&amp;gt;&lt;br /&gt;
|All time greatest wind chill (i.e. lowest temperature) &lt;br /&gt;
|&amp;lt;#TwchillH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateM&amp;gt;&lt;br /&gt;
|All time high rain rate &lt;br /&gt;
|&amp;lt;#TrrateM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallH&amp;gt;&lt;br /&gt;
|All time high daily rain &lt;br /&gt;
|&amp;lt;#TrfallH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallhH&amp;gt;&lt;br /&gt;
|All time high hourly rain&lt;br /&gt;
|&amp;lt;#TrfallhH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallmH&amp;gt;&lt;br /&gt;
|All time high monthly rain &lt;br /&gt;
|&amp;lt;#TrfallmH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriod&amp;gt;&lt;br /&gt;
|All time longest dry period (days)&lt;br /&gt;
|&amp;lt;#TLongestDryPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriod&amp;gt;&lt;br /&gt;
|All time longest wet period (days)&lt;br /&gt;
|&amp;lt;#TLongestWetPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressH&amp;gt;&lt;br /&gt;
|All time high pressure &lt;br /&gt;
|&amp;lt;#TpressH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressL&amp;gt;&lt;br /&gt;
|All time low pressure &lt;br /&gt;
|&amp;lt;#TpressL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#gustM&amp;gt;&lt;br /&gt;
|All time high wind gust &lt;br /&gt;
|&amp;lt;#TgustM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeedH&amp;gt;&lt;br /&gt;
|All time high average wind speed &lt;br /&gt;
|&amp;lt;#TwspeedH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunH&amp;gt;&lt;br /&gt;
|All time high daily wind run&lt;br /&gt;
|&amp;lt;#TwindrunH&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestError&amp;gt;&lt;br /&gt;
|Displays the last error from the Cumulus error log&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorDate&amp;gt;&lt;br /&gt;
|The date of the latest error logged to the error log window, using the system short date format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorTime&amp;gt;&lt;br /&gt;
|The time of the latest error logged to the error log window, using the system short time format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ErrorLight&amp;gt;&lt;br /&gt;
|1 if the &#039;error&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#version&amp;gt;&lt;br /&gt;
|The version of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#build&amp;gt;&lt;br /&gt;
|The build of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#realtimeinterval&amp;gt;&lt;br /&gt;
|The realtime update interval in seconds &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#interval&amp;gt;&lt;br /&gt;
|The web site update interval in minutes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rollovertime&amp;gt;&lt;br /&gt;
|The time that the logs rollover to the next day: &#039;Midnight&#039;, &#039;9 am&#039; or &#039;10 am&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#update&amp;gt;&lt;br /&gt;
|The date and time of the last web site update&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#stationtype&amp;gt;&lt;br /&gt;
|The type of station in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#latitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Latitude latitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Longitude longitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Altitude altitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#location&amp;gt;&lt;br /&gt;
|The station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longlocation&amp;gt;&lt;br /&gt;
|Longer description of the station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forum&amp;gt;&lt;br /&gt;
|URL of the forum&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#webcam&amp;gt;&lt;br /&gt;
|URL of the webcam&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#graphperiod&amp;gt;&lt;br /&gt;
|The number of hours displayed by the graphs&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#battery&amp;gt;&lt;br /&gt;
|The console battery condition (Only available for the Davis weather stations)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#txbattery&amp;gt;&lt;br /&gt;
|The transmitter battery condition (Only available for the Davis weather stations)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SensorContactLost&amp;gt;&lt;br /&gt;
|1 if the station has lost contact with its remote sensors &amp;quot;Fine Offset only&amp;quot; 0 if contact has been established&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#snowdepth&amp;gt;&lt;br /&gt;
|Today&#039;s snow depth as entered manually in the Weather Diary. Normally in Centimeters.Output is purely as a numerical figure I.E 10&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currcond&amp;gt;&lt;br /&gt;
|Represents the value entered on the screen within Cumulus for the Current Weather condition, or the value as held in the [[currentconditions.txt]] file &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#chillhours&amp;gt;&lt;br /&gt;
|The number of &#039;chill hours&#039; so far this season.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveRainDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today where it has rained every day. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini, the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveDryDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today since it last rained. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRoseData&amp;gt;&lt;br /&gt;
|A comma-separated list of the wind &#039;totals&#039; used to draw the wind rose (8 or 16 values)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRosePoints&amp;gt;&lt;br /&gt;
|The number of items in &amp;lt;#WindRoseData&amp;gt; (i.e. 8 or 16)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindSampleCount&amp;gt;&lt;br /&gt;
|The number of wind samples making up the wind rose (etc) data (up to 3600)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAMonthlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA monthly report&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAYearlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA yearly report&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Day/Night/Sun/Moon==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunrise&amp;gt;&lt;br /&gt;
|Current sunrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunset&amp;gt;&lt;br /&gt;
|Current sunset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylength&amp;gt;&lt;br /&gt;
|Length of day in hours and minutes (sunrise to sunset)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tomorrowdaylength&amp;gt;&lt;br /&gt;
|A string giving the difference between the length of day light today and tomorrow.&lt;br /&gt;
Note.  This tag has been shown to generate inaccurate results and will probably be removed from Cumulus but is here for reference only.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dawn&amp;gt;&lt;br /&gt;
|Start of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dusk&amp;gt;&lt;br /&gt;
|End of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylightlength&amp;gt;&lt;br /&gt;
|Length of daylight in hours and minutes (dawn to dusk)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonphase&amp;gt;&lt;br /&gt;
|Current [[Lunar phase|phase of the moon]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonAge&amp;gt;&lt;br /&gt;
|Current &#039;&#039;&#039;approximate&#039;&#039;&#039; age of the Moon in days (0-29)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonrise&amp;gt;&lt;br /&gt;
|Current moonrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonset&amp;gt;&lt;br /&gt;
|Current moonset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#isdaylight&amp;gt;&lt;br /&gt;
|A flag to indicate if the location for the station is in daylight or not, based on the dawn and dusk times.  Possible values are 0 or 1, where 1 notes that it is currently within the hours of daylight.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SunshineHours&amp;gt;&lt;br /&gt;
|Hours of sunshine so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YSunshineHours&amp;gt;&lt;br /&gt;
|Total hours of sunshine yesterday&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CurrentSolarMax&amp;gt;&lt;br /&gt;
|Current theoretical maximum solar radiation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsSunny&amp;gt;&lt;br /&gt;
|Returns 1 if the sun is shining, otherwise 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercent&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (negative value indicates &#039;waning&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercentAbs&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (always positive)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Alarms==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus alarm states. They give a value of &#039;1&#039; if the alarm has been set and the alarm condition is currently met; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempAlarm&amp;gt; &lt;br /&gt;
|Low temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempAlarm&amp;gt; &lt;br /&gt;
|High temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeUpAlarm&amp;gt; &lt;br /&gt;
|Temperature increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeDownAlarm&amp;gt; &lt;br /&gt;
|Temperature decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressAlarm&amp;gt; &lt;br /&gt;
|Low pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressAlarm&amp;gt; &lt;br /&gt;
|High pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeUpAlarm&amp;gt; &lt;br /&gt;
|Pressure increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeDownAlarm&amp;gt; &lt;br /&gt;
|Pressure decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainTodayAlarm&amp;gt; &lt;br /&gt;
|High rain today alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateAlarm&amp;gt; &lt;br /&gt;
|High rainfall rate alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustAlarm&amp;gt; &lt;br /&gt;
|High wind gust alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedAlarm&amp;gt; &lt;br /&gt;
|High wind speed alarm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Records==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus record states. They give a value of &#039;1&#039; if the record has been exceeded; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#recordsbegandate&amp;gt;&lt;br /&gt;
|The date that the all time records began&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#newrecord&amp;gt; &lt;br /&gt;
|1 if &#039;new record&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the temperature tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the wind tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RainRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the rain tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the humidity tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the pressure tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily temperature range light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low daily temperature range light is currently flashing, 0 if not &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHeatIndexRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high heat index light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowWindChillRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low wind chill light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMinTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high minimum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowMaxTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low maximum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind gust light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind speed light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high rain rate light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHourlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high hourly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMonthlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high monthly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest dry period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest wet period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindrunRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind run light is currently flashing, 0 if not&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special tags==&lt;br /&gt;
&lt;br /&gt;
===OS WMR Series===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the WMR928, WR100/200 extra sensors:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp1&amp;gt;&lt;br /&gt;
|Extra temperature channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp2&amp;gt;&lt;br /&gt;
|Extra temperature channel 2 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp3&amp;gt;&lt;br /&gt;
|Extra temperature channel 3 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP1&amp;gt;&lt;br /&gt;
|Extra dew point channel 1 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP2&amp;gt;&lt;br /&gt;
|Extra dew point channel 2 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP3&amp;gt;&lt;br /&gt;
|Extra dew point channel 3 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum1&amp;gt;&lt;br /&gt;
|Extra humidity channel 1 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum2&amp;gt;&lt;br /&gt;
|Extra humidity channel 2 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum3&amp;gt;&lt;br /&gt;
|Extra humidity channel 3 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Davis===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Davis PWS:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsReceived&amp;gt;&lt;br /&gt;
|Total number of data packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsMissed&amp;gt;&lt;br /&gt;
|Number of missed data packets&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumberOfResynchs&amp;gt;&lt;br /&gt;
|Number of times the console resynchronised with the transmitter&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisMaxInARow&amp;gt;&lt;br /&gt;
|Longest streak of consecutive packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumCRCerrors&amp;gt;&lt;br /&gt;
|Number of packets received with CRC errors&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Wind values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THSWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Solar/Wind values&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fine Offset===&lt;br /&gt;
The following tags are specific to the Fine Offset series of PWS&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Light&amp;gt;&lt;br /&gt;
|Current Lux value (3080 models only)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===System===&lt;br /&gt;
&lt;br /&gt;
Special tags returning information about the system hosting Cumulus:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsVersion&amp;gt;&lt;br /&gt;
|OS version, e.g. &amp;quot;Windows 7 x64 build 7600&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsLanguage&amp;gt;&lt;br /&gt;
|OS language, e.g. &amp;quot;English&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SystemUpTime&amp;gt;&lt;br /&gt;
|How long the system has been up, e.g. &amp;quot;8 hours 21 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ProgramUpTime&amp;gt;&lt;br /&gt;
|How long Cumulus has been running, e.g. &amp;quot;7 hours 55 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuName&amp;gt;&lt;br /&gt;
|CPU type, e.g. &amp;quot;Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuCount&amp;gt;&lt;br /&gt;
|Number of processors, e.g. &amp;quot;4&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MemoryStatus&amp;gt;&lt;br /&gt;
|Free and total system RAM, e.g. &amp;quot;4619/8191 MB (free/total)&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DisplayMode&amp;gt;&lt;br /&gt;
|Screen display mode, e.g. &amp;quot;1680x1050, 32 bit&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#AllocatedMemory&amp;gt;&lt;br /&gt;
|Amount of memory allocated to Cumulus, e.g. &amp;quot;18.76 MB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskSize&amp;gt;&lt;br /&gt;
|Size of disk on which Cumulus is running, e.g. &amp;quot;931.51 GB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskFree&amp;gt;&lt;br /&gt;
|Free space on disk on which Cumulus is running, e.g. &amp;quot;515.36 GB&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===No Commas===&lt;br /&gt;
&lt;br /&gt;
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&#039;t like the commas. They all correspond to the same tag with &#039;RC&#039; removed.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#RCdew&amp;gt; &amp;lt;#RCheatindex&amp;gt; &amp;lt;#RChum&amp;gt; &amp;lt;#RCinhum&amp;gt; &amp;lt;#RCintemp&amp;gt; &amp;lt;#RCpress&amp;gt; &amp;lt;#RCpressTH&amp;gt;&lt;br /&gt;
 &amp;lt;#RCpressTL&amp;gt; &amp;lt;#RCrfall&amp;gt; &amp;lt;#RCrrate&amp;gt; &amp;lt;#RCrrateTM&amp;gt; &amp;lt;#RCtemp&amp;gt; &amp;lt;#RCtempTH&amp;gt; &amp;lt;#RCtempTL&amp;gt;&lt;br /&gt;
 &amp;lt;#RCwchill&amp;gt; &amp;lt;#RCwgust&amp;gt; &amp;lt;#RCwgustTM&amp;gt; &amp;lt;#RCwspeed&amp;gt;&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=1696</id>
		<title>Webtags (preserving history)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=1696"/>
		<updated>2011-10-10T00:13:19Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Records */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Webtags available in Cumulus 1.9.2 ==&lt;br /&gt;
&lt;br /&gt;
These are special markers placed in a file which Cumulus can then process and replace with the actual values.  Typically you would use this to build your own website by having an HTML template file with your layout, static text and graphics.  In the position on the page you wish Cumulus to insert the relevant data place a webtag in the form:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#tagname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming you have asked Cumulus to process the file, it will replace the tag with the current value of the item the tag represents just before the file is uploaded to the internet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: When you put a tag into your HTML, be careful that whatever program you are using to develop your web pages doesn&#039;t change the angle brackets to slightly different symbols -- this is a common cause of failure!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Webtags are case sensitive, so please type them as shown here.&lt;br /&gt;
&lt;br /&gt;
=== New Webtags in Beta builds ===&lt;br /&gt;
&lt;br /&gt;
New webtags for beta versions of Cumulus are not listed here until the version becomes &#039;live&#039; however there is a page that details the [[BETA webtags|additional webtags]] available in the Beta version.&lt;br /&gt;
&lt;br /&gt;
=Time/Date &#039;format&#039; Parameter=&lt;br /&gt;
&lt;br /&gt;
From 1.9.1 most time webtags will accept an option &#039;format&#039; parameter, e.g: &amp;lt;#YearTempHT format=hh:nn&amp;gt;. This allows you to override the default display format for that item, using the format specifiers in the table below. Note that if your format has any spaces in it, you must enclose it in double quotes, thus: &amp;lt;#YearTempHT format=&amp;quot;hh nn&amp;quot;&amp;gt;. Note also that you can specify date formatting to times and vice versa, but this will not always yield a sensible result.&lt;br /&gt;
&lt;br /&gt;
You should put anything which is not intended to be part of the date and time formatting into single quotation marks to prevent it being interpreted as a date or time formatter. For example, the word &amp;quot;on&amp;quot; contains the character &amp;quot;n&amp;quot;, which will be interpreted as a time formatter unless you put it into single quotation marks. Example: &amp;lt;#TtempH format=&amp;quot;&#039;at&#039; hh: mm &#039;on&#039; dd / mm / yyyy&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Specifier&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Displays&lt;br /&gt;
|-&lt;br /&gt;
|c&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format, followed by the time using the format given by the Windows Long Time format. The time is not displayed if the date-time value indicates midnight precisely.&lt;br /&gt;
|-&lt;br /&gt;
|d&lt;br /&gt;
|Displays the day as a number without a leading zero (1-31).&lt;br /&gt;
|-&lt;br /&gt;
|dd&lt;br /&gt;
|Displays the day as a number with a leading zero (01-31).&lt;br /&gt;
|-&lt;br /&gt;
|ddd&lt;br /&gt;
|Displays the day as an abbreviation (Sun-Sat) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|dddd&lt;br /&gt;
|Displays the day as a full name (Sunday-Saturday) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|ddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format.&lt;br /&gt;
|-&lt;br /&gt;
|dddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Long Date format.&lt;br /&gt;
|-&lt;br /&gt;
|m&lt;br /&gt;
|Displays the month as a number without a leading zero (1-12). If the m specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mm&lt;br /&gt;
|Displays the month as a number with a leading zero (01-12). If the mm specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mmm&lt;br /&gt;
|Displays the month as an abbreviation (Jan-Dec) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|mmmm&lt;br /&gt;
|Displays the month as a full name (January-December) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|yy&lt;br /&gt;
|Displays the year as a two-digit number (00-99).&lt;br /&gt;
|-&lt;br /&gt;
|yyyy&lt;br /&gt;
|Displays the year as a four-digit number (0000-9999).&lt;br /&gt;
|-&lt;br /&gt;
|h&lt;br /&gt;
|Displays the hour without a leading zero (0-23).&lt;br /&gt;
|-&lt;br /&gt;
|hh&lt;br /&gt;
|Displays the hour with a leading zero (00-23).&lt;br /&gt;
|-&lt;br /&gt;
|n&lt;br /&gt;
|Displays the minute without a leading zero (0-59). &lt;br /&gt;
|-&lt;br /&gt;
|nn&lt;br /&gt;
|Displays the minute with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|s&lt;br /&gt;
|Displays the second without a leading zero (0-59).&lt;br /&gt;
|-&lt;br /&gt;
|ss&lt;br /&gt;
|Displays the second with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|z&lt;br /&gt;
|Displays the millisecond without a leading zero (0-999). &lt;br /&gt;
|-&lt;br /&gt;
|zzz&lt;br /&gt;
|Displays the millisecond with a leading zero (000-999).&lt;br /&gt;
|-&lt;br /&gt;
|t&lt;br /&gt;
|Displays the time using the format given by the Windows Short Time format.&lt;br /&gt;
|-&lt;br /&gt;
|tt\&lt;br /&gt;
|Displays the time using the format given by the Windows Long Time format. &lt;br /&gt;
|-&lt;br /&gt;
|am/pm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;am&#039; for any hour before noon, and &#039;pm&#039; for any hour after noon. The am/pm specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|a/p&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;a&#039; for any hour before noon, and &#039;p&#039; for any hour after noon. The a/p specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|ampm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays the contents of the Windows AM string for any hour before noon, and the contents of the Windows PM string for any hour after noon.&lt;br /&gt;
|-&lt;br /&gt;
|/&lt;br /&gt;
|Displays the date separator character given by the Windows Date Separator.&lt;br /&gt;
|-&lt;br /&gt;
|:&lt;br /&gt;
|Displays the time separator character given by the Windows Time Separator. &lt;br /&gt;
|-&lt;br /&gt;
|&#039;xx&#039;&lt;br /&gt;
|Characters enclosed in single quotation marks are displayed as such, and do not affect formatting. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=The Tags=&lt;br /&gt;
&lt;br /&gt;
Below is a list of the webtags available in the current version of Cumulus.&lt;br /&gt;
&lt;br /&gt;
==Units==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunit&amp;gt;&lt;br /&gt;
|Unit of temperature being used (Set in Cumulus as [http://en.wikipedia.org/wiki/Centigrade Centigrade] or [http://en.wikipedia.org/wiki/Fahrenheit Fahrenheit])&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunitnodeg&amp;gt;&lt;br /&gt;
|The temperature units being used, without a degree symbol, i.e. &amp;quot;F&amp;quot; or &amp;quot;C&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressunit&amp;gt;&lt;br /&gt;
|Unit of measure for pressure. Possible values: mb, hPa, in&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rainunit&amp;gt;&lt;br /&gt;
|Unit of measure for rain fall (e.g mm or inches)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windunit&amp;gt;&lt;br /&gt;
|Unit of measure for wind speed. Possible values: mph, m/s, km/h, kts&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrununit&amp;gt;&lt;br /&gt;
|Unit of measure for wind run (distance)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbaseunit&amp;gt;&lt;br /&gt;
|The units used for cloudbase value, i.e. &amp;quot;ft&amp;quot; or &amp;quot;m&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Date &amp;amp; Time==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#date&amp;gt;&lt;br /&gt;
|The current date&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#time&amp;gt;&lt;br /&gt;
|The current time and date. Example result: 18:30 on 30 December 2009.  If you simply wish the time, use a combination of the day, month, year tags (below)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timehhmmss&amp;gt;&lt;br /&gt;
|The current time. Example format: 18:30:27 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timeUTC&amp;gt;&lt;br /&gt;
|The current UTC date/time rather than local date/time&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#day&amp;gt;&lt;br /&gt;
| The current day as a 2-digit number. Example format: 14   &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dayname&amp;gt;&lt;br /&gt;
| The current day as a word.  For example, Monday&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortdayname&amp;gt;&lt;br /&gt;
| The current day as a shortened word. Example format: Mon&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#month&amp;gt;&lt;br /&gt;
|The current month as a 2-digit number. Example format: 05&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#monthname&amp;gt;&lt;br /&gt;
|The current month as a word. Example format: August&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortmonthname&amp;gt;&lt;br /&gt;
|The current month as a shortened word. Example format: Aug&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#year&amp;gt;&lt;br /&gt;
|The current year as a 4-digit number. Example format: 2009 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortyear&amp;gt;&lt;br /&gt;
|The current year as a 2-digit number. Example format: 09&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hour&amp;gt;&lt;br /&gt;
|The current hour as a 2-digit number. Example format: 23&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#minute&amp;gt;&lt;br /&gt;
|The current minute as a 2-digit number. Example format: 59&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Conditions==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptemp&amp;gt;&lt;br /&gt;
|The apparent temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgtemp&amp;gt;&lt;br /&gt;
|Average temperature so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temp&amp;gt;&lt;br /&gt;
|The outside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#intemp&amp;gt;&lt;br /&gt;
|The inside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrend&amp;gt;&lt;br /&gt;
|The change in temperature over the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendtext&amp;gt;&lt;br /&gt;
|Temperature change over the last hour - Rising/Falling/Steady&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendenglish&amp;gt;&lt;br /&gt;
|Simple description of temperature change over the last hour - Rising/Falling/Steady.  Useful for Javascript coding.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindex&amp;gt;&lt;br /&gt;
|Current [[heat index]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humidex&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Humidex Humidex]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hum&amp;gt;&lt;br /&gt;
|The outside [http://en.wikipedia.org/wiki/Humidity humidity]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#inhum&amp;gt;&lt;br /&gt;
|The inside humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dew&amp;gt;&lt;br /&gt;
|The outside dew point&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchill&amp;gt;&lt;br /&gt;
|The current [[wind chill]] temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wetbulb&amp;gt;&lt;br /&gt;
|Estimated [http://en.wikipedia.org/wiki/Wet_bulb wet bulb] temperature, currently only available via web tag&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfall&amp;gt;&lt;br /&gt;
|The total rainfall so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrate&amp;gt;&lt;br /&gt;
|The current rainfall rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rhour&amp;gt;&lt;br /&gt;
|The rainfall in the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmidnight&amp;gt;&lt;br /&gt;
|The total rainfall since midnight. Useful if you don&#039;t use midnight as your start of day&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#r24hour&amp;gt;&lt;br /&gt;
|Amount of rain in the last 24 hours&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastRainTipISO&amp;gt;&lt;br /&gt;
|Date/time of last rain gauge tip (e.g 2010-09-06 06:09)&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#press&amp;gt;&lt;br /&gt;
|The [http://en.wikipedia.org/wiki/Sea_level_pressure sea level pressure]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrend&amp;gt;&lt;br /&gt;
|The pressure trend in words - values can be set in the &#039;strings.ini&#039; file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendval&amp;gt;&lt;br /&gt;
|The pressure trend in figures&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendenglish&amp;gt;&lt;br /&gt;
| a singe word description for the pressure trend - Rising/Falling/Steady.  Useful for developing Javascript coding on your webpage.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altimeterpressure&amp;gt;&lt;br /&gt;
|Altimeter pressure. Pressure corrected to sea level using altitude only. Same as sea-level pressure for non-Davis stations.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wlatest&amp;gt;&lt;br /&gt;
|Current wind speed reading from console.  Corresponds to &#039;latest&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearing&amp;gt;&lt;br /&gt;
|Current wind bearing in degrees&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currentwdir&amp;gt;&lt;br /&gt;
|Current wind bearing as a compass point - e.g. ESE &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeed&amp;gt;&lt;br /&gt;
|The 10-minute average, if you have Cumulus set to calculate a 10-minute average. Otherwise, it&#039;s the latest &#039;wind&#039; value from the console (i.e. the current speed as determined by the station). Corresponds to &#039;average&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgbearing&amp;gt;&lt;br /&gt;
|Average wind bearing in degrees over last 10 minutes. Range 1-360, 0=Calm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdir&amp;gt;&lt;br /&gt;
|Average wind bearing over last 10 minutes as a [http://en.wikipedia.org/wiki/Compass compass] point - e.g. ESE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgust&amp;gt;&lt;br /&gt;
|The highest wind reading in the last 10 minutes. Corresponds to &#039;gust&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdirdata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind bearing readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspddata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind speed readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#nextwindindex&amp;gt;&lt;br /&gt;
|The index of the entries in wdirdata and wspddata which Cumulus is going to use next - i.e. the latest entry used is one less than this; but don&#039;t forget to allow for the wrap around!&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufort&amp;gt;&lt;br /&gt;
|The current wind speed on the [http://en.wikipedia.org/wiki/Beaufort_scale Beaufort scale] (e.g. F8) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufortnumber&amp;gt;&lt;br /&gt;
|The current wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaudesc&amp;gt;&lt;br /&gt;
|The current wind speed Beaufort description (e.g. &amp;quot;Gale&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbase&amp;gt;&lt;br /&gt;
|Calculated [http://en.wikipedia.org/wiki/Cloud_base cloud base]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbasevalue&amp;gt;&lt;br /&gt;
|Current calculated cloud base without units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UV&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Uv_index UV index]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SolarRad&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Solar_radiation solar radiation]&lt;br /&gt;
|-&lt;br /&gt;
|[[Forecast_webtag|&amp;lt;#forecast&amp;gt;]]&lt;br /&gt;
|The current forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forecastnumber&amp;gt;&lt;br /&gt;
|The number relating to the current forecast entry in the [[strings.ini]] file.  If your station is not providing it&#039;s own forecast and Cumulus is not calculating one then 0 (zero) is returned&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cumulusforecast&amp;gt;&lt;br /&gt;
|Always gives Cumulus (Zambretti) forecast, even if the &amp;lt;#forecast&amp;gt; tag provides a station forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wsforecast&amp;gt;&lt;br /&gt;
|Always gives station forecast (if available)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Today==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprange&amp;gt;&lt;br /&gt;
|The temperature range (max - min) so far today&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTH&amp;gt;&lt;br /&gt;
|Today&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTL&amp;gt;&lt;br /&gt;
|Today&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexTH&amp;gt;&lt;br /&gt;
|Today&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest humidity&lt;br /&gt;
|&amp;lt;#ThumTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest humidity&lt;br /&gt;
|&amp;lt;#ThumTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustTM&amp;gt; &lt;br /&gt;
|Today&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingTM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of today&#039;s high gust (&amp;lt;#wgustTM&amp;gt;)&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufort&amp;gt; &lt;br /&gt;
|Today&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufortnumber&amp;gt;&lt;br /&gt;
|Today&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#windrun&amp;gt;&lt;br /&gt;
|The total wind run so far today&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearing&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddir&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ET&amp;gt;&lt;br /&gt;
|Today&#039;s [http://en.wikipedia.org/wiki/Evapotranspiration evapotranspiration]. Note that Fine Offset stations with solar sensors do not supply an evapotranspiration value, and by a quirk of the way the tag gets its value, for those stations this tag gives the light level in Lux.&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdays&amp;gt;&lt;br /&gt;
|Today&#039;s heating degree days&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdays&amp;gt;&lt;br /&gt;
|Today&#039;s cooling degree days&lt;br /&gt;
|n/a&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yesterday==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprangeY&amp;gt;&lt;br /&gt;
|The temperature range (max - min) yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYH&amp;gt;&lt;br /&gt;
|High humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYL&amp;gt;&lt;br /&gt;
|Low humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallY&amp;gt;&lt;br /&gt;
|The total rainfall for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunY&amp;gt;&lt;br /&gt;
|The total wind run for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustYM&amp;gt; &lt;br /&gt;
|Yesterday&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingYM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of yesterday&#039;s high gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufort&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufortnumber&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearingY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddirY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s total wind run&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s heating degree days&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s cooling degree days&lt;br /&gt;
|n/a&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monthly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempH&amp;gt;&lt;br /&gt;
|This months high temperature&lt;br /&gt;
|&amp;lt;#MonthTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempL&amp;gt;&lt;br /&gt;
|This months low temperature&lt;br /&gt;
|&amp;lt;#MonthTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMinTempH&amp;gt;&lt;br /&gt;
|This months highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMaxTempL&amp;gt;&lt;br /&gt;
|This months lowest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHeatIndexH&amp;gt;&lt;br /&gt;
|This months high heat index&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWChillL&amp;gt;&lt;br /&gt;
|This months low wind chill&lt;br /&gt;
|&amp;lt;#MonthWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempH&amp;gt;&lt;br /&gt;
|This months high apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempL&amp;gt;&lt;br /&gt;
|This months low apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointH&amp;gt;&lt;br /&gt;
|This months high dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointL&amp;gt;&lt;br /&gt;
|This months low dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumH&amp;gt;&lt;br /&gt;
|This months highest humidty&lt;br /&gt;
|&amp;lt;#MonthHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumL&amp;gt;&lt;br /&gt;
|This months lowest humidty&lt;br /&gt;
|&amp;lt;#MonthHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressH&amp;gt;&lt;br /&gt;
|This months highest pressure&lt;br /&gt;
|&amp;lt;#MonthPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressL&amp;gt;&lt;br /&gt;
|This months lowest pressure&lt;br /&gt;
|&amp;lt;#MonthPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthGustH&amp;gt;&lt;br /&gt;
|This months highest wind gust&lt;br /&gt;
|&amp;lt;#MonthGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindH&amp;gt;&lt;br /&gt;
|This months highest wind speed&lt;br /&gt;
|&amp;lt;#MonthWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmonth&amp;gt;&lt;br /&gt;
|The total rainfall so far this month&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthRainRateH&amp;gt;&lt;br /&gt;
|This months highest rainfall rate&lt;br /&gt;
|&amp;lt;#MonthRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHourlyRainH&amp;gt;&lt;br /&gt;
|This months highest hourly rain&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDailyRainH&amp;gt;&lt;br /&gt;
|This months greatest daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest dry period ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day, ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yearly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempH&amp;gt;&lt;br /&gt;
|This years highest temperature&lt;br /&gt;
|&amp;lt;#YearTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempL&amp;gt;&lt;br /&gt;
|This years lowest temperature&lt;br /&gt;
|&amp;lt;#YearTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHeatIndexH&amp;gt;&lt;br /&gt;
|This years highest heat index&lt;br /&gt;
|&amp;lt;#YearHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWChillL&amp;gt;&lt;br /&gt;
|This years lowest wind chill&lt;br /&gt;
|&amp;lt;#YearWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempH&amp;gt;&lt;br /&gt;
|This years highest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempL&amp;gt;&lt;br /&gt;
|This years lowest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointH&amp;gt;&lt;br /&gt;
|This years highest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointL&amp;gt;&lt;br /&gt;
|This years lowest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMinTempH&amp;gt;&lt;br /&gt;
|This years highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMaxTempL&amp;gt;&lt;br /&gt;
|This years lowest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumH&amp;gt;&lt;br /&gt;
|This years high humidty&lt;br /&gt;
|&amp;lt;#YearHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumL&amp;gt;&lt;br /&gt;
|This years low humidty&lt;br /&gt;
|&amp;lt;#YearHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressH&amp;gt;&lt;br /&gt;
|This years high pressure&lt;br /&gt;
|&amp;lt;#YearPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressL&amp;gt;&lt;br /&gt;
|This years low pressure&lt;br /&gt;
|&amp;lt;#YearPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearGustH&amp;gt;&lt;br /&gt;
|This years high wind gust&lt;br /&gt;
|&amp;lt;#YearGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindH&amp;gt;&lt;br /&gt;
|This years high wind speed&lt;br /&gt;
|&amp;lt;#YearWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ryear&amp;gt;&lt;br /&gt;
|The total rainfall so far this year&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearRainRateH&amp;gt;&lt;br /&gt;
|This years high rainfall rate&lt;br /&gt;
|&amp;lt;#YearRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHourlyRainH&amp;gt;&lt;br /&gt;
|This years high hourly rain&lt;br /&gt;
|&amp;lt;#YearHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDailyRainH&amp;gt;&lt;br /&gt;
|This years high daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMonthlyRainH&amp;gt;&lt;br /&gt;
|This years high monthly rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMonthlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest period without rain ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==All Time==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempH&amp;gt;&lt;br /&gt;
|All time high temperature&lt;br /&gt;
|&amp;lt;#TtempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempL&amp;gt;&lt;br /&gt;
|All time low temperature &lt;br /&gt;
|&amp;lt;#TtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#mintempH&amp;gt;&lt;br /&gt;
|All time high minimum temperature &lt;br /&gt;
|&amp;lt;#TmintempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#maxtempL&amp;gt;&lt;br /&gt;
|All time low maximum temperature &lt;br /&gt;
|&amp;lt;#TmaxtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDailyTempRange&amp;gt;&lt;br /&gt;
|All time low daily temperature range&lt;br /&gt;
|&amp;lt;#TLowDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyTempRange&amp;gt;&lt;br /&gt;
|All time high daily temperature range&lt;br /&gt;
|&amp;lt;#THighDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempH&amp;gt;&lt;br /&gt;
|All time high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempL&amp;gt;&lt;br /&gt;
|All time low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexH&amp;gt;&lt;br /&gt;
|All time high heat index&lt;br /&gt;
|&amp;lt;#TheatindexH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointH&amp;gt;&lt;br /&gt;
|All time high dew point&lt;br /&gt;
|&amp;lt;#TdewpointH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointL&amp;gt;&lt;br /&gt;
|All time low dew point&lt;br /&gt;
|&amp;lt;#TdewpointL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humH&amp;gt;&lt;br /&gt;
|All time high humidity&lt;br /&gt;
|&amp;lt;#ThumH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humL&amp;gt;&lt;br /&gt;
|All time low humidity&lt;br /&gt;
|&amp;lt;#ThumL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillH&amp;gt;&lt;br /&gt;
|All time greatest wind chill (i.e. lowest temperature) &lt;br /&gt;
|&amp;lt;#TwchillH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateM&amp;gt;&lt;br /&gt;
|All time high rain rate &lt;br /&gt;
|&amp;lt;#TrrateM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallH&amp;gt;&lt;br /&gt;
|All time high daily rain &lt;br /&gt;
|&amp;lt;#TrfallH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallhH&amp;gt;&lt;br /&gt;
|All time high hourly rain&lt;br /&gt;
|&amp;lt;#TrfallhH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallmH&amp;gt;&lt;br /&gt;
|All time high monthly rain &lt;br /&gt;
|&amp;lt;#TrfallmH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriod&amp;gt;&lt;br /&gt;
|All time longest dry period (days)&lt;br /&gt;
|&amp;lt;#TLongestDryPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriod&amp;gt;&lt;br /&gt;
|All time longest wet period (days)&lt;br /&gt;
|&amp;lt;#TLongestWetPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressH&amp;gt;&lt;br /&gt;
|All time high pressure &lt;br /&gt;
|&amp;lt;#TpressH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressL&amp;gt;&lt;br /&gt;
|All time low pressure &lt;br /&gt;
|&amp;lt;#TpressL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#gustM&amp;gt;&lt;br /&gt;
|All time high wind gust &lt;br /&gt;
|&amp;lt;#TgustM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeedH&amp;gt;&lt;br /&gt;
|All time high average wind speed &lt;br /&gt;
|&amp;lt;#TwspeedH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunH&amp;gt;&lt;br /&gt;
|All time high daily wind run&lt;br /&gt;
|&amp;lt;#TwindrunH&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestError&amp;gt;&lt;br /&gt;
|Displays the last error from the Cumulus error log&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorDate&amp;gt;&lt;br /&gt;
|The date of the latest error logged to the error log window, using the system short date format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorTime&amp;gt;&lt;br /&gt;
|The time of the latest error logged to the error log window, using the system short time format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ErrorLight&amp;gt;&lt;br /&gt;
|1 if the &#039;error&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#version&amp;gt;&lt;br /&gt;
|The version of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#build&amp;gt;&lt;br /&gt;
|The build of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#realtimeinterval&amp;gt;&lt;br /&gt;
|The realtime update interval in seconds &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#interval&amp;gt;&lt;br /&gt;
|The web site update interval in minutes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rollovertime&amp;gt;&lt;br /&gt;
|The time that the logs rollover to the next day: &#039;Midnight&#039;, &#039;9 am&#039; or &#039;10 am&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#update&amp;gt;&lt;br /&gt;
|The date and time of the last web site update&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#stationtype&amp;gt;&lt;br /&gt;
|The type of station in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#latitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Latitude latitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Longitude longitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Altitude altitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#location&amp;gt;&lt;br /&gt;
|The station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longlocation&amp;gt;&lt;br /&gt;
|Longer description of the station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forum&amp;gt;&lt;br /&gt;
|URL of the forum&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#webcam&amp;gt;&lt;br /&gt;
|URL of the webcam&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#graphperiod&amp;gt;&lt;br /&gt;
|The number of hours displayed by the graphs&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#battery&amp;gt;&lt;br /&gt;
|The console battery condition (Only available for the Davis weather stations)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#txbattery&amp;gt;&lt;br /&gt;
|The transmitter battery condition (Only available for the Davis weather stations)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SensorContactLost&amp;gt;&lt;br /&gt;
|1 if the station has lost contact with its remote sensors &amp;quot;Fine Offset only&amp;quot; 0 if contact has been established&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#snowdepth&amp;gt;&lt;br /&gt;
|Today&#039;s snow depth as entered manually in the Weather Diary. Normally in Centimeters.Output is purely as a numerical figure I.E 10&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currcond&amp;gt;&lt;br /&gt;
|Represents the value entered on the screen within Cumulus for the Current Weather condition, or the value as held in the [[currentconditions.txt]] file &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#chillhours&amp;gt;&lt;br /&gt;
|The number of &#039;chill hours&#039; so far this season.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveRainDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today where it has rained every day. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini, the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveDryDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today since it last rained. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRoseData&amp;gt;&lt;br /&gt;
|A comma-separated list of the wind &#039;totals&#039; used to draw the wind rose (8 or 16 values)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRosePoints&amp;gt;&lt;br /&gt;
|The number of items in &amp;lt;#WindRoseData&amp;gt; (i.e. 8 or 16)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindSampleCount&amp;gt;&lt;br /&gt;
|The number of wind samples making up the wind rose (etc) data (up to 3600)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAMonthlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA monthly report&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAYearlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA yearly report&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Day/Night/Sun/Moon==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunrise&amp;gt;&lt;br /&gt;
|Current sunrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunset&amp;gt;&lt;br /&gt;
|Current sunset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylength&amp;gt;&lt;br /&gt;
|Length of day in hours and minutes (sunrise to sunset)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tomorrowdaylength&amp;gt;&lt;br /&gt;
|A string giving the difference between the length of day light today and tomorrow.&lt;br /&gt;
Note.  This tag has been shown to generate inaccurate results and will probably be removed from Cumulus but is here for reference only.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dawn&amp;gt;&lt;br /&gt;
|Start of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dusk&amp;gt;&lt;br /&gt;
|End of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylightlength&amp;gt;&lt;br /&gt;
|Length of daylight in hours and minutes (dawn to dusk)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonphase&amp;gt;&lt;br /&gt;
|Current [[Lunar phase|phase of the moon]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonAge&amp;gt;&lt;br /&gt;
|Current &#039;&#039;&#039;approximate&#039;&#039;&#039; age of the Moon in days (0-29)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonrise&amp;gt;&lt;br /&gt;
|Current moonrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonset&amp;gt;&lt;br /&gt;
|Current moonset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#isdaylight&amp;gt;&lt;br /&gt;
|A flag to indicate if the location for the station is in daylight or not, based on the dawn and dusk times.  Possible values are 0 or 1, where 1 notes that it is currently within the hours of daylight.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SunshineHours&amp;gt;&lt;br /&gt;
|Hours of sunshine so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YSunshineHours&amp;gt;&lt;br /&gt;
|Total hours of sunshine yesterday&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CurrentSolarMax&amp;gt;&lt;br /&gt;
|Current theoretical maximum solar radiation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsSunny&amp;gt;&lt;br /&gt;
|Returns 1 if the sun is shining, otherwise 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercent&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (negative value indicates &#039;waning&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercentAbs&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (always positive)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Alarms==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus alarm states. They give a value of &#039;1&#039; if the alarm has been set and the alarm condition is currently met; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempAlarm&amp;gt; &lt;br /&gt;
|Low temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempAlarm&amp;gt; &lt;br /&gt;
|High temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeUpAlarm&amp;gt; &lt;br /&gt;
|Temperature increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeDownAlarm&amp;gt; &lt;br /&gt;
|Temperature decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressAlarm&amp;gt; &lt;br /&gt;
|Low pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressAlarm&amp;gt; &lt;br /&gt;
|High pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeUpAlarm&amp;gt; &lt;br /&gt;
|Pressure increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeDownAlarm&amp;gt; &lt;br /&gt;
|Pressure decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainTodayAlarm&amp;gt; &lt;br /&gt;
|High rain today alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateAlarm&amp;gt; &lt;br /&gt;
|High rainfall rate alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustAlarm&amp;gt; &lt;br /&gt;
|High wind gust alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedAlarm&amp;gt; &lt;br /&gt;
|High wind speed alarm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Records==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus record states. They give a value of &#039;1&#039; if the record has been exceeded; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#recordsbegandate&amp;gt;&lt;br /&gt;
|The date that the all time records began&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#newrecord&amp;gt; &lt;br /&gt;
|1 if &#039;new record&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the temperature tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the wind tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RainRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the rain tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the humidity tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the pressure tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily temperature range light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low daily temperature range light is currently flashing, 0 if not &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHeatIndexRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high heat index light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowWindChillRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low wind chill light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMinTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high minimum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowMaxTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low maximum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind gust light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind speed light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high rain rate light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHourlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high hourly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMonthlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high monthly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest dry period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest wet period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindrunRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind run light is currently flashing, 0 if not&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special tags==&lt;br /&gt;
&lt;br /&gt;
===OS WMR Series===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the WMR928, WR100/200 extra sensors:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp1&amp;gt;&lt;br /&gt;
|Extra temperature channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp2&amp;gt;&lt;br /&gt;
|Extra temperature channel 2 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp3&amp;gt;&lt;br /&gt;
|Extra temperature channel 3 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP1&amp;gt;&lt;br /&gt;
|Extra dew point channel 1 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP2&amp;gt;&lt;br /&gt;
|Extra dew point channel 2 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP3&amp;gt;&lt;br /&gt;
|Extra dew point channel 3 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum1&amp;gt;&lt;br /&gt;
|Extra humidity channel 1 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum2&amp;gt;&lt;br /&gt;
|Extra humidity channel 2 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum3&amp;gt;&lt;br /&gt;
|Extra humidity channel 3 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Davis===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Davis PWS:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsReceived&amp;gt;&lt;br /&gt;
|Total number of data packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsMissed&amp;gt;&lt;br /&gt;
|Number of missed data packets&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumberOfResynchs&amp;gt;&lt;br /&gt;
|Number of times the console resynchronised with the transmitter&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisMaxInARow&amp;gt;&lt;br /&gt;
|Longest streak of consecutive packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumCRCerrors&amp;gt;&lt;br /&gt;
|Number of packets received with CRC errors&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Wind values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THSWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Solar/Wind values&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fine Offset===&lt;br /&gt;
The following tags are specific to the Fine Offset series of PWS&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Light&amp;gt;&lt;br /&gt;
|Current Lux value (3080 models only)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===System===&lt;br /&gt;
&lt;br /&gt;
Special tags returning information about the system hosting Cumulus:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsVersion&amp;gt;&lt;br /&gt;
|OS version, e.g. &amp;quot;Windows 7 x64 build 7600&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsLanguage&amp;gt;&lt;br /&gt;
|OS language, e.g. &amp;quot;English&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SystemUpTime&amp;gt;&lt;br /&gt;
|How long the system has been up, e.g. &amp;quot;8 hours 21 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ProgramUpTime&amp;gt;&lt;br /&gt;
|How long Cumulus has been running, e.g. &amp;quot;7 hours 55 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuName&amp;gt;&lt;br /&gt;
|CPU type, e.g. &amp;quot;Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuCount&amp;gt;&lt;br /&gt;
|Number of processors, e.g. &amp;quot;4&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MemoryStatus&amp;gt;&lt;br /&gt;
|Free and total system RAM, e.g. &amp;quot;4619/8191 MB (free/total)&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DisplayMode&amp;gt;&lt;br /&gt;
|Screen display mode, e.g. &amp;quot;1680x1050, 32 bit&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#AllocatedMemory&amp;gt;&lt;br /&gt;
|Amount of memory allocated to Cumulus, e.g. &amp;quot;18.76 MB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskSize&amp;gt;&lt;br /&gt;
|Size of disk on which Cumulus is running, e.g. &amp;quot;931.51 GB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskFree&amp;gt;&lt;br /&gt;
|Free space on disk on which Cumulus is running, e.g. &amp;quot;515.36 GB&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===No Commas===&lt;br /&gt;
&lt;br /&gt;
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&#039;t like the commas. They all correspond to the same tag with &#039;RC&#039; removed.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#RCdew&amp;gt; &amp;lt;#RCheatindex&amp;gt; &amp;lt;#RChum&amp;gt; &amp;lt;#RCinhum&amp;gt; &amp;lt;#RCintemp&amp;gt; &amp;lt;#RCpress&amp;gt; &amp;lt;#RCpressTH&amp;gt;&lt;br /&gt;
 &amp;lt;#RCpressTL&amp;gt; &amp;lt;#RCrfall&amp;gt; &amp;lt;#RCrrate&amp;gt; &amp;lt;#RCrrateTM&amp;gt; &amp;lt;#RCtemp&amp;gt; &amp;lt;#RCtempTH&amp;gt; &amp;lt;#RCtempTL&amp;gt;&lt;br /&gt;
 &amp;lt;#RCwchill&amp;gt; &amp;lt;#RCwgust&amp;gt; &amp;lt;#RCwgustTM&amp;gt; &amp;lt;#RCwspeed&amp;gt;&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=1694</id>
		<title>Webtags (preserving history)</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Webtags_(preserving_history)&amp;diff=1694"/>
		<updated>2011-10-07T23:43:39Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Records */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Webtags available in Cumulus 1.9.2 ==&lt;br /&gt;
&lt;br /&gt;
These are special markers placed in a file which Cumulus can then process and replace with the actual values.  Typically you would use this to build your own website by having an HTML template file with your layout, static text and graphics.  In the position on the page you wish Cumulus to insert the relevant data place a webtag in the form:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#tagname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming you have asked Cumulus to process the file, it will replace the tag with the current value of the item the tag represents just before the file is uploaded to the internet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: When you put a tag into your HTML, be careful that whatever program you are using to develop your web pages doesn&#039;t change the angle brackets to slightly different symbols -- this is a common cause of failure!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Webtags are case sensitive, so please type them as shown here.&lt;br /&gt;
&lt;br /&gt;
=== New Webtags in Beta builds ===&lt;br /&gt;
&lt;br /&gt;
New webtags for beta versions of Cumulus are not listed here until the version becomes &#039;live&#039; however there is a page that details the [[BETA webtags|additional webtags]] available in the Beta version.&lt;br /&gt;
&lt;br /&gt;
=Time/Date &#039;format&#039; Parameter=&lt;br /&gt;
&lt;br /&gt;
From 1.9.1 most time webtags will accept an option &#039;format&#039; parameter, e.g: &amp;lt;#YearTempHT format=hh:nn&amp;gt;. This allows you to override the default display format for that item, using the format specifiers in the table below. Note that if your format has any spaces in it, you must enclose it in double quotes, thus: &amp;lt;#YearTempHT format=&amp;quot;hh nn&amp;quot;&amp;gt;. Note also that you can specify date formatting to times and vice versa, but this will not always yield a sensible result.&lt;br /&gt;
&lt;br /&gt;
You should put anything which is not intended to be part of the date and time formatting into single quotation marks to prevent it being interpreted as a date or time formatter. For example, the word &amp;quot;on&amp;quot; contains the character &amp;quot;n&amp;quot;, which will be interpreted as a time formatter unless you put it into single quotation marks. Example: &amp;lt;#TtempH format=&amp;quot;&#039;at&#039; hh: mm &#039;on&#039; dd / mm / yyyy&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Specifier&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Displays&lt;br /&gt;
|-&lt;br /&gt;
|c&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format, followed by the time using the format given by the Windows Long Time format. The time is not displayed if the date-time value indicates midnight precisely.&lt;br /&gt;
|-&lt;br /&gt;
|d&lt;br /&gt;
|Displays the day as a number without a leading zero (1-31).&lt;br /&gt;
|-&lt;br /&gt;
|dd&lt;br /&gt;
|Displays the day as a number with a leading zero (01-31).&lt;br /&gt;
|-&lt;br /&gt;
|ddd&lt;br /&gt;
|Displays the day as an abbreviation (Sun-Sat) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|dddd&lt;br /&gt;
|Displays the day as a full name (Sunday-Saturday) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|ddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Short Date format.&lt;br /&gt;
|-&lt;br /&gt;
|dddddd&lt;br /&gt;
|Displays the date using the format given by the Windows Long Date format.&lt;br /&gt;
|-&lt;br /&gt;
|m&lt;br /&gt;
|Displays the month as a number without a leading zero (1-12). If the m specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mm&lt;br /&gt;
|Displays the month as a number with a leading zero (01-12). If the mm specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.&lt;br /&gt;
|-&lt;br /&gt;
|mmm&lt;br /&gt;
|Displays the month as an abbreviation (Jan-Dec) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|mmmm&lt;br /&gt;
|Displays the month as a full name (January-December) using the strings appropriate to the Windows Locale.&lt;br /&gt;
|-&lt;br /&gt;
|yy&lt;br /&gt;
|Displays the year as a two-digit number (00-99).&lt;br /&gt;
|-&lt;br /&gt;
|yyyy&lt;br /&gt;
|Displays the year as a four-digit number (0000-9999).&lt;br /&gt;
|-&lt;br /&gt;
|h&lt;br /&gt;
|Displays the hour without a leading zero (0-23).&lt;br /&gt;
|-&lt;br /&gt;
|hh&lt;br /&gt;
|Displays the hour with a leading zero (00-23).&lt;br /&gt;
|-&lt;br /&gt;
|n&lt;br /&gt;
|Displays the minute without a leading zero (0-59). &lt;br /&gt;
|-&lt;br /&gt;
|nn&lt;br /&gt;
|Displays the minute with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|s&lt;br /&gt;
|Displays the second without a leading zero (0-59).&lt;br /&gt;
|-&lt;br /&gt;
|ss&lt;br /&gt;
|Displays the second with a leading zero (00-59).&lt;br /&gt;
|-&lt;br /&gt;
|z&lt;br /&gt;
|Displays the millisecond without a leading zero (0-999). &lt;br /&gt;
|-&lt;br /&gt;
|zzz&lt;br /&gt;
|Displays the millisecond with a leading zero (000-999).&lt;br /&gt;
|-&lt;br /&gt;
|t&lt;br /&gt;
|Displays the time using the format given by the Windows Short Time format.&lt;br /&gt;
|-&lt;br /&gt;
|tt\&lt;br /&gt;
|Displays the time using the format given by the Windows Long Time format. &lt;br /&gt;
|-&lt;br /&gt;
|am/pm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;am&#039; for any hour before noon, and &#039;pm&#039; for any hour after noon. The am/pm specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|a/p&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays &#039;a&#039; for any hour before noon, and &#039;p&#039; for any hour after noon. The a/p specifier can use lower, upper, or mixed case, and the result is displayed accordingly.&lt;br /&gt;
|-&lt;br /&gt;
|ampm&lt;br /&gt;
|Uses the 12-hour clock for the preceding h or hh specifier, and displays the contents of the Windows AM string for any hour before noon, and the contents of the Windows PM string for any hour after noon.&lt;br /&gt;
|-&lt;br /&gt;
|/&lt;br /&gt;
|Displays the date separator character given by the Windows Date Separator.&lt;br /&gt;
|-&lt;br /&gt;
|:&lt;br /&gt;
|Displays the time separator character given by the Windows Time Separator. &lt;br /&gt;
|-&lt;br /&gt;
|&#039;xx&#039;&lt;br /&gt;
|Characters enclosed in single quotation marks are displayed as such, and do not affect formatting. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=The Tags=&lt;br /&gt;
&lt;br /&gt;
Below is a list of the webtags available in the current version of Cumulus.&lt;br /&gt;
&lt;br /&gt;
==Units==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunit&amp;gt;&lt;br /&gt;
|Unit of temperature being used (Set in Cumulus as [http://en.wikipedia.org/wiki/Centigrade Centigrade] or [http://en.wikipedia.org/wiki/Fahrenheit Fahrenheit])&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempunitnodeg&amp;gt;&lt;br /&gt;
|The temperature units being used, without a degree symbol, i.e. &amp;quot;F&amp;quot; or &amp;quot;C&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressunit&amp;gt;&lt;br /&gt;
|Unit of measure for pressure. Possible values: mb, hPa, in&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rainunit&amp;gt;&lt;br /&gt;
|Unit of measure for rain fall (e.g mm or inches)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windunit&amp;gt;&lt;br /&gt;
|Unit of measure for wind speed. Possible values: mph, m/s, km/h, kts&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrununit&amp;gt;&lt;br /&gt;
|Unit of measure for wind run (distance)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbaseunit&amp;gt;&lt;br /&gt;
|The units used for cloudbase value, i.e. &amp;quot;ft&amp;quot; or &amp;quot;m&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Date &amp;amp; Time==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#date&amp;gt;&lt;br /&gt;
|The current date&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#time&amp;gt;&lt;br /&gt;
|The current time and date. Example result: 18:30 on 30 December 2009.  If you simply wish the time, use a combination of the day, month, year tags (below)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timehhmmss&amp;gt;&lt;br /&gt;
|The current time. Example format: 18:30:27 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#timeUTC&amp;gt;&lt;br /&gt;
|The current UTC date/time rather than local date/time&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#day&amp;gt;&lt;br /&gt;
| The current day as a 2-digit number. Example format: 14   &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dayname&amp;gt;&lt;br /&gt;
| The current day as a word.  For example, Monday&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortdayname&amp;gt;&lt;br /&gt;
| The current day as a shortened word. Example format: Mon&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#month&amp;gt;&lt;br /&gt;
|The current month as a 2-digit number. Example format: 05&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#monthname&amp;gt;&lt;br /&gt;
|The current month as a word. Example format: August&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortmonthname&amp;gt;&lt;br /&gt;
|The current month as a shortened word. Example format: Aug&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#year&amp;gt;&lt;br /&gt;
|The current year as a 4-digit number. Example format: 2009 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#shortyear&amp;gt;&lt;br /&gt;
|The current year as a 2-digit number. Example format: 09&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hour&amp;gt;&lt;br /&gt;
|The current hour as a 2-digit number. Example format: 23&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#minute&amp;gt;&lt;br /&gt;
|The current minute as a 2-digit number. Example format: 59&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Current Conditions==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptemp&amp;gt;&lt;br /&gt;
|The apparent temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgtemp&amp;gt;&lt;br /&gt;
|Average temperature so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temp&amp;gt;&lt;br /&gt;
|The outside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#intemp&amp;gt;&lt;br /&gt;
|The inside temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrend&amp;gt;&lt;br /&gt;
|The change in temperature over the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendtext&amp;gt;&lt;br /&gt;
|Temperature change over the last hour - Rising/Falling/Steady&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temptrendenglish&amp;gt;&lt;br /&gt;
|Simple description of temperature change over the last hour - Rising/Falling/Steady.  Useful for Javascript coding.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindex&amp;gt;&lt;br /&gt;
|Current [[heat index]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humidex&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Humidex Humidex]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hum&amp;gt;&lt;br /&gt;
|The outside [http://en.wikipedia.org/wiki/Humidity humidity]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#inhum&amp;gt;&lt;br /&gt;
|The inside humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dew&amp;gt;&lt;br /&gt;
|The outside dew point&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchill&amp;gt;&lt;br /&gt;
|The current [[wind chill]] temperature&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wetbulb&amp;gt;&lt;br /&gt;
|Estimated [http://en.wikipedia.org/wiki/Wet_bulb wet bulb] temperature, currently only available via web tag&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfall&amp;gt;&lt;br /&gt;
|The total rainfall so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrate&amp;gt;&lt;br /&gt;
|The current rainfall rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rhour&amp;gt;&lt;br /&gt;
|The rainfall in the last hour&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmidnight&amp;gt;&lt;br /&gt;
|The total rainfall since midnight. Useful if you don&#039;t use midnight as your start of day&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#r24hour&amp;gt;&lt;br /&gt;
|Amount of rain in the last 24 hours&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LastRainTipISO&amp;gt;&lt;br /&gt;
|Date/time of last rain gauge tip (e.g 2010-09-06 06:09)&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#press&amp;gt;&lt;br /&gt;
|The [http://en.wikipedia.org/wiki/Sea_level_pressure sea level pressure]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrend&amp;gt;&lt;br /&gt;
|The pressure trend in words - values can be set in the &#039;strings.ini&#039; file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendval&amp;gt;&lt;br /&gt;
|The pressure trend in figures&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#presstrendenglish&amp;gt;&lt;br /&gt;
| a singe word description for the pressure trend - Rising/Falling/Steady.  Useful for developing Javascript coding on your webpage.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altimeterpressure&amp;gt;&lt;br /&gt;
|Altimeter pressure. Pressure corrected to sea level using altitude only. Same as sea-level pressure for non-Davis stations.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wlatest&amp;gt;&lt;br /&gt;
|Current wind speed reading from console.  Corresponds to &#039;latest&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearing&amp;gt;&lt;br /&gt;
|Current wind bearing in degrees&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currentwdir&amp;gt;&lt;br /&gt;
|Current wind bearing as a compass point - e.g. ESE &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeed&amp;gt;&lt;br /&gt;
|The 10-minute average, if you have Cumulus set to calculate a 10-minute average. Otherwise, it&#039;s the latest &#039;wind&#039; value from the console (i.e. the current speed as determined by the station). Corresponds to &#039;average&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#avgbearing&amp;gt;&lt;br /&gt;
|Average wind bearing in degrees over last 10 minutes. Range 1-360, 0=Calm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdir&amp;gt;&lt;br /&gt;
|Average wind bearing over last 10 minutes as a [http://en.wikipedia.org/wiki/Compass compass] point - e.g. ESE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgust&amp;gt;&lt;br /&gt;
|The highest wind reading in the last 10 minutes. Corresponds to &#039;gust&#039; on the Cumulus main screen.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wdirdata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind bearing readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspddata&amp;gt;&lt;br /&gt;
|Comma separated list of recent wind speed readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#nextwindindex&amp;gt;&lt;br /&gt;
|The index of the entries in wdirdata and wspddata which Cumulus is going to use next - i.e. the latest entry used is one less than this; but don&#039;t forget to allow for the wrap around!&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufort&amp;gt;&lt;br /&gt;
|The current wind speed on the [http://en.wikipedia.org/wiki/Beaufort_scale Beaufort scale] (e.g. F8) &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaufortnumber&amp;gt;&lt;br /&gt;
|The current wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#beaudesc&amp;gt;&lt;br /&gt;
|The current wind speed Beaufort description (e.g. &amp;quot;Gale&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbase&amp;gt;&lt;br /&gt;
|Calculated [http://en.wikipedia.org/wiki/Cloud_base cloud base]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cloudbasevalue&amp;gt;&lt;br /&gt;
|Current calculated cloud base without units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#UV&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Uv_index UV index]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SolarRad&amp;gt;&lt;br /&gt;
|Current [http://en.wikipedia.org/wiki/Solar_radiation solar radiation]&lt;br /&gt;
|-&lt;br /&gt;
|[[Forecast_webtag|&amp;lt;#forecast&amp;gt;]]&lt;br /&gt;
|The current forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forecastnumber&amp;gt;&lt;br /&gt;
|The number relating to the current forecast entry in the [[strings.ini]] file.  If your station is not providing it&#039;s own forecast and Cumulus is not calculating one then 0 (zero) is returned&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cumulusforecast&amp;gt;&lt;br /&gt;
|Always gives Cumulus (Zambretti) forecast, even if the &amp;lt;#forecast&amp;gt; tag provides a station forecast&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wsforecast&amp;gt;&lt;br /&gt;
|Always gives station forecast (if available)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Today==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprange&amp;gt;&lt;br /&gt;
|The temperature range (max - min) so far today&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTH&amp;gt;&lt;br /&gt;
|Today&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempTL&amp;gt;&lt;br /&gt;
|Today&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexTH&amp;gt;&lt;br /&gt;
|Today&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest humidity&lt;br /&gt;
|&amp;lt;#ThumTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest humidity&lt;br /&gt;
|&amp;lt;#ThumTL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainTH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTH&amp;gt;&lt;br /&gt;
|Today&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressTL&amp;gt;&lt;br /&gt;
|Today&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressTL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windTM&amp;gt;&lt;br /&gt;
|Today&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustTM&amp;gt; &lt;br /&gt;
|Today&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingTM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of today&#039;s high gust (&amp;lt;#wgustTM&amp;gt;)&lt;br /&gt;
|&amp;lt;#TwgustTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufort&amp;gt; &lt;br /&gt;
|Today&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Tbeaufortnumber&amp;gt;&lt;br /&gt;
|Today&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindTM&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;#windrun&amp;gt;&lt;br /&gt;
|The total wind run so far today&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearing&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddir&amp;gt;&lt;br /&gt;
|Today&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ET&amp;gt;&lt;br /&gt;
|Today&#039;s [http://en.wikipedia.org/wiki/Evapotranspiration evapotranspiration]. Note that Fine Offset stations with solar sensors do not supply an evapotranspiration value, and by a quirk of the way the tag gets its value, for those stations this tag gives the light level in Lux.&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdays&amp;gt;&lt;br /&gt;
|Today&#039;s heating degree days&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdays&amp;gt;&lt;br /&gt;
|Today&#039;s cooling degree days&lt;br /&gt;
|n/a&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yesterday==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest temperature&lt;br /&gt;
|&amp;lt;#TtempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest temperature&lt;br /&gt;
|&amp;lt;#TtempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#temprangeY&amp;gt;&lt;br /&gt;
|The temperature range (max - min) yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high heat index&lt;br /&gt;
|&amp;lt;#TheatindexYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest wind chill&lt;br /&gt;
|&amp;lt;#TwchillYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest dew point&lt;br /&gt;
|&amp;lt;#TdewpointYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYH&amp;gt;&lt;br /&gt;
|High humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humYL&amp;gt;&lt;br /&gt;
|Low humidity yesterday&lt;br /&gt;
|&amp;lt;#ThumYL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallY&amp;gt;&lt;br /&gt;
|The total rainfall for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum rain rate&lt;br /&gt;
|&amp;lt;#TrrateYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#hourlyrainYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest hourly rain&lt;br /&gt;
|&amp;lt;#ThourlyrainYH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYH&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYH&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressYL&amp;gt;&lt;br /&gt;
|Yesterday&#039;s lowest pressure reading&lt;br /&gt;
|&amp;lt;#TpressYL&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunY&amp;gt;&lt;br /&gt;
|The total wind run for yesterday&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windYM&amp;gt;&lt;br /&gt;
|Yesterday&#039;s maximum (average) wind speed&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wgustYM&amp;gt; &lt;br /&gt;
|Yesterday&#039;s maximum wind gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#bearingYM&amp;gt;&lt;br /&gt;
|The wind bearing at the time of yesterday&#039;s high gust&lt;br /&gt;
|&amp;lt;#TwgustYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufort&amp;gt;&lt;br /&gt;
|Yesterday&#039;s highest wind speed, expressed in the Beaufort scale&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Ybeaufortnumber&amp;gt;&lt;br /&gt;
|Yesterday&#039;s high wind speed on the Beaufort scale, without a leading &amp;quot;F&amp;quot;, e.g. &amp;quot;6&amp;quot;&lt;br /&gt;
|&amp;lt;#TwindYM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwindbearingY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction in degrees&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#domwinddirY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s dominant wind direction as compass point&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s total wind run&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatdegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s heating degree days&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#cooldegdaysY&amp;gt;&lt;br /&gt;
|Yesterday&#039;s cooling degree days&lt;br /&gt;
|n/a&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Monthly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempH&amp;gt;&lt;br /&gt;
|This months high temperature&lt;br /&gt;
|&amp;lt;#MonthTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthTempL&amp;gt;&lt;br /&gt;
|This months low temperature&lt;br /&gt;
|&amp;lt;#MonthTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMinTempH&amp;gt;&lt;br /&gt;
|This months highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthMaxTempL&amp;gt;&lt;br /&gt;
|This months lowest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHeatIndexH&amp;gt;&lt;br /&gt;
|This months high heat index&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWChillL&amp;gt;&lt;br /&gt;
|This months low wind chill&lt;br /&gt;
|&amp;lt;#MonthWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempH&amp;gt;&lt;br /&gt;
|This months high apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthAppTempL&amp;gt;&lt;br /&gt;
|This months low apparent temperature&lt;br /&gt;
|&amp;lt;#MonthAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointH&amp;gt;&lt;br /&gt;
|This months high dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDewPointL&amp;gt;&lt;br /&gt;
|This months low dew point&lt;br /&gt;
|&amp;lt;#MonthDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumH&amp;gt;&lt;br /&gt;
|This months highest humidty&lt;br /&gt;
|&amp;lt;#MonthHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHumL&amp;gt;&lt;br /&gt;
|This months lowest humidty&lt;br /&gt;
|&amp;lt;#MonthHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressH&amp;gt;&lt;br /&gt;
|This months highest pressure&lt;br /&gt;
|&amp;lt;#MonthPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthPressL&amp;gt;&lt;br /&gt;
|This months lowest pressure&lt;br /&gt;
|&amp;lt;#MonthPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthGustH&amp;gt;&lt;br /&gt;
|This months highest wind gust&lt;br /&gt;
|&amp;lt;#MonthGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindH&amp;gt;&lt;br /&gt;
|This months highest wind speed&lt;br /&gt;
|&amp;lt;#MonthWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rmonth&amp;gt;&lt;br /&gt;
|The total rainfall so far this month&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthRainRateH&amp;gt;&lt;br /&gt;
|This months highest rainfall rate&lt;br /&gt;
|&amp;lt;#MonthRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthHourlyRainH&amp;gt;&lt;br /&gt;
|This months highest hourly rain&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#MonthHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthDailyRainH&amp;gt;&lt;br /&gt;
|This months greatest daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest dry period ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day, ending this month (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#MonthLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Yearly==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot;|Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Time&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot;|Date&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempH&amp;gt;&lt;br /&gt;
|This years highest temperature&lt;br /&gt;
|&amp;lt;#YearTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearTempL&amp;gt;&lt;br /&gt;
|This years lowest temperature&lt;br /&gt;
|&amp;lt;#YearTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRange&amp;gt;&lt;br /&gt;
|High Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearHighDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRange&amp;gt;&lt;br /&gt;
|Low Daily Temp Range&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLowDailyTempRangeD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHeatIndexH&amp;gt;&lt;br /&gt;
|This years highest heat index&lt;br /&gt;
|&amp;lt;#YearHeatIndexHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHeatIndexHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWChillL&amp;gt;&lt;br /&gt;
|This years lowest wind chill&lt;br /&gt;
|&amp;lt;#YearWChillLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWChillLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempH&amp;gt;&lt;br /&gt;
|This years highest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearAppTempL&amp;gt;&lt;br /&gt;
|This years lowest apparent temperature&lt;br /&gt;
|&amp;lt;#YearAppTempLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearAppTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointH&amp;gt;&lt;br /&gt;
|This years highest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDewPointL&amp;gt;&lt;br /&gt;
|This years lowest dew point&lt;br /&gt;
|&amp;lt;#YearDewPointLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearDewPointLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMinTempH&amp;gt;&lt;br /&gt;
|This years highest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMinTempHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMaxTempL&amp;gt;&lt;br /&gt;
|This years lowest daily minimum temperature&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMaxTempLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumH&amp;gt;&lt;br /&gt;
|This years high humidty&lt;br /&gt;
|&amp;lt;#YearHumHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHumL&amp;gt;&lt;br /&gt;
|This years low humidty&lt;br /&gt;
|&amp;lt;#YearHumLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHumLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressH&amp;gt;&lt;br /&gt;
|This years high pressure&lt;br /&gt;
|&amp;lt;#YearPressHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearPressL&amp;gt;&lt;br /&gt;
|This years low pressure&lt;br /&gt;
|&amp;lt;#YearPressLT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearPressLD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearGustH&amp;gt;&lt;br /&gt;
|This years high wind gust&lt;br /&gt;
|&amp;lt;#YearGustHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearGustHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindH&amp;gt;&lt;br /&gt;
|This years high wind speed&lt;br /&gt;
|&amp;lt;#YearWindHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearWindHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearWindRunH&amp;gt;&lt;br /&gt;
|High Daily Wind Run&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearWindRunHD&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ryear&amp;gt;&lt;br /&gt;
|The total rainfall so far this year&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearRainRateH&amp;gt;&lt;br /&gt;
|This years high rainfall rate&lt;br /&gt;
|&amp;lt;#YearRainRateHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearRainRateHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearHourlyRainH&amp;gt;&lt;br /&gt;
|This years high hourly rain&lt;br /&gt;
|&amp;lt;#YearHourlyRainHT&amp;gt;&lt;br /&gt;
|&amp;lt;#YearHourlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearDailyRainH&amp;gt;&lt;br /&gt;
|This years high daily rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearDailyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearMonthlyRainH&amp;gt;&lt;br /&gt;
|This years high monthly rain&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearMonthlyRainHD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriod&amp;gt;&lt;br /&gt;
|Longest period without rain ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestDryPeriodD&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriod&amp;gt;&lt;br /&gt;
|Longest period of rain every day ending this year (days)&lt;br /&gt;
|n/a&lt;br /&gt;
|&amp;lt;#YearLongestWetPeriodD&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==All Time==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:300px&amp;quot; | Function&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Time&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Temperature &amp;amp; Humidity&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempH&amp;gt;&lt;br /&gt;
|All time high temperature&lt;br /&gt;
|&amp;lt;#TtempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tempL&amp;gt;&lt;br /&gt;
|All time low temperature &lt;br /&gt;
|&amp;lt;#TtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#mintempH&amp;gt;&lt;br /&gt;
|All time high minimum temperature &lt;br /&gt;
|&amp;lt;#TmintempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#maxtempL&amp;gt;&lt;br /&gt;
|All time low maximum temperature &lt;br /&gt;
|&amp;lt;#TmaxtempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDailyTempRange&amp;gt;&lt;br /&gt;
|All time low daily temperature range&lt;br /&gt;
|&amp;lt;#TLowDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyTempRange&amp;gt;&lt;br /&gt;
|All time high daily temperature range&lt;br /&gt;
|&amp;lt;#THighDailyTempRange&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempH&amp;gt;&lt;br /&gt;
|All time high apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#apptempL&amp;gt;&lt;br /&gt;
|All time low apparent temperature&lt;br /&gt;
|&amp;lt;#TapptempL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#heatindexH&amp;gt;&lt;br /&gt;
|All time high heat index&lt;br /&gt;
|&amp;lt;#TheatindexH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointH&amp;gt;&lt;br /&gt;
|All time high dew point&lt;br /&gt;
|&amp;lt;#TdewpointH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dewpointL&amp;gt;&lt;br /&gt;
|All time low dew point&lt;br /&gt;
|&amp;lt;#TdewpointL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humH&amp;gt;&lt;br /&gt;
|All time high humidity&lt;br /&gt;
|&amp;lt;#ThumH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#humL&amp;gt;&lt;br /&gt;
|All time low humidity&lt;br /&gt;
|&amp;lt;#ThumL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wchillH&amp;gt;&lt;br /&gt;
|All time greatest wind chill (i.e. lowest temperature) &lt;br /&gt;
|&amp;lt;#TwchillH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Rainfall&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rrateM&amp;gt;&lt;br /&gt;
|All time high rain rate &lt;br /&gt;
|&amp;lt;#TrrateM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallH&amp;gt;&lt;br /&gt;
|All time high daily rain &lt;br /&gt;
|&amp;lt;#TrfallH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallhH&amp;gt;&lt;br /&gt;
|All time high hourly rain&lt;br /&gt;
|&amp;lt;#TrfallhH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rfallmH&amp;gt;&lt;br /&gt;
|All time high monthly rain &lt;br /&gt;
|&amp;lt;#TrfallmH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriod&amp;gt;&lt;br /&gt;
|All time longest dry period (days)&lt;br /&gt;
|&amp;lt;#TLongestDryPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriod&amp;gt;&lt;br /&gt;
|All time longest wet period (days)&lt;br /&gt;
|&amp;lt;#TLongestWetPeriod&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Pressure&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressH&amp;gt;&lt;br /&gt;
|All time high pressure &lt;br /&gt;
|&amp;lt;#TpressH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#pressL&amp;gt;&lt;br /&gt;
|All time low pressure &lt;br /&gt;
|&amp;lt;#TpressL&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:lightgray;&amp;quot;|Wind&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#gustM&amp;gt;&lt;br /&gt;
|All time high wind gust &lt;br /&gt;
|&amp;lt;#TgustM&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#wspeedH&amp;gt;&lt;br /&gt;
|All time high average wind speed &lt;br /&gt;
|&amp;lt;#TwspeedH&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#windrunH&amp;gt;&lt;br /&gt;
|All time high daily wind run&lt;br /&gt;
|&amp;lt;#TwindrunH&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestError&amp;gt;&lt;br /&gt;
|Displays the last error from the Cumulus error log&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorDate&amp;gt;&lt;br /&gt;
|The date of the latest error logged to the error log window, using the system short date format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestErrorTime&amp;gt;&lt;br /&gt;
|The time of the latest error logged to the error log window, using the system short time format. Gives dashes when latest error is reset&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ErrorLight&amp;gt;&lt;br /&gt;
|1 if the &#039;error&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#version&amp;gt;&lt;br /&gt;
|The version of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#build&amp;gt;&lt;br /&gt;
|The build of Cumulus in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#realtimeinterval&amp;gt;&lt;br /&gt;
|The realtime update interval in seconds &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#interval&amp;gt;&lt;br /&gt;
|The web site update interval in minutes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#rollovertime&amp;gt;&lt;br /&gt;
|The time that the logs rollover to the next day: &#039;Midnight&#039;, &#039;9 am&#039; or &#039;10 am&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#update&amp;gt;&lt;br /&gt;
|The date and time of the last web site update&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#stationtype&amp;gt;&lt;br /&gt;
|The type of station in use&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#latitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Latitude latitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Longitude longitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#altitude&amp;gt;&lt;br /&gt;
|The station [http://en.wikipedia.org/wiki/Altitude altitude]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#location&amp;gt;&lt;br /&gt;
|The station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#longlocation&amp;gt;&lt;br /&gt;
|Longer description of the station location&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#forum&amp;gt;&lt;br /&gt;
|URL of the forum&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#webcam&amp;gt;&lt;br /&gt;
|URL of the webcam&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#graphperiod&amp;gt;&lt;br /&gt;
|The number of hours displayed by the graphs&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#battery&amp;gt;&lt;br /&gt;
|The console battery condition (Only available for the Davis weather stations)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#txbattery&amp;gt;&lt;br /&gt;
|The transmitter battery condition (Only available for the Davis weather stations)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SensorContactLost&amp;gt;&lt;br /&gt;
|1 if the station has lost contact with its remote sensors &amp;quot;Fine Offset only&amp;quot; 0 if contact has been established&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#snowdepth&amp;gt;&lt;br /&gt;
|Today&#039;s snow depth as entered manually in the Weather Diary. Normally in Centimeters.Output is purely as a numerical figure I.E 10&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#currcond&amp;gt;&lt;br /&gt;
|Represents the value entered on the screen within Cumulus for the Current Weather condition, or the value as held in the [[currentconditions.txt]] file &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#chillhours&amp;gt;&lt;br /&gt;
|The number of &#039;chill hours&#039; so far this season.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveRainDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today where it has rained every day. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini, the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ConsecutiveDryDays&amp;gt;&lt;br /&gt;
|The number of days up to (but not including) today since it last rained. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini the units for the threshold are the same as your rain units&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRoseData&amp;gt;&lt;br /&gt;
|A comma-separated list of the wind &#039;totals&#039; used to draw the wind rose (8 or 16 values)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRosePoints&amp;gt;&lt;br /&gt;
|The number of items in &amp;lt;#WindRoseData&amp;gt; (i.e. 8 or 16)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindSampleCount&amp;gt;&lt;br /&gt;
|The number of wind samples making up the wind rose (etc) data (up to 3600)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAMonthlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA monthly report&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LatestNOAAYearlyReport&amp;gt;&lt;br /&gt;
|Gives file name of latest auto-saved NOAA yearly report&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Day/Night/Sun/Moon==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunrise&amp;gt;&lt;br /&gt;
|Current sunrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#sunset&amp;gt;&lt;br /&gt;
|Current sunset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylength&amp;gt;&lt;br /&gt;
|Length of day in hours and minutes (sunrise to sunset)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#tomorrowdaylength&amp;gt;&lt;br /&gt;
|A string giving the difference between the length of day light today and tomorrow.&lt;br /&gt;
Note.  This tag has been shown to generate inaccurate results and will probably be removed from Cumulus but is here for reference only.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dawn&amp;gt;&lt;br /&gt;
|Start of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#dusk&amp;gt;&lt;br /&gt;
|End of Civil Twilight at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#daylightlength&amp;gt;&lt;br /&gt;
|Length of daylight in hours and minutes (dawn to dusk)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonphase&amp;gt;&lt;br /&gt;
|Current [[Lunar phase|phase of the moon]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonAge&amp;gt;&lt;br /&gt;
|Current &#039;&#039;&#039;approximate&#039;&#039;&#039; age of the Moon in days (0-29)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonrise&amp;gt;&lt;br /&gt;
|Current moonrise time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#moonset&amp;gt;&lt;br /&gt;
|Current moonset time at the station&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#isdaylight&amp;gt;&lt;br /&gt;
|A flag to indicate if the location for the station is in daylight or not, based on the dawn and dusk times.  Possible values are 0 or 1, where 1 notes that it is currently within the hours of daylight.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SunshineHours&amp;gt;&lt;br /&gt;
|Hours of sunshine so far today&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#YSunshineHours&amp;gt;&lt;br /&gt;
|Total hours of sunshine yesterday&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CurrentSolarMax&amp;gt;&lt;br /&gt;
|Current theoretical maximum solar radiation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#IsSunny&amp;gt;&lt;br /&gt;
|Returns 1 if the sun is shining, otherwise 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercent&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (negative value indicates &#039;waning&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MoonPercentAbs&amp;gt;&lt;br /&gt;
|Current percentage of moon visible (always positive)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Alarms==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus alarm states. They give a value of &#039;1&#039; if the alarm has been set and the alarm condition is currently met; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempAlarm&amp;gt; &lt;br /&gt;
|Low temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempAlarm&amp;gt; &lt;br /&gt;
|High temperature alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeUpAlarm&amp;gt; &lt;br /&gt;
|Temperature increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempChangeDownAlarm&amp;gt; &lt;br /&gt;
|Temperature decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressAlarm&amp;gt; &lt;br /&gt;
|Low pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressAlarm&amp;gt; &lt;br /&gt;
|High pressure alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeUpAlarm&amp;gt; &lt;br /&gt;
|Pressure increase alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressChangeDownAlarm&amp;gt; &lt;br /&gt;
|Pressure decrease alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainTodayAlarm&amp;gt; &lt;br /&gt;
|High rain today alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateAlarm&amp;gt; &lt;br /&gt;
|High rainfall rate alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustAlarm&amp;gt; &lt;br /&gt;
|High wind gust alarm&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedAlarm&amp;gt; &lt;br /&gt;
|High wind speed alarm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Records==&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Cumulus record states. They give a value of &#039;1&#039; if the record has been exceeded; otherwise &#039;0&#039;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; |webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#recordsbegandate&amp;gt;&lt;br /&gt;
|The date that the all time records began&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#newrecord&amp;gt; &lt;br /&gt;
|1 if &#039;new record&#039; light is flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#TempRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the temperature tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#WindRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the wind tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#RainRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the rain tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the humidity tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#PressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the indicator on the pressure tab on the all-time records screen is currently lit, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily temperature range light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowTempRangeRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low daily temperature range light is currently flashing, 0 if not &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowAppTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low apparent temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHeatIndexRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high heat index light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowWindChillRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low wind chill light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowDewPointRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low dew point light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMinTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high minimum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowMaxTempRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low maximum temperature light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind gust light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindSpeedRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind speed light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindGustRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind gust light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighRainRateRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high rain rate light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHourlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high hourly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighDailyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high daily rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighMonthlyRainRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high monthly rain light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestDryPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest dry period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LongestWetPeriodRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time longest wet period light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowHumidityRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low humidity light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#LowPressureRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time low pressure light is currently flashing, 0 if not&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#HighWindrunRecordSet&amp;gt;&lt;br /&gt;
|1 if the all-time high wind run light is currently flashing, 0 if not&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Special tags==&lt;br /&gt;
&lt;br /&gt;
===WMR928===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the WMR928 extra sensors:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp1&amp;gt;&lt;br /&gt;
|Extra temperature channel 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp2&amp;gt;&lt;br /&gt;
|Extra temperature channel 2 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraTemp3&amp;gt;&lt;br /&gt;
|Extra temperature channel 3 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP1&amp;gt;&lt;br /&gt;
|Extra dew point channel 1 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP2&amp;gt;&lt;br /&gt;
|Extra dew point channel 2 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraDP3&amp;gt;&lt;br /&gt;
|Extra dew point channel 3 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum1&amp;gt;&lt;br /&gt;
|Extra humidity channel 1 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum2&amp;gt;&lt;br /&gt;
|Extra humidity channel 2 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ExtraHum3&amp;gt;&lt;br /&gt;
|Extra humidity channel 3 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Davis===&lt;br /&gt;
&lt;br /&gt;
There are a set of tags for the Davis PWS:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsReceived&amp;gt;&lt;br /&gt;
|Total number of data packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisTotalPacketsMissed&amp;gt;&lt;br /&gt;
|Number of missed data packets&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumberOfResynchs&amp;gt;&lt;br /&gt;
|Number of times the console resynchronised with the transmitter&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisMaxInARow&amp;gt;&lt;br /&gt;
|Longest streak of consecutive packets received&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DavisNumCRCerrors&amp;gt;&lt;br /&gt;
|Number of packets received with CRC errors&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Wind values&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#THSWindex&amp;gt;&lt;br /&gt;
|A derived temperature using Temperature/Humidity/Solar/Wind values&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Fine Offset===&lt;br /&gt;
The following tags are specific to the Fine Offset series of PWS&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#Light&amp;gt;&lt;br /&gt;
|Current Lux value (3080 models only)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===System===&lt;br /&gt;
&lt;br /&gt;
Special tags returning information about the system hosting Cumulus:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | webtag&lt;br /&gt;
!style=&amp;quot;width:600px&amp;quot; | Function&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsVersion&amp;gt;&lt;br /&gt;
|OS version, e.g. &amp;quot;Windows 7 x64 build 7600&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#OsLanguage&amp;gt;&lt;br /&gt;
|OS language, e.g. &amp;quot;English&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#SystemUpTime&amp;gt;&lt;br /&gt;
|How long the system has been up, e.g. &amp;quot;8 hours 21 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#ProgramUpTime&amp;gt;&lt;br /&gt;
|How long Cumulus has been running, e.g. &amp;quot;7 hours 55 minutes&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuName&amp;gt;&lt;br /&gt;
|CPU type, e.g. &amp;quot;Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#CpuCount&amp;gt;&lt;br /&gt;
|Number of processors, e.g. &amp;quot;4&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#MemoryStatus&amp;gt;&lt;br /&gt;
|Free and total system RAM, e.g. &amp;quot;4619/8191 MB (free/total)&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DisplayMode&amp;gt;&lt;br /&gt;
|Screen display mode, e.g. &amp;quot;1680x1050, 32 bit&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#AllocatedMemory&amp;gt;&lt;br /&gt;
|Amount of memory allocated to Cumulus, e.g. &amp;quot;18.76 MB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskSize&amp;gt;&lt;br /&gt;
|Size of disk on which Cumulus is running, e.g. &amp;quot;931.51 GB&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;#DiskFree&amp;gt;&lt;br /&gt;
|Free space on disk on which Cumulus is running, e.g. &amp;quot;515.36 GB&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===No Commas===&lt;br /&gt;
&lt;br /&gt;
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&#039;t like the commas. They all correspond to the same tag with &#039;RC&#039; removed.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;#RCdew&amp;gt; &amp;lt;#RCheatindex&amp;gt; &amp;lt;#RChum&amp;gt; &amp;lt;#RCinhum&amp;gt; &amp;lt;#RCintemp&amp;gt; &amp;lt;#RCpress&amp;gt; &amp;lt;#RCpressTH&amp;gt;&lt;br /&gt;
 &amp;lt;#RCpressTL&amp;gt; &amp;lt;#RCrfall&amp;gt; &amp;lt;#RCrrate&amp;gt; &amp;lt;#RCrrateTM&amp;gt; &amp;lt;#RCtemp&amp;gt; &amp;lt;#RCtempTH&amp;gt; &amp;lt;#RCtempTL&amp;gt;&lt;br /&gt;
 &amp;lt;#RCwchill&amp;gt; &amp;lt;#RCwgust&amp;gt; &amp;lt;#RCwgustTM&amp;gt; &amp;lt;#RCwspeed&amp;gt;&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Monthly_log_files&amp;diff=1125</id>
		<title>Monthly log files</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Monthly_log_files&amp;diff=1125"/>
		<updated>2010-11-01T22:52:57Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Example of the file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Files are automatically created with names in the form &amp;lt;Month&amp;gt;&amp;lt;Year&amp;gt;log.txt (for example, the file for August 2009 is called &amp;lt;tt&amp;gt;Aug09log.txt&amp;lt;/tt&amp;gt;); an entry is made to the current month&#039;s file every ten minutes, recording the current sensor values. The file is in comma-separated format with one line per entry&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Format of the file==&lt;br /&gt;
&lt;br /&gt;
* Date in the form dd/mm/yy&lt;br /&gt;
* Current time&lt;br /&gt;
* Current temperature&lt;br /&gt;
* Current humidity&lt;br /&gt;
* Current dewpoint&lt;br /&gt;
* Current wind speed&lt;br /&gt;
* Current wind gust&lt;br /&gt;
* Current wind bearing&lt;br /&gt;
* Current rainfall rate&lt;br /&gt;
* Total rainfall today so far&lt;br /&gt;
* Current sea level pressure&lt;br /&gt;
* Total rainfall counter &lt;br /&gt;
* Inside temperature &lt;br /&gt;
* Inside humidity &lt;br /&gt;
* Current gust (i.e. &#039;Latest&#039;) &lt;br /&gt;
* Wind chill &lt;br /&gt;
* Heat Index &lt;br /&gt;
* UV Index&lt;br /&gt;
* Solar Radiation&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Times in these files are in the form hh:mm using the 24 hour clock and local time (system time).&lt;br /&gt;
&lt;br /&gt;
==Example of the file==&lt;br /&gt;
&lt;br /&gt;
Filename:  &amp;lt;nowiki&amp;gt;sept10log.txt&amp;lt;/nowiki&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
An extract of a few lines of the file (v.1.9.0)&lt;br /&gt;
&lt;br /&gt;
30-09-10;19:00;16,4;94;15,4;5,2;13,3;17;3,6;21,0;995,3;47,7;25,6;62;6,1;16,4;16,4;0,0;0&lt;br /&gt;
30-09-10;19:15;16,4;94;15,4;5,6;11,2;12;18,0;24,0;995,0;50,7;25,6;62;7,2;16,4;16,4;0,0;0&lt;br /&gt;
30-09-10;19:30;16,2;94;15,2;7,9;15,8;355;7,2;25,8;994,3;52,5;25,7;62;12,2;16,2;16,2;0,0;0&lt;br /&gt;
30-09-10;19:45;16,0;94;15,0;9,9;19,4;7;7,2;27,9;993,3;54,6;25,7;62;14,8;15,8;16,0;0,0;0&lt;br /&gt;
30-09-10;20:00;15,9;94;14,9;12,4;20,9;354;7,2;30,0;993,0;56,7;25,7;62;19,4;15,4;15,9;0,0;0&lt;br /&gt;
30-09-10;20:15;15,8;94;14,8;8,4;15,8;349;14,4;32,7;993,4;59,4;25,8;61;12,2;15,8;15,8;0,0;0&lt;br /&gt;
30-09-10;20:30;15,4;94;14,4;13,8;33,1;317;28,8;40,5;993,7;67,2;25,8;61;23,4;14,7;15,4;0,0;0&lt;br /&gt;
30-09-10;20:45;15,1;94;14,1;20,3;34,2;356;7,2;43,8;992,3;70,5;25,8;60;29,5;13,8;15,1;0,0;0&lt;br /&gt;
30-09-10;21:00;15,3;94;14,3;20,2;35,6;358;10,8;46,8;991,0;73,5;25,8;60;28,1;14,0;15,3;0,0;0&lt;br /&gt;
30-09-10;21:15;15,3;95;14,5;16,6;31,7;358;10,8;49,5;991,4;76,2;25,8;60;20,9;14,3;15,3;0,0;0&lt;br /&gt;
30-09-10;21:30;15,3;94;14,3;14,0;27,0;324;18,0;54,3;992,3;81,0;25,8;60;15,8;14,5;15,3;0,0;0&lt;br /&gt;
30-09-10;21:45;15,2;94;14,2;13,0;25,6;323;10,8;57,9;992,3;84,6;25,8;59;24,5;14,5;15,2;0,0;0&lt;br /&gt;
30-09-10;22:00;15,0;94;14,0;16,7;31,7;312;10,8;60,6;993,0;87,3;25,8;59;23,4;13,9;15,0;0,0;0&lt;br /&gt;
30-09-10;22:15;14,9;94;13,9;16,0;30,6;357;10,8;63,0;991,6;89,7;25,8;59;20,9;13,9;14,9;0,0;0&lt;br /&gt;
30-09-10;22:30;14,9;94;13,9;17,6;31,7;3;3,6;63,3;990,6;90,0;25,8;59;19,4;13,7;14,9;0,0;0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Log Files]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1098</id>
		<title>Strings.ini</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1098"/>
		<updated>2010-10-12T01:54:50Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Example file */ Francais&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NOTE: This feature is only available in version 1.8.8 build 871 and greater&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The file strings.ini allows the customisation of a number of phrases, including the associated webtags.&lt;br /&gt;
&lt;br /&gt;
Currently you can modified phrases associated with the following:&lt;br /&gt;
&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale (from build 874 onwards)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Modification des phrases=&lt;br /&gt;
&lt;br /&gt;
Dans le dossier ou vous avez installé Cumulus, vous trouverez un fichier nommé &amp;lt;tt&amp;gt;samplestrings.ini&amp;lt;/tt&amp;gt;. Faites une copie de ce fichier, laissez-la dans le dossier d&#039;installation de Cumulus et nommez-la &amp;lt;tt&amp;gt;strings.ini&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vous devez redémarrer Cumulus si vous faites des changements au fichier Strings. Pendant que Cumulus fonctionne&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Phrases des prévisions=&lt;br /&gt;
&lt;br /&gt;
Par défaut Cumulus contient une liste de 28 prévisions possible.  En éditant le fichier strings.ini  vous pouvez changer les phrases ou les traduires dans une autre langue. Dans la page de configuration, vous devez avoir choisi que Cumulus génère les prévisions.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Le fichier contient toutes les phrases employées pour les prévisions, par exemple:&lt;br /&gt;
&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
&lt;br /&gt;
Que vous pouvez changer pour:&lt;br /&gt;
&lt;br /&gt;
 forecast23=Rain again&lt;br /&gt;
&lt;br /&gt;
=Phases Lunaire=&lt;br /&gt;
&lt;br /&gt;
Cette option pour modifier les phases lunaire exige la version 1.8.8 build 872 ou plus récent.&lt;br /&gt;
&lt;br /&gt;
Dans la section [MoonPhases] du fichier strings.ini, il y a 8 phrases possibles pour décrire les phases de la lune.  Adjustez selon vos besoins.&lt;br /&gt;
&lt;br /&gt;
=Fichier exemple=&lt;br /&gt;
&lt;br /&gt;
 [Forecast]&lt;br /&gt;
 Forecast=Forecast&lt;br /&gt;
 notavailable=Not available&lt;br /&gt;
 exceptional=Exceptional Weather&lt;br /&gt;
 forecast1=Settled fine&lt;br /&gt;
 forecast2=Fine weather&lt;br /&gt;
 forecast3=Becoming fine&lt;br /&gt;
 forecast4=Fine, becoming less settled&lt;br /&gt;
 forecast5=Fine, possible showers&lt;br /&gt;
 forecast6=Fairly fine, improving&lt;br /&gt;
 forecast7=Fairly fine, possible showers early&lt;br /&gt;
 forecast8=Fairly fine, showery later&lt;br /&gt;
 forecast9=Showery early, improving&lt;br /&gt;
 forecast10=Changeable, mending&lt;br /&gt;
 forecast11=Fairly fine, showers likely&lt;br /&gt;
 forecast12=Rather unsettled clearing later&lt;br /&gt;
 forecast13=Unsettled, probably improving&lt;br /&gt;
 forecast14=Showery, bright intervals&lt;br /&gt;
 forecast15=Showery, becoming less settled&lt;br /&gt;
 forecast16=Changeable, some precipitation&lt;br /&gt;
 forecast17=Unsettled, short fine intervals&lt;br /&gt;
 forecast18=Unsettled, precipitation later&lt;br /&gt;
 forecast19=Unsettled, some precipitation&lt;br /&gt;
 forecast20=Mostly very unsettled&lt;br /&gt;
 forecast21=Occasional precipitation, worsening&lt;br /&gt;
 forecast22=Precipitation at times, very unsettled&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
 forecast24=Precipitation, very unsettled&lt;br /&gt;
 forecast25=Stormy, may improve&lt;br /&gt;
 forecast26=Stormy, much precipitation&lt;br /&gt;
 [MoonPhases]&lt;br /&gt;
 Newmoon=New moon&lt;br /&gt;
 WaxingCrescent=Waxing Crescent&lt;br /&gt;
 FirstQuarter=First Quarter&lt;br /&gt;
 WaxingGibbous=Waxing Gibbous&lt;br /&gt;
 Fullmoon=Full moon&lt;br /&gt;
 WaningGibbous=Waning Gibbous&lt;br /&gt;
 LastQuarter=Last Quarter&lt;br /&gt;
 WaningCrescent=Waning Crescent&lt;br /&gt;
 [Beaufort]&lt;br /&gt;
 Calm=Calm&lt;br /&gt;
 Lightair=Light air&lt;br /&gt;
 Lightbreeze=Light breeze&lt;br /&gt;
 Gentlebreeze=Gentle breeze&lt;br /&gt;
 Moderatebreeze=Moderate breeze&lt;br /&gt;
 Freshbreeze=Fresh breeze&lt;br /&gt;
 Strongbreeze=Strong breeze&lt;br /&gt;
 Neargale=Near gale&lt;br /&gt;
 Gale=Gale&lt;br /&gt;
 Stronggale=Strong gale&lt;br /&gt;
 Storm=Storm&lt;br /&gt;
 Violentstorm=Violent storm&lt;br /&gt;
 Hurricane=Hurricane&lt;br /&gt;
 [Trends]&lt;br /&gt;
 Risingveryrapidly=Rising very rapidly&lt;br /&gt;
 Risingquickly=Rising quickly&lt;br /&gt;
 Rising=Rising&lt;br /&gt;
 Risingslowly=Rising slowly&lt;br /&gt;
 Steady=Steady&lt;br /&gt;
 Fallingslowly=Falling slowly&lt;br /&gt;
 Falling=Falling&lt;br /&gt;
 Fallingquickly=Falling quickly&lt;br /&gt;
 Fallingveryrapidly=Falling very rapidly&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A variety of translated files are coming soon in the other [[Languages]] section &lt;br /&gt;
[[Category: Configuration Files]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1097</id>
		<title>Strings.ini</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1097"/>
		<updated>2010-10-12T01:52:38Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Moon Phases */ Francais&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NOTE: This feature is only available in version 1.8.8 build 871 and greater&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The file strings.ini allows the customisation of a number of phrases, including the associated webtags.&lt;br /&gt;
&lt;br /&gt;
Currently you can modified phrases associated with the following:&lt;br /&gt;
&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale (from build 874 onwards)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Modification des phrases=&lt;br /&gt;
&lt;br /&gt;
Dans le dossier ou vous avez installé Cumulus, vous trouverez un fichier nommé &amp;lt;tt&amp;gt;samplestrings.ini&amp;lt;/tt&amp;gt;. Faites une copie de ce fichier, laissez-la dans le dossier d&#039;installation de Cumulus et nommez-la &amp;lt;tt&amp;gt;strings.ini&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vous devez redémarrer Cumulus si vous faites des changements au fichier Strings. Pendant que Cumulus fonctionne&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Phrases des prévisions=&lt;br /&gt;
&lt;br /&gt;
Par défaut Cumulus contient une liste de 28 prévisions possible.  En éditant le fichier strings.ini  vous pouvez changer les phrases ou les traduires dans une autre langue. Dans la page de configuration, vous devez avoir choisi que Cumulus génère les prévisions.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Le fichier contient toutes les phrases employées pour les prévisions, par exemple:&lt;br /&gt;
&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
&lt;br /&gt;
Que vous pouvez changer pour:&lt;br /&gt;
&lt;br /&gt;
 forecast23=Rain again&lt;br /&gt;
&lt;br /&gt;
=Phases Lunaire=&lt;br /&gt;
&lt;br /&gt;
Cette option pour modifier les phases lunaire exige la version 1.8.8 build 872 ou plus récent.&lt;br /&gt;
&lt;br /&gt;
Dans la section [MoonPhases] du fichier strings.ini, il y a 8 phrases possibles pour décrire les phases de la lune.  Adjustez selon vos besoins.&lt;br /&gt;
&lt;br /&gt;
=Example file=&lt;br /&gt;
&lt;br /&gt;
 [Forecast]&lt;br /&gt;
 Forecast=Forecast&lt;br /&gt;
 notavailable=Not available&lt;br /&gt;
 exceptional=Exceptional Weather&lt;br /&gt;
 forecast1=Settled fine&lt;br /&gt;
 forecast2=Fine weather&lt;br /&gt;
 forecast3=Becoming fine&lt;br /&gt;
 forecast4=Fine, becoming less settled&lt;br /&gt;
 forecast5=Fine, possible showers&lt;br /&gt;
 forecast6=Fairly fine, improving&lt;br /&gt;
 forecast7=Fairly fine, possible showers early&lt;br /&gt;
 forecast8=Fairly fine, showery later&lt;br /&gt;
 forecast9=Showery early, improving&lt;br /&gt;
 forecast10=Changeable, mending&lt;br /&gt;
 forecast11=Fairly fine, showers likely&lt;br /&gt;
 forecast12=Rather unsettled clearing later&lt;br /&gt;
 forecast13=Unsettled, probably improving&lt;br /&gt;
 forecast14=Showery, bright intervals&lt;br /&gt;
 forecast15=Showery, becoming less settled&lt;br /&gt;
 forecast16=Changeable, some precipitation&lt;br /&gt;
 forecast17=Unsettled, short fine intervals&lt;br /&gt;
 forecast18=Unsettled, precipitation later&lt;br /&gt;
 forecast19=Unsettled, some precipitation&lt;br /&gt;
 forecast20=Mostly very unsettled&lt;br /&gt;
 forecast21=Occasional precipitation, worsening&lt;br /&gt;
 forecast22=Precipitation at times, very unsettled&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
 forecast24=Precipitation, very unsettled&lt;br /&gt;
 forecast25=Stormy, may improve&lt;br /&gt;
 forecast26=Stormy, much precipitation&lt;br /&gt;
 [MoonPhases]&lt;br /&gt;
 Newmoon=New moon&lt;br /&gt;
 WaxingCrescent=Waxing Crescent&lt;br /&gt;
 FirstQuarter=First Quarter&lt;br /&gt;
 WaxingGibbous=Waxing Gibbous&lt;br /&gt;
 Fullmoon=Full moon&lt;br /&gt;
 WaningGibbous=Waning Gibbous&lt;br /&gt;
 LastQuarter=Last Quarter&lt;br /&gt;
 WaningCrescent=Waning Crescent&lt;br /&gt;
 [Beaufort]&lt;br /&gt;
 Calm=Calm&lt;br /&gt;
 Lightair=Light air&lt;br /&gt;
 Lightbreeze=Light breeze&lt;br /&gt;
 Gentlebreeze=Gentle breeze&lt;br /&gt;
 Moderatebreeze=Moderate breeze&lt;br /&gt;
 Freshbreeze=Fresh breeze&lt;br /&gt;
 Strongbreeze=Strong breeze&lt;br /&gt;
 Neargale=Near gale&lt;br /&gt;
 Gale=Gale&lt;br /&gt;
 Stronggale=Strong gale&lt;br /&gt;
 Storm=Storm&lt;br /&gt;
 Violentstorm=Violent storm&lt;br /&gt;
 Hurricane=Hurricane&lt;br /&gt;
 [Trends]&lt;br /&gt;
 Risingveryrapidly=Rising very rapidly&lt;br /&gt;
 Risingquickly=Rising quickly&lt;br /&gt;
 Rising=Rising&lt;br /&gt;
 Risingslowly=Rising slowly&lt;br /&gt;
 Steady=Steady&lt;br /&gt;
 Fallingslowly=Falling slowly&lt;br /&gt;
 Falling=Falling&lt;br /&gt;
 Fallingquickly=Falling quickly&lt;br /&gt;
 Fallingveryrapidly=Falling very rapidly&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A variety of translated files are coming soon in the other [[Languages]] section &lt;br /&gt;
[[Category: Configuration Files]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1096</id>
		<title>Strings.ini</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1096"/>
		<updated>2010-10-12T01:37:11Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Phrases des prévisions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NOTE: This feature is only available in version 1.8.8 build 871 and greater&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The file strings.ini allows the customisation of a number of phrases, including the associated webtags.&lt;br /&gt;
&lt;br /&gt;
Currently you can modified phrases associated with the following:&lt;br /&gt;
&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale (from build 874 onwards)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Modification des phrases=&lt;br /&gt;
&lt;br /&gt;
Dans le dossier ou vous avez installé Cumulus, vous trouverez un fichier nommé &amp;lt;tt&amp;gt;samplestrings.ini&amp;lt;/tt&amp;gt;. Faites une copie de ce fichier, laissez-la dans le dossier d&#039;installation de Cumulus et nommez-la &amp;lt;tt&amp;gt;strings.ini&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vous devez redémarrer Cumulus si vous faites des changements au fichier Strings. Pendant que Cumulus fonctionne&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Phrases des prévisions=&lt;br /&gt;
&lt;br /&gt;
Par défaut Cumulus contient une liste de 28 prévisions possible.  En éditant le fichier strings.ini  vous pouvez changer les phrases ou les traduires dans une autre langue. Dans la page de configuration, vous devez avoir choisi que Cumulus génère les prévisions.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Le fichier contient toutes les phrases employées pour les prévisions, par exemple:&lt;br /&gt;
&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
&lt;br /&gt;
Que vous pouvez changer pour:&lt;br /&gt;
&lt;br /&gt;
 forecast23=Rain again&lt;br /&gt;
&lt;br /&gt;
=Moon Phases=&lt;br /&gt;
&lt;br /&gt;
The option to change moon phases requires version 1.8.8 build 872 or greater, currently in beta testing&lt;br /&gt;
&lt;br /&gt;
Withing the [MoonPhases] section of the strings.ini file there are 8 possible phrases to describe the phases of the moon.  Adjust these as required.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Example file=&lt;br /&gt;
&lt;br /&gt;
 [Forecast]&lt;br /&gt;
 Forecast=Forecast&lt;br /&gt;
 notavailable=Not available&lt;br /&gt;
 exceptional=Exceptional Weather&lt;br /&gt;
 forecast1=Settled fine&lt;br /&gt;
 forecast2=Fine weather&lt;br /&gt;
 forecast3=Becoming fine&lt;br /&gt;
 forecast4=Fine, becoming less settled&lt;br /&gt;
 forecast5=Fine, possible showers&lt;br /&gt;
 forecast6=Fairly fine, improving&lt;br /&gt;
 forecast7=Fairly fine, possible showers early&lt;br /&gt;
 forecast8=Fairly fine, showery later&lt;br /&gt;
 forecast9=Showery early, improving&lt;br /&gt;
 forecast10=Changeable, mending&lt;br /&gt;
 forecast11=Fairly fine, showers likely&lt;br /&gt;
 forecast12=Rather unsettled clearing later&lt;br /&gt;
 forecast13=Unsettled, probably improving&lt;br /&gt;
 forecast14=Showery, bright intervals&lt;br /&gt;
 forecast15=Showery, becoming less settled&lt;br /&gt;
 forecast16=Changeable, some precipitation&lt;br /&gt;
 forecast17=Unsettled, short fine intervals&lt;br /&gt;
 forecast18=Unsettled, precipitation later&lt;br /&gt;
 forecast19=Unsettled, some precipitation&lt;br /&gt;
 forecast20=Mostly very unsettled&lt;br /&gt;
 forecast21=Occasional precipitation, worsening&lt;br /&gt;
 forecast22=Precipitation at times, very unsettled&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
 forecast24=Precipitation, very unsettled&lt;br /&gt;
 forecast25=Stormy, may improve&lt;br /&gt;
 forecast26=Stormy, much precipitation&lt;br /&gt;
 [MoonPhases]&lt;br /&gt;
 Newmoon=New moon&lt;br /&gt;
 WaxingCrescent=Waxing Crescent&lt;br /&gt;
 FirstQuarter=First Quarter&lt;br /&gt;
 WaxingGibbous=Waxing Gibbous&lt;br /&gt;
 Fullmoon=Full moon&lt;br /&gt;
 WaningGibbous=Waning Gibbous&lt;br /&gt;
 LastQuarter=Last Quarter&lt;br /&gt;
 WaningCrescent=Waning Crescent&lt;br /&gt;
 [Beaufort]&lt;br /&gt;
 Calm=Calm&lt;br /&gt;
 Lightair=Light air&lt;br /&gt;
 Lightbreeze=Light breeze&lt;br /&gt;
 Gentlebreeze=Gentle breeze&lt;br /&gt;
 Moderatebreeze=Moderate breeze&lt;br /&gt;
 Freshbreeze=Fresh breeze&lt;br /&gt;
 Strongbreeze=Strong breeze&lt;br /&gt;
 Neargale=Near gale&lt;br /&gt;
 Gale=Gale&lt;br /&gt;
 Stronggale=Strong gale&lt;br /&gt;
 Storm=Storm&lt;br /&gt;
 Violentstorm=Violent storm&lt;br /&gt;
 Hurricane=Hurricane&lt;br /&gt;
 [Trends]&lt;br /&gt;
 Risingveryrapidly=Rising very rapidly&lt;br /&gt;
 Risingquickly=Rising quickly&lt;br /&gt;
 Rising=Rising&lt;br /&gt;
 Risingslowly=Rising slowly&lt;br /&gt;
 Steady=Steady&lt;br /&gt;
 Fallingslowly=Falling slowly&lt;br /&gt;
 Falling=Falling&lt;br /&gt;
 Fallingquickly=Falling quickly&lt;br /&gt;
 Fallingveryrapidly=Falling very rapidly&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A variety of translated files are coming soon in the other [[Languages]] section &lt;br /&gt;
[[Category: Configuration Files]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1095</id>
		<title>Strings.ini</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1095"/>
		<updated>2010-10-12T01:33:48Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Phrases des prévisions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NOTE: This feature is only available in version 1.8.8 build 871 and greater&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The file strings.ini allows the customisation of a number of phrases, including the associated webtags.&lt;br /&gt;
&lt;br /&gt;
Currently you can modified phrases associated with the following:&lt;br /&gt;
&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale (from build 874 onwards)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Modification des phrases=&lt;br /&gt;
&lt;br /&gt;
Dans le dossier ou vous avez installé Cumulus, vous trouverez un fichier nommé &amp;lt;tt&amp;gt;samplestrings.ini&amp;lt;/tt&amp;gt;. Faites une copie de ce fichier, laissez-la dans le dossier d&#039;installation de Cumulus et nommez-la &amp;lt;tt&amp;gt;strings.ini&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vous devez redémarrer Cumulus si vous faites des changements au fichier Strings. Pendant que Cumulus fonctionne&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Phrases des prévisions=&lt;br /&gt;
&lt;br /&gt;
Par défaut Cumulus contient une liste de 28 prévision possible.  En éditant le fichier strings.ini  vous pouvez changer les phrases ou les traduires dans une autre langue. Dans la page de configuration, vous devez avoir choisi que Cumulus génère les prévisions.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Le fichier contient toutes les phrases employées pour les les prévisions, par exemple:&lt;br /&gt;
&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
&lt;br /&gt;
Que vous pouvez changer pour&lt;br /&gt;
&lt;br /&gt;
 forecast23=Rain again&lt;br /&gt;
&lt;br /&gt;
=Moon Phases=&lt;br /&gt;
&lt;br /&gt;
The option to change moon phases requires version 1.8.8 build 872 or greater, currently in beta testing&lt;br /&gt;
&lt;br /&gt;
Withing the [MoonPhases] section of the strings.ini file there are 8 possible phrases to describe the phases of the moon.  Adjust these as required.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Example file=&lt;br /&gt;
&lt;br /&gt;
 [Forecast]&lt;br /&gt;
 Forecast=Forecast&lt;br /&gt;
 notavailable=Not available&lt;br /&gt;
 exceptional=Exceptional Weather&lt;br /&gt;
 forecast1=Settled fine&lt;br /&gt;
 forecast2=Fine weather&lt;br /&gt;
 forecast3=Becoming fine&lt;br /&gt;
 forecast4=Fine, becoming less settled&lt;br /&gt;
 forecast5=Fine, possible showers&lt;br /&gt;
 forecast6=Fairly fine, improving&lt;br /&gt;
 forecast7=Fairly fine, possible showers early&lt;br /&gt;
 forecast8=Fairly fine, showery later&lt;br /&gt;
 forecast9=Showery early, improving&lt;br /&gt;
 forecast10=Changeable, mending&lt;br /&gt;
 forecast11=Fairly fine, showers likely&lt;br /&gt;
 forecast12=Rather unsettled clearing later&lt;br /&gt;
 forecast13=Unsettled, probably improving&lt;br /&gt;
 forecast14=Showery, bright intervals&lt;br /&gt;
 forecast15=Showery, becoming less settled&lt;br /&gt;
 forecast16=Changeable, some precipitation&lt;br /&gt;
 forecast17=Unsettled, short fine intervals&lt;br /&gt;
 forecast18=Unsettled, precipitation later&lt;br /&gt;
 forecast19=Unsettled, some precipitation&lt;br /&gt;
 forecast20=Mostly very unsettled&lt;br /&gt;
 forecast21=Occasional precipitation, worsening&lt;br /&gt;
 forecast22=Precipitation at times, very unsettled&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
 forecast24=Precipitation, very unsettled&lt;br /&gt;
 forecast25=Stormy, may improve&lt;br /&gt;
 forecast26=Stormy, much precipitation&lt;br /&gt;
 [MoonPhases]&lt;br /&gt;
 Newmoon=New moon&lt;br /&gt;
 WaxingCrescent=Waxing Crescent&lt;br /&gt;
 FirstQuarter=First Quarter&lt;br /&gt;
 WaxingGibbous=Waxing Gibbous&lt;br /&gt;
 Fullmoon=Full moon&lt;br /&gt;
 WaningGibbous=Waning Gibbous&lt;br /&gt;
 LastQuarter=Last Quarter&lt;br /&gt;
 WaningCrescent=Waning Crescent&lt;br /&gt;
 [Beaufort]&lt;br /&gt;
 Calm=Calm&lt;br /&gt;
 Lightair=Light air&lt;br /&gt;
 Lightbreeze=Light breeze&lt;br /&gt;
 Gentlebreeze=Gentle breeze&lt;br /&gt;
 Moderatebreeze=Moderate breeze&lt;br /&gt;
 Freshbreeze=Fresh breeze&lt;br /&gt;
 Strongbreeze=Strong breeze&lt;br /&gt;
 Neargale=Near gale&lt;br /&gt;
 Gale=Gale&lt;br /&gt;
 Stronggale=Strong gale&lt;br /&gt;
 Storm=Storm&lt;br /&gt;
 Violentstorm=Violent storm&lt;br /&gt;
 Hurricane=Hurricane&lt;br /&gt;
 [Trends]&lt;br /&gt;
 Risingveryrapidly=Rising very rapidly&lt;br /&gt;
 Risingquickly=Rising quickly&lt;br /&gt;
 Rising=Rising&lt;br /&gt;
 Risingslowly=Rising slowly&lt;br /&gt;
 Steady=Steady&lt;br /&gt;
 Fallingslowly=Falling slowly&lt;br /&gt;
 Falling=Falling&lt;br /&gt;
 Fallingquickly=Falling quickly&lt;br /&gt;
 Fallingveryrapidly=Falling very rapidly&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A variety of translated files are coming soon in the other [[Languages]] section &lt;br /&gt;
[[Category: Configuration Files]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1094</id>
		<title>Strings.ini</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1094"/>
		<updated>2010-10-12T01:32:31Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Forecast phrases */ Francais&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NOTE: This feature is only available in version 1.8.8 build 871 and greater&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The file strings.ini allows the customisation of a number of phrases, including the associated webtags.&lt;br /&gt;
&lt;br /&gt;
Currently you can modified phrases associated with the following:&lt;br /&gt;
&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale (from build 874 onwards)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Modification des phrases=&lt;br /&gt;
&lt;br /&gt;
Dans le dossier ou vous avez installé Cumulus, vous trouverez un fichier nommé &amp;lt;tt&amp;gt;samplestrings.ini&amp;lt;/tt&amp;gt;. Faites une copie de ce fichier, laissez-la dans le dossier d&#039;installation de Cumulus et nommez-la &amp;lt;tt&amp;gt;strings.ini&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vous devez redémarrer Cumulus si vous faites des changements au fichier Strings. Pendant que Cumulus fonctionne&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Phrases des prévisions=&lt;br /&gt;
&lt;br /&gt;
Par défaut Cumulus contient une liste de 28 prévision possible.  En éditant le fichier strings.ini  vous pouvez changer les phrases ou les traduires dans une autre langue. Dans la page de configuration, vous devez avoir choisi que Cumulus génère les prévisionsions.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Le fichier contient toutes les phrases employées pour les les prévisions, par exemple:&lt;br /&gt;
&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
&lt;br /&gt;
Que vous pouvez changer pour&lt;br /&gt;
&lt;br /&gt;
 forecast23=Rain again&lt;br /&gt;
&lt;br /&gt;
=Moon Phases=&lt;br /&gt;
&lt;br /&gt;
The option to change moon phases requires version 1.8.8 build 872 or greater, currently in beta testing&lt;br /&gt;
&lt;br /&gt;
Withing the [MoonPhases] section of the strings.ini file there are 8 possible phrases to describe the phases of the moon.  Adjust these as required.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Example file=&lt;br /&gt;
&lt;br /&gt;
 [Forecast]&lt;br /&gt;
 Forecast=Forecast&lt;br /&gt;
 notavailable=Not available&lt;br /&gt;
 exceptional=Exceptional Weather&lt;br /&gt;
 forecast1=Settled fine&lt;br /&gt;
 forecast2=Fine weather&lt;br /&gt;
 forecast3=Becoming fine&lt;br /&gt;
 forecast4=Fine, becoming less settled&lt;br /&gt;
 forecast5=Fine, possible showers&lt;br /&gt;
 forecast6=Fairly fine, improving&lt;br /&gt;
 forecast7=Fairly fine, possible showers early&lt;br /&gt;
 forecast8=Fairly fine, showery later&lt;br /&gt;
 forecast9=Showery early, improving&lt;br /&gt;
 forecast10=Changeable, mending&lt;br /&gt;
 forecast11=Fairly fine, showers likely&lt;br /&gt;
 forecast12=Rather unsettled clearing later&lt;br /&gt;
 forecast13=Unsettled, probably improving&lt;br /&gt;
 forecast14=Showery, bright intervals&lt;br /&gt;
 forecast15=Showery, becoming less settled&lt;br /&gt;
 forecast16=Changeable, some precipitation&lt;br /&gt;
 forecast17=Unsettled, short fine intervals&lt;br /&gt;
 forecast18=Unsettled, precipitation later&lt;br /&gt;
 forecast19=Unsettled, some precipitation&lt;br /&gt;
 forecast20=Mostly very unsettled&lt;br /&gt;
 forecast21=Occasional precipitation, worsening&lt;br /&gt;
 forecast22=Precipitation at times, very unsettled&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
 forecast24=Precipitation, very unsettled&lt;br /&gt;
 forecast25=Stormy, may improve&lt;br /&gt;
 forecast26=Stormy, much precipitation&lt;br /&gt;
 [MoonPhases]&lt;br /&gt;
 Newmoon=New moon&lt;br /&gt;
 WaxingCrescent=Waxing Crescent&lt;br /&gt;
 FirstQuarter=First Quarter&lt;br /&gt;
 WaxingGibbous=Waxing Gibbous&lt;br /&gt;
 Fullmoon=Full moon&lt;br /&gt;
 WaningGibbous=Waning Gibbous&lt;br /&gt;
 LastQuarter=Last Quarter&lt;br /&gt;
 WaningCrescent=Waning Crescent&lt;br /&gt;
 [Beaufort]&lt;br /&gt;
 Calm=Calm&lt;br /&gt;
 Lightair=Light air&lt;br /&gt;
 Lightbreeze=Light breeze&lt;br /&gt;
 Gentlebreeze=Gentle breeze&lt;br /&gt;
 Moderatebreeze=Moderate breeze&lt;br /&gt;
 Freshbreeze=Fresh breeze&lt;br /&gt;
 Strongbreeze=Strong breeze&lt;br /&gt;
 Neargale=Near gale&lt;br /&gt;
 Gale=Gale&lt;br /&gt;
 Stronggale=Strong gale&lt;br /&gt;
 Storm=Storm&lt;br /&gt;
 Violentstorm=Violent storm&lt;br /&gt;
 Hurricane=Hurricane&lt;br /&gt;
 [Trends]&lt;br /&gt;
 Risingveryrapidly=Rising very rapidly&lt;br /&gt;
 Risingquickly=Rising quickly&lt;br /&gt;
 Rising=Rising&lt;br /&gt;
 Risingslowly=Rising slowly&lt;br /&gt;
 Steady=Steady&lt;br /&gt;
 Fallingslowly=Falling slowly&lt;br /&gt;
 Falling=Falling&lt;br /&gt;
 Fallingquickly=Falling quickly&lt;br /&gt;
 Fallingveryrapidly=Falling very rapidly&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A variety of translated files are coming soon in the other [[Languages]] section &lt;br /&gt;
[[Category: Configuration Files]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1093</id>
		<title>Strings.ini</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1093"/>
		<updated>2010-10-12T01:18:52Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Modification des phrases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NOTE: This feature is only available in version 1.8.8 build 871 and greater&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The file strings.ini allows the customisation of a number of phrases, including the associated webtags.&lt;br /&gt;
&lt;br /&gt;
Currently you can modified phrases associated with the following:&lt;br /&gt;
&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale (from build 874 onwards)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Modification des phrases=&lt;br /&gt;
&lt;br /&gt;
Dans le dossier ou vous avez installé Cumulus, vous trouverez un fichier nommé &amp;lt;tt&amp;gt;samplestrings.ini&amp;lt;/tt&amp;gt;. Faites une copie de ce fichier, laissez-la dans le dossier d&#039;installation de Cumulus et nommez-la &amp;lt;tt&amp;gt;strings.ini&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vous devez redémarrer Cumulus si vous faites des changements au fichier Strings. Pendant que Cumulus fonctionne&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Forecast phrases=&lt;br /&gt;
&lt;br /&gt;
By default Cumulus will provide a list of 28 possible forecasts.  By editing the strings.ini file you can change the wording of these or translate to another language.  You must have opted to have the forecast generated by Cumulus in the configuration page.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The file contains all the strings used for the forecasts, example:&lt;br /&gt;
&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
&lt;br /&gt;
you could change to&lt;br /&gt;
&lt;br /&gt;
 forecast23=Rain again&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Moon Phases=&lt;br /&gt;
&lt;br /&gt;
The option to change moon phases requires version 1.8.8 build 872 or greater, currently in beta testing&lt;br /&gt;
&lt;br /&gt;
Withing the [MoonPhases] section of the strings.ini file there are 8 possible phrases to describe the phases of the moon.  Adjust these as required.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Example file=&lt;br /&gt;
&lt;br /&gt;
 [Forecast]&lt;br /&gt;
 Forecast=Forecast&lt;br /&gt;
 notavailable=Not available&lt;br /&gt;
 exceptional=Exceptional Weather&lt;br /&gt;
 forecast1=Settled fine&lt;br /&gt;
 forecast2=Fine weather&lt;br /&gt;
 forecast3=Becoming fine&lt;br /&gt;
 forecast4=Fine, becoming less settled&lt;br /&gt;
 forecast5=Fine, possible showers&lt;br /&gt;
 forecast6=Fairly fine, improving&lt;br /&gt;
 forecast7=Fairly fine, possible showers early&lt;br /&gt;
 forecast8=Fairly fine, showery later&lt;br /&gt;
 forecast9=Showery early, improving&lt;br /&gt;
 forecast10=Changeable, mending&lt;br /&gt;
 forecast11=Fairly fine, showers likely&lt;br /&gt;
 forecast12=Rather unsettled clearing later&lt;br /&gt;
 forecast13=Unsettled, probably improving&lt;br /&gt;
 forecast14=Showery, bright intervals&lt;br /&gt;
 forecast15=Showery, becoming less settled&lt;br /&gt;
 forecast16=Changeable, some precipitation&lt;br /&gt;
 forecast17=Unsettled, short fine intervals&lt;br /&gt;
 forecast18=Unsettled, precipitation later&lt;br /&gt;
 forecast19=Unsettled, some precipitation&lt;br /&gt;
 forecast20=Mostly very unsettled&lt;br /&gt;
 forecast21=Occasional precipitation, worsening&lt;br /&gt;
 forecast22=Precipitation at times, very unsettled&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
 forecast24=Precipitation, very unsettled&lt;br /&gt;
 forecast25=Stormy, may improve&lt;br /&gt;
 forecast26=Stormy, much precipitation&lt;br /&gt;
 [MoonPhases]&lt;br /&gt;
 Newmoon=New moon&lt;br /&gt;
 WaxingCrescent=Waxing Crescent&lt;br /&gt;
 FirstQuarter=First Quarter&lt;br /&gt;
 WaxingGibbous=Waxing Gibbous&lt;br /&gt;
 Fullmoon=Full moon&lt;br /&gt;
 WaningGibbous=Waning Gibbous&lt;br /&gt;
 LastQuarter=Last Quarter&lt;br /&gt;
 WaningCrescent=Waning Crescent&lt;br /&gt;
 [Beaufort]&lt;br /&gt;
 Calm=Calm&lt;br /&gt;
 Lightair=Light air&lt;br /&gt;
 Lightbreeze=Light breeze&lt;br /&gt;
 Gentlebreeze=Gentle breeze&lt;br /&gt;
 Moderatebreeze=Moderate breeze&lt;br /&gt;
 Freshbreeze=Fresh breeze&lt;br /&gt;
 Strongbreeze=Strong breeze&lt;br /&gt;
 Neargale=Near gale&lt;br /&gt;
 Gale=Gale&lt;br /&gt;
 Stronggale=Strong gale&lt;br /&gt;
 Storm=Storm&lt;br /&gt;
 Violentstorm=Violent storm&lt;br /&gt;
 Hurricane=Hurricane&lt;br /&gt;
 [Trends]&lt;br /&gt;
 Risingveryrapidly=Rising very rapidly&lt;br /&gt;
 Risingquickly=Rising quickly&lt;br /&gt;
 Rising=Rising&lt;br /&gt;
 Risingslowly=Rising slowly&lt;br /&gt;
 Steady=Steady&lt;br /&gt;
 Fallingslowly=Falling slowly&lt;br /&gt;
 Falling=Falling&lt;br /&gt;
 Fallingquickly=Falling quickly&lt;br /&gt;
 Fallingveryrapidly=Falling very rapidly&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A variety of translated files are coming soon in the other [[Languages]] section &lt;br /&gt;
[[Category: Configuration Files]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1092</id>
		<title>Strings.ini</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=1092"/>
		<updated>2010-10-12T01:17:30Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Modifying the phrases */ Francais&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NOTE: This feature is only available in version 1.8.8 build 871 and greater&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The file strings.ini allows the customisation of a number of phrases, including the associated webtags.&lt;br /&gt;
&lt;br /&gt;
Currently you can modified phrases associated with the following:&lt;br /&gt;
&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale (from build 874 onwards)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Modification des phrases=&lt;br /&gt;
&lt;br /&gt;
Dans le dossier ou vous avez installé Cumulus, vous trouverez un fichier nommé &amp;lt;tt&amp;gt;samplestrings.ini&amp;lt;/tt&amp;gt;. Faites une copie de ce fichier, laissez-la dans le dossier d&#039;installation de Cumulus et nommez-la &amp;lt;tt&amp;gt;strings.ini&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vous devez redémarrer Cumulus si vous faites des changements au fichier Strings.intendant que Cumulus fonctionne&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Forecast phrases=&lt;br /&gt;
&lt;br /&gt;
By default Cumulus will provide a list of 28 possible forecasts.  By editing the strings.ini file you can change the wording of these or translate to another language.  You must have opted to have the forecast generated by Cumulus in the configuration page.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The file contains all the strings used for the forecasts, example:&lt;br /&gt;
&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
&lt;br /&gt;
you could change to&lt;br /&gt;
&lt;br /&gt;
 forecast23=Rain again&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Moon Phases=&lt;br /&gt;
&lt;br /&gt;
The option to change moon phases requires version 1.8.8 build 872 or greater, currently in beta testing&lt;br /&gt;
&lt;br /&gt;
Withing the [MoonPhases] section of the strings.ini file there are 8 possible phrases to describe the phases of the moon.  Adjust these as required.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Example file=&lt;br /&gt;
&lt;br /&gt;
 [Forecast]&lt;br /&gt;
 Forecast=Forecast&lt;br /&gt;
 notavailable=Not available&lt;br /&gt;
 exceptional=Exceptional Weather&lt;br /&gt;
 forecast1=Settled fine&lt;br /&gt;
 forecast2=Fine weather&lt;br /&gt;
 forecast3=Becoming fine&lt;br /&gt;
 forecast4=Fine, becoming less settled&lt;br /&gt;
 forecast5=Fine, possible showers&lt;br /&gt;
 forecast6=Fairly fine, improving&lt;br /&gt;
 forecast7=Fairly fine, possible showers early&lt;br /&gt;
 forecast8=Fairly fine, showery later&lt;br /&gt;
 forecast9=Showery early, improving&lt;br /&gt;
 forecast10=Changeable, mending&lt;br /&gt;
 forecast11=Fairly fine, showers likely&lt;br /&gt;
 forecast12=Rather unsettled clearing later&lt;br /&gt;
 forecast13=Unsettled, probably improving&lt;br /&gt;
 forecast14=Showery, bright intervals&lt;br /&gt;
 forecast15=Showery, becoming less settled&lt;br /&gt;
 forecast16=Changeable, some precipitation&lt;br /&gt;
 forecast17=Unsettled, short fine intervals&lt;br /&gt;
 forecast18=Unsettled, precipitation later&lt;br /&gt;
 forecast19=Unsettled, some precipitation&lt;br /&gt;
 forecast20=Mostly very unsettled&lt;br /&gt;
 forecast21=Occasional precipitation, worsening&lt;br /&gt;
 forecast22=Precipitation at times, very unsettled&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
 forecast24=Precipitation, very unsettled&lt;br /&gt;
 forecast25=Stormy, may improve&lt;br /&gt;
 forecast26=Stormy, much precipitation&lt;br /&gt;
 [MoonPhases]&lt;br /&gt;
 Newmoon=New moon&lt;br /&gt;
 WaxingCrescent=Waxing Crescent&lt;br /&gt;
 FirstQuarter=First Quarter&lt;br /&gt;
 WaxingGibbous=Waxing Gibbous&lt;br /&gt;
 Fullmoon=Full moon&lt;br /&gt;
 WaningGibbous=Waning Gibbous&lt;br /&gt;
 LastQuarter=Last Quarter&lt;br /&gt;
 WaningCrescent=Waning Crescent&lt;br /&gt;
 [Beaufort]&lt;br /&gt;
 Calm=Calm&lt;br /&gt;
 Lightair=Light air&lt;br /&gt;
 Lightbreeze=Light breeze&lt;br /&gt;
 Gentlebreeze=Gentle breeze&lt;br /&gt;
 Moderatebreeze=Moderate breeze&lt;br /&gt;
 Freshbreeze=Fresh breeze&lt;br /&gt;
 Strongbreeze=Strong breeze&lt;br /&gt;
 Neargale=Near gale&lt;br /&gt;
 Gale=Gale&lt;br /&gt;
 Stronggale=Strong gale&lt;br /&gt;
 Storm=Storm&lt;br /&gt;
 Violentstorm=Violent storm&lt;br /&gt;
 Hurricane=Hurricane&lt;br /&gt;
 [Trends]&lt;br /&gt;
 Risingveryrapidly=Rising very rapidly&lt;br /&gt;
 Risingquickly=Rising quickly&lt;br /&gt;
 Rising=Rising&lt;br /&gt;
 Risingslowly=Rising slowly&lt;br /&gt;
 Steady=Steady&lt;br /&gt;
 Fallingslowly=Falling slowly&lt;br /&gt;
 Falling=Falling&lt;br /&gt;
 Fallingquickly=Falling quickly&lt;br /&gt;
 Fallingveryrapidly=Falling very rapidly&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A variety of translated files are coming soon in the other [[Languages]] section &lt;br /&gt;
[[Category: Configuration Files]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=1091</id>
		<title>Category:Other Languages</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=1091"/>
		<updated>2010-10-12T00:39:23Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Traduction */ Francais&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cumulus does not directly support languages other than English, however the user community has converted the core web template files into a number of languages, listed below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Limitations=&lt;br /&gt;
&lt;br /&gt;
*Tous les textes des fichiers web ont été traduits. &lt;br /&gt;
&lt;br /&gt;
*Les Phases Lunaires et les prévisions sont disponibles pour traduction à patrir de La version 1.8.8 build 872 de Cumulus, via le fichier [[strings.ini]]&lt;br /&gt;
&lt;br /&gt;
*Le module enfichable en temps réel de Cumulus est présentement disponible en anglais seulement.&lt;br /&gt;
&lt;br /&gt;
*Il reste quelques phrases de Cumulus qui sont non adjustable -- majoritairement des articles entre la date et l&#039;heure&lt;br /&gt;
&lt;br /&gt;
*Les textes en popup sur les &#039;jauges&#039; sont présentement en anglais&lt;br /&gt;
&lt;br /&gt;
=Comment faire=&lt;br /&gt;
&lt;br /&gt;
Il y a six filchiers qui ont besoin de traduction dans sa nouvelle langue.&lt;br /&gt;
&lt;br /&gt;
*indexT.htm&lt;br /&gt;
*todayT.htm&lt;br /&gt;
*yesterdayT.htm&lt;br /&gt;
*recordT.htm&lt;br /&gt;
*gaugesT.htm&lt;br /&gt;
*trendsT.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Les cinq premiers fichiers sont simplement des substitution des phrases par la nouvelle langue&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;trendsT.htm&#039; requière plus de travail, puisque la majorité de la page est constituée de graphiques générés en anglais par Cumulus. L&#039;utilisateur  &#039;beteljuice&#039; a été capable d&#039;écrire d&#039;excellents scripts Java qui affiche en superposition la traduction dans la langue alternative. Des détails complets sont contenues dans le fichier &#039;trendsT.htm&#039; de chacune des langues mentionnées ci-dessous&lt;br /&gt;
&lt;br /&gt;
=Traduction=&lt;br /&gt;
&lt;br /&gt;
Si vous le souhaitez vous pouvez aider à la traduction, c&#039;est une procédure relativement facile. Svp contactez [[user:Daj|Daj]] si vou souhaitez offrir vos services. J&#039;ai un chiffrier que vous pouvez compléter via GoogleDocs, Excel ou OpenOffice; Il y a en tout 82 mots/phrases à traduire, ce qui devrait vous prendre peu de temps.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Customisation]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=1090</id>
		<title>Category:Other Languages</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=1090"/>
		<updated>2010-10-12T00:31:37Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Translation */ Francais&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cumulus does not directly support languages other than English, however the user community has converted the core web template files into a number of languages, listed below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Limitations=&lt;br /&gt;
&lt;br /&gt;
*Tous les textes des fichiers web ont été traduits. &lt;br /&gt;
&lt;br /&gt;
*Les Phases Lunaires et les prévisions sont disponibles pour traduction à patrir de La version 1.8.8 build 872 de Cumulus, via le fichier [[strings.ini]]&lt;br /&gt;
&lt;br /&gt;
*Le module enfichable en temps réel de Cumulus est présentement disponible en anglais seulement.&lt;br /&gt;
&lt;br /&gt;
*Il reste quelques phrases de Cumulus qui sont non adjustable -- majoritairement des articles entre la date et l&#039;heure&lt;br /&gt;
&lt;br /&gt;
*Les textes en popup sur les &#039;jauges&#039; sont présentement en anglais&lt;br /&gt;
&lt;br /&gt;
=Comment faire=&lt;br /&gt;
&lt;br /&gt;
Il y a six filchiers qui ont besoin de traduction dans sa nouvelle langue.&lt;br /&gt;
&lt;br /&gt;
*indexT.htm&lt;br /&gt;
*todayT.htm&lt;br /&gt;
*yesterdayT.htm&lt;br /&gt;
*recordT.htm&lt;br /&gt;
*gaugesT.htm&lt;br /&gt;
*trendsT.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Les cinq premiers fichiers sont simplement des substitution des phrases par la nouvelle langue&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;trendsT.htm&#039; requière plus de travail, puisque la majorité de la page est constituée de graphiques générés en anglais par Cumulus. L&#039;utilisateur  &#039;beteljuice&#039; a été capable d&#039;écrire d&#039;excellents scripts Java qui affiche en superposition la traduction dans la langue alternative. Des détails complets sont contenues dans le fichier &#039;trendsT.htm&#039; de chacune des langues mentionnées ci-dessous&lt;br /&gt;
&lt;br /&gt;
=Traduction=&lt;br /&gt;
&lt;br /&gt;
Si vous le souhaitez, vous pouvez aider à la traduction,, c&#039;est une procédure relativement facile. svp contactez [[user:Daj|Daj]] si vou souhaitez offrir vos services. J&#039;ai un chiffrier que vous pouvez compléter via GoogleDocs, Excel ou OpenOffice; Il y a 82 mots/phrases à traduire, ce qui devrait vous prendre peu de temps.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Customisation]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=1089</id>
		<title>Category:Other Languages</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=1089"/>
		<updated>2010-10-11T22:41:30Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* How was it done */ Francais&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cumulus does not directly support languages other than English, however the user community has converted the core web template files into a number of languages, listed below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Limitations=&lt;br /&gt;
&lt;br /&gt;
*Tous les textes des fichiers web ont été traduits. &lt;br /&gt;
&lt;br /&gt;
*Les Phases Lunaires et les prévisions sont disponibles pour traduction à patrir de La version 1.8.8 build 872 de Cumulus, via le fichier [[strings.ini]]&lt;br /&gt;
&lt;br /&gt;
*Le module enfichable en temps réel de Cumulus est présentement disponible en anglais seulement.&lt;br /&gt;
&lt;br /&gt;
*Il reste quelques phrases de Cumulus qui sont non adjustable -- majoritairement des articles entre la date et l&#039;heure&lt;br /&gt;
&lt;br /&gt;
*Les textes en popup sur les &#039;jauges&#039; sont présentement en anglais&lt;br /&gt;
&lt;br /&gt;
=Comment faire=&lt;br /&gt;
&lt;br /&gt;
Il y a six filchiers qui ont besoin de traduction dans sa nouvelle langue.&lt;br /&gt;
&lt;br /&gt;
*indexT.htm&lt;br /&gt;
*todayT.htm&lt;br /&gt;
*yesterdayT.htm&lt;br /&gt;
*recordT.htm&lt;br /&gt;
*gaugesT.htm&lt;br /&gt;
*trendsT.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Les cinq premiers fichiers sont simplement des substitution des phrases par la nouvelle langue&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;trendsT.htm&#039; requière plus de travail, puisque la majorité de la page est constituée de graphiques générés en anglais par Cumulus. L&#039;utilisateur  &#039;beteljuice&#039; a été capable d&#039;écrire d&#039;excellents scripts Java qui affiche en superposition la traduction dans la langue alternative. Des détails complets sont contenues dans le fichier &#039;trendsT.htm&#039; de chacune des langues mentionnées ci-dessous&lt;br /&gt;
&lt;br /&gt;
=Translation=&lt;br /&gt;
&lt;br /&gt;
If you are able to help in the translation, this is a relatively simple process.  Please contact [[user:Daj|Daj]] if you would like to offer your services.  I have a spreadsheet which you can complete via GoogleDocs, Excel or OpenOffice; it has 82 words/phrases to be translated and should only take a short amount of time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Customisation]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=1088</id>
		<title>Category:Other Languages</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=1088"/>
		<updated>2010-10-11T22:28:20Z</updated>

		<summary type="html">&lt;p&gt;JacquesD: /* Limitations Francais*/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cumulus does not directly support languages other than English, however the user community has converted the core web template files into a number of languages, listed below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Limitations=&lt;br /&gt;
&lt;br /&gt;
*Tous les textes des fichiers web ont été traduits. &lt;br /&gt;
&lt;br /&gt;
*Les Phases Lunaires et les prévisions sont disponibles pour traduction à patrir de La version 1.8.8 build 872 de Cumulus, via le fichier [[strings.ini]]&lt;br /&gt;
&lt;br /&gt;
*Le module enfichable en temps réel de Cumulus est présentement disponible en anglais seulement.&lt;br /&gt;
&lt;br /&gt;
*Il reste quelques phrases de Cumulus qui sont non adjustable -- majoritairement des articles entre la date et l&#039;heure&lt;br /&gt;
&lt;br /&gt;
*Les textes en popup sur les &#039;jauges&#039; sont présentement en anglais&lt;br /&gt;
&lt;br /&gt;
=How was it done=&lt;br /&gt;
&lt;br /&gt;
There are six files that need to be translated to the new language.&lt;br /&gt;
&lt;br /&gt;
*indexT.htm&lt;br /&gt;
*todayT.htm&lt;br /&gt;
*yesterdayT.htm&lt;br /&gt;
*recordT.htm&lt;br /&gt;
*gaugesT.htm&lt;br /&gt;
*trendsT.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first five are simply a substitution of the English phrase for the new language.&lt;br /&gt;
&lt;br /&gt;
&#039;trendsT.htm&#039; required more thought as the majority of the page contains graphs generated by Cumulus in English.  User &#039;beteljuice&#039; was able to write some excellent Javascript which over-prints the English tags with the alternative.  Full details are held within the &#039;trendsT.htm&#039; included in any one of the language sets below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Translation=&lt;br /&gt;
&lt;br /&gt;
If you are able to help in the translation, this is a relatively simple process.  Please contact [[user:Daj|Daj]] if you would like to offer your services.  I have a spreadsheet which you can complete via GoogleDocs, Excel or OpenOffice; it has 82 words/phrases to be translated and should only take a short amount of time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Customisation]]&lt;/div&gt;</summary>
		<author><name>JacquesD</name></author>
	</entry>
</feed>