When starting with the “node serveronly” (I can’t get npm to launch electron for some reason), I get this error:
pi@raspberrypi:~/MagicMirror $ node serveronly
Loading config …
WARNING! Could not load config file. Starting with default configuration. Error found: TypeError: Object # has no method ‘accessSync’
Loading module helpers …
No helper found for module: helloworld.
All module helpers loaded.
Starting server op port 8080 …
Server started …
Sockets connected & modules started …
Ready to go! Please point your browser to: http://localhost:8080
I don’t understand why it won’t use my config. The config is identical to the sample one that its in the config folder.