A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Where do I put this.sendNotification?
-
I’m trying to use this for newsfeeds module.
It says in the documentation to use
this.sendNotification(‘ARTICLE_whatever’);
If I put this anywhere in config.js, it fails to recognize the config.js
If I put this anywhere in newsfeeds.js it fails to load.I’ve done some programming but I know absolutely nothing about javascript.
-
@eracerhead unless u have your own module trying to get newsfeed to display something, then u do not need to do this.
That code would go inside your module
-
@eracerhead these functions (
this.sendNotification()
) are being used to trigger something in one module from inside another module. It is only needed for module developers.
You could create e.g. a module with control functions including these.