It is currently April 19th, 2024, 6:42 am

[Solved] Problem with rendering skins: pixels disappear

Get help with creating, editing & fixing problems with skins
twfst
Posts: 6
Joined: April 4th, 2010, 3:48 am

[Solved] Problem with rendering skins: pixels disappear

Post by twfst »

I am having a strange issue with one of my Rainmeter skins. When I first start my computer or refresh the skin the skin renders correctly and it looks like...

Image

But I notice that after a while clusters of pixels in the skin disappear or become translucent so I can see through to my desktop background. Then my skin then looks like this...

Image

(look at the sun on the right, the days of the week, and the description text of the weather skin)

The issue only occurs on this weather skin. All of my other skins stay rendered correctly. If I refresh the skin it renders correctly, but then it gradually degrades over time.

Does anyone know how I could adjust the skin, rainmeter, or my computer graphics so I don't have to refresh this one skin every hour? Alternatively, is there a way that I can have a particular skin refresh itself every 15 minutes?

Thank you for your help and advice!

PS: I am using Raimeter 1.1 (but my RainBrowser still says 1.00??), I have Windows 7 Ultimate 64bit, the graphics processor is Intel64 Family 6 Model 23 Stepping 10 GenuineIntel, I am only using one monitor on a notebook computer, I use AVG free antivirus, and I have installed Rainmeter in its default location.
Omardude
Posts: 22
Joined: December 2nd, 2009, 7:05 pm

Re: Problem with rendering skins: streaks of pixels disappear

Post by Omardude »

Wow, that is weird. I think that skin is dying. ^^

Anyways, I have no idea how or why that's happening. However, add the following code to the aforementioned skin .ini to have it refresh every 15 minutes.

Code: Select all

[AutoRefresh]
Measure=Calc
Formula=Counter % 902
IfAboveValue=900
IfAboveAction=!RainmeterRefresh
Your update value in the [Rainmeter] section of the skin has to be 1000 for the code to work.




