MMM-AVStock
MMM-AVStock copied to clipboard
MagicMirror module for displaying stock price with Alphavantage API
All data stopped about 2 weeks ago (no stock chart or prices since then). Is anyone else seeing this? I restored a backup and the problem persists.
Hello @lavolp3 Thanks for your work ! I don't understand how to adjust the chart. As you can see below, the chart spans over 1 year, but the data is...
Good morning. I've been runing AVstock on my displayboard for several months. Right now I'm noticing that when I come in in the morning, the value is accurate for market...
its in the upper_third section with .MMM-AVStock { padding-top: 450px; transform: scale(0.7); } in custom.css this is my config { module: "MMM-AVStock", position: "upper_third", config: { apiKey : "XX9PEJ95PODWY2CX", timeFormat:...
First of all thank you so much for your great work and this awesome module! I really appreciate. I was wondering if would be possible to have a ticket that...
Greetings! Is there a way to change the size of the Module to like 75% or 50%? My current Setup would have it being displayed as a `top_center` one but...
I have a ticker with 8 stocks but the last two cannot be seen as the position resets to 0.
//disabled:true, module: "MMM-AVStock", position: "top_left", config: { symbols : ["AAPL", "AMZN", "GOOGL", "TSLA", "NVDA", "UBER", "NNE"], alias: ["APPLE", "AMAZON", "GOOGLE", "TESLA", "NVIDIA", "UBER", "NANO"], chartDays: 180, chartType: 'candlestick', coloredCandles: true,...