@Jalibu I would really like to see this working in my mirror! so far I have had no luck getting data from Alpha avantage. Is there a way to test and see what data is returned? or maybe what error code comes back? The ticker itself is running well with 15 stocks in it but no values are showing. I went back and used your sample config code and still no values returned. Your thoughts?
Here is what i used for my code:
{
module: "MMM-Jast",
position: "bottom_bar",
config: {
updateIntervalInSeconds: 1800,
fadeSpeedInSeconds: 3.5,
stocks: [
{ name: "Amazon", symbol: "AMZN" },
{ name: "Disney", symbol: "DIS" },
{ name: "Ford", symbol: "F" },
{ name: "Starbucks", symbol: "SBUX" },
{ name: "JD.com", symbol: "JD" },
{ name: "Microsoft", symbol: "MSFT" },
{ name: "Verizon", symbol: "VZ" },
{ name: "Phizer", symbol: "PFE" },
{ name: "Intuit", symbol: "INTU" },
{ name: "Zinga", symbol: "ZNGA" },
{ name: "Cognex", symbol: "CGNX" },
{ name: "Fortnet", symbol: "FTNT" },
{ name: "Ilumina", symbol: "ILMN" },
{ name: "KinderMorgen", symbol: "KMI" },
{ name: "NewBev", symbol: "NBEV" },
{ name: "Neptune", symbol: "NEPT" },
{ name: "Alibaba", symbol: "BABA", tradeCurrency: "USD", displayCurrency: "USD" },
],
defaultCurrency: "USD",
apiKey: "My_API_KEY_HERE",
scroll: "horizontal", //"<none, vertical, horizontal>"
maxWidth: "100%",
showDepotGrowth: true
}
},