Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.5 (build 3282) - 23 February 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

CumulusMX and Cumulus1 UI style Multilingual Websites

Discussion and support for 3rd-party (non-Sandaysoft) tools for Cumulus
BCJKiwi
Posts: 1255
Joined: Mon 09 Jul 2012 8:40 pm
Weather Station: Davis VP2 Cabled
Operating System: Windows 10 Pro
Location: Auckland, New Zealand
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by BCJKiwi »

Had another extended attempt to get the mitoteam version working.
It sort of does in fits and starts but requires multiple refreshes to process all the MXUI desktop graphs, and, the gauges graphs don't load when moused over.

Good News that jpgraph finally have an 8.1.x version on the way :clap: :clap:
BigOkie
Posts: 272
Joined: Tue 28 May 2013 1:06 am
Weather Station: Davis VP2 Plus
Operating System: Raspian Buster (RPi 3b)
Location: Tulsa, OK

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by BigOkie »

Hello all...long time user of Cumulus/CMX. I just tried installing this template and for the most part have it worked out. However, I have one thing that I haven't been able to figure out how to resolve. It has something to do with the pressure display on the dashboard:
2022-04-26_195833.jpg
Obviously that's a lot of digits. It should only be showing me the first four obviously. I can't figure out what the issue is here. The realtime-x file has a good value.

This is a locally hosted website so it would be difficult to have any of you navigate to the website.

Any help would be appreciated. If you need anything further that would make it easier to solve I will do what I can to make that available. Thanks.
You do not have the required permissions to view the files attached to this post.
BCJKiwi
Posts: 1255
Joined: Mon 09 Jul 2012 8:40 pm
Weather Station: Davis VP2 Cabled
Operating System: Windows 10 Pro
Location: Auckland, New Zealand
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by BCJKiwi »

Have you changed the units in ajaxCUmx.js ?
It should be using whatever CumulusMX is using.
If you have made changes then that may be the issue.

Code: Select all

// UNITS
//	Change Units Options - the value and the unit symbols will change in Dashboard (index), Now and Today/Yesterday pages. 
//	By default unit values and displayed uom will be the same as set in Cumulus
//	ONLY change below if you want DIFFERENT output units displayed ! (put new unit between quotes at uomXxxx = "";)
//	!! DO NOT leave a space between "" IF not changing a unit !!

if(typeof uomBaro == "undefined") uomBaro = "";		//	valid units "hPa", "mb", "inHg"
You are displaying in which is not a valid unit for pressure.
BigOkie
Posts: 272
Joined: Tue 28 May 2013 1:06 am
Weather Station: Davis VP2 Plus
Operating System: Raspian Buster (RPi 3b)
Location: Tulsa, OK

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by BigOkie »

BCJKiwi wrote: Wed 27 Apr 2022 1:35 am Have you changed the units in ajaxCUmx.js ?
It should be using whatever CumulusMX is using.
If you have made changes then that may be the issue.

Code: Select all

// UNITS
//	Change Units Options - the value and the unit symbols will change in Dashboard (index), Now and Today/Yesterday pages. 
//	By default unit values and displayed uom will be the same as set in Cumulus
//	ONLY change below if you want DIFFERENT output units displayed ! (put new unit between quotes at uomXxxx = "";)
//	!! DO NOT leave a space between "" IF not changing a unit !!

if(typeof uomBaro == "undefined") uomBaro = "";		//	valid units "hPa", "mb", "inHg"
You are displaying in which is not a valid unit for pressure.
This is what it shows in that section of ajaxCUmx.js

Code: Select all

//	!! DO NOT leave a space between "" IF not changing a unit !!
if(typeof uomTemp == "undefined") uomTemp = "";		//	valid units uomTemp = "C"; , uomTemp = "F";
if(typeof uomBaro == "undefined") uomBaro = "";		//	valid units "hPa", "mb", "inHg"
if(typeof uomRain == "undefined") uomRain = "";		//	valid units "in", "mm"
if(typeof uomHeight == "undefined") uomHeight = ""	//	valid units "ft", "m"
if(typeof uomWind == "undefined") uomWind = "";		//	valid units "kmh", km/h", "m/s", "mps", "ms", "kts", "knots", "mph"
																	//	windrununit		for	"kmh", km/h", "ms", "m/s"	changes to km
																	//	windrununit		for	"kts", "knots"					changes to n_miles
																	//	windrununit		for	"mph",							changes to miles
Also, the gauges show the correct value.

EDIT: I have it sorted. If you set the decimal precision in CMX to 3 decimals points (since the VP2 reports inHg in that precision I never changed it) this happens. I changed the dp to 2 in CMX and it solved the display issue.
BCJKiwi
Posts: 1255
Joined: Mon 09 Jul 2012 8:40 pm
Weather Station: Davis VP2 Cabled
Operating System: Windows 10 Pro
Location: Auckland, New Zealand
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by BCJKiwi »

Good to know.

Will make a note in How To files for the next build (coming soon ! )
alexvanuxem
Posts: 53
Joined: Thu 11 Mar 2021 3:41 pm
Weather Station: Davis Vntage Pro 2 Plus
Operating System: windows 10

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by alexvanuxem »

hi
im trying to sret this website which is provided in the posts here.

