Don’t forget to check the error logs and dmesg.
Read the statement by Michael Teeuw here.
Posts made by E3V3A
-
RE: MMM-ModuleScheduler stops working if MMM-PIR is active
-
RE: MMM-FlightsAbove - Display all flights in the sky above you
@Galli :D :D
!! cd MMM-Tabulator !!!??
Thanks for spotting my dumbass typo!!
Clearly you must be the only one who have tried to follow those directions, since nobody else has mentioned this. The line should becd MMM-FlightsAbove
etc…So please try again.
-
RE: UI/Data Caching
yeah , you need to save it with a
this
thing. Someone helped me fix this here. So you probably need to do something very similar. (Save the current data, and restore it when someone is trying to use it before the timeout.) -
RE: Core documentation?
Very good question!
Other people have asked about this.
I have asked about this.
The answer isno
.It would really help the project (and possibly development) to have that.
I’ve worked on this for ~3 months now, and I’m still clueless as to how it all hang together…
Therefore, there will not be much contribution from my side… -
RE: MMM-FlightsAbove - Display all flights in the sky above you
@Galli Hi! Yes, sorry but I have not made an official npm package for this yet… So you just have to do the git clone and run the install script instead. (And for your own sake, update your node and npm first!)
-
RE: [PM2][ERROR] Permission denied, to give access to current user
You need to install PM2 with sudo (root).
-
RE: MMM-Assistant google-auth.js
script is fixed! Get the latest script and See comment in the issue you started.
-
RE: MMM-Assistant google-auth.js
I don’t think you have installed the module according to the README.
It seem that you never didnpm install
.
But there are some other trouble with that script, that I am trying to fix as we speak…