Read the statement by Michael Teeuw here.
MMM-AVStock not displaying NASDAQ information
-
Hi there! I use MMM-AVStock, to display stock prices/market information on my Magic Mirror. I’m currently having trouble with the NASDAQ composite as it is not displaying any information at all. I believe I have the right symbol for the API as “^IXIC”. Anyone else using this module having trouble with the NASDAQ composite? I’m using the default config file from the github page, and I haven’t edited the .js file. Thanks!
{ module: "MMM-AVStock", position: "bottom_right", config: { apiKey : "XXXXXXXXXXXXXXXXXXXXX", symbols : ["^NYA","^IXIC", "^GSPC"], alias: ["NYSE", "NASDAQ", "S&P 500"], tickerDuration: 60, chartDays: 90, poolInterval : 1000*15, mode : "table", decimals: 4, candleSticks : false, coloredCandles : false, premiumAccount: false, } },
-
@ernenr1 Hey you can get Nasdaq working by using the symbol ID: “NASDAQ:^IXIC”
-
-
-
@RushHour99 the api used only does Stock exchange, if u want NASDAQ u have to sign up for a different (cost) api
see https://www.alphavantage.co/documentation/
If you are interested in realtime intraday data for Nasdaq-listed securities, we have partnered with Polygon.io, a leading provider of realtime market data
-
@sdetweil Thanks for info. I was hoping for a free workaround, but I understand the reasoning.
-
@AW80 said in MMM-AVStock not displaying NASDAQ information:
NASDAQ:^IXIC
Hi, how can i see the Dax in this Modul? Thank You.