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 4019) - 03 April 2024

Legacy Cumulus 1 release 1.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 Highcharts - Temperature Problem

Discussion and support for 3rd-party (non-Sandaysoft) tools for Cumulus
Post Reply
spaceman8815
Posts: 2
Joined: Thu 17 Nov 2011 6:48 am
Weather Station: Davis Vantage Vue
Operating System: Windows 7
Location: Darfield, New Zealand

Realtime Highcharts - Temperature Problem

Post by spaceman8815 »

Hi,

I have managed to set up realtime highcharts on my website (http://www.darfield-weather.co.nz) as per the instructions in the cumulus wiki. However, when I hover my cursor over the temperature data points the degree sign seems to be producing an A in front of it. Does anyone know why this is happening? I also setup historic graphs (http://www.darfield-weather.co.nz/wxhistoricgraphs.php) which do not seem to be affected by the same problem.

Any help would be much appreciated.
water01
Posts: 3246
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: Realtime Highcharts - Temperature Problem

Post by water01 »

I think you are need to change the code that specifies the character set used to UTF-8 i.e.

Code: Select all

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
and make sure you save the source as UTF-8 without BOM. That solved it for me.
David
Image
spaceman8815
Posts: 2
Joined: Thu 17 Nov 2011 6:48 am
Weather Station: Davis Vantage Vue
Operating System: Windows 7
Location: Darfield, New Zealand

Re: Realtime Highcharts - Temperature Problem

Post by spaceman8815 »

Thank you for your help. I found that my Saratoga Template language file was forcing my webpages to ISO-8859-1 encoding. I have now changed the settings to use UTF-8 encoding and the graphs now display correctly.
Post Reply