Weather Forecast

Developer

Marcel Villerius

3rd Party (Free)

5 downloads (last 90 days)

Download

EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

ExpressionEngine plugin that parses weather information from Wunderground (city, current temperature, wind condition, etc). This plugin requires an API key form Wunderground (free in most cases).


{exp:weather_forecast location="new york" language="en" imagepath="/images/" extension="png" key="1234567890abc"}
    {city}
    {current_temp_f}
    {current_icon}
{/exp:weather_forecast}

Read the full documentation

Download Weather Forecast

EE Support Downloads Add-On Version Release Date
Not Specified Download

Weather Forecast Links

This entry was created October 11, 2012, 9:25 am.
This entry was last updated July 9, 2013, 6:43 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

3 Reviews:

Josh Conner 03.28.14

Josh Conner
Rating - {addon_rating_average}

Not bad. Keep in mind that this is only for the “3-day forecast summary” API. I had to rewrite a lot of the code to get the 10-day. I also needed the icon name and not the URL, had to rewrite that too.

Causing Effect - Aaron Waldon 01.30.13

Causing Effect - Aaron Waldon
Rating - {addon_rating_average}

This add-on is simple, concise, well-documented, well-coded, and worked out of the box for me. If you get errors using the sample code, you may need to remove the imagepath= parameter (unless you have custom images set up). Great job on this Marcel!

Objective HTML 12.24.12

Objective HTML
Rating - {addon_rating_average}

Using the example right on this page and replacing with my own API key results in PHP errors. The underlying code is not great, very redundant so it’s not worth hacking. Don’t waste your time with this one.