Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1538

Help: Rainmeter Skins • Re: Implement a skin

$
0
0
How to make both formulas used in one measurement? the first until 23:59:59 hours and the second from 0:00:01? I think this would solve the problem.

It is from when the sun sets during the day until 11:59:59 p.m.

Code:

Formula=([mTimeNow]-[mTwilightEvening]) / ([mSunSet]-[mSunRise])
It is from 0:00:01 until sunrise
Formula=([mTimeNow]+[mSunSet]) / ([mSunRise]+[mSunSet])
Something like this, but indicating the parameters

Code:

Formula=IfCondition=IfTrueAction=([mTimeNow]-[mTwilightEvening]) / ([mSunSet]-[mSunRise])IfFalseAction=([mTimeNow]+[mSunSet]) / ([mSunRise]+[mSunSet])
Thank you!!!

Statistics: Posted by CarlotaN — Today, 7:18 am



Viewing all articles
Browse latest Browse all 1538

Trending Articles