[release]desktop Weatherxml

I DON'T MAKE this config I only put the konfabulator-like images instead of the default's desktopweatherxml so here it is:

desktop%20weather.jpg

DOWNLOAD HERE

You must extract all the files in your samurize folder, remember to edit desktopweatherXML.ini in the configs folder to fit your needs.

You must also edit desktopweatherXML.vbs in the script folder to your city or to your zip.Like in desktopweatherXML

#68369

(Y) Looks nice!

#68372

Hi :D 감사합니다...

#68373

good job! thanks for the hard work, man! (Y)

but actually, the new desktopweatherxml v1.1 allows you to choose between using the old konfabulator images and the new weather.com ones. just so you know. :)

#68416

Yes, quite strange. It was there last night when I looked.

I suppose I could place it somewhere if enough of you want it.

#68443

How can I remove the country?

Click

thumb-6915.jpg

#68469

It's impossible, script always gets city AND country. You can replace it with a static text.

#68475

It just that the country is outside of the background wheather script? that doesn't look good!

#68481

Well, unless you're changing the zip code in the script a lot, why not just make it static text?

#68485

How to do this-> "static text"?

#68486

i think what he's saying is delete the active script 'getlocation' (or whatever it's called on yours) and add a text box that will always say the same thing and doesn't rely on info from weather.com. this way you can make it say whatever you want at any length.

#68496

How do i switch from skins?

#68510

Ok thanks guys!

Slayertime, right click on the tray icon and choose "select config file"

#68529

Thank you. Now if anyone can find me a config for this one i would be very happy

:D

config.jpg

#68532

I see that each time the weather script refreshes it leaves an instance of samurize running in the task bar. That leaves about 10 Samurize icons in the task bar overnight. Is it possible to avoid this without disabling the auto refresh.

Thanks for your help.

:rolleyes:

#68727

use a tray manager like systrayx.

you could also try what's mentioned in this thread: http://www.aqua-soft.org/board/index.php?s...?showtopic=8016

i haven't tried it myself, but it looks good.

#68731

Originally posted by MacDoc@Oct 24 2003, 08:16 AM

I see that each time the weather script refreshes it leaves an instance of samurize running in the task bar. That leaves about 10 Samurize icons  in the task bar overnight. Is it possible to avoid this without disabling the auto refresh.

Thanks for your help.

:rolleyes:

Change the Function restartClient to this:

Function restartClient
 Dim WshShell
 If RESTART Then
   Set WshShell = createobject("wscript.shell")
   WshShell.run "taskkill /IM Client.exe", 0, TRUE
   startClient
 End If
End Function

I got this from the thread started by Tadis.

#68836

Thanks to everyone. You guys rock!! (Y)

#69043