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

Newbie question.

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

RZEE
Posts: 4
Joined: Sat 20 Jan 2024 8:17 pm
Weather Station: Ecowitt
Operating System: Pi3

Newbie question.

Post by RZEE »

Hi, I'm new to CumulusMX

I've got the PI image up and running. The dashboard receives all the information and all look good in my first test so far.

How can i make a ''public'' webinterface, thus without the settings menu items and so on ?

Thanks in advance !
water01
Posts: 3295
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: Newbie question.

Post by water01 »

Not possible I am afraid the Dashboard interface is intended for internal network use only.

There is a standard Web site available but you will of course need a web host and some hosting space. https://www.cumuluswiki.org/a/New_Defau ... nformation
David
Image
User avatar
PaulMy
Posts: 3876
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: Newbie question.

Post by PaulMy »

Hi,
I've got the PI image up and running. The dashboard receives all the information and all look good in my first test so far.

How can i make a ''public'' webinterface, thus without the settings menu items and so on ?
The MXUIwebsite is as close as you can get to the CMX localhost dashboard
viewtopic.php?p=138283#p138283

http://www.komokaweather.com/cumulusmx/index.php
https://www.bellendenkerweather.com/index.php

Enjoy,
Paul
Last edited by PaulMy on Sun 21 Jan 2024 5:40 pm, edited 1 time in total.
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
SamiS
Posts: 394
Joined: Sun 27 Feb 2011 5:13 pm
Weather Station: Ecowitt HP2551 & GW1100
Operating System: Raspberry Pi OS
Location: Kangasala, Finland

Re: Newbie question.

Post by SamiS »

RZEE wrote: Sat 20 Jan 2024 8:22 pm Hi, I'm new to CumulusMX

I've got the PI image up and running. The dashboard receives all the information and all look good in my first test so far.

How can i make a ''public'' webinterface, thus without the settings menu items and so on ?
CumulsMX does include a standard website template to use in public hosting server as water01 said earlier. Shortly explained, you need a webserver, then you upload the contents of the webfiles folder to your website and then configure upload settings on CumulusMX Dashboard -> Settings -> Internet Settings. You can use ftp, ftps, ssh or php to upload data.

To avoid confusion, water01 and Paul did mean with their ”not possible” or ”as close as you can get” -comments, that there is not a public website that is similar to the dashboard. But as said, you can use the default website, MXUI website template or the newest Alternate website from Neil Thomas.

Discussion: viewtopic.php?p=172809#p172809
Download: https://www.cumuluswiki.org/a/Default_W ... lt_Website
RZEE
Posts: 4
Joined: Sat 20 Jan 2024 8:17 pm
Weather Station: Ecowitt
Operating System: Pi3

Re: Newbie question.

Post by RZEE »

Ok,

Thanks for the information. I need to grow into the software a little more. The basics are running, managed to update to the latest release [hurray].

The Pi3 seems running fine for some days now. Now slowly gets time to read myself into the webserver thingy.
Theoretically there should be a possibility to run it directly from the Pi with a apache webserver...or ?
User avatar
mcrossley
Posts: 12905
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Newbie question.

Post by mcrossley »

You can self host, it's easier if you have a fixed IP address at home. I run CMX, Nginx, and MariaDb all on a rPi 4 (used to be on a 3b)
SamiS
Posts: 394
Joined: Sun 27 Feb 2011 5:13 pm
Weather Station: Ecowitt HP2551 & GW1100
Operating System: Raspberry Pi OS
Location: Kangasala, Finland

Re: Newbie question.

Post by SamiS »

Yes, self hosting is a possibility, but not very newbie-friendly. Even without fixed ip it is possible with dynamic dns, unless you are behind some carrier-grade NAT, or your isp does not allow inbound connections etc. And of course you must understand how to do all without creating a security risk for your other devices on the same network.
User avatar
philpugh
Posts: 395
Joined: Tue 24 May 2011 8:34 am
Weather Station: See Signature
Operating System: Debian 11 (RPi4)
Location: Antrobus, Cheshire, UK
Contact:

Re: Newbie question.

Post by philpugh »

Yes it does seem daunting but a home server is well worth the effort. I run an NGINX server on my Rpi4 and it is reasonably rock solid - well atleast until we had 4 mains outages in 5 mins due to the recent storms.

There are some very good diy how-tos on the web for setting these up. I don’t run php on my server as it (IMHO) reduces the “hackability” of the site.

Go with a fixed address and a DDNS provider there are some reasonably priced ( if not free) providers out there.
Phil Pugh
GW1100 + WH65/WH57/WH31;GW1100 + WS68/WH40A (also with HP25xx console); GW2001 WittBoy
CumulusMX V4 / CUtils V7
Raspberry Pi 5 64bit
https://goosegate.uk/
RZEE
Posts: 4
Joined: Sat 20 Jan 2024 8:17 pm
Weather Station: Ecowitt
Operating System: Pi3

Re: Newbie question.

Post by RZEE »

Ok, after some testing and modding i got a page up and running as close as it gets to the default panel
And this is pretty much how i want it. Build from the PI image running on a Pi3

Sample:
http://rzee.asuscomm.com:8998

Next step is translation, i read this could be done in the strings.ini ?
Or are there better options ?
User avatar
PaulMy
Posts: 3876
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: Newbie question.

Post by PaulMy »

Hi,
I think you'd better take that website down the way you have it now :o
If I can access your CMX settings with my little programming knowledge, most anyone else can and may go beyond just looking.

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
freddie
Posts: 2504
Joined: Wed 08 Jun 2011 11:19 am
Weather Station: Davis Vantage Pro 2 + Ecowitt
Operating System: GNU/Linux Ubuntu 22.04 LXC
Location: Alcaston, Shropshire, UK
Contact:

Re: Newbie question.

Post by freddie »

You can still access your settings pages. I would shut this down now as it is exposing your passwords, etc
Freddie
Image
water01
Posts: 3295
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: Newbie question.

Post by water01 »

We all said this was not a good idea, but you seem to go ahead regardless.

All I have to do to access your settings is add programsettings.html to http://rzee.asuscomm.com:8998 i.e http://rzee.asuscomm.com:8998/programsettings.html and I have access to all your program settings.

Equally http://rzee.asuscomm.com:8998/internetsettings.html gives me access to your internet settings.

Just removing these from the menu does not stop someone accessing this as the actual html files are well known, so I suggest as Paulmy and freddie have said already you should take this down ASAP.
David
Image
User avatar
PaulMy
Posts: 3876
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: Newbie question.

Post by PaulMy »

Hi
Just to update, I can still access, and edit your data (but have not done so).

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
User avatar
The Dalek Hunter
Posts: 258
Joined: Wed 05 Aug 2020 11:51 am
Weather Station: Ecowitt GW1000B, Ecowitt GW2000
Operating System: macOS Sonoma on a Mac Mini M2
Contact:

Re: Newbie question.

Post by The Dalek Hunter »

PaulMy wrote: Mon 29 Jan 2024 11:00 pm Hi
Just to update, I can still access, and edit your data (but have not done so).

Enjoy,
Paul
It seems password protected now ??
RayProudfoot
Posts: 3402
Joined: Wed 06 May 2009 6:29 pm
Weather Station: Davis VP2 with Daytime FARS
Operating System: Windows XP SP3
Location: Cheadle Hulme, Cheshire, England
Contact:

Re: Newbie question.

Post by RayProudfoot »

I don’t understand why you have a weather website but give the visitor no indication where in the world it is. :?
Cheers,
Ray, Cheshire.

Image
Post Reply