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

tomorrow

Please discuss beta versions of Cumulus 1 here. Note: There are currently no beta versions of Cumulus 1.
Locked
paliddu
Posts: 2
Joined: Tue 27 Mar 2012 10:34 am
Weather Station: ws-1080
Operating System: windows xp
Location: italia

tomorrow

Post by paliddu »

you can not put a tag that marks the difference between the present day and tomorrow simply expressed in hours and minutes, instead of the string as the cumulus ex. (tomorrow, +00 m - 26s)
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: tomorrow

Post by steve »

Possibly. Actually, some time ago I was going to remove the tag altogether, as it's not very accurate, particularly around the solstices: http://wiki.sandaysoft.com/a/FAQ#Today_ ... r.2Flonger

I was asked to leave it in, but I don't plan to spend any more time on it. You could parse the string using javascript; you haven't made it clear exactly what it is you want to see instead.
Steve
paliddu
Posts: 2
Joined: Tue 27 Mar 2012 10:34 am
Weather Station: ws-1080
Operating System: windows xp
Location: italia

Re: tomorrow

Post by paliddu »

how could I do? I compose you the string in javascript
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: tomorrow

Post by steve »

Use split() to extract the elements of the string - http://www.w3schools.com/jsref/jsref_split.asp

Then use the parts with the minutes and seconds to make your own string.
Steve
Locked