It is currently June 16th, 2024, 11:41 pm

Inline option issue

Get help with creating, editing & fixing problems with skins
User avatar
pul53dr1v3r
Posts: 442
Joined: July 30th, 2014, 10:30 am

Re: Inline option issue

Post by pul53dr1v3r »

balala wrote: January 21st, 2020, 9:37 pm If there is no space, what do you use between the two temperature values? I'm not sure I follow.
There's nothing between them as you can see Text=%1%2[\x00B0].
User avatar
balala
Rainmeter Sage
Posts: 16307
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Inline option issue

Post by balala »

pul53dr1v3r wrote: January 22nd, 2020, 3:16 pm There's nothing between them as you can see Text=%1%2[\x00B0].
Oh, right, now I see. This is what I would use:

Code: Select all

...
InlinePattern=^([MeasureForecastTempMax2]).*[\x00B0]$
...
InlinePattern2=^.*([MeasureForecastTempMin2])[\x00B0]$