deviant art

Deviant Login Shop  Join deviantART for FREE Take the Tour
[x]
Download File
RAR, 674 KB
more ▶

More from ~ld-jing

Featured in Groups:

Details

March 9, 2009
674 KB
Thumb

Statistics

Comments: 69
Favourites: 163 [who?]

Views: 89,094 (34 today)
Downloads: 84,509 (1 today)
[x]
:iconld-jing:
In order to complete the areao4.2 rainmeter series, so I made this skin and also the icon I made by myself in photoshop.
Spent about 6 hours from designing and scripting. Dedicated for the areao4.2 user!

And about the glitches, I have fixed it! Thanks to the guys who commented it. :D

Credits
- areao4.2 by ~heylove [link]
- Weather for Rainmeter by ~garbanzox [link]
- MoxaWeather by moxamax rainmeter [link]
Add a Comment:
 
love 3 3 joy 3 3 wow 0 0 mad 0 0 sad 0 0 fear 0 0 neutral 0 0
:iconjohnniekim:
Thank you very much.....
Reply
:iconshippd:
great work
Reply
:iconsokopa:
hi! i really like your skin! but a quick question..how do i change to white-blue?
Reply
:iconsokopa:
necer mind, i found it..i'm soooo stupid i didn't see it earlier :(
Reply
:iconsmackzippy:
very nice, thank you.
Reply
:iconskye5:
Long words in the weather description are cut off and I was reading through the comments to see if there was a solution. However, I don't know what part of the skin I should edit. I'm kind of a noob at these things so any help would be awesome =)
Reply
:iconketayapart:
try this one..
i adjust some alignment..maybe not not perfect.
just copy paste in notepad save it bla2.ini

i try make for black theme..
other color same thing just dont edit color..

[Rainmeter]
Author=jing
Update=1000
BackgroundMode=1
MouseActionCursor=0
MiddleMouseDownAction=!RainmeterDeactivateConfig

[Metadata]
Name=area weather
Config=area weather black
Description=shows weather
Version=1.1.0
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0

[Variables]
;Please replace your location code of Weather.com below, e.g: Sydney is ASXX0112.
;You can check it on Weather.com or Google.
;And you may also delete "WeatherUnit=m" if you prefer the Celcius Scale.
WeatherCodeLocation=MYXX0002
WeatherUnit=m
Font=Century Gothic

;================================================================

[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=3600
Url=[link]
RegExp="(?siU)<weather ver="(.*)">(.*)<tmp>(.*)</tmp>(.*)<t>(.*)</t>(.*)<icon>(.*)</icon>(.*)<day d="1" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="2" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="3" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)"
StringIndex=1
IfAboveValue=1
IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon]
;Debug=1
;--------------------------------

[MeasureWeatherTemp]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=3

[MeasureWeatherDesc]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=5

[MeasureWeatherIcon]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=7
;-------------------------

;tomorrow's weather description, id=18
;tomorrow's day, id=9
;tomorrow's date, id=10, you can redefine the StringIndex value below with the id#
[MeasureWeatherDesc1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=18

[MeasureWeatherDay1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=9

;tomorrow's Hi-temp, id=12
;tomorrow's Lo-temp, id=14, you can redefine the StringIndex value below with the id#
[MeasureWeatherTemp1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=12

[MeasureWeatherTemplo1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=14

;tomorrow's weather icon, id=16
[MeasureWeatherIcon1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=16
;-------------------------

;D+2, weather description, id=29
;D+2, day of week, id=20
;D+2, date, id=21
[MeasureWeatherDesc2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=29

[MeasureWeatherDay2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=20

;D+2, Hi-temp, id=23
;D+2, Lo-temp, id=25
[MeasureWeatherTemp2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=23

[MeasureWeatherTemplo2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=25

;D+2, weather icon, id=27
[MeasureWeatherIcon2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=27

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

;D+3, weather description, id=40
;D+3, day of week, id=31
;D+3, date, id=32
[MeasureWeatherDesc3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=40

[MeasureWeatherDay3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=31

;D+3, Hi-temp, id=34
;D+3, Lo-temp, id=36
[MeasureWeatherTemp3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=34

[MeasureWeatherTemplo3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=36

;D+3, weather icon, id=38
[MeasureWeatherIcon3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=38

;================================================================

[MeterTemp]
MeasureName=MeasureWeatherTemp
Meter=STRING
X=155
Y=13
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay]
Meter=STRING
X=0
Y=12
FontColor=0,0,0,100
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Prefix="Today"

[MeterDesc]
MeasureName=MeasureWeatherDesc
Meter=STRING
X=0
Y=24
FontColor=0,0,0,100
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIconNA]
ImageName=na.png
Meter=IMAGE
X=143
Y=1

[MeterIcon]
MeasureName=MeasureWeatherIcon
Meter=IMAGE
X=152
Y=0
Hidden=1
;------------------------- offset Y: +40

[MeterTemp1]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=155
Y=90
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemplo1]
MeasureName=MeasureWeatherTemplo1
Meter=STRING
X=155
Y=70
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay1]
MeasureName=MeasureWeatherDay1
Meter=STRING
X=0
Y=73
FontColor=0,0,0,100
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterDesc1]
MeasureName=MeasureWeatherDesc1
Meter=STRING
X=0
Y=85
FontColor=0,0,0,100
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIcon1]
MeasureName=MeasureWeatherIcon1
Meter=IMAGE
X=152
Y=60
;------------------------- offset Y: +40

[MeterTemp2]
MeasureName=MeasureWeatherTemp2
Meter=STRING
X=155
Y=150
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemplo2]
MeasureName=MeasureWeatherTemplo2
Meter=STRING
X=155
Y=130
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay2]
MeasureName=MeasureWeatherDay2
Meter=STRING
X=0
Y=133
FontColor=0,0,0,100
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterDesc2]
MeasureName=MeasureWeatherDesc2
Meter=STRING
X=0
Y=145
FontColor=0,0,0,100
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIcon2]
MeasureName=MeasureWeatherIcon2
Meter=IMAGE
X=152
Y=120
;------------------------- offset Y: +40

[MeterTemp3]
MeasureName=MeasureWeatherTemp3
Meter=STRING
X=155
Y=210
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemplo3]
MeasureName=MeasureWeatherTemplo3
Meter=STRING
X=155
Y=190
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay3]
MeasureName=MeasureWeatherDay3
Meter=STRING
X=0
Y=193
FontColor=0,0,0,100
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterDesc3]
MeasureName=MeasureWeatherDesc3
Meter=STRING
X=0
Y=205
FontColor=0,0,0,100
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIcon3]
MeasureName=MeasureWeatherIcon3
Meter=IMAGE
X=152
Y=180
Reply
:iconxithium:
~xithium May 24, 2011  Professional Interface Designer
Hi How do i add the Tonight's forecast next to Today's forecast

i created a new entry for it:

[MeasureWeatherTemp0]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=????????????????

which StringIndex= (id#) do i have to use for it?

Thanks
Reply
:iconllightdriver:
Good! More of this are needed. Oweather pack for the retrofukation style, for example. Or the Rosenrot style :)
Reply
:iconsukesh1090:
thank you for the skin.but i am facing a problem,i am not able to get the weather of my location though i added my area code in the URL.actually the URL which is there in the skin is different from the one which is shown in weather.com website.the url in the skin is-xml.weather.com/weather/local/#WeatherCodeLocation and the url shown in weather.com is -www.weather.com/weather/today/weathercodelocation.so how can i fix this?please help me.
Reply
Add a Comment: