It is currently May 7th, 2024, 11:18 am

What skin do people CURRENTLY use for weather?

Get help with creating, editing & fixing problems with skins
User avatar
Chewtoy
Moderator
Posts: 995
Joined: June 10th, 2009, 12:44 pm
Location: Sweden

Re: What skin do people CURRENTLY use for weather?

Post by Chewtoy »

I use this:
Image
I don't think, therefore I'm not.
DumbDude1994
Posts: 43
Joined: November 12th, 2009, 2:04 am

Re: What skin do people CURRENTLY use for weather?

Post by DumbDude1994 »

I made a really quick one with yahoo

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1

[Metadata]
Name=Weather
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=

[Variables]
Location=USOH0347
Units=F
Sub="Overcast ":" exaggerated "," T-Storms ":" Thunderstorm "," Mostly ":" Usually "," Rain ":" Partly "," Dense ":" Close "," Heavy ":" Heavy "," Light ":" Light "," LGT. ":" Light "," Shower ":" Bui "," showers ":" showers "," Clear ":" Bright "," Rain ":" Cloudy "," Clouds "" Cloud "," Rain ":" Rain "," Foggy ":" Misty "," Fog ":" Mist "

;Measures
[MeasureWeather]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=900
Url=http://weather.yahooapis.com/forecastrss?p=#Location#&u=#Units#
RegExp="<yweather:condition  text="(.*)"  code="(.*)"  temp="(.*)"  "
FinishAction=!RainmeterRedraw

[MeasureType]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeather]
StringIndex=1

[MeasureTemp]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeather]
StringIndex=3

;Meters
[MeterTemp]
Meter=String
BackgroundMode=2
MeasureName=MeasureTemp
SolidColor=255,255,255,255
Text="%1°"
X=0
Y=0
FontColor=0,0,0,255
FontFace="Trebuchet MS"
FontSize=20
AntiAlias=1

[MeterType]
Meter=String
MeasureName=MeasureType
Text="%1"
X=0
Y=R
FontColor=255,255,255,255
FontFace="Trebuchet MS"
FontSize=20
AntiAlias=1
Its just a white block with black text for the temp and white text below for the weather type
User avatar
fabularasa
Posts: 76
Joined: February 26th, 2011, 12:51 am
Location: Poland

Re: What skin do people CURRENTLY use for weather?

Post by fabularasa »