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

CumulusMX and Cumulus1 UI style Multilingual Websites

Discussion and support for 3rd-party (non-Sandaysoft) tools for Cumulus
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: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by sfws »

Post contents deleted, see my later post for simpler content
Last edited by sfws on Fri 18 Mar 2022 5:51 pm, edited 1 time in total.
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 Linda,

Yes, you can run the CumulusMX UI style multilingual website on you local network

BUT

You would need to install a webserver on your local network and configure CumulusMX to deliver the files to the local webserver instead of to a webserver on the internet.
LindaFNM
Posts: 151
Joined: Wed 06 Jan 2021 3:01 pm
Weather Station: Ecowitt
Operating System: Raspberry Pi

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by LindaFNM »

Thank you for your comprehensive reply, this is the sort of thing that I was looking for. I’ve found sitting with an iPad and being able to look at my weather data on CumulusMX a brilliant experience. For what it is,the Pi is a wonderful piece of equipment, which has the advantage that as long as you have your data backed up, it’s relatively easy to start over if you really mess up!

Thank you also for the link to the article, the one thing I’ve found is that some times there’s almost too much information especially for a beginner, it’s a little overwhelming! I’ll start to slowly make this my next project and something to do during this lockdown.
Gregorean
Posts: 82
Joined: Tue 12 May 2020 11:41 am
Weather Station: Davis Vantage Pro 2
Operating System: Raspberry Pi 4B
Location: Amersfoort, The Netherlands
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by Gregorean »

Hello I run Brian's UIMX on a Raspberry pi3b, and also a local NGINX webserver on the same RPI.
That runs without any problems for a while now, just look in my signature for the url. ;)
Weather Station: Amersfoort-Nieuwland, The Netherlands.
http://element14.synology.me
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: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by sfws »

sfws wrote: Sat 23 Jan 2021 6:43 pm Setting up a web server on a Raspberry Pi is covered in a lot of articles easily found online with various different web server software, and you may find one of those makes it simple for you. Alternatively, I do describe how to set up a web server using apache 2 at https://cumuluswiki.org/a/Setting_up_Ra ... _server.29
LindaFNM wrote: Sat 23 Jan 2021 7:51 pm Thank you also for the link to the article, the one thing I’ve found is that some times there’s almost too much information especially for a beginner, it’s a little overwhelming! I’ll start to slowly make this my next project and something to do during this lockdown.
I understand the too much information issue, which is why I explained in the quote I include above, there are MANY articles about setting up a web server on a Raspberry Pi. Do a search yourself to find the article that suits you. Here are 4 that you might try:
https://www.slicethepi.co.uk/install-apache2-with-php/ - just a short page to read, how to install apache
https://www.raspberrypi.org/documentati ... r/nginx.md - from the Raspberry Pi makers, how to install NGINX webserver
https://www.raspberrypi-spy.co.uk/2013/ ... pberry-pi/ - Lighttpd is a lightweight web server application that works well on the Pi.
https://www.raspberrypi.org/documentati ... /apache.md - from the Raspberry Pi makers, how to install apache
Bridger
Posts: 60
Joined: Fri 01 Jun 2012 4:58 pm
Weather Station: Davis Vantage Vue
Operating System: Windows 11 Home
Location: New Forest. UK
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by Bridger »

There appears to be something strange going on with yesterday's dominant wind bearing under the Today/Yesterday menu tab.
My page shows 95° SW. Indicating the at least one of the fields is incorrect.

When I view page source I can see a bearing of 225 which looks correct for yesterday.
I have noticed that if I refresh the page 225 flashes up momentarily before showing the lower figure. This is more noticeable on BCJKiwi's and PaulMy's sites, which have the same "error" and where the response, for me, is slightly slower.

I am on Cumulus1

My page is here http://www.fordingbridgeweather.co.uk/c ... ayyest.php

Image

Image
mimo57
Posts: 95
Joined: Wed 18 Jan 2012 8:25 pm
Weather Station: Davis Vantage PRO2
Operating System: Windows 10
Location: France / Orny
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by mimo57 »

Hello,

I have the same phenomenon at home. A screenshot of the CumulusMX site and the Cumulus interface, with different data for yesterday.
wind.png
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 »

OK,

Have tracked the cause to a typo in ajaxCUmx.js

FOR C1
Search ajaxCUmx.js for
domwindbearingY
( at line 956 in C1 )
var domwindbearingY = realtime[3]; // dominant direction degrees yesterday

REPLACE with ( or just edit the line )
var domwindbearingY = realtime[133]; // dominant direction degrees yesterday

FOR MX
If you have the .min version of ajaxCUmx.js ( MX sites ),
do the same for the ajaxCUmx.js file in src ( at line 934 )
rename ajaxCUmx.min.js to something else so you retain your customisation settings, and copy the modified ajaxCUmx.js to the main folder and rename to ajaxCUmx.min.js and update your customisation settings.
Bridger
Posts: 60
Joined: Fri 01 Jun 2012 4:58 pm
Weather Station: Davis Vantage Vue
Operating System: Windows 11 Home
Location: New Forest. UK
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by Bridger »

That's great thank you.
That's sorted it for my Cumulus1.

Peter
Bridger
Posts: 60
Joined: Fri 01 Jun 2012 4:58 pm
Weather Station: Davis Vantage Vue
Operating System: Windows 11 Home
Location: New Forest. UK
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by Bridger »

I have another question on the Today/Yesterday page.
Is it possible to remove the UoM from the Today's Hourly Rainfall field and Yesterday's Rainfall Rate Max and Hourly Rainfall fields?
It would make things look more consistent.
Thanks,
http://www.fordingbridgeweather.co.uk/c ... ayyest.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 »

OK,
More typos in ajaxCUmx.js :bash:

C1
Remove + uomRain from
lines 990, 995 and 1005

MX
Remove + uomRain from
lines 962, 967 and 977

Thanks for letting me know :)
Bridger
Posts: 60
Joined: Fri 01 Jun 2012 4:58 pm
Weather Station: Davis Vantage Vue
Operating System: Windows 11 Home
Location: New Forest. UK
Contact:

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Post by Bridger »

Thanks a lot.
I had looked at those lines but with my lack of expertise wasn't keen to tinker. ;)
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:

CumulusMX and Cumulus1 UI style Multilingual Websites

Post by BCJKiwi »

CumulusMX and Cumulus1 UI style Multilingual Websites

CumulusMX Version 2.1.6 now available in first post.

Cumulus1 update coming soon !
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:

CumulusMX and Cumulus1 UI style Multilingual Websites

Post by BCJKiwi »

CumulusMX and Cumulus1 UI style Multilingual Websites

Cumulus1 Version 2.1.6 now available in first post.

This 2.1.6 Cumulus1 update is a catch up on the various changes that have been happening in ver 2.1.4, 2.1.5 and 2.1.6 of the MX version.

A lot of the changes in MX have been to charts which do not apply to Cumulus1.
However there are a number of other 'improvements' that are included.

The current version 2.1.6 can be viewed at https://silveracorn.nz/cumulus1
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 »

Dennisdg noticed my site (and others) was showing -20 for the feelslike guage.

It seems the latest builds include an old version of realtimegaugesT.txt dated 4/03/2015

This is a file from build 3099 dated 31/10/2020 which includes feelslike.
realtimegaugesT.zip
You do not have the required permissions to view the files attached to this post.
Post Reply