I am making a weather app and need 7 day forecast. I have successfully parsed and implemented google weather api XML in my app but the problem is that Google Weather API returns the forecast information of four days including the current day. For example, if today were Saturday, Google Weather API would return the forecast information of today (Saturday), Sunday, Monday, and Tuesday.
Can I make google api return 7 day forecast? If not then is there another weather api that I can use to get that info? Please keep in mind this app is going to be sold globally so I need something that can forecast a user weather for 7 days no matter where in the world they are.
The reason I went with google is that bloody company is reliable and the chances of their servers going down are minimal.