Over the past 3 or 4 months MMM-CurrencyExchange has stopped working, it just displays ‘Loading’
I have changed the api from
apiBase: “http://api.exchangeratesapi.io/latest”,
to
apiBase: “http://api.exchangeratesapi.io/v1/latest”,
and then
“http://api.exchangeratesapi.io/v1/latest?access_key=xxxxxxxxxxxxxxxxxxxxxxxx”
as per the instructions at https://manage.exchangeratesapi.io/quickstart
I have noticed that if I click on the link at https://manage.exchangeratesapi.io/quickstart
I get
{
“error”:{
“code”:“https_access_restricted”,
“message”:“Access Restricted - Your current Subscription Plan does not support HTTPS Encryption.”
}
}
I assume that the http:// is being redirected to https:// and I don’t know of a way to force it back to http://
Has anyone any other thoughts or other suggestions for a GBP:EUR currency exchange module?
Thanks is advance.