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 94 matches

by dimitris vichos
Sun 30 Jul 2017 9:29 pm
Forum: SteelSeries Gauges
Topic: Steel series gauges not updating
Replies: 26
Views: 15580

Re: Steel series gauges not updating

your realtimegauges.txt link?
by dimitris vichos
Sun 23 Oct 2016 4:13 pm
Forum: SteelSeries Gauges
Topic: jquery issye
Replies: 2
Views: 3172

jquery issye

i tried to install ,the 3.00 version of jquery, in my page. the problem is, dont show the graphs when hover , over the gauges.
by dimitris vichos
Thu 24 Sep 2015 9:22 am
Forum: SteelSeries Gauges
Topic: climatica
Replies: 1
Views: 2165

climatica

i tried to upload the experement climatica page but my page

http://metfm.co.nf/

keeps still on loading...
by dimitris vichos
Mon 30 Mar 2015 4:02 pm
Forum: SteelSeries Gauges
Topic: altimeter
Replies: 10
Views: 4166

Re: altimeter

http://metfm.esy.es/index.php

the altimeter works!! and the radio buttons also. the only thing who missing is the tittle of gauge .
by dimitris vichos
Thu 26 Mar 2015 8:43 pm
Forum: SteelSeries Gauges
Topic: altimeter
Replies: 10
Views: 4166

Re: altimeter

in my test page

http://metfm.esy.es/test.htm

altimeter apears to page. the only things who not works its the radio buttons , change metres to feet. and the image when hover this gauge.
by dimitris vichos
Thu 26 Mar 2015 2:10 pm
Forum: SteelSeries Gauges
Topic: altimeter
Replies: 10
Views: 4166

Re: altimeter

eror.png
i tried that.with your gauges. js , gauges upload but without data.
by dimitris vichos
Thu 26 Mar 2015 10:34 am
Forum: SteelSeries Gauges
Topic: altimeter
Replies: 10
Views: 4166

altimeter

altimeter.png
marc in your ss gauge page, the cloud gauge, its the altimeter gauge.how to add this in our web page? thank you.
by dimitris vichos
Tue 24 Mar 2015 6:26 pm
Forum: Cumulus 1 (No longer being developed)
Topic: Cumulus MX (Cumulus 3) beta test
Replies: 390
Views: 170476

Re: Cumulus MX (Cumulus 3) beta test

great news for linux users. I'd be interested in testing Cumulus MX , in my hp netbook, with point linux. my weather station is ng 265 ne with usb connection.
by dimitris vichos
Thu 05 Feb 2015 8:45 pm
Forum: SteelSeries Gauges
Topic: Weather station currently offline
Replies: 5
Views: 2858

Re: Weather station currently offline

your trends its wrong. you must to edit your monthlogtext, the feb15.txt in the data file of the cumulus file . one line of the data its out of bounds of the list data. with copy- past , place the line in the right place, save the flle and open cumulus.
by dimitris vichos
Tue 03 Feb 2015 4:26 pm
Forum: SteelSeries Gauges
Topic: IE11 issues with flickering at times + not remembering m/f..
Replies: 21
Views: 8897

Re: IE11 issues with flickering at times + not remembering m

IE the worst and slower browser. your page works good with chrome and qupzilla. better browsing with other browsers except IE.
by dimitris vichos
Sun 01 Feb 2015 12:43 pm
Forum: SteelSeries Gauges
Topic: Linear Gauges
Replies: 3
Views: 2689

Re: Linear Gauges

i will to use the linear gauges with the cumulus data. this is the demo page

http://metfm.grn.cc/liveweather.htm

only one gauge for the moment. how to upload the data from cumulus? need to change something on gauge.js?
by dimitris vichos
Fri 30 Jan 2015 6:24 pm
Forum: SteelSeries Gauges
Topic: Just Upgraded to 2.5.1
Replies: 19
Views: 5984

Re: Just Upgraded to 2.5.1

version 2.5.3 works very good. i change manually the version ;) in the html.
by dimitris vichos
Wed 28 Jan 2015 6:47 pm
Forum: SteelSeries Gauges
Topic: steelseries clock adding
Replies: 12
Views: 5289

Re: steelseries clock adding

for example frameDesign = (undefined === parameters.frameDesign ? steelseries.FrameDesign.METAL : parameters.frameDesign) what need to change to this? give me a simple example if you want. thank you. Try starting with this... new steelseries.Clock('canvasClock1', { frameDesign: steelseries.FrameDes...
by dimitris vichos
Wed 28 Jan 2015 1:57 pm
Forum: SteelSeries Gauges
Topic: steelseries clock adding
Replies: 12
Views: 5289

Re: steelseries clock adding

for example

frameDesign = (undefined === parameters.frameDesign ? steelseries.FrameDesign.METAL : parameters.frameDesign)

what need to change to this? give me a simple example if you want. thank you.
by dimitris vichos
Wed 28 Jan 2015 12:24 pm
Forum: SteelSeries Gauges
Topic: steelseries clock adding
Replies: 12
Views: 5289

Re: steelseries clock adding

this is html code for clock <title>Canvas Steel clock</title> </head> <body onload="init()"> <canvas id="canvasClock1" width="250" height="250"></canvas> <script> var radial1; function init() { new steelseries.Clock('canvasClock1', { }) } </script> <script src...