Sandaysoft

Support forum for Cumulus weather station software
It is currently Mon May 20, 2013 1:44 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  [ 115 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Author Message
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Thu Mar 29, 2012 6:37 am 
Offline
User avatar

Joined: Thu Jan 07, 2010 9:44 pm
Posts: 2511
Location: Wilmslow, Cheshire, UK
Weather Station: Davis VP2
Operating System: XP SP3, Win 7
You missed the sign change "-" to "+" ?

_________________
Mark
Wilmslow Astro Weather


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Thu Mar 29, 2012 12:17 pm 
Offline
User avatar

Joined: Fri Jun 24, 2011 5:57 pm
Posts: 171
Location: USA
Weather Station: Davis Vantage Pro2
Operating System: Windows XP3
My attempt at instructions for including the radar plot in the steelseries gauges is attached.

Good luck,

Kerry


You do not have the required permissions to view the files attached to this post.

_________________
http://www.tobyspondweather.com
twitter: @tobyspond


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Fri Mar 30, 2012 3:01 pm 
Offline

Joined: Sun Jan 22, 2012 7:37 am
Posts: 13
Location: Jakarta
Weather Station: WMR200
Operating System: Home Server
Thank you much. Instruction was great. Got it working http://www.weatherkemang.de/gauges_ss.htm


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Fri Mar 30, 2012 5:22 pm 
Offline
User avatar

Joined: Fri Jun 24, 2011 5:57 pm
Posts: 171
Location: USA
Weather Station: Davis Vantage Pro2
Operating System: Windows XP3
Happy to help. Your page looks nice.

_________________
http://www.tobyspondweather.com
twitter: @tobyspond


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Sun Apr 01, 2012 1:53 am 
Offline

Joined: Mon Nov 28, 2011 2:13 am
Posts: 349
Location: Brisbane, Australia
Weather Station: La Crosse WS 2306
Operating System: Windows 7 64 Bit
Thanks for the instructions and I have set it up, but its not quite right and I sure what to do to get it right. After adding the radar plot to the webpage it left a space below the last row of gauges (it seems to come from the radar plot, it was fine before adding it) see http://www.localweatherdata.0glo.com/gauges-ss.htm for details and not centred properly. I want the radar plot to be in the middle row of gauges so the wind gauges are together but doing that made it worst as the attachment shows. And a page refresh makes the radar plot disappear. I not sure why.

Attachment:
gauges.png


You do not have the required permissions to view the files attached to this post.

_________________
Regards, Matt of Brisbane, Australia
Web Site: http://www.localweatherdata.0glo.com


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Sun Apr 01, 2012 10:03 am 
Offline

Joined: Mon Aug 10, 2009 10:16 pm
Posts: 1797
Location: World...
Weather Station: No weather station
Operating System: No operating system
Matt, although something was really wrong when I tried connecting to your SteelSeries gauge page (ie: 404 Not Found - The requested URL /scripts/steelseries.min.js was not found on this server) I was able to looked at some of the modifications you have made on your page.

Obviously, you have made some modifications to your page since posting the image/link - the pressure and the wind rose (radar) have been moved...

Some errors I noticed:
    The path to the gauges cascading style sheet (ie: 'gauges-ss.css') is improperly indicated as:
    Code:
    <link rel="stylesheet" href="css//gauges-ss.css">
    The proper code/path should be:
    Code:
    <link rel="stylesheet" href="css/gauges-ss.css">
    Further down, you have improperly used the caption tag - the <caption> tag must be inserted immediately after the <table> tag and not outside the <table> tag as you have done/used!

Matt, with the code presently available on your web site, I cannot re-create the extra spacing you are writing about in your message...

Matt, whenever you are unsure about HTML or CSS code, have a look at the W3Schools web site - I think, for most users, the W3Schools web site should be bookmarked and readily available on the main screen of the browser... ;)


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Sun Apr 01, 2012 10:17 am 
Offline

