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 4018) - 28 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

HTTPS

Discussion and questions about Cumulus weather station software version 1. This section is the main place to get help with Cumulus 1 software developed by Steve Loft that ceased development in November 2014.
Post Reply
bri-ko
Posts: 8
Joined: Mon 24 Aug 2015 4:39 pm
Weather Station: Davis Vantage Vue
Operating System: Windows 2003 server
Location: Woodstock, GA, USA

HTTPS

Post by bri-ko »

I just tried to access my Cumulus 1 station via HTTPS and got connected but the gauges did not show up. Titles for the gauges were there but the actual gauges weren't. I using the SteelSeries gauges. If anyone has a suggestion I'd be happy to know?

TIA,
Bri-ko
User avatar
mcrossley
Posts: 12694
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: HTTPS

Post by mcrossley »

We need a link to the broken page to take a look.
bri-ko
Posts: 8
Joined: Mon 24 Aug 2015 4:39 pm
Weather Station: Davis Vantage Vue
Operating System: Windows 2003 server
Location: Woodstock, GA, USA

Re: HTTPS

Post by bri-ko »

water01
Posts: 3215
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: HTTPS

Post by water01 »

You have a very old link to jquery (http://code.jquery.com/jquery-1.11.1.min.js) that needs updating as it is no longer finding it.

Very simple to see if you hit F12 in your browser and select Network you can see the code failing to load.

You need to make it load http://code.jquery.com/jquery-3.4.1.min.js for the latest version.
David
Image
sfws
Posts: 1183
Joined: Fri 27 Jul 2012 11:29 am
Weather Station: Chas O, Maplin N96FY, N25FR
Operating System: rPi 3B+ with Buster (full)

Re: HTTPS

Post by sfws »

Water01 has said what matters, but you might find this additional information helpful.
water01 wrote: Sat 04 Apr 2020 7:40 pm very old link to jquery
It is irrelevant to you as user of Cumulus 1, but if you ever decide to swap to MX, an even older jQuery version is included in the MX package as the MX user interface that you use via a browser to set settings etc. uses it!
water01 wrote: Sat 04 Apr 2020 7:40 pm You need to make it load http://code.jquery.com/jquery-3.4.1.min.js for the latest version.
As Beteljuice has pointed out in another topic viewtopic.php?f=14&t=17573&p=138539&hil ... ry#p138539 as quoted below to save you looking it up, jquery-latest.min.js that you will find if you pick a CDN server to reference (or to download from) other than the official jQuery download site, is the even older 1.9.1 version, despite its filename it is not latest! It is this version that the MX user interface pages use.
beteljuice wrote: A problem that is starting to appear with older scripts and new 'cutting edge' scripts is that for quite some time now the '"latest" jquery script request is actually redundant and stuck in the past at something like ver 1.9.1.

JQuery is of course still in various cdn librarys but you have to ask specifically for which version you want.
It also recommended that you store a local copy rather than use a cdn.

The 'latest' JQuery inclusion is:
<script src="https://code.jquery.com/jquery-3.4.1.min.js" type="text/javascript"></script>
Frank G
Posts: 43
Joined: Wed 25 Sep 2013 5:03 pm
Weather Station: WH1080 SE
Operating System: 5.4.79.7, Raspbian GNU/Linux
Location: Germany

Re: HTTPS

Post by Frank G »

Please doublcheck the gauges-ss.htm-sourcepage. Links to needed sources must not refer to a "http"-site.
E.g. you refer to <script src="http://code.jquery.com/jquery-3.4.1.min.js"></script> but it has to be <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>.

Frank
Image
Weather at Buchenau/Germany: https://wetter.buchenau-net.de
sfws
Posts: 1183
Joined: Fri 27 Jul 2012 11:29 am
Weather Station: Chas O, Maplin N96FY, N25FR
Operating System: rPi 3B+ with Buster (full)

Re: HTTPS

Post by sfws »

Frank G wrote: Mon 06 Apr 2020 8:34 am <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>.
Exactly as Beteljuice said in the quote I included in my previous post (I'm sorry I failed to notice David's quote I also included did not say https)
Frank G
Posts: 43
Joined: Wed 25 Sep 2013 5:03 pm
Weather Station: WH1080 SE
Operating System: 5.4.79.7, Raspbian GNU/Linux
Location: Germany

Re: HTTPS

Post by Frank G »

Sorry for the misunderstanding, I was refering to the URL of the third post:
In the html-sorce is still http (<script src="http://code.jquery.com/jquery-3.4.1.min.js"></script>) instead of https.

Frank
Image
Weather at Buchenau/Germany: https://wetter.buchenau-net.de
Post Reply