For some reason, my stats were reset. But I set it to reset if over on the 15th and only if over 5GB. It's not the 15th, so why did it reset?
Is my code incorrect or in some way faulty?Also, I managed to restore it by copying the info from In/Out31 to In/Out32 respectively. But why are there several In/Out's? Are they representing the date? If so, why is it at 32?
Thanks for your help![Thumbs Up :thumbup:]()
Is my code incorrect or in some way faulty?
Code:
[Rainmeter]Update=1000[Variables]Green=128,255,0Trans=0,0,0,1White=255,255,255,200Yellow=255,255,0; Set Date and Reset threshold in GB:Date=15NetTotal=5[sGlobalText]FontFace=Trebuchet MSStringStyle=BoldFontSize=9AntiAlias=1DynamicVariables=1[mDate]Measure=TimeFormat=%#d[mNetTotal]Measure=NetTotalCumulative=1IfCondition=(#CURRENTSECTION# > (#NetTotal#*1073741824)) && (mDate=#Date#)IfTrueAction=[!SetOption Text FontColor "#Yellow#"][!UpdateMeter Text][!Redraw][!Delay 10000][!ResetStats]IfFalseAction=[!SetOption Text FontColor "#White#"][!UpdateMeter Text][!Redraw][Text]Meter=StringMeterStyle=sGlobalTextMeasureName=mDateMeasureName2=mNetTotalSolidColor=#Trans#NumOfDecimals=2AutoScale=1Text="%2B"ToolTipTitle=Refresh Date: #Date#thToolTipText=L - Refresh#CRLF#M2 - Reset StatsInlineSetting=Size | 7.5InlinePattern=( B| kB| MB| GB|th)LeftMouseUpAction=[!Refresh]H=23
Thanks for your help

Statistics: Posted by sl23 — Yesterday, 4:31 pm