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

Search found 1525 matches

by ConligWX
Thu 18 Apr 2024 8:55 pm
Forum: Webcams
Topic: RTSP and RPi Bookworm
Replies: 16
Views: 302

Re: RTSP and RPi Bookworm

no problem. some of the text values have pixel values. start and end of lines etc depending on the size of your rtsp image too. it will take time to get it correct. but should be able to help with that once we have a image captured.
by ConligWX
Thu 18 Apr 2024 8:33 pm
Forum: Webcams
Topic: RTSP and RPi Bookworm
Replies: 16
Views: 302

Re: RTSP and RPi Bookworm

Running the command as sudo: pi2@blackberrypi:~ $ sudo find / -name ffmpeg /usr/share/doc/ffmpeg /usr/share/ffmpeg /usr/share/lintian/overrides/ffmpeg /usr/bin/ffmpeg find: ‘/home/pi2/thinclient_drives’: Permission denied find: ‘/run/user/1000/gvfs’: Permission denied find: ‘/run/user/1000/doc’: Pe...
by ConligWX
Thu 18 Apr 2024 6:29 pm
Forum: Webcams
Topic: RTSP and RPi Bookworm
Replies: 16
Views: 302

Re: RTSP and RPi Bookworm

here's my end result.
Screenshot 2024-04-18 192820.png
by ConligWX
Thu 18 Apr 2024 6:14 pm
Forum: Webcams
Topic: RTSP and RPi Bookworm
Replies: 16
Views: 302

Re: RTSP and RPi Bookworm

try using the find command.

Code: Select all

 find / -name ffmpeg
if ffmpeg is a file here (/usr/bin/ffmpeg)

then use that as the command line

Code: Select all

/usr/bin/ffmpeg
by ConligWX
Thu 18 Apr 2024 3:27 pm
Forum: Webcams
Topic: RTSP and RPi Bookworm
Replies: 16
Views: 302

Re: RTSP and RPi Bookworm

yes you'll need to install ffmpeg unless it is already installed.

as to the path, yes that looks ok, though dependant on where ffmpeg is installed/symlinked.
by ConligWX
Wed 17 Apr 2024 9:23 pm
Forum: Webcams
Topic: RTSP and RPi Bookworm
Replies: 16
Views: 302

Re: RTSP and RPi Bookworm

so I use ffmpeg to grab the screen capture of an rtsp feed and save it to a jpg image. I process a camdataT.txt with cumulusmx and save to camdata.txt (used to show values on the final image) Temp: <#temp>°C • Pressure: <#press> hPa • Hum: <#hum>% • Wind: <#wspeed> mph <#currentwdir> • Rain: <#rfall...
by ConligWX
Wed 17 Apr 2024 7:54 pm
Forum: Webcams
Topic: RTSP and RPi Bookworm
Replies: 16
Views: 302

Re: RTSP and RPi Bookworm

Use something like ffmpeg's "convert" That's what I do. Grabs a snapshot adds layers and text etc then posts to my website.

I can post the script if needed.
by ConligWX
Wed 17 Apr 2024 2:53 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 945

Re: New help fixing time from UTC to my local time in Florida

Can you please post the exact commands i would need to enter to get 12hr AM PM time here in florida it's 6:59am. I don't understand what you mean by "uncommon" . My apologies for all the questions juts trying to get this fixed once and for all. Appreciate all the help. I never said "...
by ConligWX
Wed 17 Apr 2024 10:14 am
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 945

Re: New help fixing time from UTC to my local time in Florida

I'm guessing chatgpt would be your best friend. a quick find there gives some help. If you want to permanently change the system's time format, you'll need to adjust the locale settings or the system clock format settings. Here's a general approach to change the system-wide time format on a Raspberr...
by ConligWX
Wed 17 Apr 2024 6:52 am
Forum: General
Topic: Website "Not safe"
Replies: 14
Views: 358

Re: Website "Not safe"

you might be able to script it too. using LEgo client. thats what I use.

https://github.com/go-acme/lego
by ConligWX
Wed 17 Apr 2024 6:47 am
Forum: Cumulus MX Current (releases since b3043)
Topic: 504 gateway error message
Replies: 4
Views: 136

Re: 504 gateway error message

if their site has some security issues with upload.php then use one of the other upload protocols: ftp/ftps/sftp.
by ConligWX
Tue 16 Apr 2024 8:46 pm
Forum: General
Topic: Website "Not safe"
Replies: 14
Views: 358

Re: Website "Not safe"

Paul, for me chrome warnings show:

Code: Select all

The connection to www.komokaweather.com is not secure
but this is because no certificate is evident.
by ConligWX
Mon 15 Apr 2024 9:19 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 945

Re: New help fixing time from UTC to my local time in Florida

all i am seeing is the following:

403
Forbidden
Access to this resource on the server is denied!


there also doesnt appear to be a index.php index.htm or index.html file at all. so I cannot see any time listed on your website since it is blank.
by ConligWX
Sun 14 Apr 2024 9:54 pm
Forum: Web site - General
Topic: Reworked default websites
Replies: 231
Views: 40726

Re: Reworked default websites

griffo42 wrote: Sun 14 Apr 2024 12:20 am Thanks very much, Simon. I have changed the colours in the gauges to what I was looking for.
glad you got it working...
by ConligWX
Sat 13 Apr 2024 11:24 am
Forum: Web site - General
Topic: Reworked default websites
Replies: 231
Views: 40726

Re: Reworked default websites

Screenshot 2024-04-13 173210.png to change the layout/colours of the gauges edit the for the colour edit the gauges.js file. yours is located here: https://www.kstwx.net/cumx/lib/steelseries/scripts/gauges.js look for the framedesign, background and foreground at around line97 frameDesign : steelse...