njwilliams / MMM-PlaceInfo

Magic Mirror module to display information about places
3 stars 3 forks source link

Update MMM-PlaceInfo.js #4

Open reddatos opened 2 years ago

reddatos commented 2 years ago

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;

60bobo60 commented 1 year ago

even with the update, the currency exchange is not working