It is currently March 28th, 2024, 7:38 pm

Lumiero Weather Issues

Get help with creating, editing & fixing problems with skins
Nobody
Posts: 9
Joined: June 28th, 2021, 6:55 pm

Lumiero Weather Issues

Post by Nobody »

Hello!
Can someone guide me to fix the issue -
The lumiero weather skin always gets relocated to a coordinate which is not saved by me (for example the coordinates i saved is 1415,0 but everytime I restart the pc it relocates to 1315,0) pls help me
User avatar
Active Colors
Moderator
Posts: 1251
Joined: February 16th, 2012, 3:32 am
Location: Berlin, Germany

Re: Lumiero Weather Issues

Post by Active Colors »

Could you give us a link to your skin in question? Without the skin it is impossible to know what you are talking about :)
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Lumiero Weather Issues

Post by balala »

Nobody wrote: June 28th, 2021, 6:58 pm The lumiero weather skin always gets relocated to a coordinate which is not saved by me (for example the coordinates i saved is 1415,0 but everytime I restart the pc it relocates to 1315,0) pls help me
The skin uses Yahoo as weather provider and at least as far as I can tell, this provider returns local information. You don't have to set up the location. So first question is where you set the coordinates? And what 1415,0 and 1315,0 are representing?
I might be wrong here, someone who has developed many Weather skins (for instance eclectic-tech, jsmorley or Xxenium) might contradict me, but more or less I'm sure you can't and don't have to set the location for this skin.
Active Colors wrote: June 28th, 2021, 7:24 pm Could you give us a link to your skin in question? Without the skin it is impossible to know what you are talking about :)
I don't contest guys should help us to help them (so in this case by posting a link), however Google is our friend: https://www.deviantart.com/apexxx-sensei/art/Lumiero-828277050
User avatar
Yincognito
Rainmeter Sage
Posts: 7025
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Lumiero Weather Issues

Post by Yincognito »

Nobody wrote: June 28th, 2021, 6:58 pm Hello!
Can someone guide me to fix the issue -
The lumiero weather skin always gets relocated to a coordinate which is not saved by me (for example the coordinates i saved is 1415,0 but everytime I restart the pc it relocates to 1315,0) pls help me
If you're talking about the screen coordinates of that skin and the fact that it moves to X=1315 and Y=0 on your screen, the fact that the skin comes with a layout (or you automatically load a layout that positions the skin at the 1315,0 coordinates on your screen) might have something to do with it.

If so, checking or unchecking the options mentioned here (I guess Snap To Edges, Keep On Screen or Save Position could have an impact, see their descriptions) or directly editing your Rainmeter.ini and modify the X and Y of the skin according to your preferences might do the trick.
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Lumiero Weather Issues

Post by balala »

Yincognito wrote: June 28th, 2021, 8:19 pm If you're talking about the screen coordinates of that skin and the fact that it moves to X=1315 and Y=0 on your screen, the fact that the skin comes with a layout (or you automatically load a layout that positions the skin at the 1315,0 coordinates on your screen) might have something to do with it.

If so, checking or unchecking the options mentioned here (I guess Snap To Edges, Keep On Screen or Save Position could have an impact, see their descriptions) or directly editing your Rainmeter.ini and modify the X and Y of the skin according to your preferences might do the trick.
Didn't realize the OP is talking about the coordinates of the skin on the screen, thought he is talking about the geographical coordinates. But now reading your reply, you1re right, he was talking about coordinates on screen and in this case I think he should uncheck the Keep on screen checkbox in the right click menu of the skin.
My bad I misunderstood him... :handtohead:
User avatar
Yincognito
Rainmeter Sage
Posts: 7025
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Lumiero Weather Issues

Post by Yincognito »

balala wrote: June 28th, 2021, 8:28 pm Didn't realize the OP is talking about the coordinates of the skin on the screen, thought he is talking about the geographical coordinates. But now reading your reply, you1re right, he was talking about coordinates on screen and in this case I think he should uncheck the Keep on screen checkbox in the right click menu of the skin.
My bad I misunderstood him... :handtohead:
Yeah, no problem - I thought he was talking about his location coordinates too, at first, but then looked closer at what coordinates he was talking about, and, as you noticed, they didn't look like geographical ones - even for Yahoo, LOL. Coupled with his choice of words, i.e. "skin gets relocated", "coordinates I saved", "everytime I restart my PC", it all gave his question a different meaning, one that actually made sense.
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
Nobody
Posts: 9
Joined: June 28th, 2021, 6:55 pm

