A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-AVStock does not display stock info
-
I have tried to uninstall, reinstall, installed a new API Key, not sure what else to check, its connected to the network as other modules work fine. eg: Spotify, Weather etc. Any clues? Please
-
@fulviolcabrera I have the same problem. Even got a new API key and same problem.
-
@bioart when I run it with my free AV key I see in the console log
[07.12.2022 15:08.34.461] [ERROR] [MMM-AVStock] ERROR: "An AlphaVantage error occurred. Thank you for using Alpha Vantage! This is a premium endpoint. You may subscribe to any of the premium plans at https://www.alphavantage.co/premium/ to instantly unlock all premium endpoints" [07.12.2022 15:08.49.398] [ERROR] (node:890172) UnhandledPromiseRejectionWarning: An AlphaVantage error occurred. Thank you for using Alpha Vantage! This is a premium endpoint. You may subscribe to any of the premium plans at https://www.alphavantage.co/premium/ to instantly unlock all premium endpoints [07.12.2022 15:08.49.399] [ERROR] (node:890172) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
I have another app that uses the same library with the free key and it works.
-
@sdetweil Interesting. I wonder what endpoint changed and if it can just be turned off. I haven’t looked at the module, but I’ll see if I can debug in the next few days
-
@bioart the module uses an npm lib (in JavaScript), I use one lib function, he uses a different one