lavolp3 / MMM-AVStock

MagicMirror module for displaying stock price with Alphavantage API
MIT License
38 stars 18 forks source link

Not Displaying #6

Closed SirKratosAurion closed 5 years ago

SirKratosAurion commented 5 years ago

The module will not display even with the default basic settings. I added my API key and used the exact config lines from the readme.

eouia commented 5 years ago

I need a log to examine what happened. If you can, post/send your back-end/front-end log. (You can get both with npm start dev)

jprucks commented 5 years ago

Hey, I likely had the same issue. You're missing some commas in the javascript file in the T/F portion of the config default section. I don't know much about coding but adding those two commas fixed the issue. The error was something to the effect of "the config file has been improperly configured." The issue was actually in the main program file.

lavolp3 commented 5 years ago

@jprucks Good find! The added config options in the detailed config in the Readme are missing some commas. Will correct this.

lavolp3 commented 5 years ago

Is fixed now. @marvinej Take care of the missing commas in the configs copied to the config.js file. Or replace it with the new sample config in the README section