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

TEXT issue CumulusMX page

Other discussion about creating web sites for Cumulus that doesn't have a specific subforum

Moderator: daj

Post Reply
User avatar
S55G
Posts: 5
Joined: Mon 08 Jul 2019 10:54 am
Weather Station: FROGGIT WH88010CE
Operating System: Raspberry b3+
Contact:

TEXT issue CumulusMX page

Post by S55G »

Where can I fix this.... issue on my webpage https://lea.hamradio.si/~s55g/index.htm

TNX...


Mike
Smooth seas do not make skilful sailors.
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: TEXT issue CumulusMX page

Post by water01 »

You do not have a security certificate to allow a https call to your page. You need to either install a certificate or change the page call to http.
David
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: TEXT issue CumulusMX page

Post by beteljuice »

He has a cert, but the issuer isn't being accepted "SEC_ERROR_UNKNOWN_ISSUER" (He's got ROOT CA)

His text problem is that none of the html 'escape' codes are working ?

eg. Latitude: N 45° 54' 21"
Image
......................Imagine, what you will KNOW tomorrow !
User avatar
mcrossley
Posts: 12686
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: TEXT issue CumulusMX page

Post by mcrossley »

On line 191 of setpagedata.js try changing...

Code: Select all

			this.innerText = cmx_data[this.dataset.cmxdata];

to

			this.innerHTML = cmx_data[this.dataset.cmxdata];
Post Reply