<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>极限社区 - Rainmeter</title>
		<link>http://bbs.themex.net/</link>
		<description>Rainmeter讨论区</description>
		<language>zh</language>
		<lastBuildDate>Sat, 04 Feb 2012 16:34:26 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>120</ttl>
		<image>
			<url>http://bbs.themex.net/images/as4/misc/rss.jpg</url>
			<title>极限社区 - Rainmeter</title>
			<link>http://bbs.themex.net/</link>
		</image>
		<item>
			<title>求助 求个rainmeter套装皮肤</title>
			<link>http://bbs.themex.net/showthread.php?t=16884185&amp;goto=newpost</link>
			<pubDate>Fri, 03 Feb 2012 08:28:50 GMT</pubDate>
			<description>图像: http://bbs.pcbeta.com/data/attachment/album/201202/03/162418kmvodc1bk8hzob14.jpg 




包括壁纸，全套的 ，有人有么</description>
			<content:encoded><![CDATA[<div><img src="http://bbs.pcbeta.com/data/attachment/album/201202/03/162418kmvodc1bk8hzob14.jpg" border="0" alt="" id="vBCodeIMG" /><br />
<br />
<br />
<br />
<br />
包括壁纸，全套的 ，有人有么</div>

]]></content:encoded>
			<category domain="http://bbs.themex.net/forumdisplay.php?f=76">Rainmeter</category>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="true">http://bbs.themex.net/showthread.php?t=16884185</guid>
		</item>
		<item>
			<title>求助 rainmeter里使用了几个天气皮肤都无法显示温度和天气....~~~</title>
			<link>http://bbs.themex.net/showthread.php?t=16883695&amp;goto=newpost</link>
			<pubDate>Fri, 13 Jan 2012 17:39:46 GMT</pubDate>
			<description><![CDATA[图像: http://bbs.themex.net/picture.php?albumid=415&pictureid=2040 

每一个都是这样的效果.....
已经改了天气代码 深圳 —— CHXX0120

希望高手能帮忙解决问题~

代码在此：

;天气情况 3天预报

[Rainmeter]
Background=bg.png


[Variables]
;请在下面替换你所在地的Weather.com代码, 例子：杭州为 CHXX0044
;你可以在Weather.com或者在Google上查到你所在地的代码
;如果你更喜欢华氏温标的话，你也可以删去"&unit=m"（中国人的话就不用删了^_^）
;Font=后面是字体，可以根据需要自行更改
URL=http://xoap.weather.com/weather/local/CHXX0120?cc=*&unit=m&dayf=6
Font=Calibri

;================================================================

[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=3600
Url=#URL#
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

;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

;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

;D+3, weather icon, id=38
[MeasureWeatherIcon3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=38

;================================================================

[温度]
MeasureName=MeasureWeatherTemp
Meter=STRING
X=148
Y=3
FontColor=255,255,255,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix=°C

[日期]
Meter=STRING
X=100
Y=2
FontColor=255,255,255,130
FontSize=9
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Prefix="今日"

[天气情况]
MeasureName=MeasureWeatherDesc
Meter=STRING
X=98
Y=14
FontColor=255,255,255,130
FontSize=9
StringAlign=RIGHT
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=148
Y=43
FontColor=255,255,255,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix=°C

[MeterDay1]
MeasureName=MeasureWeatherDay1
Meter=STRING
X=100
Y=42
FontColor=255,255,255,130
FontSize=9
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterDesc1]
MeasureName=MeasureWeatherDesc1
Meter=STRING
X=100
Y=54
FontColor=255,255,255,130
FontSize=9
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIcon1]
MeasureName=MeasureWeatherIcon1
Meter=IMAGE
X=152
Y=40
;------------------------- offset Y: +40

[MeterTemp2]
MeasureName=MeasureWeatherTemp2
Meter=STRING
X=148
Y=83
FontColor=255,255,255,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix=°C

[MeterDay2]
MeasureName=MeasureWeatherDay2
Meter=STRING
X=100
Y=82
FontColor=255,255,255,130
FontSize=9
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterDesc2]
MeasureName=MeasureWeatherDesc2
Meter=STRING
X=100
Y=94
FontColor=255,255,255,130
FontSize=9
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIcon2]
MeasureName=MeasureWeatherIcon2
Meter=IMAGE
X=152
Y=80
;------------------------- offset Y: +40

