Looking for the REAL weather widget:

which collapses into this:

and can even be collapsed smaller like this:

anyone?
P.S. no need to merge this topic as it differs from the others.
Looking for the REAL weather widget:

which collapses into this:

and can even be collapsed smaller like this:

anyone?
P.S. no need to merge this topic as it differs from the others.
Also, I am not asking anyone to steal the Knofab images. There are alot of other weather images out there.
My request is that it has the same format and general look/feel of the Konfab widget, not the exact imagery.
That said, It should have a alpha background and the icon placement should remain exactly the same as it is in the pics I provided.
The text should also remain the same.
thanks
Why do you create separate threads for all your requests? >.
@Pe8er: It would get kind of confusing keeping up with 23 different requests in one thread. Don't ya think :6 
The last one is a whole new Konfabulator widget called mini weather. The original ones (the first 2 pics) are part of the original weather widget included with Konfabulator
. So the big one doesn't collaps into that mini one.
Originally posted by XP_2003@Jul 26 2004, 01:28 PMThe last one is a whole new Konfabulator widget called mini weather. The original ones (the first 2 pics) are part of the original weather widget included with Konfabulator
. So the big one doesn't collaps into that mini one.
<{POST_SNAPBACK}>
I knew that, but why not improve on the original?
![]()
Pe8er and I have closed all redundant Weather desklets requests and made this the only one for such point.
Lets try to keep it that way, shall we?
// Seph
Originally posted by Pe8er@Jul 26 2004, 02:26 PMIt's more confusing for me to see 2 threads about weather desklets (second one is here). And there would be only 2 requests in one thread. That's not confusing.
Duckie, I removed your posts. Please use edit button, don't triplepost.
<{POST_SNAPBACK}>
wtf?
what do you mean triple post?
Triplepost = three posts in a row from the same member ![]()
has anyone started this one yet?
would like to add my humble vote for the original konfabulator widget as well...that collapses. that would be amazing. ![]()
judge...you are god. in case you didn't know that ![]()
Err.. I made the miniWeather desklet for Avedesk...
Only mini... none of that expanding stuff.. 
If anyone wants it just PM me..
Or should I just make a release thread? 
Looks like this BTW,
Originally posted by Hyral@Jul 30 2004, 10:32 PMErr.. I made the miniWeather desklet for Avedesk...
Only mini... none of that expanding stuff..
If anyone wants it just PM me..
Or should I just make a release thread?
Looks like this BTW,
<{POST_SNAPBACK}>
Release it! Send it to me! PM coming your way!
Originally posted by Hyral@Jul 30 2004, 07:32 PMErr.. I made the miniWeather desklet for Avedesk...
Only mini... none of that expanding stuff..
If anyone wants it just PM me..
Or should I just make a release thread?
Looks like this BTW,
<{POST_SNAPBACK}>
Hi Hyral I think you should release it, anyway I send you a PM ![]()
Originally posted by Duckie@Jul 26 2004, 11:13 AMLooking for the REAL weather widget:
which collapses into this:
and can even be collapsed smaller like this:
anyone?
P.S. no need to merge this topic as it differs from the others.
<{POST_SNAPBACK}>
Can someone send me the image files for the first two weather widgets? (not the weather states, I have those, just the background images!) I *might* be able to set this up working from Hydrals miniweather... I think I know the right XML. Maybe. ![]()
Originally posted by deadzombie@Jul 31 2004, 04:58 PMCan someone send me the image files for the first two weather widgets? (not the weather states, I have those, just the background images!) I *might* be able to set this up working from Hydrals miniweather... I think I know the right XML. Maybe.
<{POST_SNAPBACK}>
here you go
nevermind, there they are^

All it does is weather, doesnt collapse or expand.
Need permissions...
Anyone know code for weather per day over the next 4 days?
DZ: not sure if this will help at all, but herds in this post (click me) might give you a head-start somewhere. seems like you might be able to grab some of that information from an xml file if you change the attributes for the xml link? (eg: the next 4 days instead of 2)...not sure if that will work but its worth a look?
For instance, the link: http://xoap.weather.com/weather/local/UKXX...*&unit=e&dayf=5 if you click it seems to give the forcast for the next 4 days. maybe you could use something like that, and just get information from that link. perhaps reading from a specific line number...
hope that helps ![]()
<cc>
<lsup>7/31/04 11:53 PM CDT</lsup>
<obst>DW Hooks Arpt., TX</obst>
<tmp>83</tmp>
<flik>92</flik>
<t>Mostly Cloudy</t>
<icon>27</icon>
<bar>
<r>29.95</r>
<d>rising</d>
</bar>
<wind>
<s>calm</s>
<gust>N/A</gust>
<d>0</d>
<t>CALM</t>
</wind>
<hmid>85</hmid>
<vis>10.0</vis>
<uv>
<i>0</i>
<t>Low</t>
</uv>
<dewp>78</dewp>
</cc>
<dayf>
<lsup>7/31/04 10:57 PM CDT</lsup>
<day d="0" t="Saturday" dt="Jul 31">
<hi>N/A</hi>
<low>75</low>
<sunr>6:40 AM</sunr>
<suns>8:16 PM</suns>
<part p="d">
<icon>-</icon>
<t>N/A</t>
<wind>
<s>N/A</s>
<gust>N/A</gust>
<d>N/A</d>
<t>N/A</t>
</wind>
<ppcp>20</ppcp>
<hmid>N/A</hmid>
</part>
<part p="n">
<icon>33</icon>
<t>Mostly Clear</t>
<wind>
<s>3</s>
<gust>N/A</gust>
<d>37</d>
<t>NE</t>
</wind>
<ppcp>20</ppcp>
<hmid>93</hmid>
</part>
</day>
Selector "//sunr" gives my sunrise info, "//low" gives me the low for day="0" and "//temp" gives me the current temp, but I can't figure out how to pull information from farther down the code, such as any info from
<dayf>
.
Any ideas?
Very nice. ![]()
Originally posted by deadzombie@Jul 31 2004, 11:38 PMSelector "//sunr" gives my sunrise info, "//low" gives me the low for day="0" and "//temp" gives me the current temp, but I can't figure out how to pull information from farther down the code, such as any info from
<dayf>.
Any ideas?
<{POST_SNAPBACK}>
Try this in the selector, provided you used a URL similar to this:
http://xoap.weather.com/weather/local/LOC_ID?dayf=5&unit=s
Forecast High: //day[@d=n]//hi
Forecast Low: //day[@d=n]//low
Forecast Icon: //day[@d=n]//icon
Forecast Day: //day[@d=n]/@t
Forecast Date: //day[@d=n]/@dt
Forecast Condition: //day[@d=n]//t
Where n represents the day number you want (Today, n=0)