Re: Lumiero Weather Issues

Post by Nobody »

Hi all first of all i am thankful for the guidance. the reason it has been 2months for me to reply on this forum is cause i changed my weather skin to a more appealing one, and i forgot about this question i posted on forums(my bad!). anyways thanks again for the help
User avatar
Yincognito
Rainmeter Sage
Posts: 7025
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Lumiero Weather Issues

Post by Yincognito »

Nobody wrote: August 18th, 2021, 4:42 pm Hi all first of all i am thankful for the guidance. the reason it has been 2months for me to reply on this forum is cause i changed my weather skin to a more appealing one, and i forgot about this question i posted on forums(my bad!). anyways thanks again for the help
No problemo. ;-)
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
Aselockd
Posts: 1
Joined: January 2nd, 2023, 2:09 pm

Re: Lumiero Weather Issues

Post by Aselockd »

Got wrong weather data issue, have some solution for this, fixed regex part, changed design, test

Weather Forecast.ini

Code: Select all

[Rainmeter]
Update=1000
Author=Connect-R
BackgroundMode=2
SolidColor=0,0,0,1
DynamicWindowSize=1
AccurateText=1
MouseScrollUpAction=[!SetVariable Scale "(#Scale#+#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#+#ScrollMouseIncrement#)"][!Refresh]
MouseScrollDownAction=[!SetVariable Scale "(#Scale#-#ScrollMouseIncrement# < 0.2 ? 0.2 : #Scale#-#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#-#ScrollMouseIncrement# < 0.2 ? 0.2 : #Scale#-#ScrollMouseIncrement#)"][!Refresh]
ContextTitle=> Fahrenheit
ContextAction=[!WritekeyValue MeterTemp MeasureName MeasureTempFahrenheit][!WritekeyValue MeterFeelsLike MeasureName MeasureFeelLikeFahrenheit][!WritekeyValue MeterNightTemperature MeasureName MeasureMinTemperatureNightFahrenheit][!WritekeyValue MeterDayTemperature MeasureName MeasureMaxTemperatureDayFahrenheit][!WritekeyValue Variables TempSymbol F][!Refresh]
ContextTitle2=> Celsius
ContextAction2=[!WritekeyValue MeterTemp MeasureName MeasureTempCelsius][!WritekeyValue MeterFeelsLike MeasureName MeasureFeelLikeCelsius][!WritekeyValue MeterNightTemperature MeasureName MeasureMinTempCelsius][!WritekeyValue MeterDayTemperature MeasureName MeasureMaxTempCelsius][!WritekeyValue Variables TempSymbol C][!Refresh]
ContextTitle3=> Location > [MeasureLocation] <
ContextAction3=["https://www.yahoo.com/news/weather"]
ContextTitle4=> Font Color
ContextAction4=["#@#Addons\RainRGB4.exe" "VarName=Color1" "FileName=#@#Variables.inc"]
ContextTitle5=> 24hTime
ContextAction5=[!WriteKeyValue Variables Format "H" "#@#Variables.inc"][!WriteKeyValue Variables Hidden2 "1" "#@#Variables.inc"][!WriteKeyValue Variables Hidden "0" "#@#Variables.inc"][!Refresh *]
ContextTitle6=> 12hTime
ContextAction6=[!WriteKeyValue Variables Format "#I" "#@#Variables.inc"][!WriteKeyValue Variables Hidden2 "0" "#@#Variables.inc"][!WriteKeyValue Variables Hidden "1" "#@#Variables.inc"][!Refresh *]
ContextTitle7=> Translate
ContextAction7=["#ROOTCONFIGPATH#@Resources\Language\Language.inc"]
ContextTitle8=> MediaMonkey
ContextAction8=[!WriteKeyValue Variables Player MediaMonkey "#@#Variables.inc"][!Refresh *]
ContextTitle9=> iTunes
ContextAction9=[!WriteKeyValue Variables Player iTunes "#@#Variables.inc"][!Refresh *]
ContextTitle10=> Windows Media Player
ContextAction10=[!WriteKeyValue Variables Player WMP "#@#Variables.inc"][!Refresh *]
ContextTitle11=> Winamp
ContextAction11=[!WriteKeyValue Variables Player Winamp "#@#Variables.inc"][!Refresh *]
ContextTitle12=> Foobar2000
ContextAction12=[!WriteKeyValue Variables Player CAD "#@#Variables.inc"][!Refresh *]
ContextTitle13=> AIMP
ContextAction13=[!WriteKeyValue Variables Player AIMP "#@#Variables.inc"][!Refresh *]
ContextTitle14=> MusicBee
ContextAction14=[!WriteKeyValue Variables Player CAD "#@#Variables.inc"][!Refresh *]
ContextTitle15=> J.River Media
ContextAction15=[!WriteKeyValue Variables Player CAD "#@#Variables.inc"][!Refresh *]
ContextTitle16=> Spotify (Desktop v.)
ContextAction16=[!WriteKeyValue Variables Player Spotify "#@#Variables.inc"][!Refresh *]


