Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with API_KEY #1

Open
3pr0mpt opened this issue May 17, 2016 · 2 comments
Open

Problem with API_KEY #1

3pr0mpt opened this issue May 17, 2016 · 2 comments

Comments

@3pr0mpt
Copy link

3pr0mpt commented May 17, 2016

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.

jezuk pushed a commit to jezuk/weather-widget that referenced this issue Aug 15, 2016
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
@martin131
Copy link

Fixed in #4

@Chaps06TV
Copy link

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.

Thank you, it fixed my issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants