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

NOAA reports not found in CMX

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
XBower
Posts: 55
Joined: Fri 09 Aug 2013 9:12 am
Weather Station: Davis Vantage Vue
Operating System: Windows 10 64b
Location: Gothenburg, SE

NOAA reports not found in CMX

Post by XBower »

Hi.

I have just installed CumulusMX 3.9.0 (3095).
I have installed it over a copy of my Cumulus1 installation.
The idea was to migrate to MX after a decade in C1.
After a lot of editing here and there, it seems to be working OK.

But I can't get the NOAA Reports to work.
In the admin interface, I can only access the yearly reports.
It does not find any monthly reports, just says ...does not exist.
When I try to generate a new report, it gets the name "NOAAMO0020.txt".
I have checked everywhere, and only find the correct definition "NOAAMO"mmyy".txt"
The yearly reports seems to work OK.

What have I missed?

BR
----------------------------------------------------------------------
--- There IS intelligent life on Earth, but I'm only visiting ---
----------------------------------------------------------------------
User avatar
PaulMy
Posts: 3849
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: NOAA reports not found in CMX

Post by PaulMy »

Hi,
What file names are in your \CumulusMX\Reports folder?

Are your Settings - NOAA settings correct?
Mine are:
Monthly filename format
'NOAAMO'MMyy'.txt'
Yearly filename format
'NOAAYR'yyyy'.txt'

Note all the single quotes and capital MM which produces NOAAMO1020.txt and NOAAYR2020.txt files.

Enjoy,
Paul
VP2+
C1 www.komokaweather.com/komokaweather-ca
MX https://komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX https://komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX https:// komokaweather.com/cumulusmx4/index.htm
Image
XBower
Posts: 55
Joined: Fri 09 Aug 2013 9:12 am
Weather Station: Davis Vantage Vue
Operating System: Windows 10 64b
Location: Gothenburg, SE

Re: NOAA reports not found in CMX

Post by XBower »

Hi.
Thanks.
I knew it was something very simple.
I had simply overseen the obvious. :oops:

Changing from "mmyy" to "MMyy" did the trick.
Not used to "MM" being numerical.
"mm" is default, for some reason.

BR
----------------------------------------------------------------------
--- There IS intelligent life on Earth, but I'm only visiting ---
----------------------------------------------------------------------
User avatar
mcrossley
Posts: 12767
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: NOAA reports not found in CMX

Post by mcrossley »

"mm" was the default on Cumulus 1, with Cumulus MX moving to .Net the default format string for numeric month becomes "MM", and mm is for minutes.

MX does check for the old format string and automatically update it if required, but I just checked and it is looking for - 'NOAAMO'mmyy'.txt' - note the single quotes, and you have double. Cumulus 1 generated the name with single quotes by default - or at least the later versions did.

I'll add a catch for the use of double quotes in the old format too.
XBower
Posts: 55
Joined: Fri 09 Aug 2013 9:12 am
Weather Station: Davis Vantage Vue
Operating System: Windows 10 64b
Location: Gothenburg, SE

Re: NOAA reports not found in CMX

Post by XBower »

Hi.

I didn't really reflect wether it was single or double quotes.
I just assumed the system got it right. With MM it does.
Does it make any difference?
Should I change it?
It seems to be working now.

BR
----------------------------------------------------------------------
--- There IS intelligent life on Earth, but I'm only visiting ---
----------------------------------------------------------------------
User avatar
mcrossley
Posts: 12767
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: NOAA reports not found in CMX

Post by mcrossley »

The type of quotes doesn't matter. But by default MX will use single quotes.
Post Reply