Hi guys, I'm currently editing a Rainmeter skin to use as a template and I need some assistance with setting up the Webparser to fetch the "Valor del JUS" from a website (https://www.abogado.org.ar/jus-unidad-econ%C3%B3mica-158.html]). The value and the date of the exchange rate change monthly but I just can't make the RegExp to fetch the price value, the line where the "JUS" value appears ($27.269,63 in line 370 as of 31/08/2024), it's in the class data, but I can't find a way to show only that specific line instead of all the code. I've included the WebParser Dump in the zip if it's needed.
Any Ideas? Thanks
Any Ideas? Thanks
Code:
[Rainmeter]Update=1000AccurateText=1DynamicWindowSize=1[Variables]StockSymbol=JUSScaleValue=1TextFace=Product SansTextCol=255,255,255TextSize=24TextSpacing=15; Extender si no se ve el precio completo (test) // Extend if the price value doesn't show completely.BackgroundSizeW=2250BackgroundSizeH=1000;NUM. DE DECIMALES PRECIO (test)NumOfDecimalsDisplayed=2UpCol=0,255,0 DownCol=255,0,0 PriceCol=#TextCol#[MeasurePAGINA]Measure=WebParserURL=https://www.abogado.org.ar/jus-unidad-econ%C3%B3mica-158.htmlRegExp=<p><span style="font-size: small;"><strong><span style="font-family: helvetica; color: #993300;"><span style="color: #497b97; font-size: medium;">UpdateRate=3600Debug=2[MeasureJUS]Measure=WebParserURL=[MeasurePAGINA][MeterBackground]Meter=ShapeShape=Rectangle 0,0,(#BackgroundSizeW# * #ScaleValue#),(#BackgroundSizeH# * #ScaleValue#) | Fill Color 0,0,0,(#BackgroundAlpha#) | StrokeWidth 0[MeterSymbolLabel]Meter=StringText=#StockSymbol#AntiAlias=1FontFace=#TextFace#FontColor=#TextCol#FontSize=(#TextSize# * #ScaleValue#)[MeterPrice]Meter=StringText=[MeasureJUS]MeasureName=[MeasureJUS]AntiAlias=1FontFace=#TextFace#FontColor=#PriceCol#FontSize=(#TextSize# * #ScaleValue#)FontWeight=700NumOfDecimals=2DynamicVariables=1Y=((#TextSize# * #ScaleValue#) + (#TextSpacing# * #ScaleValue#))ClipString=1W=(#BackgroundSizeW# * #ScaleValue#)
Statistics: Posted by AntonyMont — Yesterday, 3:49 am — Replies 1 — Views 94