• 0

need help with a rainmeter config


Question

ive got this rainmeter config for weather, i really like it but after a few hours running it the text gets messed up. heres a screen shot and the config's code. anyone know how to fix it?

heres the code:

;Weather Status & 3-Day Forecast (Belgrade,SRB)

[Rainmeter]

Background=bg.png

Author=moxamax (modded by garbanzox, edited by ZoNi)

[Variables]

;Please replace your location code of Weather.com below, e.g: Belgrade is SRXX0005.

;You can check it on Weather.com or Google.

;And you may also delete "&unit=m" if you prefer the Fahrenheit Scale.

URL=http://xoap.weather.com/weather/local/USOH0184?cc=*&dayf=6

Font=###### Round

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

[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

[MeasureWeatherTemp11]

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

[MeasureWeatherTemp21]

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

[MeasureWeatherTemp31]

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

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

[MeterTempSHADOW]

MeasureName=MeasureWeatherTemp

Meter=STRING

X=149

Y=4

FontColor=0,0,0,180

StringStyle=NORMAL

FontSize=15

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Postfix="?"

[MeterTemp]

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="?"

[MeterDaySHADOW]

Meter=STRING

X=111

Y=3

FontColor=0,0,0,130

FontSize=9

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Prefix="Today"

[MeterDay]

Meter=STRING

X=110

Y=2

FontColor=255,255,255,130

FontSize=9

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Prefix="Today"

[MeterDescSHADOW]

MeasureName=MeasureWeatherDesc

Meter=STRING

X=111

Y=15

FontColor=00,0,0,130

FontSize=9

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

[MeterDesc]

MeasureName=MeasureWeatherDesc

Meter=STRING

X=110

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

[MeterTemp1SHADOW]

MeasureName=MeasureWeatherTemp1

Meter=STRING

X=146

Y=39

FontColor=0,0,0,180

StringStyle=NORMAL

FontSize=12

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Postfix="?"

[MeterTemp1]

MeasureName=MeasureWeatherTemp1

Meter=STRING

X=145

Y=38

FontColor=255,255,255,180

StringStyle=NORMAL

FontSize=12

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Postfix="?"

[MeterTemp11SHADOW]

MeasureName=MeasureWeatherTemp11

Meter=STRING

X=146

Y=53

FontColor=0,0,0,180

StringStyle=NORMAL

FontSize=12

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Postfix="?"

[MeterTemp11]

MeasureName=MeasureWeatherTemp11

Meter=STRING

X=145

Y=52

FontColor=255,255,255,180

StringStyle=NORMAL

FontSize=12

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Postfix="?"

[MeterDay1SHADOW]

MeasureName=MeasureWeatherDay1

Meter=STRING

X=111

Y=43

FontColor=0,0,0,130

FontSize=9

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

[MeterDay1]

MeasureName=MeasureWeatherDay1

Meter=STRING

X=110

Y=42

FontColor=255,255,255,130

FontSize=9

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

[MeterDesc1SHADOW]

MeasureName=MeasureWeatherDesc1

Meter=STRING

X=111

Y=55

FontColor=0,0,0,130

FontSize=9

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

[MeterDesc1]

MeasureName=MeasureWeatherDesc1

Meter=STRING

X=110

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

[MeterTemp2SHADOW]

MeasureName=MeasureWeatherTemp2

Meter=STRING

X=146

Y=78

FontColor=0,0,0,180

StringStyle=NORMAL

FontSize=12

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Postfix="?"

[MeterTemp2]

MeasureName=MeasureWeatherTemp2

Meter=STRING

X=145

Y=77

FontColor=255,255,255,180

StringStyle=NORMAL

FontSize=12

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Postfix="?"

[MeterTemp21SHADOW]

MeasureName=MeasureWeatherTemp21

Meter=STRING

X=146

Y=92

FontColor=0,0,0,180

StringStyle=NORMAL

FontSize=12

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Postfix="?"

[MeterTemp21]

MeasureName=MeasureWeatherTemp21

Meter=STRING

X=145

Y=91

FontColor=255,255,255,180

StringStyle=NORMAL

FontSize=12

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Postfix="?"

[MeterDay2SHADOW]

MeasureName=MeasureWeatherDay2

Meter=STRING

X=111

Y=83

FontColor=0,0,0,130

FontSize=9

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

[MeterDay2]

MeasureName=MeasureWeatherDay2

Meter=STRING

X=110

Y=82

FontColor=255,255,255,130

FontSize=9

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

[MeterDesc2SHADOW]

MeasureName=MeasureWeatherDesc2

Meter=STRING

X=111

Y=95

FontColor=0,0,0,130

FontSize=9

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

[MeterDesc2]

MeasureName=MeasureWeatherDesc2

Meter=STRING

X=110

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

[MeterTemp3SHADOW]

MeasureName=MeasureWeatherTemp3

Meter=STRING

X=146

Y=117

FontColor=0,0,0,180

StringStyle=NORMAL

FontSize=12

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Postfix="?"

[MeterTemp3]

MeasureName=MeasureWeatherTemp3

Meter=STRING

X=145

Y=116

FontColor=255,255,255,180

StringStyle=NORMAL

FontSize=12

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Postfix="?"

[MeterTemp31SHADOW]

MeasureName=MeasureWeatherTemp31

Meter=STRING

X=146

Y=131

FontColor=0,0,0,180

StringStyle=NORMAL

FontSize=12

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Postfix="?"

[MeterTemp31]

MeasureName=MeasureWeatherTemp31

Meter=STRING

X=145

Y=130

FontColor=255,255,255,180

StringStyle=NORMAL

FontSize=12

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

Postfix="?"

[MeterDay3SHADOW]

MeasureName=MeasureWeatherDay3

Meter=STRING

X=111

Y=123

FontColor=0,0,0,130

FontSize=9

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

[MeterDay3]

MeasureName=MeasureWeatherDay3

Meter=STRING

X=110

Y=122

FontColor=255,255,255,130

FontSize=9

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

[MeterDesc3SHADOW]

MeasureName=MeasureWeatherDesc3

Meter=STRING

X=111

Y=135

FontColor=0,0,0,130

FontSize=9

StringAlign=RIGHT

StringStyle=BOLD

FontFace=#Font#

Antialias=1

[MeterDesc3]

MeasureName=MeasureWeatherDesc3

Meter=STRING

X=110

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

post-248303-1230525375.jpg

Link to comment
https://www.neowin.net/forum/topic/714812-need-help-with-a-rainmeter-config/
Share on other sites

1 answer to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.