problem I have is the realtime data i don't get in correctly, and I just cant find what is wrong.

most of it is working, except the realtime and the gauges, all required extra web files are set and are updated,

can somebody take a look and give me some hints, where my fault is?

thx
https://www.sint-katelijne-waver-meteo. ... /index.php
BCJKiwi
Posts: 1255
Joined: Mon 09 Jul 2012 8:40 pm
Weather Station: Davis VP2 Cabled
Operating System: Windows 10 Pro
Location: Auckland, New Zealand
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by BCJKiwi »

Hi,
realtime.txt (which is the original Cumulus file) is available on your site but this file is not required.

realtime-x.txt is not available on the site and is required ( see line 84 ? in ajaxCUmx.js )

Code: Select all

var realtimeFile = './realtime-x.txt'; //	 URL location of "realtime" data file relative to document root of website
From the UIwebsiteMXHowTo.txt file:-

Code: Select all

Settings / Extra web files
LOCAL FILENAME				REMOTE FILENAME			PROCESS	REALTIME FTP	UTF8	 BINARY	 END OF DAY
C:\CumulusMX\web\realtime-xT.txt	httpdocs/mxtest/realtime-x.txt 	tick	 tick	tick	tick	 notick	 notick
alexvanuxem
Posts: 53
Joined: Thu 11 Mar 2021 3:41 pm
Weather Station: Davis Vntage Pro 2 Plus
Operating System: windows 10

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by alexvanuxem »

thx, there was a typo in the uploaded file (realtime-xT.txt instead of realtime-x.txt),

since the original upload of the files (here above in the first post of this thread) are there any additions I can add, or updates of the php files?

Any way to find these additions/updates back in the forum?

I people would post some links to their sites to see how they are set up that would be great.

thx

alex
BCJKiwi
Posts: 1255
Joined: Mon 09 Jul 2012 8:40 pm
Weather Station: Davis VP2 Cabled
Operating System: Windows 10 Pro
Location: Auckland, New Zealand
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by BCJKiwi »

There will be an update shortly.
It includes changes required for php 8 compatibility plus a number of small refinements.

Not sure which refinements you are referring to but most members of this Forum show their website URL and if you see something you would like to add that is not included in the standard distribution, you could send them a Private message requesting assistance.
alexvanuxem
Posts: 53
Joined: Thu 11 Mar 2021 3:41 pm
Weather Station: Davis Vntage Pro 2 Plus
Operating System: windows 10

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by alexvanuxem »

thx, its seems its working good, some points, maybe i will find the answer above....

in records: the buttons don't work, maybe a setting, I missed?

in extremes: could I choose between year or month?

in noaa reports: buittons don't work, setting?

in vp2 console: the forecast says 'not available', how to change?

otherwise; nice work.

https://www.sint-katelijne-waver-meteo. ... /index.php

any pointers would be great, thx
alexvanuxem
Posts: 53
Joined: Thu 11 Mar 2021 3:41 pm
Weather Station: Davis Vntage Pro 2 Plus
Operating System: windows 10

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by alexvanuxem »

inside temp and hulidity would be great

a long strecht: some radars (cluds, rain...)

since its php and template based, incorporation of meteobridge?
BCJKiwi
Posts: 1255
Joined: Mon 09 Jul 2012 8:40 pm
Weather Station: Davis VP2 Cabled
Operating System: Windows 10 Pro
Location: Auckland, New Zealand
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by BCJKiwi »

in records: the buttons don't work, maybe a setting, I missed?
in extremes: could I choose between year or month?
in noaa reports: buttons don't work, setting?
in vp2 console: the forecast says 'not available', how to change?
temp in, Hum in
Please review the HowTo files and ensure all the files are being sent for each page that does not seem to be working properly:-

Records
Ensure the necessary files are being sent.

Extremes
This is configured for the extreme by month. The year in which the extreme occurs is shown in the box you select for the month/data item.
The records page gives the extreme values for each data item by selecting Alltime, Month , or This year.

NOAA
Check that everything is set correctly

VP2 Console
Forecast:- check that everything is set correctly and that the data is uploading properly.
Temp In and Hum In are both displayed in the rotating items inside the outlined box.
alexvanuxem
Posts: 53
Joined: Thu 11 Mar 2021 3:41 pm
Weather Station: Davis Vntage Pro 2 Plus
Operating System: windows 10

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by alexvanuxem »

thx, sorry to bother you with this, fixed all my issues, except the indoor temperature

in the now menu, I can't see it (i can see indoor humidity),

when I check the now.php it is also not registerd.

grtz
BCJKiwi
Posts: 1255
Joined: Mon 09 Jul 2012 8:40 pm
Weather Station: Davis VP2 Cabled
Operating System: Windows 10 Pro
Location: Auckland, New Zealand
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by BCJKiwi »

Indoor temp has been added to the next build which is undergoing testing now.
BCJKiwi
Posts: 1255
Joined: Mon 09 Jul 2012 8:40 pm
Weather Station: Davis VP2 Cabled
Operating System: Windows 10 Pro
Location: Auckland, New Zealand
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by BCJKiwi »

Build 2.2.4 now available in first post this thread.

Enjoy
Post Reply