lavolp3 / MMM-AVStock

MagicMirror module for displaying stock price with Alphavantage API
MIT License
38 stars 18 forks source link

Invalid API call #20

Closed thymon13 closed 4 years ago

thymon13 commented 4 years ago

Hello,

Since a few days. I have an error log :

[ERROR] [AVSTOCK] Error: Invalid API call. Please retry or visit the documentation (https://www.alphavantage.co/documentation/) for TIME_SERIES_DAILY.

Thx in advance

lavolp3 commented 4 years ago

can you post your config or at least the tickers you are calling? It seems that more and more tickers are being removed from alphavantage.

thymon13 commented 4 years ago

Hello,

I calling :

 name: "CAC40", 
symbol: "^FCHI",
lavolp3 commented 4 years ago

You could try "C40.PAR" which is an ETF following the CAC40 index. I can confirm "^FCHI" does not work (anymore) So the problem is Aplhavantage, not this module

thymon13 commented 4 years ago

@lavolp3 Hello

C40.PAR does not work too

Same API CALL error with it

lavolp3 commented 4 years ago

For C40.PAR only the Global Quote Call works. So no chart unfortunately.

thymon13 commented 4 years ago

Oh.. Damn

Thx for this information.