Am I right in thinking that the time measure method you've suggested would work in resetting the counter on a given day every month (provided Rainmeter was run on that day)?
I have a monthly download limit, so I'd be keen to be able to set Rainmeter to reset the count on (for example) the first of every month. If I've got this right, I achieve this by adding a new date measure to my cumulative net monitor config then using the IfEqual construction to trigger the Reset Stats bang.
Is it literally as simple as:
| Code: |
[Reset On First of Month]
Measure=Time
Format=%d
IfEqualValue=1
IfEqualAction=!RainmeterResetStats
|
?
Sorry, probably quite a rookie question - I get the feeling that if I got this one wrong I'd be blowing my usage monitor, so I'm keen to have someone who knows how to do this stuff tell me if I'm right...