Read the statement by Michael Teeuw here.
updated to new build, config ruined...
-
so it seems i was running a couple of builds behind (about 200), and now my config doesn’t seem to workd anymore. (i did mess with it in the meantime, so possibly made it worse)
It could be the insomnia, but i really can’t see what i’m doing wrong.
if anyone would be willing to take a look, that would be awesome.
I have a pastebin here: (with some fake calendars/locations for privacy reasons ofc.)
https://pastebin.com/z0PhAu0xI keep getting greeted by the black screen, or the one telling me to create a config file :(
sorry if i’m posting in the wrong section.
-
@ytroch I think it’s this section at the bottom that’s missing
if (typeof module !== "undefined") {module.exports = config;}
Have a look at the sample one here https://github.com/MichMich/MagicMirror/blob/master/config/config.js.sample
-
Thanks for the answer, now i’ve got that added:
https://pastebin.com/zVSsuMYgBut greeted with te “create a config” again.
thanks for helping though, maybe taking a nap will help :) -
@ytroch said in updated to new build, config ruined...:
But greeted with te “create a config” again.
There’s not much to your config to begin with, meaning you don’t have a lot of entries. If I were you, instead of trying to troubleshoot your existing config, I’d rename the config you have now, make a copy of the sample config and rename that to config.js, and just add the few entries you have. You don’t even have any 3rd party modules to deal with. You’ll be golden in 10 minutes.
-
The last newsfeed entry “wired” is not enclosed by { }
-
-
ok,
Started over in what should be an easy config, putting it through jslint gives me a single error:
Nevermind, fixed :)
Thanks .