[release] Expanded Miniweather Mod

miniWeatherII.jpg

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... :D

Installation

Please read the Readme

updated:

download me link is here!

#204219

YOU BEAST! I LOVE IT! :D:D:D

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!

#204224

unbelievable simply unbelivable

#204226

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

#204229

Link is working...

#204232

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

#204233

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... :lol:

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...

#204236

wow.. this is perfect. The weather widget I have always wanted. Something small yet very effecient. Thanks for this.

#204240

wow, this is amazing (Y)

thanks

but how do i make it fahrenhiet? :(

#204254

Originally posted by carbonfiber@Aug 19 2004, 01:12 AM

wow, 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.... :D

#204256

Originally posted by Hyral@Aug 19 2004, 01:31 AM

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.... :D

<{POST_SNAPBACK}>

much better, thanks :D

#204258

To "s"? I changed it to "e" and it seems to be working ok. What gives?

#204261

Hyral,

Just awesome :woot:

Great work !!! Now im waiting for the inspiriat widgets :)

Cya.

#204313

Good work Hyral, very useful.

thanks a lot.

/aviel

#204347

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

miniWupdate.zip

Attachment: miniWupdate.zip

#204352

I'm having trouble getting the swap to function. When I click the Shortcut button, nothing happens. What's up with that?

#204428

Originally posted by davidliv@Aug 19 2004, 03:07 PM

I'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.

#204564

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?!?

#204670

Originally posted by mimeryme@Aug 20 2004, 12:30 AM

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.

<{POST_SNAPBACK}>

No, thats the problem. When I click the shortcut button, I do not get the dialog box to enter the link.

#204686

XalCore, see if this post can help you: link.

davidliv, is it specific to this config or does it happen for all SysStats configs? You can try reinstalling SysStats, I'm afraid that's all the advice I can offer.

#204688

Originally posted by mimeryme@Aug 20 2004, 11:25 AM

XalCore, see if this post can help you: link.

<{POST_SNAPBACK}>

Thank you so much!!! It works a charm! I owe ya one buddy.... :P

#204696

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?

#205062

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... :unsure:

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

#205074

Tried that....hmmm

Oh well, I can live with clicking load when I want to change configs!

#205079

Wow, this is really great. I've wanted this for quite some time!

Thanx alot...

#205167