Mobile app version of vmapp.org
Login or Join
Miguel251

: Weather Widget/API I am developing a website and am looking for an easy piece of code that I can add to a webpage that will display the weather for today and also for the next 5 days for

@Miguel251

Posted in: #Api #Html #Javascript #Widgets

I am developing a website and am looking for an easy piece of code that I can add to a webpage that will display the weather for today and also for the next 5 days for a given location (Wellington, New Zealand).

I have fund some resources on-line, yet I am looking for a horizontal weather display, rather than a vertical display.

What is the easiest to implement and what do people recommend?

I would prefer a piece of code to just copy/paste into a HTML page, but if an API exists, that is easy to use, then I may look into using that.

UPDATE

I have found the following link that has the information that I am looking for: www.wunderground.com/q/zmw:00000.1.93436
Here is a screenshot of what I am wanting to display on my own webpage:
canning.co.nz/WeatherExample.jpg
Can I please have some help to input the correct code into a HTML document to display this information shown above.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Miguel251

1 Comments

Sorted by latest first Latest Oldest Best

 

@Welton855

Here are a couple of options that will get you rolling within a few minutes. Unfortunately, you may not find all of the features you're looking for (as far as layout and functionality are both concerned) in one location...


Weather Underground has Widgets for current conditions, two-day forecasts, tropical weather, and a myriad of others. There are a variety of layouts you can choose from, and their two-day forecast sticker best matches your specifications for a horizontal widget with forecast data. WU is generally very reliable and trustworthy weather resource.

Link: www.wunderground.com/stickers/ AccuWeather has a nice widget that displays current conditions, a
4-day forecast, and a radar. The radar is generally pretty
unreliable and overly sensitive when it comes to snowfall, in my
experience. Still though, the data presented is very thorough. I'm not seeing a good horizontal display on there, but there are some thinner vertical ones at least.

Link: netweather.accuweather.com/adcbin/netweather_v2/signup-page1.asp

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme