It is currently May 6th, 2024, 2:20 am

Need help with Weather Plugin Celsius Symbol disply issue!

Get help with creating, editing & fixing problems with skins
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Need help with Weather Plugin Celsius Symbol disply issu

Post by Seahorse »

Right click the skin, select "Edit skin" and edit the string meter, though the issue might be with the font.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Need help with Weather Plugin Celsius Symbol disply issu

Post by Seahorse »

Without looking at the code for the skin you are talking about it, is a little hard, but this generic example should eb close enough for you to use as a template.

Before:

Code: Select all

[CurrentTemp]
Meter=String
MeasureName=MeasureTemperature
X=70
Y=10
Text="%1C°"
After:

Code: Select all

[CurrentTemp]
Meter=String
MeasureName=MeasureTemperature
X=70
Y=10
Text="%1F°"
please remember their meter name and MeasureName may be different, but these should be close enough for you to deal with. You should also have a look through Rainmeter 101 to help you understand the concepts.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt