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

dashborad without info/data

Topics about the Beta trials up to Build 3043, the last build by Cumulus's founder Steve Loft. It was by this time way out of Beta but Steve wanted to keep it that way until he made a decision on his and Cumulus's future.

Moderator: mcrossley

Locked
takezo
Posts: 35
Joined: Fri 18 Nov 2016 2:18 pm
Weather Station: raspberry pi
Operating System: debina

dashborad without info/data

Post by takezo »

hi!

I have configured Cumulus.ini attaching device in /dev/hidraw0

Code: Select all

takezo@WEATHER:~/scripts/Cumulus/CumulusMX $ ls -la /dev/hidraw0 
crw------- 1 root root 247, 0 nov 25 11:48 /dev/hidraw0
and cumulus has found the device and run successfully!

Code: Select all

takezo@-WEATHER:~/scripts/Cumulus/CumulusMX $ sudo mono CumulusMX.exe
Current culture: Spanish (Spain)
Serial: C1C14BD8D8C0C9F8B78320EFD1263EE1
Cumulus MX v.3.0.0 build 3041
Today.ini = data/today.ini
Last update=2016-11-25T11:55:36
Looking for Fine Offset station, VendorID=0x1941 ProductID=0x8021
sysname=Linux release=4.4.34 machine=armv6l
[b]Fine Offset station found[/b]
Connected to station
Cumulus running at: http://*:8998/
(Replace * with any IP address on this machine, or localhost)
Starting web socket server on port 8002
25/11/2016 11:59:59
Type Ctrl-C to terminate

