We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: