Using an AverageSize= on your measure will smooth out the value to the number of averages you have.
For examplewill cause MeasureCPU0 to have an average of the CPU Processor 0 usage for 1 second
Remember that AverageSize is the number of measurements not the time of measurement.
Also, you haven't provided the measure you're using for the temperature value. AverageSize does not work in meters.
For example
Code:
[Rainmeter]Update = 100[MeasureCpu0]Measure=CPUProcessor=0AverageSize=10
Remember that AverageSize is the number of measurements not the time of measurement.
Also, you haven't provided the measure you're using for the temperature value. AverageSize does not work in meters.
Statistics: Posted by Bekarfel — Today, 3:53 am