but at this point I have a small issue, my dashboard doesn't show nothing.. but I have configured service as wunderground.com and I have seen that cumulus is sending data collected correctly from my weather station.. but as I said in option menu dashboard doesn't show nothing. :-( any idea..?

by the way, some one can let me know if there is any option to sync date and time from my computer to station weather console automatically..?

thanks for your support!
User avatar
ConligWX
Posts: 1622
Joined: Mon 19 May 2014 10:45 pm
Weather Station: Davis vPro2+ w/DFARS + AirLink
Operating System: Ubuntu 22.04 LTS
Location: Bangor, NI
Contact:

Re: dashborad without info/data

Post by ConligWX »

could you attach your latest /CumulusMX/MXdiags/*.txt file here. it will help Steve and other to diagnose your issue.
Regards Simon

https://www.conligwx.org - @conligwx
Davis Vantage Pro2 Plus with Daytime FARS • WeatherLink Live • Davis AirLink • PurpleAir • CumulusMX v4.0.0

Image
takezo
Posts: 35
Joined: Fri 18 Nov 2016 2:18 pm
Weather Station: raspberry pi
Operating System: debina

Re: dashborad without info/data

Post by takezo »

Toxic17 wrote:could you attach your latest /CumulusMX/MXdiags/*.txt file here. it will help Steve and other to diagnose your issue.
thanks for your support!

here the output listing this directory:
takezo@-WEATHER:~/scripts/Cumulus/CumulusMX/MXdiags $ ls -la
total 640
drwxr-xr-x 2 takezo takezo 4096 nov 25 13:43 .
drwxr-xr-x 9 takezo takezo 4096 nov 25 14:14 ..
-rw-r--r-- 1 root root 3777 nov 24 12:17 20161124-121617.txt
-rw-r--r-- 1 root root 3788 nov 24 12:22 20161124-121751.txt
-rw-r--r-- 1 root root 3811 nov 24 20:59 20161124-205849.txt
-rw-r--r-- 1 root root 3836 nov 24 21:02 20161124-210056.txt
-rw-r--r-- 1 root root 30458 nov 25 11:45 20161125-111351.txt
-rw-r--r-- 1 root root 3982 nov 25 11:49 20161125-114609.txt
-rw-r--r-- 1 root root 21368 nov 25 11:56 20161125-114913.txt
-rw-r--r-- 1 root root 12148 nov 25 11:59 20161125-115629.txt
-rw-r--r-- 1 root root 448706 nov 25 13:43 20161125-115947.txt
-rw-r--r-- 1 root root 89039 nov 25 14:29 20161125-134357.txt

and attached last file 20161125-134357.txt
You do not have the required permissions to view the files attached to this post.
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: dashborad without info/data

Post by steve »

This is often caused by trying to use decimal commas with Mono 3.2.8, as mentioned in the MX FAQ.
Steve
User avatar
rogerthn
Posts: 516
Joined: Thu 11 Apr 2013 6:31 pm
Weather Station: Ecowitt GW1000/GW1003
Operating System: Raspberry Pi OS bullseye aarch64
Location: Trollhättan Sweden
Contact:

Re: dashborad without info/data

Post by rogerthn »

This is often caused by trying to use decimal commas with Mono 3.2.8, as mentioned in the MX FAQ.
As said, I am running Mono 3.2.8 with decimal commas.
The trick might be that I have en_GB.UTF-8 as default "locale" but sv_SE.UTF-8 is installed?

Code: Select all

sudo raspi-config
4 Internationalisation Options
I1 Change Locale
[*] en_GB.UTF-8 UTF-8
[*] sv_SE.UTF-8 UTF-8
OK
Default locale for the system environment:
en_GB.UTF-8
OK
Starting CumulusMX

Code: Select all

cd /home/pi/CumulusMX
sudo mono CumulusMX.exe -lang sv-SE
Image
Grimers
Posts: 240
Joined: Tue 24 Nov 2015 9:07 am
Weather Station: Davis Vantage Pro2
Operating System: Windows 11 64-bit
Location: Newton Poppleford, Devon, UK
Contact:

Re: dashborad without info/data

Post by Grimers »

rogerthn wrote:As said, I am running Mono 3.2.8 with decimal commas.
That's news to me... :lol:
User avatar
rogerthn
Posts: 516
Joined: Thu 11 Apr 2013 6:31 pm
Weather Station: Ecowitt GW1000/GW1003
Operating System: Raspberry Pi OS bullseye aarch64
Location: Trollhättan Sweden
Contact:

Re: dashborad without info/data

Post by rogerthn »

Image
Grimers
Posts: 240
Joined: Tue 24 Nov 2015 9:07 am
Weather Station: Davis Vantage Pro2
Operating System: Windows 11 64-bit
Location: Newton Poppleford, Devon, UK
Contact:

Re: dashborad without info/data

Post by Grimers »

Ok, but you mustn't expect a user to navigate through the forum trying to locate information when you could've stated it on this thread. :bash:
User avatar
rogerthn
Posts: 516
Joined: Thu 11 Apr 2013 6:31 pm
Weather Station: Ecowitt GW1000/GW1003
Operating System: Raspberry Pi OS bullseye aarch64
Location: Trollhättan Sweden
Contact:

Re: dashborad without info/data

Post by rogerthn »

Grimers wrote:Ok, but you mustn't expect a user to navigate through the forum trying to locate information when you could've stated it on this thread. :bash:
I did provide some more information :bash:
The trick might be that I have en_GB.UTF-8 as default "locale" but sv_SE.UTF-8 is installed?
+
+
Image
Grimers
Posts: 240
Joined: Tue 24 Nov 2015 9:07 am
Weather Station: Davis Vantage Pro2
Operating System: Windows 11 64-bit
Location: Newton Poppleford, Devon, UK
Contact:

Re: dashborad without info/data

Post by Grimers »

Haha, no worries... Sheesh... :bash:
BigOkie
Posts: 272
Joined: Tue 28 May 2013 1:06 am
Weather Station: Davis VP2 Plus
Operating System: Raspian Buster (RPi 3b)
Location: Tulsa, OK

Re: dashborad without info/data

Post by BigOkie »

Dashboard with no info could also be browser issues. Clear cache/cookies usually fixes it for me. Happens more often than I'd like but it's simple enough to correct.
Locked