Read the statement by Michael Teeuw here.
Stock Market Module
-
@lhops it does call yahoo finance API
also, if you look at the messages from npm start you may see output from the module API handler
-
@sdetweil I have added the API to the main config file module but still no numbers. Do I have to configure any other file? It has been so long ago that I got the MM working I have forgotten a lot of the procedures.
-
@lhops no idea. I would look at the message
-
@sdetweil Sorry I don’t know what message npm is or where to find it. But I do appreciate all the help I can get. Thanks
-
@sdetweil I have found the npm message by typing “npm list” but still no sure what I am looking for. And how to fix it.
-
@lhops I think what he means is to type
npm start
and then see what the mirror logs as it starts the framework and modules. Running the mirror from the command line will output the messages back at you so you can look for problems.Specifically, look for any line that begins with “error”.
-