Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 871

Help: Rainmeter Skins • Need Help with my new Temp skin

$
0
0
I posted a 'looking for' topic in General and decided to try and McGyver my own. Surprised that I got a "result". As per the attached image I am lacking the proper code skillset to have the actual temperature value.

EDIT : I made a change to the code and added the @Resources folder, looks like I'm half way there, refer to image
(still trying to figure out how the text went to blue)

Code:

[Rainmeter]; This section contains general settings that can be used to change how Rainmeter behaves.Update=1000; #@# is equal to Rainmeter\Skins\illustro\@ResourcesBackgroundMode=0BackgroundMargins=0,0,0,0StringEffect=Shadow[Metadata]; Contains basic information of the skin.Name=C-F TEMPStringEffect=Shadow[Variables]; Include weather settings and language variables @Include1=#@#WeatherComJSONVariables.inc@Include2=#@#WeatherComJSONMeasures.inc@Include3=#@#Variables.inc; Variables declared here can be used later on between two # characters (e.g. #MyVariable#).8StringEffect=ShadowfontName=Trebuchet MStextSize=10colorBar=255,255,255,255colorText=255,255,255,255; ----------------------------------; MEASURES return some kind of value; ----------------------------------[CurrentTemperatureF]; Added to 'Times' group so it is enabled when the webparser finishesGroup=TimesMeasure=CalcFormula=(([@CurrentTemperature]*9/5)+32)DynamicVariables=1Disabled=1; ----------------------------------; STYLES are used to "centralize" options; ----------------------------------[styleTitle];StringAlign=Center;StringCase=UpperStringStyle=BoldStringEffect=ShadowFontEffectColor=0,0,0,0FontColor=#colorText#FontFace=#fontName#FontSize=10AntiAlias=1ClipString=1[styleLeftText];StringAlign=Left; Meters using styleLeftText will be left-aligned.StringCase=NoneStringStyle=BoldStringEffect=ShadowFontEffectColor=0,0,0,0FontColor=#colorText#FontFace=#fontName#FontSize=#textSize#AntiAlias=1ClipString=1[styleRightText]StringAlign=RightStringCase=NoneStringStyle=BoldStringEffect=ShadowFontEffectColor=0,0,0,0FontColor=#colorText#FontFace=#fontName#FontSize=#textSize#AntiAlias=1ClipString=1[styleSeperator]SolidColor=255,255,255,255---Meters---[Temperature]Meter=String*** LeftTop: FontChooser; RightTop: Temperature;X=(10*#Scale#)R;Y=(5*#Scale#)r*** CenterTop: FontChooser; LeftBottom: TemperatureX=(0*#Scale#);sun1 -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Y=(-33*#Scale#)RFontFace=[FontFace]FontSize=(55*#Scale#)FontColor=#FontColor#StringStyle=NormalStringAlign=LeftStringEffect=ShadowFontEffectColor=0,0,0,0SolidColor=0,0,0,1Antialias=1MeasureName=@CurrentTemperatureMeasureName2=CurrentTemperatureFText=%1°C / %2°F

Statistics: Posted by MourningStar — Today, 1:59 am — Replies 10 — Views 226



Viewing all articles
Browse latest Browse all 871

Trending Articles