Sandaysoft

Support forum for Cumulus weather station software
It is currently Tue Jun 18, 2013 9:17 pm
Please click here before posting. Help me to help you!
Useful Links: Cumulus FAQ • Enhancement requests • Wiki (documentation)
Please put your approximate location into your profile
Add your web site to the Cumulus user map
Vantage Pro2 users with firmware 3.00 should upgrade to fw 3.12 and Cumulus 1.9.4

All times are UTC




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: Re: Temperature problem after upgrade - F vs. C
PostPosted: Wed Jun 06, 2012 5:02 pm 
Offline
User avatar

Joined: Thu Jan 07, 2010 9:44 pm
Posts: 2594
Location: Wilmslow, Cheshire, UK
Weather Station: Davis VP2
Operating System: XP SP3, Win 7
Edit the HTML page and delete the word 'checked' from the following line:
Code:
          <input id="rad_dew2" type="radio" name="rad_dew" value="app" checked onclick="doDew(this);">


Then add 'checked' to the following line:
Code:
from
          <input id="rad_dew1" type="radio" name="rad_dew" value="dew" onclick="doDew(this);">
to
          <input id="rad_dew1" type="radio" name="rad_dew" value="dew" checked onclick="doDew(this);">


Edit gauges.js and around line 181 change:
Code:
    g_dew.selected = 'app';
to
    g_dew.selected = 'dew';

and also change:
Code:
    g_dew.title = LANG.apptemp_title;
to
    g_dew.title = LANG.dew_title;

Done.

_________________
Mark
Wilmslow Astro Weather


Top
 Profile  
 
 Post subject: Re: Temperature problem after upgrade - F vs. C
PostPosted: Sat Jun 09, 2012 2:39 am 
Offline

Joined: Fri Jun 10, 2011 12:40 pm
Posts: 108
Location: Prospect, KY, USA
Weather Station: WMR-968
Operating System: Windows XP SP3
Thank you for the help - all is working properly now.

You sure make it easy for inexperienced users like me to deploy a great looking site.

Jim

_________________
Thanks
Jim - The Timber Ridge Weather Station, Prospect, KY
http://dantinconsulting.com/


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group