Read the statement by Michael Teeuw here.
[MMM-JaST] Just another Stock Ticker (new: version 2.x)
- 
 @jack819 is there a comma on the end of line 108? 
- 
 @sdetweil 
 There was not a comma (like I said, I am new to this). I did add one but now I just get a black screen when I start Magic Mirror. Nothing seems to load.
- 
 @jack819 and when u look at the messages in the window where u started MM??? did u do an npm install in the module folder after git clone? 
- 
 @jack819 said in [MMM-JaST] Just another Stock Ticker (new: version 2.0.0): did u do an npm install in the module folder after git clone? I see the instructions do not say to change to the module folder before doing the npm i 
 I submitted an issue to the modules github repo
- 
 Bear with me, I am new to this: I got to the modules folder in terminal, copied the git command, hit enter. Once that happened, I typed in the npm icommand. It appears it was still in the module folder.
- 
 @jack819 to install a module (read the link below in my signature) cd ~/MagicMirror/modules git clone url from module cd module_name npm iyou need the module folder to be the current folder to do the dependency install 
- 
 Hello, 
 I am French.
 Since The data is now fetched from Yahoo’s finance API. I would like to try again to install this module but beforehand I would like to know how we find the symbols for the stocks we want to have and present them like this:
 {name: “BASF”, symbol: “BAS.DE”, quantity: 10},
 {name: “SAP”, symbol: “SAP.DE”, quantity: 15},
 {name: “Henkel”, symbol: “HEN3.DE”},
 {name: “Alibaba”, symbol: “BABA”}
 ]
 }
 }The stocks that interest me are: 
 CAC 40
 Dow jones
 Euro stoxx 50
 Crédit Agricole.Thank you 
- 
 I tried to install this module with the stocks in examples but I had a problem of “Electron rebuild” because of black screen, I do not know how to make an “electron rebuild” so I deleted the module and the modules of my MM reappeared. 
 how to do an “electron rebuild”?
- 
 Bonjour @rikko14, an easy way to get your Stock Symbols is as follows: - Open https://finance.yahoo.com and just search for your favorite stocks (i.e. BMW)
- Click on Search result
- URL should now be like https://finance.yahoo.com/quote/BMW.DE?p=BMW.DE&.tsrc=fin-srch where BMW.DE is the symbol.
 This module should not cause any problems with Electron. But there was a mistake in the installation documentation. Please make sure to change into the MMM-Jast module’s folder before you execute the “npm i” command. Please check the latest installation instructions, as they are now fixed. 
- 
 @jack819 That was my mistake in the documentation. It is fixed now. 