[MeterTemp3]
MeasureName=MeasureWeatherTemp3
Meter=STRING
X=148
Y=123
FontColor=255,255,255,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix=°C

[MeterDay3]
MeasureName=MeasureWeatherDay3
Meter=STRING
X=100
Y=122
FontColor=255,255,255,130
FontSize=9
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterDesc3]
MeasureName=MeasureWeatherDesc3
Meter=STRING
X=100
Y=134
FontColor=255,255,255,130
FontSize=9
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIcon3]
MeasureName=MeasureWeatherIcon3
Meter=IMAGE
X=152
Y=120]]></description>
			<content:encoded><![CDATA[<div><img src="http://bbs.themex.net/picture.php?albumid=415&amp;pictureid=2040" border="0" alt="" id="vBCodeIMG" /><br />
<br />
每一个都是这样的效果.....<br />
已经改了天气代码 深圳 —— CHXX0120<br />
<br />
希望高手能帮忙解决问题~<br />
<br />
代码在此：<br />
<br />
;天气情况 3天预报<br />
<br />
[Rainmeter]<br />
Background=bg.png<br />
<br />
<br />
[Variables]<br />
;请在下面替换你所在地的Weather.com代码, 例子：杭州为 CHXX0044<br />
;你可以在Weather.com或者在Google上查到你所在地的代码<br />
;如果你更喜欢华氏温标的话，你也可以删去&quot;&amp;unit=m&quot;（中国人的话就不用删了^_^）<br />
;Font=后面是字体，可以根据需要自行更改<br />
URL=http://xoap.weather.com/weather/local/CHXX0120?cc=*&amp;unit=m&amp;dayf=6<br />
Font=Calibri<br />
<br />
;================================================================<br />
<br />
[MeasureWeatherRSS]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
UpdateRate=3600<br />
Url=#URL#<br />
RegExp=&quot;(?siU)&lt;weather ver=&quot;(.*)&quot;&gt;(.*)&lt;tmp&gt;(.*)&lt;/tmp&gt;(.*)&lt;t&gt;(.*)&lt;/t&gt;(.*)&lt;icon&gt;(.*)&lt;/icon&gt;(.*)&lt;day d=&quot;1&quot; t=&quot;(.*)&quot; dt=&quot;(.*)&quot;&gt;(.*)&lt;hi&gt;(.*)&lt;/hi&gt;(.*)&lt;low&gt;(.*)&lt;/low&gt;(.*)&lt;icon&gt;(.*)&lt;/icon&gt;(.*)&lt;t&gt;(.*)&lt;/t&gt;(.*)&lt;day d=&quot;2&quot; t=&quot;(.*)&quot; dt=&quot;(.*)&quot;&gt;(.*)&lt;hi&gt;(.*)&lt;/hi&gt;(.*)&lt;low&gt;(.*)&lt;/low&gt;(.*)&lt;icon&gt;(.*)&lt;/icon&gt;(.*)&lt;t&gt;(.*)&lt;/t&gt;(.*)&lt;day d=&quot;3&quot; t=&quot;(.*)&quot; dt=&quot;(.*)&quot;&gt;(.*)&lt;hi&gt;(.*)&lt;/hi&gt;(.*)&lt;low&gt;(.*)&lt;/low&gt;(.*)&lt;icon&gt;(.*)&lt;/icon&gt;(.*)&lt;t&gt;(.*)&lt;/t&gt;(.*)&quot;<br />
StringIndex=1<br />
IfAboveValue=1<br />
IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon]<br />
;Debug=1<br />
;--------------------------------<br />
<br />
[MeasureWeatherTemp]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=3<br />
<br />
[MeasureWeatherDesc]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=5<br />
<br />
[MeasureWeatherIcon]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=7<br />
;-------------------------<br />
<br />
;tomorrow's weather description, id=18<br />
;tomorrow's day, id=9<br />
;tomorrow's date, id=10, you can redefine the StringIndex value below with the id#<br />
[MeasureWeatherDesc1]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=18<br />
<br />
[MeasureWeatherDay1]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=9<br />
<br />
;tomorrow's Hi-temp, id=12<br />
;tomorrow's Lo-temp, id=14, you can redefine the StringIndex value below with the id#<br />
[MeasureWeatherTemp1]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=12<br />
<br />
;tomorrow's weather icon, id=16<br />
[MeasureWeatherIcon1]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=16<br />
;-------------------------<br />
<br />
;D+2, weather description, id=29<br />
;D+2, day of week, id=20<br />
;D+2, date, id=21<br />
[MeasureWeatherDesc2]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=29<br />
<br />
[MeasureWeatherDay2]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=20<br />
<br />
;D+2, Hi-temp, id=23<br />
;D+2, Lo-temp, id=25<br />
[MeasureWeatherTemp2]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=23<br />
<br />
;D+2, weather icon, id=27<br />
[MeasureWeatherIcon2]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=27<br />
<br />
;-------------------------<br />
<br />
;D+3, weather description, id=40<br />
;D+3, day of week, id=31<br />
;D+3, date, id=32<br />
[MeasureWeatherDesc3]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=40<br />
<br />
[MeasureWeatherDay3]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=31<br />
<br />
;D+3, Hi-temp, id=34<br />
;D+3, Lo-temp, id=36<br />
[MeasureWeatherTemp3]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=34<br />
<br />
;D+3, weather icon, id=38<br />
[MeasureWeatherIcon3]<br />
Measure=Plugin<br />
Plugin=Plugins\WebParser.dll<br />
Url=[MeasureWeatherRSS]<br />
StringIndex=38<br />
<br />
;================================================================<br />
<br />
[温度]<br />
MeasureName=MeasureWeatherTemp<br />
Meter=STRING<br />
X=148<br />
Y=3<br />
FontColor=255,255,255,180<br />
StringStyle=NORMAL<br />
FontSize=15<br />
StringAlign=RIGHT<br />
StringStyle=BOLD<br />
FontFace=#Font#<br />
Antialias=1<br />
Postfix=°C<br />
<br />
[日期]<br />
Meter=STRING<br />
X=100<br />
Y=2<br />
FontColor=255,255,255,130<br />
FontSize=9<br />
StringAlign=RIGHT<br />
StringStyle=BOLD<br />
FontFace=#Font#<br />
Antialias=1<br />
Prefix=&quot;今日&quot;<br />
<br />
[天气情况]<br />
MeasureName=MeasureWeatherDesc<br />
Meter=STRING<br />
X=98<br />
Y=14<br />
FontColor=255,255,255,130<br />
FontSize=9<br />
StringAlign=RIGHT<br />
StringStyle=BOLD<br />
FontFace=#Font#<br />
Antialias=1<br />
<br />
[MeterIconNA]<br />
ImageName=na.png<br />
Meter=IMAGE<br />
X=143<br />
Y=1<br />
<br />
[MeterIcon]<br />
MeasureName=MeasureWeatherIcon<br />
Meter=IMAGE<br />
X=152<br />
Y=0<br />
Hidden=1<br />
;------------------------- offset Y: +40<br />
<br />
[MeterTemp1]<br />
MeasureName=MeasureWeatherTemp1<br />
Meter=STRING<br />
X=148<br />
Y=43<br />
FontColor=255,255,255,180<br />
StringStyle=NORMAL<br />
FontSize=15<br />
StringAlign=RIGHT<br />
StringStyle=BOLD<br />
FontFace=#Font#<br />
Antialias=1<br />
Postfix=°C<br />
<br />
[MeterDay1]<br />
MeasureName=MeasureWeatherDay1<br />
Meter=STRING<br />
X=100<br />
Y=42<br />
FontColor=255,255,255,130<br />
FontSize=9<br />
StringAlign=RIGHT<br />
StringStyle=BOLD<br />
FontFace=#Font#<br />
Antialias=1<br />
<br />
[MeterDesc1]<br />
MeasureName=MeasureWeatherDesc1<br />
Meter=STRING<br />
X=100<br />
Y=54<br />
FontColor=255,255,255,130<br />
FontSize=9<br />
StringAlign=RIGHT<br />
StringStyle=BOLD<br />
FontFace=#Font#<br />
Antialias=1<br />
<br />
[MeterIcon1]<br />
MeasureName=MeasureWeatherIcon1<br />
Meter=IMAGE<br />
X=152<br />
Y=40<br />
;------------------------- offset Y: +40<br />
<br />
[MeterTemp2]<br />
MeasureName=MeasureWeatherTemp2<br />
Meter=STRING<br />
X=148<br />
Y=83<br />
FontColor=255,255,255,180<br />
StringStyle=NORMAL<br />
FontSize=15<br />
StringAlign=RIGHT<br />
StringStyle=BOLD<br />
FontFace=#Font#<br />
Antialias=1<br />
Postfix=°C<br />
<br />
[MeterDay2]<br />
MeasureName=MeasureWeatherDay2<br />
Meter=STRING<br />
X=100<br />
Y=82<br />
FontColor=255,255,255,130<br />
FontSize=9<br />
StringAlign=RIGHT<br />
StringStyle=BOLD<br />
FontFace=#Font#<br />
Antialias=1<br />
<br />
[MeterDesc2]<br />
MeasureName=MeasureWeatherDesc2<br />
Meter=STRING<br />
X=100<br />
Y=94<br />
FontColor=255,255,255,130<br />
FontSize=9<br />
StringAlign=RIGHT<br />
StringStyle=BOLD<br />
FontFace=#Font#<br />
Antialias=1<br />
<br />
[MeterIcon2]<br />
MeasureName=MeasureWeatherIcon2<br />
Meter=IMAGE<br />
X=152<br />
Y=80<br />
;------------------------- offset Y: +40<br />
<br />
[MeterTemp3]<br />
MeasureName=MeasureWeatherTemp3<br />
Meter=STRING<br />
X=148<br />
Y=123<br />
FontColor=255,255,255,180<br />
StringStyle=NORMAL<br />
FontSize=15<br />
StringAlign=RIGHT<br />
StringStyle=BOLD<br />
FontFace=#Font#<br />
Antialias=1<br />
Postfix=°C<br />
<br />
[MeterDay3]<br />
MeasureName=MeasureWeatherDay3<br />
Meter=STRING<br />
X=100<br />
Y=122<br />
FontColor=255,255,255,130<br />
FontSize=9<br />
StringAlign=RIGHT<br />
StringStyle=BOLD<br />
FontFace=#Font#<br />
Antialias=1<br />
<br />
[MeterDesc3]<br />
MeasureName=MeasureWeatherDesc3<br />
Meter=STRING<br />
X=100<br />
Y=134<br />
FontColor=255,255,255,130<br />
FontSize=9<br />
StringAlign=RIGHT<br />
StringStyle=BOLD<br />
FontFace=#Font#<br />
Antialias=1<br />
<br />
[MeterIcon3]<br />
MeasureName=MeasureWeatherIcon3<br />
Meter=IMAGE<br />
X=152<br />
Y=120</div>

]]></content:encoded>
			<category domain="http://bbs.themex.net/forumdisplay.php?f=76">Rainmeter</category>
			<dc:creator>fujihiroki</dc:creator>
			<guid isPermaLink="true">http://bbs.themex.net/showthread.php?t=16883695</guid>
		</item>
	</channel>
</rss>

