You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This modification allows specifying a comma separted list of CITY_IDS,
these can be sent to widgets using weather-CITY_ID data-id tag in the
layout file.
Also fixes API authentication bug reported here:
hkraji#1
Also changes polling time to 15 minutes per API rules
Hello,
I had some issues running this widget. I was only able to run it by changing the way API_KEY was declared.
API_KEY = 'WEATHER_KEY''
instead of:
API_KEY = ENV['WEATHER_KEY']
Running: Ruby 1.9.3
Cheers.
The text was updated successfully, but these errors were encountered: