Sandaysoft

Support forum for Cumulus weather station software
It is currently Sat May 25, 2013 2:46 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  [ 276 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14, 15 ... 19  Next
Author Message
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Sun Jul 11, 2010 11:36 pm 
Offline
User avatar

Joined: Wed Sep 10, 2008 2:15 pm
Posts: 385
Location: Gilleleje, Denmark
Weather Station: Rosenborg 68700
Operating System: Win7 Ult. 32-bit
Quote:
It's working perfectly

Pleased to hear that :D
One small tip: if you want to run multiple copies of the gadget, e.g. my version and your modified one, at the same time in order to compare output, it is difficult to tell on the Windows Gadgets menu which is which.
What I do is simply to go to the gadget images folder, right click the icon image and hit rotate. Then you can distinguish between the different versions.

(it's 1:30 in the morning, going to bed. Over and out)

_________________
Ib http://www.ibtest.dk/vejr/


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Sun Jul 11, 2010 11:38 pm 
Offline

Joined: Wed Jul 07, 2010 3:26 am
Posts: 17
Weather Station: wh-1082
Operating System: win 7
On the other hand....while it date format WAS wrong in my win 7 set up....correcting it has NOT changed the realtime.txt file. I rebooted and restarted everything...still wrong format for me.


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Sun Jul 11, 2010 11:39 pm 
Offline

Joined: Wed Jul 07, 2010 3:26 am
Posts: 17
Weather Station: wh-1082
Operating System: win 7
mikeflight wrote:
On the other hand....while it date format WAS wrong in my win 7 set up....correcting it has NOT changed the realtime.txt file. I rebooted and restarted everything...still wrong format for me.

SORRY...didn't even think about your time as the early AM. Get some sleep....it'll all still be here in the morning. :)


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Mon Jul 12, 2010 7:26 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17613
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
mikeflight wrote:
while it date format WAS wrong in my win 7 set up....correcting it has NOT changed the realtime.txt file. I rebooted and restarted everything...still wrong format for me.
The date format in the realtime.txt file is fixed, so that any software reading it knows what format to expect, regardless of the machine settings.

_________________
Steve
Sanday Weather
----------------------------------------------------------------------------------------------------------------------------------
Like Cumulus and want to support it? Please donate! Image


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Mon Jul 12, 2010 9:52 am 
Offline
User avatar

Joined: Wed Sep 10, 2008 2:15 pm
Posts: 385
Location: Gilleleje, Denmark
Weather Station: Rosenborg 68700
Operating System: Win7 Ult. 32-bit
steve wrote:
mikeflight wrote:
while it date format WAS wrong in my win 7 set up....correcting it has NOT changed the realtime.txt file. I rebooted and restarted everything...still wrong format for me.
The date format in the realtime.txt file is fixed, so that any software reading it knows what format to expect, regardless of the machine settings.


I was wrong about that. Sorry :oops:

In the gadget, it is a 2-line modification to change the date to a US-format.
I have built a version that has an optional settings.ini parm: usdate = '/' where the parm is the separation char. wanted for US-format.
I can upload if there's an interest.....

(Steve: I am uncertain about the separation char. in realtime.txt: Cumulus Help says: always dd/mm/yy.
Your realtime.txt has a slash, but in mine it is a dash :?: )

_________________
Ib http://www.ibtest.dk/vejr/


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Mon Jul 12, 2010 10:02 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17613
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
dane wrote:
(Steve: I am uncertain about the separation char. in realtime.txt: Cumulus Help says: always dd/mm/yy.
Your realtime.txt has a slash, but in mine it is a dash :?: )
Yes, I'm afraid this is another one of those things that 'just happened' when people started using Cumulus that I didn't realise was going to happen. Although Cumulus asks for a date in the format "dd/mm/yy" what actually happens is that the slash gets replaced by the PC's date separator symbol. So the correct specification of the format is really: dd<separator>mm<separator>yy.

_________________
Steve
Sanday Weather
----------------------------------------------------------------------------------------------------------------------------------
Like Cumulus and want to support it? Please donate! Image


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Mon Jul 12, 2010 10:10 am 
Offline
User avatar

Joined: Wed Sep 10, 2008 2:15 pm
Posts: 385
Location: Gilleleje, Denmark
Weather Station: Rosenborg 68700
Operating System: Win7 Ult. 32-bit
Quote:
Yes, I'm afraid this is another one of those things that 'just happened' when people started using Cumulus that I didn't realise was going to happen. Although Cumulus asks for a date in the format "dd/mm/yy" what actually happens is that the slash gets replaced by the PC's date separator symbol. So the correct specification of the format is really: dd<separator>mm<separator>yy.

Thanks. I'll code to handle any separation character.

_________________
Ib http://www.ibtest.dk/vejr/


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Mon Jul 12, 2010 10:33 am 
Offline
User avatar

Joined: Wed Sep 10, 2008 2:15 pm
Posts: 385
Location: Gilleleje, Denmark
Weather Station: Rosenborg 68700
Operating System: Win7 Ult. 32-bit
Gadget code and documentation updated to version 2.1IH.
New: optional settings.ini parameter: usdate = "/" for US date format (mm/dd/yy) in output, using specified separation character.

Download from 1st post of this thread.

_________________
Ib http://www.ibtest.dk/vejr/


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Tue Jul 13, 2010 8:49 pm 
Offline

Joined: Wed Jul 07, 2010 3:26 am
Posts: 17
Weather Station: wh-1082
Operating System: win 7
dane wrote:
Gadget code and documentation updated to version 2.1IH.
New: optional settings.ini parameter: usdate = "/" for US date format (mm/dd/yy) in output, using specified separation character.

Download from 1st post of this thread.

THANK YOU THANK YOU THANK YOU. It's PERFECT


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Fri Jul 16, 2010 8:05 am 
Offline
User avatar

Joined: Tue Sep 09, 2008 3:37 am
Posts: 696
Location: Auckland, New Zealand
Weather Station: wh-1081
Operating System: Weather Laptop - Windows 7 Pro
I have just noticed that the Gadget had stopped updating. Data was 9 hours out of date.
It updates locally and both computers have been running all that time.
Clicked on options and then "OK" and it now updates again.
Seems to just go to sleep.

_________________
Terry Wiltshire
http://www.janter.co.nz/weather/index.htm
Image


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Fri Jul 16, 2010 9:30 am 
Offline
User avatar

Joined: Wed Sep 10, 2008 2:15 pm
Posts: 385
Location: Gilleleje, Denmark
Weather Station: Rosenborg 68700
Operating System: Win7 Ult. 32-bit
Super-T wrote:
I have just noticed that the Gadget had stopped updating. Data was 9 hours out of date.
It updates locally and both computers have been running all that time.
Clicked on options and then "OK" and it now updates again.
Seems to just go to sleep.

I am aware of the problem, but have no fix for it. :(
The code does an Open of the local file - but the system never returns.
This is a local-file problem - does not occur for website files accessed via http.

_________________
Ib http://www.ibtest.dk/vejr/


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Fri Jul 16, 2010 9:02 pm 
Offline
User avatar

Joined: Wed Sep 10, 2008 2:15 pm
Posts: 385
Location: Gilleleje, Denmark
Weather Station: Rosenborg 68700
Operating System: Win7 Ult. 32-bit
Update 2010-07-16: (version not changed: still called version 2.1IH):
- modified code to handle local realtime.txt. New code uploaded to the first post of this thread.
Maybe - just maybe - the local realtime.txt problem has been fixed now :)

_________________
Ib http://www.ibtest.dk/vejr/


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Sat Jul 17, 2010 2:29 am 
Offline
User avatar

Joined: Tue Sep 09, 2008 3:37 am
Posts: 696
Location: Auckland, New Zealand
Weather Station: wh-1081
Operating System: Weather Laptop - Windows 7 Pro
I'll give it a bash and see how it goes :-)

_________________
Terry Wiltshire
http://www.janter.co.nz/weather/index.htm
Image


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Wed Sep 29, 2010 2:15 am 
Offline
User avatar

Joined: Tue Sep 09, 2008 3:37 am
Posts: 696
Location: Auckland, New Zealand
Weather Station: wh-1081
Operating System: Weather Laptop - Windows 7 Pro
The Cumulus Realtime Gadget is giving problems regularly when run from the realtime.txt on my local network. It stops updating and I have to go to Options and click ok, without changing anything, and it then updates and carries on. Settings are r:\realtime.txt - a mapped drive.
I should add that the computer that is running the gadget is put into "sleep" mode overnight but this does not always give a problem. Drive is still mapped but the gadget doesn't update.
Any ideas?

_________________
Terry Wiltshire
http://www.janter.co.nz/weather/index.htm
Image


Top
 Profile  
 
 Post subject: Re: Cumulus Realtime Gadget
PostPosted: Wed Sep 29, 2010 9:47 am 
Offline
User avatar

Joined: Wed Sep 10, 2008 2:15 pm
Posts: 385
Location: Gilleleje, Denmark
Weather Station: Rosenborg 68700
Operating System: Win7 Ult. 32-bit
Super-T wrote:
The Cumulus Realtime Gadget is giving problems regularly when run from the realtime.txt on my local network. It stops updating and I have to go to Options and click ok, without changing anything, and it then updates and carries on. Settings are r:\realtime.txt - a mapped drive.
I should add that the computer that is running the gadget is put into "sleep" mode overnight but this does not always give a problem. Drive is still mapped but the gadget doesn't update.
Any ideas?

I am aware of the fact that the gadget will tend to stop working if the realtime.txt is on your local system.
And I have given up trying to fix the problem: the gadget simply hangs with no error indication.
After all: the gadget works fine as intended: against a realtime.txt on a website.
My attempt to recode it to run against a local realtime.txt was only an experiment - and it failed.

_________________
Ib http://www.ibtest.dk/vejr/


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 276 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14, 15 ... 19  Next

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