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

How does this work - Newbie

Discussion of the Cumulusutils tool and website generator.

Moderator: HansR

Post Reply
User avatar
Paul C
Posts: 538
Joined: Thu 19 Jun 2008 7:45 am
Weather Station: Davis VP2 with solar
Operating System: Windows 10
Location: Brampton, Cumbria, UK
Contact:

How does this work - Newbie

Post by Paul C »

Hi

I have looked at a few websites and I like the look of this utility BUT - how do I get it working ?

My computer skills are limited but I always like to give things a go, I have downloaded the files but cant see any associated web pages with it, how will it create a web page ?

There doesn't appear to be a step by step way of installing it and the wiki pages dont really help me either, could someone point me in the right direction please

many thanks
Paul C
Brampton, Cumbria, UK
117m ASL
http://www.bramptonweather.co.uk
Image
User avatar
PaulMy
Posts: 3830
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: How does this work - Newbie

Post by PaulMy »

If I recall correctly Hans, the CUtils developer, is away for a short while so likely not able to reply directly at this time but there are other users who have done some great work with this. Mine is pretty standard www.komokaweather.com/cumulusmx/index.html

Hans has created a detailed wiki on it https://cumuluswiki.org/a/CumulusUtils and https://cumuluswiki.org/a/Category:CumulusUtils that should cover about everything in detail.

Basically you create a new utils folder in your CumulusMX working folder - i.e. \CumulusMX\utils
Download the latest version zip Cumulusutils viewtopic.php?p=140789#p140789 unzip and paste the full unzipped files and folders to that new \utils folder.
For the first time you run the program from a command prompt with a parameter such as 'website' - i.e. if installed in C:\CumulusMX\utils run C:\CumulusMX\utils\bin\cumulusutils.exe website
This first run creates a cumulusutils.ini configuration file in your \CumulusMX main folder which you will then open and edit to your specific wants, including upload paths, etc.
The next time you run cumulusutils.exe it will use the settings in cumulusutils.ini to do all the processing and uploading to your site.
Cumulusutils is not running continuously but the website pages are updated from the usual CumulusMX website updating. Cumulusutils.exe should be run at specified time to to process and update the Cumulusutils specific data such as the Records, Graphs/Charts, and Reports. I have mine set to run at the midnight rollover through the CumulusMX External Programs settings.

You can customize the User Menu and much of the website display and charts as you may have seen from the other users.

Enjoy,
Paul
Davis Vantage Pro2+
C1 www.komokaweather.com/komokaweather-ca
MX www.komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX www.komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX www. komokaweather.com/cumulusmx4/index.htm
Image
User avatar
HansR
Posts: 5957
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: How does this work - Newbie

Post by HansR »

@PaulMy: Thanks :)
@ Paul C: Did you get anywhere or is the status the same?
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
User avatar
Paul C
Posts: 538
Joined: Thu 19 Jun 2008 7:45 am
Weather Station: Davis VP2 with solar
Operating System: Windows 10
Location: Brampton, Cumbria, UK
Contact:

Re: How does this work - Newbie

Post by Paul C »

Hi - just working on my dayfile issue

Just started to look at this now, but visitors arriving in 15mins
Paul C
Brampton, Cumbria, UK
117m ASL
http://www.bramptonweather.co.uk
Image
User avatar
Paul C
Posts: 538
Joined: Thu 19 Jun 2008 7:45 am
Weather Station: Davis VP2 with solar
Operating System: Windows 10
Location: Brampton, Cumbria, UK
Contact:

Re: How does this work - Newbie

Post by Paul C »

Hi

Got as far as C:\CumulusMX\utils\bin\cumulusutils.exe website

I am not sure what you mean by command prompt
Paul C
Brampton, Cumbria, UK
117m ASL
http://www.bramptonweather.co.uk
Image
water01
Posts: 3246
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: How does this work - Newbie

Post by water01 »

Windows 10 - Start button - All Apps - Windows System - Command Prompt.
Command Prompt.jpg
The old DOS command prompt. You have to navigate to the correct folder to type in the commands that Paul indicated.
You do not have the required permissions to view the files attached to this post.
David
Image
User avatar
HansR
Posts: 5957
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: How does this work - Newbie

Post by HansR »

Paul C wrote: Tue 25 Jan 2022 10:42 am Hi

