Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

SOLVED: Issue with humidity units on records page

Discussion and questions about Cumulus weather station software version 1. This section is the main place to get help with Cumulus 1 software developed by Steve Loft that ceased development in November 2014.
User avatar
beteljuice
Posts: 3292
Joined: Tue 09 Dec 2008 1:37 pm
Weather Station: None !
Operating System: W10 - Threadripper 16core, etc
Location: Dudley, West Midlands, UK

Re: This is for Steve: Issue with humidity units on records

Post by beteljuice »

RH can only be % so it would be 'safe' to do:

Code: Select all

<tr class="td_data">
<td><?php echo $Tr_humH; ?></td>
<td class="right_align"><span id="HumH"><?php echo $humH; ?></span> %</td>
<td id="HumHT"><?php echo $ThumHF; ?></td>
</tr>
<tr class="td_data">
<td><?php echo $Tr_humL; ?></td>
<td class="right_align"><span id="HumL"><?php echo $humL; ?></span> %</td>
Image
......................Imagine, what you will KNOW tomorrow !
User avatar
Freezeville
Posts: 22
Joined: Sun 06 Apr 2014 3:14 am
Weather Station: Davis Vantage Pro2
Operating System: Windows 7 Professional
Location: Maine, USA
Contact:

Re: This is for Steve: Issue with humidity units on records

Post by Freezeville »

beteljuice wrote:RH can only be % so it would be 'safe' to do:

Code: Select all

<tr class="td_data">
<td><?php echo $Tr_humH; ?></td>
<td class="right_align"><span id="HumH"><?php echo $humH; ?></span> %</td>
<td id="HumHT"><?php echo $ThumHF; ?></td>
</tr>
<tr class="td_data">
<td><?php echo $Tr_humL; ?></td>
<td class="right_align"><span id="HumL"><?php echo $humL; ?></span> %</td>
Well, I was sure this would work. I replaced the code in the file with what you gave me, and it made no change in my site whatsoever... Yes, I did clear the browser cache, and even forced a web update in Cumulus twice. It still shows the humidity in degrees F on my Records page. I also did a search to make sure there was only one multirecords_txt.php file in the entire Cumulus folder and there is only one. I have to assume that everyone using that template has that error, but I wonder why no one has noticed it.
User avatar
Freezeville
Posts: 22
Joined: Sun 06 Apr 2014 3:14 am
Weather Station: Davis Vantage Pro2
Operating System: Windows 7 Professional
Location: Maine, USA
Contact:

SOLVED! Issue with humidity units on records page

Post by Freezeville »

It's fixed! Jacques fixed the problem and I used the management utility to update the file. Now it shows humidity in percent as it should. Thanks everyone for your help.
duke

Re: This is for Steve: Issue with humidity units on records

Post by duke »

May I suggest a change of title to the thread?
Post Reply