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

Can not find the realtime.log file in realtimehighcharts

Discussion and support for 3rd-party (non-Sandaysoft) tools for Cumulus
User avatar
mcrossley
Posts: 12692
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Can not find the realtime.log file in realtimehighcharts

Post by mcrossley »

You need to change the default delimiters in realtimeCumulus.js as well. They are currently set to...

Code: Select all

		// The various delimiters used in your version of realtime.txt
		dateDelimiter = '/',
		timeDelimiter = ':',
For your realtime.txt they should be...

Code: Select all

		// The various delimiters used in your version of realtime.txt
		dateDelimiter = '.',
		timeDelimiter = ':',
The graph will auto-update every minute.
User avatar
mcrossley
Posts: 12692
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Can not find the realtime.log file in realtimehighcharts

Post by mcrossley »

Can you use the forum for questions, it keeps everything in one place, thanks...
happyweather123 wrote:When i open the realtimegraph on the website it shows all correct, but when it updates by itself it shows blank space inside the graph, but if i hover the mouse over it shows values like before, What should i do
On your 'live' page you have not edited realtimeCumulus.js like I posted above, you still have the default 'dateDelimiter' set.
happyweather123 wrote:And what should i do to change the unit mph to km/H ?
Edit realtimeCumulus.js, lines 113, and 177...

Code: Select all

					title: { text: 'wind speed (mph)' },
...
					tooltip: { valueSuffix: ' mph' }
griffo42
Posts: 226
Joined: Thu 10 Dec 2015 6:41 am
Weather Station: Davis Vantage Pro2
Operating System: Win 11 Home
Location: Brisbane, Queensland, Australia
Contact:

Re: Can not find the realtime.log file in realtimehighcharts

Post by griffo42 »

Hi

Can I have some help please? I am running Cumulus v1.9.4 (build 1099) - Nov 28 2014 and am trying to get Mark Crossley's Highcharts Graph from realtime.txt working but not quite there yet.

I have done what I think is necessary from posts here and the Wiki - Dynamically Updating a Highcharts Graph from Realtime.txt.

Where I am at can be seen at:

kstwx.net/cu/index.htm and
http://kstwx.net/cu/realtimeCumulus.htm

I don't understand the function of realtimeLogParser.php as it doesn't seem (I may have missed it) to be referenced by any of the other scripts/programs. I am interested in its function.

Thanks

Keith G
Brisbane, Queensland, Australia
kstwx.net/cu/index.htm
Keith
Davis Vantage Pro2 Model #6152AU - CumulusMX - Win11 - Saratoga/CUMX Default Scripts
https://www.kstwx.net/index.php
https://www.kstwx.net/cumx/index.html
Image
Post Reply