SilverAzide beat me to explaining issues with using - symbols in your section names...
I would also suggest capturing the "minPayoutLevel":"100000000000" and using that in a calc measure to create the decimal value to use in your meter: 0.00004805473
This code corrects section names, simplifies your RegExp, adds the "minPayoutLevel" capture, and adds a measure to format the value.
NumOfDecimals=11 was added to the "text" string meter.
I would also suggest capturing the "minPayoutLevel":"100000000000" and using that in a calc measure to create the decimal value to use in your meter: 0.00004805473
This code corrects section names, simplifies your RegExp, adds the "minPayoutLevel" capture, and adds a measure to format the value.
NumOfDecimals=11 was added to the "text" string meter.
Code:
[Rainmeter]Update=1000Author=_MTCHANNEL_BackgroundMode=2SolidColor=0,0,0,1MiddleMouseUpAction=[!Refresh]RightMouseUpAction=[!SkinCustomMenu]DynamicWindowSize=1AccurateText=1MiddleMouseUpAction=[!Refresh]; *** APi CONNECT ***; ---HEROMiNERS-ZEPHYR APi---[Herominers_Zephyr]Measure=WebParserURL=https://zephyr.herominers.com/api/stats_address?address=ZEPHYR3QXQTPQw7pdjRSAyfowgNkrw5ULgbVrPk2yhTAiCSPRJ9Krhm6rQPctkgBw4cghgEyE8sgUUFfBcet9yp1FrdWKLNW3mj3GRegExp=(?siU)"balance":"(.*)","minPayoutLevel":"(.*)"UpdateRate=600; *** APi CONNECT ***; *** APi ***[Herominers_Zephyrbalance]Measure=WebParserURL=[Herominers_Zephyr]StringIndex=1; RegExpSubstitute=1; UpdateDivider=60; Substitute="(?:^\s+|\s+$)":"",'(?:^"|"$)':""; Avoided capturing quotation marks in the RegExp, so this is not needed[Herominers_Zephyrpayout]Measure=WebParserURL=[Herominers_Zephyr]StringIndex=2; Used in calculation to determine payout level fraction below [Herominers_Zephyrbalance_Format]Measure=CalcFormula=Round(Herominers_Zephyrbalance*(1/Herominers_Zephyrpayout),11); Round(x, precision): Rounds x to an integer, or to a specified number of decimal places.; *** APi ***; *** TEXT ***[Herominers_ZephyrText]Meter=StringX=80Y=33FontSize=15FontFace=ConsolasStringStyle=BOLDStringEffect=SHADOWAntiAlias=1Text= HEROMiNERSFontColor=255,165,0,255AntiAlias=1[Herominers_ZephyrbalanceText]Meter=StringX=200Y=33FontFace=ConsolasFontColor=255,255,255,255StringStyle=BOLDStringEffect=SHADOWFontEffectColor=0,0,0,50FontSize=15AntiAlias=1MeasureName=Herominers_Zephyrbalance_FormatNumOfDecimals=11Text= : %1 ZEPHYRDynamicVariables=1; *** TEXT ***
Statistics: Posted by eclectic-tech — Today, 2:15 am