I just thoroughly confused myself to the point where I can no longer figure out what is going on. Please help me decipher what is happening under the hood with some timings in my skin. It gets complicated somewhat quickly so I will outline it in a high level.
My confusion stems from my lack of knowledge regarding how UpdateRate in the WebParser children work.
Does UpdateRate only effect WebParser measures which actually get data from the web? [so: only WebParserSuperParent] <- this is my guess
Or does it effect any WebParser which uses a RegEx? [so: WebParserSuperParent plus all WebParserParents]
Or does it effect all WebParser [so: everything]
Assuming from what I have read in the documentation that since the children have no declarations >
UpdateRate of 600 (default for WebParser): this child does not pull data from the web so no effect
Update 250: 1/4 second
UpdateDivider 2400: 10 mins
So the children will update at 10 min intervals... Is this correct?
Code:
[Rainmeter]Update=250; 1/4 secondDefaultUpdateDivider=2400; 10 minutes[WebParserSuperParent]RegEx: split web page result into sectionsUpdateRate=2400UpdateDivider=1; remove default from RainMeter section so 10 mins[WebParserParent1]Url=[WebParserSuperParent]RegEx: split section1 into subsectionsUpdateRate=2400UpdateDivider=1; remove default from RainMeter section so 10 mins ?; Is UpdateRate used here because data coming from Parent and not web[WebParserParent2]Url=[WebParserSuperParent]RegEx: split section2 into subsectionsUpdateRate=2400UpdateDivider=1; remove default from RainMeter section so 10 mins ?; Is UpdateRate used here because data coming from Parent and not web[WebParserChild1Parent1]Url=[WebParserParent1]StringIndex=1; no declarations so confused as to result ?[WebParserChild1Parent2]Url=[WebParserParent2]StringIndex=1; no declarations so confused as to result ?
Does UpdateRate only effect WebParser measures which actually get data from the web? [so: only WebParserSuperParent] <- this is my guess
Or does it effect any WebParser which uses a RegEx? [so: WebParserSuperParent plus all WebParserParents]
Or does it effect all WebParser [so: everything]
Assuming from what I have read in the documentation that since the children have no declarations >
UpdateRate of 600 (default for WebParser): this child does not pull data from the web so no effect
Update 250: 1/4 second
UpdateDivider 2400: 10 mins
So the children will update at 10 min intervals... Is this correct?
Statistics: Posted by Pickles7853 — Yesterday, 6:01 pm