Got as far as C:\CumulusMX\utils\bin\cumulusutils.exe website

I am not sure what you mean by command prompt
What David says.
  1. Open a command prompt window
  2. Change directory to c:\CumulusMX
  3. Give:

    Code: Select all

    C:\CumulusMX\utils\bin\cumulusutils.exe website
    Or

    Code: Select all

    utils\bin\cumulusutils.exe website
    which I think is better because it always shows clearly whether you are in the CumulusMX directory or not (you must be).
  4. Then wait until the command finishes and follow the rest of what PaulMy wrote.
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
User avatar
Paul C
Posts: 538
Joined: Thu 19 Jun 2008 7:45 am
Weather Station: Davis VP2 with solar
Operating System: Windows 10
Location: Brampton, Cumbria, UK
Contact:

Re: How does this work - Newbie

Post by Paul C »

Cheers

Bit of an issue as my CumulusMX folder is on the desktop - I dont want to move it and break it

What will be the file name from the desktop

(apologies - sorry I am not into command prompts, they didnt have computers when I was at school so its something I am unfamiliar with)
You do not have the required permissions to view the files attached to this post.
Paul C
Brampton, Cumbria, UK
117m ASL
http://www.bramptonweather.co.uk
Image
User avatar
HansR
Posts: 5957
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: How does this work - Newbie

Post by HansR »

Paul C wrote: Tue 25 Jan 2022 1:44 pm Cheers

Bit of an issue as my CumulusMX folder is on the desktop - I dont want to move it and break it
I don't think it really will be an issue to move it as CMX as well as CUtils address files relative to the CumulusMX directory.

Paul C wrote: Tue 25 Jan 2022 1:44 pm What will be the file name from the desktop

(apologies - sorry I am not into command prompts, they didnt have computers when I was at school so its something I am unfamiliar with)
I am afraid that we are really hitting some kind of wall here. I have a paragraph in the wiki describing some assumptions for which I think you are qualifying. This tool is supposed to help you creating your website within the context of CumulusMX, not serve as an elementary computer course.

So I would advise you to get up to speed with basic directory understanding and handling until at least you understand what you are dealing with.
Up till then I am afraid you need to decide that this tool is not for you. Sorry about that.
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
User avatar
Paul C
Posts: 538
Joined: Thu 19 Jun 2008 7:45 am
Weather Station: Davis VP2 with solar
Operating System: Windows 10
Location: Brampton, Cumbria, UK
Contact:

Re: How does this work - Newbie

Post by Paul C »

Hi

I am sorry you feel that way, and I am sorry I dont understand more. But I accept your reply and will bow out.

However I will say that, I think the pages it produces is something I would like, perhaps some form of auto installer like modern day software is perhaps the way forward ? rather than trying to exe files from a command line ? all appears old fashioned. But what to I know ?

Good luck to those that give it a try .

best wishes
Paul C
Brampton, Cumbria, UK
117m ASL
http://www.bramptonweather.co.uk
Image
User avatar
dazza1223
Posts: 860
Joined: Sun 25 Jan 2015 8:41 pm
Weather Station: Davis Vantage Pro 2 plus
Operating System: Raspberry pi 4 (4gb)
Location: Worthing
Contact:

Re: How does this work - Newbie

Post by dazza1223 »

if u cant get it to work i will try to get u started with it we was all there once
Have fun and keep learning

dazza :D

https://www.davisworthing.co.uk

Image
User avatar
Paul C
Posts: 538
Joined: Thu 19 Jun 2008 7:45 am
Weather Station: Davis VP2 with solar
Operating System: Windows 10
Location: Brampton, Cumbria, UK
Contact:

Re: How does this work - Newbie

Post by Paul C »

Dazza, that's very kind, thankyou

Yes please
Paul C
Brampton, Cumbria, UK
117m ASL
http://www.bramptonweather.co.uk
Image
User avatar
dazza1223
Posts: 860
Joined: Sun 25 Jan 2015 8:41 pm
Weather Station: Davis Vantage Pro 2 plus
Operating System: Raspberry pi 4 (4gb)
Location: Worthing
Contact:

Re: How does this work - Newbie

Post by dazza1223 »

ok i will pm you!!!
Have fun and keep learning

dazza :D

https://www.davisworthing.co.uk

Image
Post Reply