Tordex Community
[solved] Weather Monitor Clear 16 skin bug? - Printable Version

+- Tordex Community (http://forum.tordex.com)
+-- Forum: True Launch Bar plugins (http://forum.tordex.com/forum-4.html)
+--- Forum: Plugins bugs (http://forum.tordex.com/forum-17.html)
+--- Thread: [solved] Weather Monitor Clear 16 skin bug? (/thread-2275.html)

Pages: 1 2 3 4 5


[solved] Weather Monitor Clear 16 skin bug? - gate1975mlm - 03-04-2006

Hi I am trying to get the Clear 16 skin for Weather Monitor to display both the Temp and the Conditions. But it will not show the Conditions. Anyone know why?

[Image: th_94705_weathert.JPG]


- Q Section - 03-04-2006

That skin.ini file has no provisions for displaying the Conditions parameter but...........if you open the skin.ini file in the Clear 16 folder you can add the folowing after the [DataSlot0] section:
Code:
[DataSlot3]
param = Condition
SkinText = 0
rect = 0 28 68 38
font=Verdana
bold=1
italic=0
align=left

This goes before the [default icons] section. If you wish to change the colour of the Conditions then add this line after the align=left:
color = 0 0 255
or change to whichever colour you prefer.
Let us know how you get along.


- gate1975mlm - 03-04-2006

I did what you said but it is hidden because the taskbar is not big enough. I would like the conditions icon right next to the temp and the same size.


- gate1975mlm - 03-04-2006

Could someone here make a new skin that would display the Temp and the conditions that are the same size as the Clear 16 skin? And also display a sun when its a clear day and rain when its raining an so on. Also would like the option to chance the color of the temp display.

If someone could do this I would be greatful!


- Q Section - 03-04-2006

Sorry - we posted a correction. Please change the [DataSlot1] to [DataSlot3] and save changes and then go to Properties (of Weather Monitor) and hit OK. To change the colour of the Temp display simply add color = 0 0 255 after the line that says ShowUnits = 1 under [DataSlot0].


- gate1975mlm - 03-04-2006

[Image: th_99823_tt.JPG]


Here is a pic of the default one before any changes.


- Q Section - 03-04-2006

Try this as a whole skin.ini file. This is the same information as was posted above.
Code:
[options]
name=Clear 16
author=shapeshifter
email=shape@comcast.net
url=http://www.truelaunchbar.com/shapeshifter
version = 2

[general]
Background=bg.png
digits=digits.png
unitsF = f.png
unitsC = c.png
unitsAPA = hPa.png
unitsATM = atm.png
unitsPSI = psi.png
unitsINHG = inHg.png
unitsMMHG = mmHg.png
unitsPERCENT = percent.png
iconPos = 0 3

[DataSlot0]
param = CUSTOM
SkinText = 1
rect = 19 5 56 19
align=left
ShowUnits = 1
color = 0 0 255

[DataSlot3]
param = Condition
SkinText = 0
rect = 0 28 68 38
font=Verdana
bold=1
italic=0
align=left
color = 0 0 255

[default icons]
Sun=sun.png
Clouds=clouds.png
Lightning=lightning.png
Mix=mix.png
PartlyCloudy=partlycloudy.png
Rain=rain.png
Snow=snow.png
Wind=wind.png
Unknown=nr.png

[wunderground.ini]
Light Snow Showers=rain.png
[yahoo.ini]
Light Freezing Drizzle=mix.png
[yahoo3day.ini]
Cloudy=clouds.png



- gate1975mlm - 03-04-2006

Q Section Wrote:Try this as a whole skin.ini file. This is the same information as was posted above.
Code:
[options]
name=Clear 16
author=shapeshifter
email=shape@comcast.net
url=http://www.truelaunchbar.com/shapeshifter
version = 2

[general]
Background=bg.png
digits=digits.png
unitsF = f.png
unitsC = c.png
unitsAPA = hPa.png
unitsATM = atm.png
unitsPSI = psi.png
unitsINHG = inHg.png
unitsMMHG = mmHg.png
unitsPERCENT = percent.png
iconPos = 0 3

[DataSlot0]
param = CUSTOM
SkinText = 1
rect = 19 5 56 19
align=left
ShowUnits = 1
color = 0 0 255

[DataSlot3]
param = Condition
SkinText = 0
rect = 0 28 68 38
font=Verdana
bold=1
italic=0
align=left
color = 0 0 255

[default icons]
Sun=sun.png
Clouds=clouds.png
Lightning=lightning.png
Mix=mix.png
PartlyCloudy=partlycloudy.png
Rain=rain.png
Snow=snow.png
Wind=wind.png
Unknown=nr.png

[wunderground.ini]
Light Snow Showers=rain.png
[yahoo.ini]
Light Freezing Drizzle=mix.png
[yahoo3day.ini]
Cloudy=clouds.png


I did that and no condition icon to be found. Also can't seem to change the temp color.


- Q Section - 03-04-2006

First let's work on the Temp colour. What colour would you like?


- gate1975mlm - 03-04-2006

Q Section Wrote:First let's work on the Temp colour. What colour would you like?
Yellow for now.


- Q Section - 03-04-2006

Change the file in both places so that it says
color = 255 255 0
You can use this page for all your colour needs/codes. For the ini files use the RGB colours.


- gate1975mlm - 03-04-2006

Not working.


- Q Section - 03-04-2006

Sorry - one more change - under [DatSlot0] change the SkinText from 1 to 0.


- gate1975mlm - 03-04-2006

Q Section Wrote:Sorry - one more change - under [DatSlot0] change the SkinText from 1 to 0.
Smile that worked! Thanks

Now I just need that conditions icon to show next to the temp Smile


- Q Section - 03-04-2006

Working on it.....should be just a few minutes.