Sandaysoft

Support forum for Cumulus weather station software
It is currently Sat May 25, 2013 2:37 am
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  [ 265 posts ]  Go to page Previous  1 ... 14, 15, 16, 17, 18  Next
Author Message
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Sat Oct 22, 2011 1:52 am 
Offline
User avatar

Joined: Wed Oct 12, 2011 11:22 pm
Posts: 121
Location: IL/FL
Weather Station: Davis Vantage Vue - Fine Offset
Operating System: W2003-XPSP3
Thanks Mark for your suggestion on using the SteelSeries gauges.

_________________
- Pete

http://longboatkey.golffan.us/ - Fine Offset

http://lockport.golffan.us/ - Davis Vantage Vue


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Sun Nov 13, 2011 7:39 pm 
Offline

Joined: Sat Jan 22, 2011 6:53 pm
Posts: 7
Location: Huccorgne
Weather Station: Astro Tuch , Fine Offset
Operating System: windows XP
Hi,

Big issue, i do not see anything happend.... stuck on data loading

<?xml version="1.0" encoding="utf-8" ?>
<initialisation>
<realtimeURL>www.meteo-huccorgne.x10.bz/realtime.txt</realtimeURL>
<sitename>Meteo Huccorgne</sitename>
<interval>10</interval>
<gustlabel>Rafale de Vent</gustlabel>
<windlabel>Vitesse du vent</windlabel>
<winddirlabel>Direction du vent</winddirlabel>
<templabel>Temperature</templabel>
<dewpointlabel>Point de Rosee</dewpointlabel>
<windchilllabel>Facteur Eolien</windchilllabel>
<humiditylabel>Humidité</humiditylabel>
<pressurelabel>Pression</pressurelabel>
<dailyrainlabel>Pluie ce Jour</dailyrainlabel>
<monthlyrainlabel>Pluie ce Mois</monthlyrainlabel>
<annualrainlabel>Pluie cette Année</annualrainlabel>
<fullscreenlabel>Plein ecran</fullscreenlabel>
<backgroundtopcolour>B4B4B4</backgroundtopcolour>
<backgroundbottomcolour>000000</backgroundbottomcolour>
<fontcolour>FFFFFF</fontcolour>
</initialisation>

If i use this url : http://www.meteo-huccorgne.x10.bz/realtime.txt , is working....

but realtime cumulus no.....

