Thanks for your effort, this was exactly what I was looking for.
I am totally new to Rainmeter since I just installed it for Market Prices. So I am struggling to adapt your configuration for my instance.
Basically I looked what you wrote here:
I am totally new to Rainmeter since I just installed it for Market Prices. So I am struggling to adapt your configuration for my instance.
Basically I looked what you wrote here:
And changed my RegExp line in the MetMeaTemplate.inc accordingly. But I still can't see the after hour / pre market prices in the widget after reloading it. Is there anything else I have to do? Unfortunately the market just opened so I can't fiddle around further.Code:
; Price e.g. [mIndex1_Price]RegExp=(?siU)^(?|.*<curmktstatus>(?!REG_MKT).*<extendedMktQuote>.*<last>(.*)<\/last>.*?|.*?<last>(.*)<\/last>); Price change e.g. [mIndex1_UpDown]RegExp=(?siU)^(?|.*<curmktstatus>(?!REG_MKT).*<extendedMktQuote>.*<change>(.*)<\/change>.*?|.*<change>(.*)<\/change>); Price change% e.g. [mIndex1_ChangePer]RegExp=(?siU)^(?|.*<curmktstatus>(?!REG_MKT).*<extendedMktQuote>.*<change_pct>(.*)<\/change_pct>.*?|.*<change_pct>(.*)<\/change_pct>)
Statistics: Posted by ThomasB — Yesterday, 1:33 pm