EDIT: Oh almost forgot, make that a 20 min update. As this is a weather skin you should avoid updating more often than 20 minutes apart. (See: http://rainmeter.net/forum/viewtopic.php?f=13&t=1135)
Could you just post your code and I'll make the necessary changes?
Last edited by Omardude on April 4th, 2010, 5:07 pm, edited 1 time in total.
User avatar
Benjamin Linus
Posts: 163
Joined: July 12th, 2009, 4:05 pm
Location: The Island

Re: Problem with rendering skins: streaks of pixels disappear

Post by Benjamin Linus »

Be interested to know which skin that is :?:
Any chance you could post a link or the code here, could be a background image problem.
Then you could advise the original author about this.
Image
User avatar
maminscris
Posts: 509
Joined: April 24th, 2009, 3:17 pm
Location: Bucharest, Romania Lat 44,43° Lon 26,1°

Re: Problem with rendering skins: streaks of pixels disappear

Post by maminscris »

Benjamin Linus wrote: could be a background image problem.
it is a background image problem, as far as i remember has been here before
Zero at programing, zero at writing codes, so far 2 at making images
But I'm good at copy/paste, and I not always like this
Image
User avatar
JamesAC
Developer
Posts: 318
Joined: July 14th, 2009, 5:57 pm

Re: Problem with rendering skins: streaks of pixels disappear

Post by JamesAC »

If there is a line "Background=" under the [Rainmeter] section, try commenting it out using a ; at the start of the line. That fixed it in this case
Last edited by JamesAC on April 4th, 2010, 6:01 pm, edited 1 time in total.
+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++
Quis custodiet ipsos custodes?
User avatar
Lddrizzt
Posts: 18
Joined: March 29th, 2010, 1:10 am

Re: Problem with rendering skins: streaks of pixels disappear

Post by Lddrizzt »

Could it be another skin that is black starting behind the weather skin and then it refreshes itself and winds up on top of the weather?
Try moving the weather skin to another spot on your screen and see if it makes a difference.
[size=150][b][i]Lddrizzt[/i][/b][/size]

[i]"When the going gets tough, the tough get going.
If their smart, they go in the other direction."[/i]
twfst
Posts: 6
Joined: April 4th, 2010, 3:48 am

Re: Problem with rendering skins: streaks of pixels disappear

Post by twfst »

Lddrizzt wrote:Could it be another skin that is black starting behind the weather skin and then it refreshes itself and winds up on top of the weather?
Try moving the weather skin to another spot on your screen and see if it makes a difference.

Thanks, but that did not solve it. I have tried moving the skin, but the holes and gaps still appear no matter where I move the skin.
twfst
Posts: 6
Joined: April 4th, 2010, 3:48 am

Re: Problem with rendering skins: streaks of pixels disappear

Post by twfst »

Benjamin Linus wrote:Be interested to know which skin that is :?:
Any chance you could post a link or the code here, could be a background image problem.
Then you could advise the original author about this.

Here is the code...

Code: Select all

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

[Rainmeter]
Background=bg.png
Author=moxamax (modded by garbanzox, edited by ZoNi)

;Metadata added by RainBrowser
;http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D

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

;End of added Metadata

[Variables]
;Please replace your location code of Weather.com below, e.g: Belgrade is SRXX0005.
;How to find your code:
; - go to weather.com and find data for your city
; - URL should be something like this: http://weather.com/weather/local/SRXX0005
; - code is: SRXX0005 
;And you may also delete "&unit=m" if you prefer the Fahrenheit Scale.
URL=http://xml.weather.com/weather/local/USCA1093?cc=*&dayf=6
Font=Trebuchet MS

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

[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=1200
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp]
MeasureName=MeasureWeatherTemp
Meter=STRING
X=148
Y=3
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDaySHADOW]
Meter=STRING
X=111
Y=3
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Prefix="Today"

[MeterDay]
Meter=STRING
X=110
Y=2
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc]
MeasureName=MeasureWeatherDesc
Meter=STRING
X=110
Y=14
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp1]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=145
Y=38
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp11]
MeasureName=MeasureWeatherTemp11
Meter=STRING
X=145
Y=52
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay1SHADOW]
MeasureName=MeasureWeatherDay1
Meter=STRING
X=111
Y=43
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDay1]
MeasureName=MeasureWeatherDay1
Meter=STRING
X=110
Y=42
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc1SHADOW]
MeasureName=MeasureWeatherDesc1
Meter=STRING
X=111
Y=55
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc1]
MeasureName=MeasureWeatherDesc1
Meter=STRING
X=110
Y=54
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp2]
MeasureName=MeasureWeatherTemp2
Meter=STRING
X=145
Y=77
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp21]
MeasureName=MeasureWeatherTemp21
Meter=STRING
X=145
Y=91
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay2SHADOW]
MeasureName=MeasureWeatherDay2
Meter=STRING
X=111
Y=83
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDay2]
MeasureName=MeasureWeatherDay2
Meter=STRING
X=110
Y=82
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc2SHADOW]
MeasureName=MeasureWeatherDesc2
Meter=STRING
X=111
Y=95
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc2]
MeasureName=MeasureWeatherDesc2
Meter=STRING
X=110
Y=94
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp3]
MeasureName=MeasureWeatherTemp3
Meter=STRING
X=145
Y=116
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp31]
MeasureName=MeasureWeatherTemp31
Meter=STRING
X=145
Y=130
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay3SHADOW]
MeasureName=MeasureWeatherDay3
Meter=STRING
X=111
Y=123
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDay3]
MeasureName=MeasureWeatherDay3
Meter=STRING
X=110
Y=122
FontColor=255,255,255,100
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=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc3]
MeasureName=MeasureWeatherDesc3
Meter=STRING
X=110
Y=134
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterIcon3]
MeasureName=MeasureWeatherIcon3
Meter=IMAGE
X=152
Y=120
I am going to try some of everyone's suggestions...
User avatar
Benjamin Linus
Posts: 163
Joined: July 12th, 2009, 4:05 pm
Location: The Island

