Page 1 of 1

Issue getting Gauges to show on Website

Posted: Fri 08 Apr 2016 5:34 am
by alexstaar
Hello,

I seem to be having an issue getting the steel series gauges to show up on my new website. The realtimegauges.txt file is updating, but the gauges themselves won't display on the page: http://www.uah-mcthornmoracres-weather. ... ges-ss.htm . Any idea what would be causing this?

Thanks!

Alex

Re: Issue getting Gauges to show on Website

Posted: Fri 08 Apr 2016 7:19 am
by freddie
alexstaar wrote:The realtimegauges.txt file is updating, but the gauges themselves won't display on the page: http://www.uah-mcthornmoracres-weather. ... ges-ss.htm . Any idea what would be causing this?
I just loaded your page using the F12 developer console. The following javascript and css files are missing from your server (paths are relative to the gauges page):
  • css/gauges-ss.css
    scripts/steelseries_tween.min.js
    scripts/languages.min.js
    scripts/gauges.js
    scripts/RGraph.common.core.min.js
    scripts/RGraph.rose.min.js
You need to copy these files to your web server, as they are used in the display of the gauges.

Re: Issue getting Gauges to show on Website

Posted: Sat 09 Apr 2016 7:08 am
by alexstaar
Thanks for the reply. I had those files on my server, but they weren't in the specified folders. I added the correct folder/file structure which solved the problem. Thanks!

Alex Staarmann