Well, see? A while ago, when I said about being able to use UpdateDivider instead of UpdateRate for a WebParser in some edge cases (even though it isn't generally recommended, as you insisted), you got a bit touchy that I was talking nonsense to a beginner, lol. But it was basically the same thing you do above, just letting the user know that it can be done if there is no other choice (like using solely UpdateRate, as recommended in the manual).Also, here is a way to avoid the issue:So the measure itself will only update every 15 minutes, and WebParser will go out to get the source (and do the WebParserDump.txt and the log) every update.Code:
[Rainmeter]Update=20AccurateText=1DynamicWindowSize=1[MeausureWebParser]Measure=WebParserURL=https://checkip.amazonaws.com/RegExp=(?siU)^(.*)$StringIndex=1UpdateRate=1UpdateDivider=(15*60*(1000/20))Debug=2DynamicVariables=1

Statistics: Posted by Yincognito — Today, 11:31 am