MMM-NetworkScanner icon indicating copy to clipboard operation
MMM-NetworkScanner copied to clipboard

this.config is undefined

Open lmdc45 opened this issue 4 years ago • 0 comments

not sure why but got error saying this.config is undefined in node_helper.js line 42

working with adding this.config again from the main config. Very new to MMM so no idea where the issue comes from, might be me...

start: function function_name () {
        if(!this.config){
            this.config = config.modules.find(m=>m.module=='MMM-NetworkScanner').config;
        }
        this.log("Starting module: " + this.name);
    }

lmdc45 avatar Jan 01 '21 09:01 lmdc45