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 4017) - 17 March 2024

Legacy Cumulus 1 release v1.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

Realtime gauges v1.0.0.3 available for download

Discussion of Mark Crossley's HTML5/Javascript gauges

Moderator: mcrossley

User avatar
pete_c
Posts: 228
Joined: Wed 12 Oct 2011 11:22 pm
Weather Station: Davis Vue-Pro2 - Fine Offset
Operating System: W2003-XPSP3-Linux
Location: Time Traveler

Re: Realtime gauges v1.0.0.3 available for download

Post by pete_c »

Thanks Mark for your suggestion on using the SteelSeries gauges.
- Pete
Automator
cips007
Posts: 7
Joined: Sat 22 Jan 2011 6:53 pm
Weather Station: Astro Tuch , Fine Offset
Operating System: windows XP
Location: Huccorgne

Re: Realtime gauges v1.0.0.3 available for download

Post by cips007 »

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 !! :(
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Realtime gauges v1.0.0.3 available for download

Post by steve »

Try using a correctly-formed URL for your URL:

<realtimeURL>http://www.meteo-huccorgne.x10.bz/realt ... ealtimeURL>
Steve
aussiewmr
Posts: 104
Joined: Wed 23 Sep 2009 8:27 am
Weather Station: Davis VP2+
Operating System: Windows 10 Pro 1903
Location: Brisbane Australia
Contact:

Re: Realtime gauges v1.0.0.3 available for download

Post by aussiewmr »

Hi Steve,

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

EG

Code: Select all

 http://www.somesite.com/weather/realtime.txt
would be nice if I could use

Code: Select all

 /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: Select all

 http://192.168.x.x/weather/realtime.txt
and when I deploy I have to use
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
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Realtime gauges v1.0.0.3 available for download

Post by steve »

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

EG

Code: Select all

 http://www.somesite.com/weather/realtime.txt
would be nice if I could use

Code: Select all

 /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
aussiewmr
Posts: 104
Joined: Wed 23 Sep 2009 8:27 am
Weather Station: Davis VP2+
Operating System: Windows 10 Pro 1903
Location: Brisbane Australia
Contact:

Re: Realtime gauges v1.0.0.3 available for download

Post by aussiewmr »

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
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Realtime gauges v1.0.0.3 available for download

Post by steve »

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
mt007
Posts: 5
Joined: Fri 27 Jan 2012 2:12 am
Weather Station: Watson W-8681
Operating System: Win7
Location: Oeiras

Re: Realtime gauges v1.0.0.3 available for download

Post by mt007 »

mcrossley wrote:Pete, have you thought about using the SteelSeries gauges - you can customise the layout and look'n'feel with a little effort.

https://cumulus.hosiene.co.uk/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
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Realtime gauges v1.0.0.3 available for download

Post by steve »

mt007 wrote:how i can have a gauges like your website? http://weather.wilmslowastro.com/gauges5/gauges.htm
Marks's gauges are discussed here: https://cumulus.hosiene.co.uk/viewtopic.php?f=14&t=5478
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
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 https://cumulus.hosiene.co.uk/viewtopic.php?p=12112
Steve
mt007
Posts: 5
Joined: Fri 27 Jan 2012 2:12 am
Weather Station: Watson W-8681
Operating System: Win7
Location: Oeiras

Re: Realtime gauges v1.0.0.3 available for download

Post by mt007 »

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
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: Realtime gauges v1.0.0.3 available for download

Post by beteljuice »

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 !
gemini06720
Posts: 1700
Joined: Mon 10 Aug 2009 10:16 pm
Weather Station: No weather station
Operating System: No operating system
Location: World...

Re: Realtime gauges v1.0.0.3 available for download

Post by gemini06720 »

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... ;)
mt007
Posts: 5
Joined: Fri 27 Jan 2012 2:12 am
Weather Station: Watson W-8681
Operating System: Win7
Location: Oeiras

Re: Realtime gauges v1.0.0.3 available for download

Post by mt007 »

Thx very much Ray.
Sorry i will.
King regards.
Regards,
Miguel Teixeira
Image
duke

Re: Realtime gauges v1.0.0.3 available for download

Post by duke »

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:
<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/wea ... altime.php

Duke
duke

Re: Realtime gauges v1.0.0.3 available for download

Post by duke »

I've installed realtime gauges but want to enlarge it on the page as I have seen others do
No one :o

Duke
Post Reply