@spikeboybebop
The very beginning of your config should look like this:
var config = {
port: 8080,
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
I don’t know where you got main(); from
@spikeboybebop said in Electron failed to install correctly:
MM seems to work except for the weather
Weather won’t work without an API key. See the README for that module for instructions on where to go to acquire said API key. Then, enter the API key in the appropriate place in the config entry for that module.