@shbatm
are you sure with console.log(notification, payload); to Line #988
my node_helper.js is going only to line 958
Read the statement by Michael Teeuw here.
Posts
-
RE: [MMM-Remote-Control](v2-dev) Extensible REST API, Dynamic Menus, and Socket Communications, plus other updates
-
RE: [MMM-Remote-Control](v2-dev) Extensible REST API, Dynamic Menus, and Socket Communications, plus other updates
@shbatm
Thanks for your explanation
I will try it tonight and then report it.And yes, I also suspect that it is the page selector.
Whereby I set “Alert, notification, buttons and podcast2” to exclude. And nevertheless.
I’ll take a look. -
RE: [MMM-Remote-Control](v2-dev) Extensible REST API, Dynamic Menus, and Socket Communications, plus other updates
Is there any way to track traffic from remote control Nothing is visible in pm2 logs.
A kind debuging or like.
Alert it does not work. It comes the OK for transmit but nothing appears. Restart works and also monitor ON OFF.
But the browser does not refresh again.
Everything works as long as I only have the sample config.
But as soon as I have several other modules running (Page-Selector, Buttons, DWD-Warn-Wetter, PublicTransportHafas, etc.), it is no longer possible.
I would like to know what blocks the module. -
RE: [MMM-OnScreenMenu] Simple On-Screen Menu for controlling the MagicMirror²
Thanks for the explanation
-
RE: I am stuck need help
@dcarls91 said in I am stuck need help:
In your config fil are missing a lot of , and ]
check this -
RE: How to remotely add long links?
in terminal
ssh pi@youripadress
and then with nano or install mc
-
RE: MMM Remote Controle - starting issus
@robiv8 said in MMM Remote Controle - starting issus:
You are right! 1 close brace are to muchAnd comma missing:
This{ module: ‘MMM-Remote-Control’ , position: ‘bottom_left’ },
or this
{ module: ‘MMM-Remote-Control’, position: ‘bottom_left’ },
is the same.
-
RE: MMM Remote Controle - starting issus
@ernst-jan said in MMM Remote Controle - starting issus:
{ module: ‘MMM-Remote-Control’ // uncomment the following line to show the URL of the remote control on the mirror position: ‘bottom_left’ // you can hide this module afterwards from the remote control itself } },
i am missing a semilicon
type this
, position: ‘bottom_left’