Need someone to lead product management at your software company? I create software for people that create software and I'm looking for my next opportunity. Check out my resume and get in touch.

Syndicated Weather

Freshness Warning
This blog post is over 21 years old. It's possible that the information you read below isn't current and the links no longer work.

It’s not an XML weather feed, but a someone sent a link to some JavaScript on Yahoo that returns the weather for any zip code. If you put this in your Web page:

<SCRIPT LANGUAGE="JavaScript" SRC="http://data.geo.yahoo.com/geo/v1?w=f,95670,10001&hbc=ffffff&hfc=314584
&hff=Verdana&hfs=2&ibc=FFFFFF
&ifc=0000ff&iff=Verdana&ifs=1&
amp;udd=1&ufc=000000&uff=Verdana
&ufs=2&ct=us&tz=UV&
ts=996800400"></script>

What gets displayed is

Just change the 95670,10001 to any zip codes you want. By playing with the JavaScript URL, we’ve also found some other options that can be set.

hbc: Header Background Color
hfc: Header Font Color
hfs: Header Font Size
hff: Header Font Face
ibc: body Background Color (what does I stand for?)
ifc: body Font Color
ifs: body Font Size
iff: body Font Face

It is unknown what the rest of the variables mean. Changing things from udd and beyond had no obvious affect.

While we’d love to give credit where credit’s due, the contributor neglected to sign their email.

Tiara
October 22, 2002 11:27 PM

how to syndicate the weather in jakarta, indonesia?

Adam Kalsey
October 23, 2002 9:39 AM

It appears that this service is only for the United States, since it uses ZIP codes (US postal codes) to determine what are you want the weather for. I'm not aware of any sort of free weather syndication service. In fact, I'd imagine that this Yahoo JavaScript feed is probably protected by some sort of copyright and was designed for use on Yahoo sites only.

Paul Robertson
August 19, 2003 1:43 AM

To get New Zealand I changed the ct entry to ct=nz and then for the city info I looked at the url for cities as displayed on the weather page, ie for auckland and wellington NZ the entry is NZXX0003,NZXX0049 The only issue is that it defaults to readings in Fahrenheit. Not sure how to get it to display in the more godly Celsius.

Jon
August 26, 2003 7:02 PM

To get Celsius, change ?w=f, to ?w=c,

Philip Ashlock
September 11, 2003 2:10 PM

To display the weather for any city go to http://weather.yahoo.com/forecast/ and type in the name of the city you want displayed in the search box that says "Enter City or Zip Code" and when you have your city's weather displayed look at the URL. The end of the URL should say something like IDXX0022_f.html (for jakarta) replace the zip code in the javascript with IDXX0022 and it should display the correct weather info (for jakarta in this case). This is also usefull when it doesn't display the correct information when using a zip code.

jeff graber
December 20, 2004 12:32 PM

any way that when you click on the city name, it pops a new window instead of writing to the same one?

Steven
January 19, 2005 12:33 PM

What's with the red asterisk? What purpose does it serve and is there any way to get rid of it?

francois
March 22, 2005 12:11 AM

I am also having problems with the default Fahrenheit display. I have tried to modify most of the settings in the script without any luck. It would be great if someone can figure out how to do this....

daryl
August 30, 2005 5:42 PM

what jon said To get Celsius, change ?w=f, to ?w=c,

Peter Codrington
October 4, 2005 3:31 PM

I've been looking for a long time for a feed like this. I wrote a program to transform the feed to HTML. Here's the weather for New York city: http://mod2u.com/feeds/micropersuasion_com.rssfeed.htm That's a live RSS stream. I can add one for your city of choice and you can link to it - it's FREE. Hope you like it.

Scott Grayban
November 27, 2005 11:55 PM

Peter Codrington wrote: Here’s the weather for New York city: http://mod2u.com/feeds/micropersuasion_com.rssfeed.htm 404 error for that. Also this javascript for yahoo weather doesn't anymore---they freeze the output the minute a outside domain hits it.

joshua
April 30, 2006 9:48 PM

To display city e.g. Fak-fak (indonesia) replace 95670,10001 become IDXX0086 so it become: <SCRIPT LANGUAGE="JavaScript" ...ta.geo.yahoo.com/geo/v1?w=f,IDXX0086&hbc=ffffff&hfc=314...

Cyrus
October 9, 2006 12:22 PM

Thank you for this. Anyway to launch link in new window?

Patrik
October 27, 2006 5:36 AM

Is it possible to put the link in an separate js file? Want to keep my website as clean as possible. // Patrik

DK Riese
December 12, 2006 6:44 AM

Anyone know how to get this weather into a flash file SWF

This discussion has been closed.

Recently Written

Too Big To Fail (Apr 9)
When a company piles resources on a new product idea, it doesn't have room to fail. That keeps it from succeeding.
Go small (Apr 4)
The strengths of a large organization are the opposite of what makes innovation work. Starting something new requires that you start with a small team.
Start with a Belief (Apr 1)
You can't use data to build products unless you start with a hypothesis.
Mastery doesn’t come from perfect planning (Dec 21)
In a ceramics class, one group focused on a single perfect dish, while another made many with no quality focus. The result? A lesson in the value of practice over perfection.
The Dark Side of Input Metrics (Nov 27)
Using input metrics in the wrong way can cause unexpected behaviors, stifled creativity, and micromanagement.
Reframe How You Think About Users of your Internal Platform (Nov 13)
Changing from "Customers" to "Partners" will give you a better perspective on internal product development.
Measuring Feature success (Oct 17)
You're building features to solve problems. If you don't know what success looks like, how did you decide on that feature at all?
How I use OKRs (Oct 13)
A description of how I use OKRs to guide a team, written so I can send to future teams.

Older...

What I'm Reading

Contact

Adam Kalsey

+1 916 600 2497

Resume

Public Key

© 1999-2024 Adam Kalsey.