한글지원 레인미터 설치형 스킨 옴니모 5.0 입니다.
압축을 푸린후 SETUP를 실행합니다.Extras 폴더 안에 바탕화면이 있습니다.
설치중입니다. 실행중이던 스킨은 모두 닫히고 백업폴더에 저장 됩니다.
시간을 24시로 표시건지, 온도를 화씨로 표현할건지, 바탕화면 아이콘 표시 여부를 정해주고 화살표를 누름니다.
언어선택화면입니다...
해상도 설정화면입니다. 자신의 해상도에 강조가 되어있네요.
레인미터 날씨 적용 방법입니다.
패치가 있었나 보네 날씨 적용이 쉬워 졌습니다.
Unit를 C로 변경합니다.
아직까지 먼가...한국어랑은 잘 않 맞는듯하네요..
날씨 아이콘을 우클릭하여 스킨편집을 엽니다.
편집기에서 [MeasureWeatherRSS] 문구를 찾습니다.
[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=30
Url=http://weather.yahooapis.com/forecastrss?p=
#WEATHERCODE#&u=
#UNIT#
RegExp=(?siU)<link.*>(.*)</link>.*citY=\"(.*)\".*chill=\"(.*)\".*direction=\"(.*)\".*speed=\"(.*)\".*humiditY=\"(.*)\".*visibilitY=\"(.*)\".*pressure=\"(.*)\".*sunrise=\"(.*)\".*sunset=\"(.*)\".*<image>.*<url>(.*)</url>.*<title>.*:.*m .*(.*)</title>.*lat>(.*)<.*long>(.*)<.*yweather:condition.*Text=\"(.*)\".*code=\"(.*)\".*temp=\"(.*)\".*yweather:forecast.*daY=\"(.*)\".*higH=\"(.*)\".*code=\"(.*)\".*yweather:forecast.*daY=\"(.*)\".*higH=\"(.*)\".*code=\"(.*)\".*
StringIndex=1
FinishAction=!Execute [!Update "#CURRENTCONFIG#"][!UpdateMeasure MeasureWeatherIcon "#CURRENTCONFIG#"][!UpdateMeasure MeasureWeatherIconMod "#CURRENTCONFIG#"][!UpdateMeter Icon "#CURRENTCONFIG#"][!UpdateMeter Icon2 "#CURRENTCONFIG#"][!Redraw]
수정전
[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=30
Url=http://weather.yahooapis.com/forecastrss?p=KSXX0005&u=c
RegExp=(?siU)<link.*>(.*)</link>.*citY=\"(.*)\".*chill=\"(.*)\".*direction=\"(.*)\".*speed=\"(.*)\".*humiditY=\"(.*)\".*visibilitY=\"(.*)\".*pressure=\"(.*)\".*sunrise=\"(.*)\".*sunset=\"(.*)\".*<image>.*<url>(.*)</url>.*<title>.*:.*m .*(.*)</title>.*lat>(.*)<.*long>(.*)<.*yweather:condition.*Text=\"(.*)\".*code=\"(.*)\".*temp=\"(.*)\".*yweather:forecast.*daY=\"(.*)\".*higH=\"(.*)\".*code=\"(.*)\".*yweather:forecast.*daY=\"(.*)\".*higH=\"(.*)\".*code=\"(.*)\".*
StringIndex=1
FinishAction=!Execute [!Update "#CURRENTCONFIG#"][!UpdateMeasure MeasureWeatherIcon "#CURRENTCONFIG#"][!UpdateMeasure MeasureWeatherIconMod "#CURRENTCONFIG#"][!UpdateMeter Icon "#CURRENTCONFIG#"][!UpdateMeter Icon2 "#CURRENTCONFIG#"][!Redraw]
수정후
KSXX0005는 지역코드고 C는 섭씨입니다
지역날씨 코드 찾기
아래쪽으로 내려가 [Temp] 문구를 찾습니다.
[Temp]
MeasureName=MeasureWeatherTemp
MeterStyle=Style
Meter=String
StringAlign=LEFT
X=(#Height#/5*4)
Y=(#Height#/7.5)
FontColor=#textcolor2#
FontSize=(#Height#/9)
Text=%1?unit#
StringCase=upper
Hidden=0
W=(#Height#*1.2)
H=(#Height#/5)
ClipString=1
수정전
[Temp]
MeasureName=MeasureWeatherTemp
MeterStyle=Style
Meter=String
StringAlign=LEFT
X=(#Height#/5*4)
Y=(#Height#/7.5)
FontColor=#textcolor2#
FontSize=(#Height#/9)
Text=%1 `c
StringCase=upper
Hidden=0
W=(#Height#*1.2)
H=(#Height#/5)
ClipString=1
수정후
Text=%1?unit# 문구를 Text=%1`c 로 변경해수셔야 온도 옆에 꽐라가 제대로 표현 됩니다
댓글0