Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8440297
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T08:15:19+00:00 2026-06-10T08:15:19+00:00

My application uses yahoo’s weather feed (XML) to display the weather forecast for the

  • 0

My application uses yahoo’s weather feed (XML) to display the weather forecast for the next 5 days. This works nice when the zip code is in the US. For example, the url below gets me the feed for Franklin, MI.

http://xml.weather.yahoo.com/forecastrss/48025_f.xml

I need a similar feed for Canada too, but cant seem to get it working. For example, the postal code of ‘Scarborough’ is M1M1M1. Tried with

http://xml.weather.yahoo.com/forecastrss/M1M1M1_f.xml

but that does not work.

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T08:15:20+00:00Added an answer on June 10, 2026 at 8:15 am

    I’m using reliably:

    http://weather.yahooapis.com/forecastrss?w=location
    

    where w = WOEID and for Scarborough, Canada w=4369 so:

    http://weather.yahooapis.com/forecastrss?w=4369
    

    will return correctly the weather data. More information on the API here.

    I’m also using this method for getting the WOEID for a given location name string:

    // Create new XML doc
    XmlDocument xmldoc = new XmlDocument();
    // Get XML doc
    xmldoc.Load(string.Format("http://where.yahooapis.com/v1/places.q({0})?appid={1}", place, ApplicationID));
    string woeid = xmldoc.GetElementsByTagName("woeid")[0].InnerText;
    return woeid;    
    

    But for this to work you will need to obtain an ApplicationID from Yahoo by registering your application.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Our application uses a XML configuation file. I thought that it would be nice
i have an application that uses SMTP to send emails from an yahoo account.
My application uses a MapView which will display multiple places. I have the latitude
my application uses a webView to display flash webpage. And there is a inner
My application uses push notifications. It would be nice to show notifications status on
The application uses quickfixj library, which uses Apache Mina . This application keeps a
My application uses WideImage successfully to crop & resize images. I call this on
My application uses MSXML version 1 (MSXML.DOMDocument) to store user documents in XML format.
My application uses Spring XML configuration. I must add Spring Social's functionality(i want to
My application uses Qt SQL this way QSqlDatabase db = QSqlDatabase::addDatabase(QODBC); db.setDatabaseName(DRIVER={Microsoft Access Driver

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.