Read the statement by Michael Teeuw here.
config error somewhere, need help
-
another thing I could spot from viewing your config is that the timezone for the clock module should go into a
config: {}
, but this will not help you out with the black screen. -
Somebody should make EASY configuration system, or… all module developers should provide DEFAULT ACTIVE SAMPLE CONFIGURATION.
Or, at least, neater JSlint parser should be supported. -
@Sean all you mentioned exists ;)
-
@strawberry-3.141 ??? exists?
-
@cowboysdude @strawberry-3-141 asked if my config file was named correctly
-
@Sean there is remotecontrol and admininterface to configure the mirror, most of the devs supply a sample config without api keys and and somewhere out there is a linter https://twitter.com/roramirez/ status/843121280601669632 @roramirez
-
@cowboysdude so whats the easy way to start over? may seem like a dumb question, but how to I remove current config and use default
-
@TaylorTech22 here is the sample config file https://github.com/MichMich/MagicMirror/blob/master/config/config.js.sample
-
@strawberry-3.141 just delete whats in there and paste this?
-
well, I figured it out… Thats what i get for not pasting the ENTIRE file into the syntax checker. The very first item of very first line had a
]
before the text. dont know how it got there. good thing i copied my original config in a text editor. Thanks for all the help.