Concerto 2 Weather Plugin

This plugin provides support to add weather content in Concerto 2 using the OpenWeatherMap API.

Custom weather icons are included from owfont.

Concerto 2 Weather is licensed under the Apache License, Version 2.0.

Installation

  1. Visit the plugin management page in Concerto, select RubyGems as the source and "concerto_weather" as the gem name.
  2. For any issues displaying the custom weather icons, make sure to precompile assets using:

    (for production) RAILS_ENV=production rake assets:precompile

    (for development) RAILS_ENV=development rake assets:precompile