[Variables]
@include=#@#Variables.inc
@include2=#@#Language\Language.inc
Scale=2.9
TempSymbol=C

;-----------------------------------------------------------—
;-----------------------------------------------------------—

[MeasureWeather]
Measure=Plugin
Plugin=WebParser
URL=https://www.yahoo.com/news/weather
RegExp=<h1 class="Fz\(3rem\)\-\-miw1250 Fz\(2.65rem\)\-\-miw1024 Fz\(1.62rem\) Fw\(n\) Lh\(1\) Trsdu\(.3s\) Wob\(ba\)">([^<]+).*<span class="Va\(t\) D\(b\) fahrenheit celsius_D\(n\)">([^<]+).*<img class=wafer-img data-wf-src=.*60x60\/([^\@]+).*
UpdateRate=900

[MeasureWeather_Additional]
Measure=Plugin
Plugin=WebParser
URL=https://www.yahoo.com/news/weather
RegExp=<span class="Va\(m\) Px\(6px\) D\(b\) celsius_D\(n\)">([^&deg]+).*<span class="Va\(m\) Px\(6px\) D\(b\) celsius_D\(n\)">([^&deg]+).*
UpdateRate=900

;-----------------------------------------------------------—
;-----------------------------------------------------------—

[MeasureLocation]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather]
StringIndex=1

[MeasureIcon]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather]
StringIndex=3
DynamicVariables=1
Substitute="rain_day_night":"rain","scattered_showers_day_night":"rain","windy_day_night":"wind","mostly_cloudy_day_night":"cloudy","cloudy_day_night":"cloudy","snow_rain_mix_day_night":"sleet","fair_day":"clear_day","fair_night":"clear_night","flurries_day_night":"snow","snow_day_night":"snow","thundershowers_day_night":"thunder","fog_day_night":"fog"

[MeasureDescription]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather]
StringIndex=1
Substitute=#Conditions#

[MeasureMaxTemperatureDayFahrenheit]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather_Additional]
StringIndex=2

[MeasureMinTemperatureNightFahrenheit]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather_Additional]
StringIndex=1

[MeasureTempFahrenheit]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather]
StringIndex=2

[MeasureFeelLikeFahrenheit]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather]
StringIndex=2

[MeasureMaxTempCelsius]
Measure=Calc
Formula=Round((MeasureMaxTemperatureDayFahrenheit-32)*5/9)
DynamicVariables=1

[MeasureMinTempCelsius]
Measure=Calc
Formula=Round((MeasureMinTemperatureNightFahrenheit-32)*5/9)
DynamicVariables=1

[MeasureFeelLikeCelsius]
Measure=Calc
Formula=Round((MeasureFeelLikeFahrenheit-32)*5/9)
DynamicVariables=1

[MeasureTempCelsius]
Measure=Calc
Formula=Round((MeasureTempFahrenheit-32)*5/9)
DynamicVariables=1

;-----------------------------------------------------------—
;-----------------------------------------------------------—

