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

Update MMM-PlaceInfo.js #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

reddatos
Copy link

The currency feature was not working, it didn't recognize the API key since the base URL and API parameter changed. Updated line 57. The currencyAPI value has been updated from "http://data.fixer.io/api/latest" to "https://api.apilayer.com/fixer/latest".
Updated line 460. From params= "?access_key=" + this.config.currencyAPIKey; to params= "?apikey=" + this.config.currencyAPIKey;

Updated line 57. The currencyAPI value has been updated from "http://data.fixer.io/api/latest" to "https://api.apilayer.com/fixer/latest".
Updated line 460.  From params= "?access_key=" + this.config.currencyAPIKey; to params= "?apikey=" + this.config.currencyAPIKey;
@60bobo60
Copy link

even with the update, the currency exchange is not working

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

Successfully merging this pull request may close these issues.

2 participants