Re: Problem with rendering skins: streaks of pixels disappear

Post by Benjamin Linus »

Code: Select all

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

[Rainmeter]
;Background=bg.png
Update=1000
Author=moxamax (modded by garbanzox, edited by ZoNi)

;Metadata added by RainBrowser
;http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D

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

;End of added Metadata

[Variables]
;Please replace your location code of Weather.com below, e.g: Belgrade is SRXX0005.
;How to find your code:
; - go to weather.com and find data for your city
; - URL should be something like this: http://weather.com/weather/local/SRXX0005
; - code is: SRXX0005
;And you may also delete "&unit=m" if you prefer the Fahrenheit Scale.
URL=http://xml.weather.com/weather/local/USCA1093?cc=*&dayf=6
Font=Trebuchet MS

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

[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=1800
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp]
MeasureName=MeasureWeatherTemp
Meter=STRING
X=148
Y=3
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDaySHADOW]
Meter=STRING
X=111
Y=3
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Prefix="Today"

[MeterDay]
Meter=STRING
X=110
Y=2
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc]
MeasureName=MeasureWeatherDesc
Meter=STRING
X=110
Y=14
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp1]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=145
Y=38
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp11]
MeasureName=MeasureWeatherTemp11
Meter=STRING
X=145
Y=52
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay1SHADOW]
MeasureName=MeasureWeatherDay1
Meter=STRING
X=111
Y=43
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDay1]
MeasureName=MeasureWeatherDay1
Meter=STRING
X=110
Y=42
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc1SHADOW]
MeasureName=MeasureWeatherDesc1
Meter=STRING
X=111
Y=55
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc1]
MeasureName=MeasureWeatherDesc1
Meter=STRING
X=110
Y=54
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp2]
MeasureName=MeasureWeatherTemp2
Meter=STRING
X=145
Y=77
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp21]
MeasureName=MeasureWeatherTemp21
Meter=STRING
X=145
Y=91
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay2SHADOW]
MeasureName=MeasureWeatherDay2
Meter=STRING
X=111
Y=83
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDay2]
MeasureName=MeasureWeatherDay2
Meter=STRING
X=110
Y=82
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc2SHADOW]
MeasureName=MeasureWeatherDesc2
Meter=STRING
X=111
Y=95
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc2]
MeasureName=MeasureWeatherDesc2
Meter=STRING
X=110
Y=94
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp3]
MeasureName=MeasureWeatherTemp3
Meter=STRING
X=145
Y=116
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
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=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp31]
MeasureName=MeasureWeatherTemp31
Meter=STRING
X=145
Y=130
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay3SHADOW]
MeasureName=MeasureWeatherDay3
Meter=STRING
X=111
Y=123
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDay3]
MeasureName=MeasureWeatherDay3
Meter=STRING
X=110
Y=122
FontColor=255,255,255,100
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=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc3]
MeasureName=MeasureWeatherDesc3
Meter=STRING
X=110
Y=134
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterIcon3]
MeasureName=MeasureWeatherIcon3
Meter=IMAGE
X=152
Y=120
try this.
removed the background and edited update/updaterate as was updating too frequently.
test it over a period to see if this cures the problem.
Image
twfst
Posts: 6
Joined: April 4th, 2010, 3:48 am

Re: Problem with rendering skins: streaks of pixels disappear

Post by twfst »

JamesAC wrote:If there is a line "Background=" under the [Rainmeter] section, try commenting it out using a ; at the start of the line. That fixed it in this case
I just made this edit. I'll let you all know if it helps. I will have to wait a while to see if the holes and gaps reappear. Thanks!