[MeterIcon]
Meter=Image
MeasureName=MeasureIcon
Path=#@#WeatherIcons
X=(0*#Scale#)
Y=(5*#Scale#)
W=(30*#Scale#)
AntiAlias=1
ImageTint=235,176,146
DynamicVariables=1

;-----------------------------------------------------------—
;-----------------------------------------------------------—

[MeterLocation]
Meter=String
MeasureName=MeasureLocation
StringAlign=Left
FontColor=201, 137, 111
FontFace=Rockwell
FontSize=(8*#Scale#)
X=(5*#Scale#)
Y=(35*#Scale#)
Text=%1
AntiAlias=1

[MeterTemp]
Meter=String
MeasureName=MeasureTempCelsius
StringAlign=Left
FontColor=49,43,58
FontFace=Rockwell
StringStyle=Bold
FontSize=(25*#Scale#)
X=(53*#Scale#)
Y=(0*#Scale#)
Text=%1˚
AntiAlias=1


[MeterNightTemperatureText]
Meter=String
StringAlign=Left
FontColor=235,176,146
FontFace=Rockwell
FontSize=(6*#Scale#)
X=(5*#Scale#)
Y=(10*#Scale#)R
Text=夜の気温
AntiAlias=1
UpdateDivider=-1

[MeterDayTemperatureText]
Meter=String
StringAlign=Left
FontColor=235,176,146
FontFace=Rockwell
FontSize=(6*#Scale#)
X=(50*#Scale#)
Y=(0*#Scale#)r
Text=日中の気温
AntiAlias=1
UpdateDivider=-1

[MeterNightTemperature]
Meter=String
MeasureName=MeasureMinTempCelsius
StringAlign=Left
FontColor=49,43,58
FontFace=Rockwell
StringStyle=Bold
FontSize=(7*#Scale#)
X=(5*#Scale#)
Y=(1*#Scale#)R
Text=%1°
AntiAlias=1

[MeterDayTemperature]
Meter=String
MeasureName=MeasureMaxTempCelsius
StringAlign=Left
FontColor=49,43,58
FontFace=Rockwell
StringStyle=Bold
FontSize=(7*#Scale#)
X=(50*#Scale#)
Y=(1*#Scale#)r
Text=%1°
AntiAlias=1
Last edited by eclectic-tech on January 2nd, 2023, 3:12 pm, edited 1 time in total.
DoobyDoobs
Posts: 7
Joined: October 31st, 2022, 11:24 am

Re: Lumiero Weather Issues

Post by DoobyDoobs »

Very much appreciated, just want to note that if anyone doesn't want the design changed but does want the weather to be fixed again just copy the code until the [MeasureFeelLikeFahrenheit] plugin or just replace this code with the code in the weather forecast

Code: Select all

[Rainmeter]
Update=1000
Author=Connect-R
BackgroundMode=2
SolidColor=0,0,0,1
DynamicWindowSize=1
AccurateText=1
MouseScrollUpAction=[!SetVariable Scale "(#Scale#+#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#+#ScrollMouseIncrement#)"][!Refresh]
MouseScrollDownAction=[!SetVariable Scale "(#Scale#-#ScrollMouseIncrement# < 0.2 ? 0.2 : #Scale#-#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#-#ScrollMouseIncrement# < 0.2 ? 0.2 : #Scale#-#ScrollMouseIncrement#)"][!Refresh]
ContextTitle=> Fahrenheit
ContextAction=[!WritekeyValue MeterTemp MeasureName MeasureTempFahrenheit][!WritekeyValue MeterFeelsLike MeasureName MeasureFeelLikeFahrenheit][!WritekeyValue MeterNightTemperature MeasureName MeasureMinTemperatureNightFahrenheit][!WritekeyValue MeterDayTemperature MeasureName MeasureMaxTemperatureDayFahrenheit][!WritekeyValue Variables TempSymbol F][!Refresh]
ContextTitle2=> Celsius
ContextAction2=[!WritekeyValue MeterTemp MeasureName MeasureTempCelsius][!WritekeyValue MeterFeelsLike MeasureName MeasureFeelLikeCelsius][!WritekeyValue MeterNightTemperature MeasureName MeasureMinTempCelsius][!WritekeyValue MeterDayTemperature MeasureName MeasureMaxTempCelsius][!WritekeyValue Variables TempSymbol C][!Refresh]
ContextTitle3=> Location > [MeasureLocation] <
ContextAction3=["https://www.yahoo.com/news/weather"]
ContextTitle4=> Font Color
ContextAction4=["#@#Addons\RainRGB4.exe" "VarName=Color1" "FileName=#@#Variables.inc"]
ContextTitle5=> 24hTime
ContextAction5=[!WriteKeyValue Variables Format "H" "#@#Variables.inc"][!WriteKeyValue Variables Hidden2 "1" "#@#Variables.inc"][!WriteKeyValue Variables Hidden "0" "#@#Variables.inc"][!Refresh *]
ContextTitle6=> 12hTime
ContextAction6=[!WriteKeyValue Variables Format "#I" "#@#Variables.inc"][!WriteKeyValue Variables Hidden2 "0" "#@#Variables.inc"][!WriteKeyValue Variables Hidden "1" "#@#Variables.inc"][!Refresh *]
ContextTitle7=> Translate
ContextAction7=["#ROOTCONFIGPATH#@Resources\Language\Language.inc"]
ContextTitle8=> MediaMonkey
ContextAction8=[!WriteKeyValue Variables Player MediaMonkey "#@#Variables.inc"][!Refresh *]
ContextTitle9=> iTunes
ContextAction9=[!WriteKeyValue Variables Player iTunes "#@#Variables.inc"][!Refresh *]
ContextTitle10=> Windows Media Player
ContextAction10=[!WriteKeyValue Variables Player WMP "#@#Variables.inc"][!Refresh *]
ContextTitle11=> Winamp
ContextAction11=[!WriteKeyValue Variables Player Winamp "#@#Variables.inc"][!Refresh *]
ContextTitle12=> Foobar2000
ContextAction12=[!WriteKeyValue Variables Player CAD "#@#Variables.inc"][!Refresh *]
ContextTitle13=> AIMP
ContextAction13=[!WriteKeyValue Variables Player AIMP "#@#Variables.inc"][!Refresh *]
ContextTitle14=> MusicBee
ContextAction14=[!WriteKeyValue Variables Player CAD "#@#Variables.inc"][!Refresh *]
ContextTitle15=> J.River Media
ContextAction15=[!WriteKeyValue Variables Player CAD "#@#Variables.inc"][!Refresh *]
ContextTitle16=> Spotify (Desktop v.)
ContextAction16=[!WriteKeyValue Variables Player Spotify "#@#Variables.inc"][!Refresh *]


[Variables]
@include=#@#Variables.inc
@include2=#@#Language\Language.inc
Scale=2.9
TempSymbol=C

;-----------------------------------------------------------—
;-----------------------------------------------------------—

[MeasureWeather]
Measure=Plugin
Plugin=WebParser
URL=https://www.yahoo.com/news/weather
RegExp=<h1 class="Fz\(3rem\)\-\-miw1250 Fz\(2.65rem\)\-\-miw1024 Fz\(1.62rem\) Fw\(n\) Lh\(1\) Trsdu\(.3s\) Wob\(ba\)">([^<]+).*<span class="Va\(t\) D\(b\) fahrenheit celsius_D\(n\)">([^<]+).*<img class=wafer-img data-wf-src=.*60x60\/([^\@]+).*
UpdateRate=900

[MeasureWeather_Additional]
Measure=Plugin
Plugin=WebParser
URL=https://www.yahoo.com/news/weather
RegExp=<span class="Va\(m\) Px\(6px\) D\(b\) celsius_D\(n\)">([^&deg]+).*<span class="Va\(m\) Px\(6px\) D\(b\) celsius_D\(n\)">([^&deg]+).*
UpdateRate=900

;-----------------------------------------------------------—
;-----------------------------------------------------------—

[MeasureLocation]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather]
StringIndex=1

[MeasureIcon]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather]
StringIndex=3
DynamicVariables=1
Substitute="rain_day_night":"rain","scattered_showers_day_night":"rain","windy_day_night":"wind","mostly_cloudy_day_night":"cloudy","cloudy_day_night":"cloudy","snow_rain_mix_day_night":"sleet","fair_day":"clear_day","fair_night":"clear_night","flurries_day_night":"snow","snow_day_night":"snow","thundershowers_day_night":"thunder","fog_day_night":"fog"

[MeasureDescription]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather]
StringIndex=1
Substitute=#Conditions#

[MeasureMaxTemperatureDayFahrenheit]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather_Additional]
StringIndex=2

[MeasureMinTemperatureNightFahrenheit]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather_Additional]
StringIndex=1

[MeasureTempFahrenheit]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather]
StringIndex=2

[MeasureFeelLikeFahrenheit]
Measure=Plugin
Plugin=WebParser
URL=[MeasureWeather]
StringIndex=2

[MeasureMaxTempCelsius]
Measure=Calc
Formula=Round((MeasureMaxTemperatureDayFahrenheit-32)*5/9)
DynamicVariables=1

[MeasureMinTempCelsius]
Measure=Calc
Formula=Round((MeasureMinTemperatureNightFahrenheit-32)*5/9)
DynamicVariables=1

[MeasureFeelLikeCelsius]
Measure=Calc
Formula=Round((MeasureFeelLikeFahrenheit-32)*5/9)
DynamicVariables=1

[MeasureTempCelsius]
Measure=Calc
Formula=Round((MeasureTempFahrenheit-32)*5/9)
DynamicVariables=1
;-------------------------------------------------------------
;-------------------------------------------------------------

[MeterIcon]
Meter=Image
MeasureName=MeasureIcon
Path=#@#WeatherIcons
X=(0*#Scale#)
Y=(0*#Scale#)
W=(30*#Scale#)
AntiAlias=1
ImageTint=#Color1#
DynamicVariables=1

;-------------------------------------------------------------
;-------------------------------------------------------------

[MeterLocation]
Meter=String
MeasureName=MeasureLocation
StringAlign=Left
FontColor=#Color1#,100
FontFace=Comfortaa
FontSize=(3.5*#Scale#)
X=(5*#Scale#)
Y=(35*#Scale#)
Text=%1
AntiAlias=1

[MeterTemp]
Meter=String
MeasureName=MeasureTempCelsius
StringAlign=Left
FontColor=#Color1#
FontFace=Comfortaa
FontSize=(20*#Scale#)
X=(40*#Scale#)
Y=(0*#Scale#)
Text=%1˚
AntiAlias=1

[MeterDescription]
Meter=String
MeasureName=MeasureDescription
StringAlign=Left
FontColor=#Color1#
FontFace=Comfortaa
FontSize=(4*#Scale#)
X=(5*#Scale#)
Y=(42*#Scale#)
Text=%1
AntiAlias=1

[MeterFeelsLike]
Meter=String
MeasureName=MeasureFeelLikeCelsius
StringAlign=Left
FontColor=#Color1#,100
FontFace=Comfortaa
FontSize=(3.5*#Scale#)
X=(5*#Scale#)
Y=(0*#Scale#)R
Text=#Feels like# %1° #TempSymbol#
AntiAlias=1

[MeterNightTemperatureText]
Meter=String
StringAlign=Left
FontColor=#Color1#,100
FontFace=Comfortaa
FontSize=(3.5*#Scale#)
X=(5*#Scale#)
Y=(10*#Scale#)R
Text=#Night temp#.
AntiAlias=1
UpdateDivider=-1

[MeterDayTemperatureText]
Meter=String
StringAlign=Left
FontColor=#Color1#,100
FontFace=Comfortaa
FontSize=(3.5*#Scale#)
X=(50*#Scale#)
Y=(0*#Scale#)r
Text=#Day temp#.
AntiAlias=1
UpdateDivider=-1

[MeterNightTemperature]
Meter=String
MeasureName=MeasureMinTempCelsius
StringAlign=Left
FontColor=#Color1#
FontFace=Comfortaa
FontSize=(4*#Scale#)
X=(5*#Scale#)
Y=(1*#Scale#)R
Text=%1°#TempSymbol#
AntiAlias=1

[MeterDayTemperature]
Meter=String
MeasureName=MeasureMaxTempCelsius
StringAlign=Left
FontColor=#Color1#
FontFace=Comfortaa
FontSize=(4*#Scale#)
X=(50*#Scale#)
Y=(1*#Scale#)r
Text=%1°#TempSymbol#
AntiAlias=1
Thanks again to OP because I would have had to ask how to fix this code regardless since I don't even know what language this is.