Read the statement by Michael Teeuw here.
Posts
-
RE: Kalliope assistant + MM
@jchenaud delete the line 86
console.log(this.name + " received a socket notification: " + notification + " - Payload: " + payload);
I need to update this part.
-
RE: Kalliope assistant + MM
Guys, don’t hesitate to send a pull request to the project with your update. Including the “port” documentation part.
-
RE: Kalliope assistant + MM
@dmwilsonkc indeed it’s weird, I use this code as it in prod on my mirror without any issue.
Maybe a recent update of chromium or MM. -
RE: Kalliope assistant + MM
@sdetweil huumm… yes it is obvious that you have to call your magic mirror url. Including the port if you changed it.
-
RE: Kalliope assistant + MM
@dmwilsonkc seems good anyway.
I don’t see any errors. Maybe test another position. This one is not already used by another module? -
RE: My small but smart mirror :)
@sharmstr Glad it works for you ! Have fun with Kalliope !
-
RE: How do I "commit" changes to allow an update
Create a branch on top of the master one.
When an update is available, go back to the master, do the pull.
Then rebase your branch onto master.