Joined: Mon Nov 28, 2011 2:13 am
Posts: 349
Location: Brisbane, Australia
Weather Station: La Crosse WS 2306
Operating System: Windows 7 64 Bit
Thanks Ray ( if you don't mind) I am not sure what is happening, I might start do it again. Thanks for alerting me to the css typo. The caption is intended that way, I want it that way and thanks anyway.
That attachment I tried with the gauges but I have reverted to the current which is bad enough. I use w3schools which I read a bit of that.

_________________
Regards, Matt of Brisbane, Australia
Web Site: http://www.localweatherdata.0glo.com


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Sun Apr 01, 2012 10:43 am 
Offline

Joined: Mon Aug 10, 2009 10:16 pm
Posts: 1797
Location: World...
Weather Station: No weather station
Operating System: No operating system
Matt.j5b wrote:
The caption is intended that way, I want it that way and thanks anyway.
Matt, I guess you did not understand my statement about the 'caption' tag - it cannot (and should not) be used the way you are doing it - as indicated on the W3Schools web site, the <caption> tag should only be inserted immediately after the <table> tag - this is HTML standard programming code!

There are other HTML tags that can be used instead of the 'caption' tag to produce the same results, such as the '<h1> to <h6>' tags, the '<div>' tag, the '<p>' tag, the '<span>' tag, just to name a few... ;)


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Sun Apr 01, 2012 10:51 am 
Offline

Joined: Mon Nov 28, 2011 2:13 am
Posts: 349
Location: Brisbane, Australia
Weather Station: La Crosse WS 2306
Operating System: Windows 7 64 Bit
Yes I should use <p> ....................</p>. Point taken. Thanks.

_________________
Regards, Matt of Brisbane, Australia
Web Site: http://www.localweatherdata.0glo.com


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Sun Apr 01, 2012 11:02 am 
Offline
User avatar

Joined: Fri Jun 24, 2011 5:57 pm
Posts: 171
Location: USA
Weather Station: Davis Vantage Pro2
Operating System: Windows XP3
Matt,

Change the height and width of the radar plot to match your other gauges, i.e from 301 to 251 and that should eliminate the spacing issue.

Kerry

_________________
http://www.tobyspondweather.com
twitter: @tobyspond


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Sun Apr 01, 2012 11:05 am 
Offline
User avatar

Joined: Tue Dec 09, 2008 1:37 pm
Posts: 1846
Location: Dudley, West Midlands, UK
Weather Station: None !
Operating System: XP SP3
... and now you've "lost" your steelseries_min.js !

Looking at the now almost empty page, I would think that most of your format problems were 'simple' html - ie. you lost track of the <td></td> count in your <tr>s in your tables.

If you have a broken / test page you want checking - tell us if you subsequently move or change (or if you fix it !) - otherwise the posts don't make any sense and everyone gets frustrated !

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


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Sun Apr 01, 2012 11:09 am 
Offline

Joined: Mon Nov 28, 2011 2:13 am
Posts: 349
Location: Brisbane, Australia
Weather Station: La Crosse WS 2306
Operating System: Windows 7 64 Bit
Thanks Kerry, I think I will delete it all and start again some other day so until then don't worry about this page. Thanks

_________________
Regards, Matt of Brisbane, Australia
Web Site: http://www.localweatherdata.0glo.com


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Mon Apr 02, 2012 10:07 am 
Offline

Joined: Mon Nov 28, 2011 2:13 am
Posts: 349
Location: Brisbane, Australia
Weather Station: La Crosse WS 2306
Operating System: Windows 7 64 Bit
I did the gauges page all over again, so I got the steelseries page working again here: http://www.localweatherdata.0glo.com/gauges-ss.htm.

I have to add the radar again and I hope I get it to work this time.

_________________
Regards, Matt of Brisbane, Australia
Web Site: http://www.localweatherdata.0glo.com


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Mon Apr 02, 2012 11:45 am 
Offline
User avatar

Joined: Tue Dec 09, 2008 1:37 pm
Posts: 1846
Location: Dudley, West Midlands, UK
Weather Station: None !
Operating System: XP SP3
One minor html error - you have two closing </td> on your navigation 'menu' :)

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


Top
 Profile  
 
 Post subject: Re: SteelSeries Radar Plot
PostPosted: Mon Apr 02, 2012 1:13 pm 
Offline

Joined: Mon Aug 10, 2009 10:16 pm
Posts: 1797
Location: World...
Weather Station: No weather station
Operating System: No operating system
Matt, you did not have to delete and re-build your page - all that was needed were a few modification... :roll:

Other than the additional closing '</td>' tag (as pointed out by beteljuice), in the line 'For an alternative gauges page click here for the standard Cumulus gauges page' it would be better if the 'target="_blank"' attribute was not used for the link to the 'standard' gauges page. ;)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 115 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


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