Read the statement by Michael Teeuw here.
MMM-AVStock not returning prices
-
I’m running MM 2.9.0 in Docker on a Mac (OS 10.11.6) and most modules work really well, but MMM-AVStock isn’t in that list. My config:
{ disbaled: false, module: "MMM-AVStock", position: "bottom_center", config: { apiKey: "XXXXXXXXXXXXXXXXXXXXXXXX", symbols: ["AAPL", "GOOGL"], alias: ["APPLE","GOOGLE"], tickerDuration: 300, chartDays: 90, mode: "table", //"table", "ticker", "series" decimals: 4, }, },
and the result is just an empty table:
Any ideas where I might be going wrong?
-
@sonicgoose no, but open the developers window, ctrl-shift-i on the keyboard, select the tab labeled ‘console’
and scroll up to see any errors (red text usually)…u can also filter for messages from a specific module, by putting part of the module name in the filter field
‘avs’ for example (without quotes)
I use the same api in another module and it is working fine
-
@sdetweil I always forget about that developer window. Anyway: 5 errors, all from a different module that is actually working just fine. No errors from MMM-AVStocks.
-
@sonicgoose A complete system reboot seems to have fixed whatever issue existed.
-
@sonicgoose cool… thanks for the update