please help !! :(


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Sun Nov 13, 2011 8:26 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17612
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
cips007 wrote:
<realtimeURL>www.meteo-huccorgne.x10.bz/realtime.txt</realtimeURL>

Try using a correctly-formed URL for your URL:

<realtimeURL>http://www.meteo-huccorgne.x10.bz/realtime.txt</realtimeURL>

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


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Sat Jan 14, 2012 11:53 pm 
Offline

Joined: Wed Sep 23, 2009 8:27 am
Posts: 102
Location: Brisbane Australia
Weather Station: Davis VP2+
Operating System: Windows 7
Hi Steve,

I there a way to make this URL more relative than the current way.

EG
Code:
http://www.somesite.com/weather/realtime.txt

would be nice if I could use
Code:
/weather/realtime.txt


The reason is I run my own web server (not sure how many others do) and when testing inside my router I have to use
Code:
http://192.168.x.x/weather/realtime.txt

and when I deploy I have to use
Quote:
http://www.somesite.com/weather/realtime.txt


It also means that when deployed it works external to home but not internally.

Now I suspect you or someone is going to tell me that I am going to be able to do something fancy with routing rules etc to force requests for a specific URL to get routed internally.
I think my main problem is the "www.somesite.com" resolves to my WAN address which is not routed correctly internally. Something to do with NAT maybe.

Cheers

Phil

_________________
http://www.auzhq.net/weather - using a VP2+


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Sun Jan 15, 2012 11:13 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17612
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
aussiewmr wrote:
I there a way to make this URL more relative than the current way.

EG
Code:
http://www.somesite.com/weather/realtime.txt

would be nice if I could use
Code:
/weather/realtime.txt

No, because the Silverlight application runs on your PC, not on the server, so has to have a full URL to fetch the realtime.txt file.

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


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Fri Jan 20, 2012 7:22 am 
Offline

Joined: Wed Sep 23, 2009 8:27 am
Posts: 102
Location: Brisbane Australia
Weather Station: Davis VP2+
Operating System: Windows 7
Hi Steve,

Thanks for quick reply, sorry for my tardy acknowledgment.

Understand, so would it be possible to provide capability to have two links defined.
Link1 = http address
Link2 = relative address
The gauge could try link 1 and if (only if) that fails then try link 2?

Just a thought.

Cheers
Phil

_________________
http://www.auzhq.net/weather - using a VP2+


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Fri Jan 20, 2012 8:35 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17612
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
The application could do with a few enhancements, but it's unlikely that I'll ever get around to doing anything more with it.

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


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Fri Jan 27, 2012 2:28 am 
Offline

Joined: Fri Jan 27, 2012 2:12 am
Posts: 5
Location: Oeiras
Weather Station: Watson W-8681
Operating System: Win7
mcrossley wrote:
Pete, have you thought about using the SteelSeries gauges - you can customise the layout and look'n'feel with a little effort.

viewtopic.php?f=14&t=5478

My current implementation: http://weather.wilmslowastro.com/gauges5/gauges.htm





Hi MArk,
how i can have a gauges like your website? http://weather.wilmslowastro.com/gauges5/gauges.htm

And like this: http://weather.wilmslowastro.com/ ?

Look mine dont works or work bad.

http://pgavirtual.com/meteo/index.htm

and realtime

http://pgavirtual.com/meteo/CumulusRealtime.html

Why?

Thx for help.
King regards.

Miguel

_________________
Regards,
Miguel Teixeira
Image


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Fri Jan 27, 2012 8:55 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17612
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
mt007 wrote:
how i can have a gauges like your website? http://weather.wilmslowastro.com/gauges5/gauges.htm

Marks's gauges are discussed here: http://sandaysoft.com/forum/viewtopic.php?f=14&t=5478

Quote:
Look mine dont works or work bad.

http://pgavirtual.com/meteo/index.htm

You haven't uploaded the required files and folders. See the help, and the wiki, here: http://wiki.sandaysoft.com/a/Simple_Website_setup

Quote:


It works with the 'www' on the front:

http://www.pgavirtual.com/meteo/CumulusRealtime.html

If you want it to work with and without the 'www', see http://sandaysoft.com/forum/viewtopic.php?p=12112

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


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Sat Jan 28, 2012 12:59 am 
Offline

Joined: Fri Jan 27, 2012 2:12 am
Posts: 5
Location: Oeiras
Weather Station: Watson W-8681
Operating System: Win7
Hi Mark,
thx for your help.

I have another problem.

In http://www.pgavirtual.com/meteo/gauges-ss.htm i see Not Available in messages of gauges-ss.

Do you know why?
How i put messages in that?

Thx.
Sorry for this my doubts.

Regards

_________________
Regards,
Miguel Teixeira
Image


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Sat Jan 28, 2012 2:08 am 
Offline
User avatar

Joined: Tue Dec 09, 2008 1:37 pm
Posts: 1852
Location: Dudley, West Midlands, UK
Weather Station: None !
Operating System: XP SP3
It's the same as on your index page - have you ticked the option in Cumulus console to provide the forecast ?

_________________
Image
......................Imagine, what you will KNOW tomorrow !


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Sat Jan 28, 2012 7:33 am 
Offline

Joined: Mon Aug 10, 2009 10:16 pm
Posts: 1770
Location: World...
Weather Station: No weather station
Operating System: No operating system
Miguel, a file called 'realtimegaugesT.txt' (part of the SteelSeries gauges package) must be processed and uploaded by Cumulus using the name 'realtimegauges.txt' - the JavaScript 'gauges.js' needs the information in that file to activate the gauges.

Miguel you should move your questions to the SteelSeries Gauges forum where assistance is readily available... ;)


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Sun Jan 29, 2012 2:13 am 
Offline

Joined: Fri Jan 27, 2012 2:12 am
Posts: 5
Location: Oeiras
Weather Station: Watson W-8681
Operating System: Win7
Thx very much Ray.
Sorry i will.
King regards.

_________________
Regards,
Miguel Teixeira
Image


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Sat Feb 04, 2012 5:23 pm 
Offline
User avatar

Joined: Sun Jul 03, 2011 6:23 pm
Posts: 324
Location: Eastleigh, Hampshire, UK
Weather Station: Davis VP2 - 24hr FARS
Operating System: Windows 7 - 64 bit
Apoligies if I missed this somewhere but there quite a few pages here.

I've installed realtime gauges but want to enlarge it on the page as I have seen others do. I assumed a quick tweek here:

Quote:
<object data="data:application/x-silverlight," type="application/x-silverlight-2" width="830px" height="700px">


But obviously not. And I cannot see any other reference to size in the other files.

The page is here:http://www.nightingaleweather.co.uk/weather/cumulusrealtime.php

Duke

_________________
Duke

Nightingale Weather PHP
Eastleigh, Hampshire, UK


Top
 Profile  
 
 Post subject: Re: Realtime gauges v1.0.0.3 available for download
PostPosted: Thu Feb 09, 2012 6:50 pm 
Offline
User avatar

Joined: Sun Jul 03, 2011 6:23 pm
Posts: 324
Location: Eastleigh, Hampshire, UK
Weather Station: Davis VP2 - 24hr FARS
Operating System: Windows 7 - 64 bit
Quote:
I've installed realtime gauges but want to enlarge it on the page as I have seen others do


No one :o

Duke

_________________
Duke

Nightingale Weather PHP
Eastleigh, Hampshire, UK


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 265 posts ]  Go to page Previous  1 ... 14, 15, 16, 17, 18  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