Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.0.1 (build 4023) - 16 May 2024

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 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

Search found 2374 matches

by freddie
Wed 29 May 2024 11:53 am
Forum: Cumulus MX version 4
Topic: Value in realtime.txt
Replies: 5
Views: 105

Re: Value in realtime.txt

The source code seems to be correct: sb.Append(station.presstrendval.ToString(PressTrendFormat, InvC) + ' '); // 19 sb.Append(station.RainMonth.ToString(RainFormat, InvC) + ' '); // 20 sb.Append(station.RainYear.ToString(RainFormat, InvC) + ' '); // 21 sb.Append(station.RainYesterday.ToString(RainFo...
by freddie
Wed 29 May 2024 11:32 am
Forum: Cumulus MX version 4
Topic: Value in realtime.txt
Replies: 5
Views: 105

Re: Value in realtime.txt

I think the specification of what goes in the file is internal. You could create your own realtime file by using a template containing web tags and using the extra files functionality to process it. I would give the file another name if going down this route.
by freddie
Tue 28 May 2024 6:28 pm
Forum: Cumulus MX version 4
Topic: MXv4 FTP Issue?
Replies: 11
Views: 233

Re: MXv4 FTP Issue?

One issue I haven't been able to solve is the error that keeps showing up about a dupkicate entry in the 27th dayfile. I used the built-in editor and found 2 dupes but re-loading the dayfile still reports an error. I'm not sure what triggers the error beside the time, ie. one entry per minute, so i...
by freddie
Tue 28 May 2024 12:07 pm
Forum: Cumulus MX version 4
Topic: dotnet 8.0.5
Replies: 17
Views: 423

Re: dotnet 8.0.5

installed 8.0.5 about 2 weeks ago. no issues on ubuntu 24.10 LTS server. 24.10? Do you have a time machine? :D haha, yeah something like that. meant to say 24.04 lts. though 24.10 is here: https://cdimage.ubuntu.com/ubuntu-server/daily-live/pending/ I guessed as much, I was pulling your leg. I don'...
by freddie
Tue 28 May 2024 10:35 am
Forum: Cumulus MX version 4
Topic: dotnet 8.0.5
Replies: 17
Views: 423

Re: dotnet 8.0.5

ConligWX wrote: Tue 28 May 2024 10:09 am installed 8.0.5 about 2 weeks ago. no issues on ubuntu 24.10 LTS server.
24.10? Do you have a time machine? :D
by freddie
Mon 27 May 2024 8:52 pm
Forum: Cumulus MX version 4
Topic: Is Cumulus for me? Developing driver to support station that outputs JSON observations
Replies: 28
Views: 889

Re: Is Cumulus for me? Developing driver to support station that outputs JSON observations

Could you zip up and attach the whole log to a reply to this topic, please? We will have some context then.
by freddie
Mon 27 May 2024 2:55 pm
Forum: Cumulus MX version 4
Topic: Is Cumulus for me? Developing driver to support station that outputs JSON observations
Replies: 28
Views: 889

Re: Is Cumulus for me? Developing driver to support station that outputs JSON observations

Version 4 uses dotnet not mono. I think you need to have another look at the instructions/requirements.
by freddie
Mon 27 May 2024 2:12 pm
Forum: Cumulus MX version 4
Topic: CumulusMX v4 updating
Replies: 47
Views: 2184

Re: CumulusMX v4 updating

You need to navigate into the directory:

Code: Select all

cd /opt/CumulusMX


Then do the command:

Code: Select all

dotnet MigrateData3to4.dll
The data migration program expects to be run from within the directory, otherwise it has no way of knowing where Cumulus.ini is.
by freddie
Sat 25 May 2024 5:19 pm
Forum: Cumulus MX version 4
Topic: Updated to latest version ,error
Replies: 4
Views: 276

Re: Updated to latest version ,error

See this post - something for you to check: viewtopic.php?p=181665&hilit=Microsoft. ... ns#p181665
by freddie
Fri 24 May 2024 6:54 am
Forum: Cumulus Support Forum Feedback
Topic: Climate forum
Replies: 11
Views: 726

Re: Climate forum

HansR wrote: Fri 24 May 2024 4:55 am @freddie: does the no-response mean you are thinking about it or that you choose to ignore it?
Neither :lol: :lol: :lol:

I'll do it tomorrow.
by freddie
Thu 23 May 2024 6:26 am
Forum: Cumulus MX version 4
Topic: Is Cumulus for me? Developing driver to support station that outputs JSON observations
Replies: 28
Views: 889

Re: Is Cumulus for me? Developing driver to support station that outputs JSON observations

Good spot @hansr, I missed that!

Edit: thinking about it, though, a typo like that should give you a 404 or perhaps 500 http response. So I'm staying with my original theory.
by freddie
Thu 23 May 2024 5:30 am
Forum: Cumulus MX version 4
Topic: Is Cumulus for me? Developing driver to support station that outputs JSON observations
Replies: 28
Views: 889

Re: Is Cumulus for me? Developing driver to support station that outputs JSON observations

Is CumulusMX running at the time you ran your script? Does the hostname and port in your script match the hostname and port MX is running on? Any firewall between the script host and the MX host?
by freddie
Wed 22 May 2024 4:24 pm
Forum: Cumulus MX version 4
Topic: CumulusMX 4 dayfile & NOAA problem
Replies: 23
Views: 860

Re: CumulusMX 4 dayfile & NOAA problem

You said you followed the instructions, but it doesn't sound as if you did the data migration bit. This removes all locale-specific things from the data files. Look at the following post for details: viewtopic.php?t=22051
by freddie
Tue 21 May 2024 4:11 pm
Forum: Web site - General
Topic: HighCharts in the mobile version - problems
Replies: 11
Views: 556

Re: HighCharts in the mobile version - problems

They work fine in Chrome 125.0.6422.53 on a Google Pixel 7a too.
by freddie
Tue 21 May 2024 7:02 am
Forum: Cumulus MX version 4
Topic: CumulusMX 4 dayfile & NOAA problem
Replies: 23
Views: 860

Re: CumulusMX 4 dayfile & NOAA problem

Have you checked line 4 of your dayfile? Is the format the same as the surrounding lines? Maybe attach to a reply to this topic if it looks the same to you, so others can take a look.