It is currently April 16th, 2024, 1:54 pm

Don't update measure if no data can be read?

Get help with creating, editing & fixing problems with skins
User avatar
balala
Rainmeter Sage
Posts: 16142
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Don't update measure if no data can be read?

Post by balala »

JayOtt wrote: February 20th, 2019, 5:30 pm The URL in the code I've given here is just a placeholder... the actual site is internal to the company, so you wouldn't be able to parse it anyway.
Unfortunately if we can't replicate the issue it is extremely hard to say something useful, more then what eclectic-tech said above.
User avatar
JayOtt
Posts: 14
Joined: February 19th, 2019, 2:15 pm

Re: Don't update measure if no data can be read?

Post by JayOtt »

Just a quick follow-up - I found something that works!

So while this keeps disappearing when it has no data:

Code: Select all

[MeasureAvail]
Measure=WebParser
URL=[MeasureStats]
StringIndex=3
... THIS keeps the last number displayed, until it updates again!

Code: Select all

[MeasureAvailPre]
Measure=WebParser
URL=[MeasureStats]
StringIndex=3
[MeasureAvail]
Measure=Calc
Formula=MeasureAvailPre
I'm guessing it's keeping the number in the Measure like a variable. :D