
Hello,
I made this by request from Rissol in the AveApps Request thread.
All it is, is that it's an expanded version of the miniWeather with the click & swap feature... ![]()
Installation
Please read the Readme
updated:

Hello,
I made this by request from Rissol in the AveApps Request thread.
All it is, is that it's an expanded version of the miniWeather with the click & swap feature... ![]()
Installation
Please read the Readme
updated:
YOU BEAST! I LOVE IT! ![]()
![]()
![]()
It took about 90 seconds to reconfigure this to my areacode and my city, this runs so smooth, a brilliant widget indeed!
Can this script be applied to other Desklets???? I would LOVE to switch between all my harddrive shortcuts... or rotate through my FTP Drops!
unbelievable simply unbelivable
The link is not working Idicula but I would definitely like to get this miniWeather config from you. Could you possibly send it to me via private message??? Or could someone please send it to me???
Thanks,
Nate Dogg
Link is working...
hmm same here link is still working maybe u clicked the wrong download link
anyways here another one
http://www.personal.psu.edu/users/j/t/jti1...iniWeatherX.zip
Originally posted by deadzombie+Aug 18 2004, 10:52 PM-->QUOTE(deadzombie @ Aug 18 2004, 10:52 PM)It took about 90 seconds to reconfigure this to my areacode and my city, this runs so smooth, a brilliant widget indeed!Can this script be applied to other Desklets???? I would LOVE to switch between all my harddrive shortcuts... or rotate through my FTP Drops!
<{POST_SNAPBACK}>
Sorry, I know... Very tedious and annoying configuring all the stuff... but i didnt know how i could made it easier...
And about the script, I think i'll only work on Sysstats...
Since you need the shortcut to go to the script, and the FTP desklet you can't change the shortcut... I'm not sure you can do it...
wow.. this is perfect. The weather widget I have always wanted. Something small yet very effecient. Thanks for this.
Originally posted by carbonfiber@Aug 19 2004, 01:12 AMwow, this is amazing (Y)
thanks
but how do i make it fahrenhiet?
<{POST_SNAPBACK}>
In meters, Configure 'Weather'...
unit=m (celcuis)
unit=s (farhenheit)
http://xoap.weather.com/weather/local/CAXX0504?cc=*&unit=m&dayf=5
So where it says unit=m, change to unit=s.... ![]()
Originally posted by Hyral@Aug 19 2004, 01:31 AMIn meters, Configure 'Weather'...
unit=m (celcuis)
unit=s (farhenheit)
http://xoap.weather.com/weather/local/CAXX0504?cc=*&unit=m&dayf=5So where it says unit=m, change to unit=s....
<{POST_SNAPBACK}>
much better, thanks ![]()
To "s"? I changed it to "e" and it seems to be working ok. What gives?
This is great. Thanks Hyral. ![]()
edit: Hyral, I noticed that the days are one ahead and the tonight data is actually the data for tomorrow. Here's my try at it, but I'm unsure about the tonight temperature as I assigned it to the current day's low - //day[d=0]//low
I'm having trouble getting the swap to function. When I click the Shortcut button, nothing happens. What's up with that?
Originally posted by davidliv@Aug 19 2004, 03:07 PMI'm having trouble getting the swap to function. When I click the Shortcut button, nothing happens. What's up with that?
<{POST_SNAPBACK}>
davidliv, did you manually set the shortcut to point to the included vbs file under the script folder? You need to do that for each config.
I just keep getting the temperature as %S and no icon. It's as though I'm unable to receive the data. I'm in the UK (my code is UKXX0849). Is this widget designed as being US only?!?
Originally posted by mimeryme@Aug 20 2004, 12:30 AMdavidliv, did you manually set the shortcut to point to the included vbs file under the script folder? You need to do that for each config.
<{POST_SNAPBACK}>
No, thats the problem. When I click the shortcut button, I do not get the dialog box to enter the link.
For some reason, when I click the switch button the widget catapults off the side of the screen. I am lucky to have quick eyes (my monitor's refresh rate is 100hz) because I saw it dart off to the right of the screen. I had to open up the desklet menu and fix it.
EDIT
The switching doesnt work at all. Yes, I went and modified the directory and everything. I had a look at the config and nothing seems wrong.
Ha HA! Figured it out. I should have checked in the first place! Switching doesnt work still but:
' Make 'A' visible and 'B' invisible:
Dim av
set av = CreateObject("AveDesk.Application")
offLeft = -200
offTop = -200
onLabel="xyzzy"
onTop = 0
onLeft = 0
-200
-200?
Was someone trying to pull a practical joke or something?
Can someone please post their script?
Originally posted by juno@Aug 20 2004, 10:49 PM-200
-200?
Was someone trying to pull a practical joke or something?
Can someone please post their script?
<{POST_SNAPBACK}>
Hello juno,
I got the scirpt from the Click&Swap off judge, from the weather mod and just modified it from there... Not sure, but I think it works as the configs switching on and off screen (like when you click on it the small one goes -200, -200 and the medium goes to the small's position...and so on)
Err... 
Here is my script:
' Make 'A' visible and 'B' invisible:
Dim av
set av = CreateObject("AveDesk.Application")
offLeft = -200
offTop = -200
onLabel="xyzzy"
onTop = 0
onLeft = 0
Dim d
for each d in av.runningdesklets
if d.Label = "miniSmall" Then
If d.Left > 0 Then
onLeft = d.Left
onTop = d.Top
d.Left = offLeft
d.Top = offTop
onLabel = "miniMed"
End If
end if
if d.Label = "miniMed" Then
If d.Left > 0 Then
onLeft = d.Left
onTop = d.Top
d.Left = offLeft
d.Top = offTop
onLabel = "miniBig"
End If
end if
if d.Label = "miniBig" Then
If d.Left > 0 Then
onLeft = d.Left
onTop = d.Top
d.Left = offLeft
d.Top = offTop
onLabel = "miniSmall"
End If
end If
Next
for each d in av.runningdesklets
if d.Label = onLabel Then
d.Left = onLeft
d.Top = onTop
end if
Next
Try redownloading and reinstalling it... You Might've done something wrong... :6