Read the statement by Michael Teeuw here.
Stock Market Module
-
The stock market module has been working for years but now just the display with no numbers or values are being displayed. Have not updated or made any changes for over a year. the numbers just stopped being displayed.
-
@lhops got the name of that module?
many show stocks
-
@sdetweil I am suing MMM-MktIndex (Thess)
It does not require a API -
@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”.
-