Read the statement by Michael Teeuw here.
MMM-MyCommute not showing up today.
-
It says suspended but I’m not sure why, how can I check the reason?
-
@gwiz do you use pages, or some activity monitor? pir, or somesuch
sadly there is no notification for the call to suspend on WHO, but now that you found that line,
you can re-enable other messages (remove filter) and then find the suspend again (search works)
and find if some module said something just before -
Here is what it shows me:
Not sure if what you asked, but I do use VNC Viewer to connect and edit the mirror without taking the frame off. Could that have something to do with it?
Thanks for your help
-
@gwiz said in MMM-MyCommute not showing up today.:
but I do use VNC Viewer to connect and edit the mirror
shouldn’t have anything to do with it… I edit thru an ssh connection all the time. never touch the mirror itself
looking at the code it hides itself if its outside the configured times or there are no destinations…
there are 4 different ones, which are u using?
git remote -v in the module folder will tell you
-
Sorry I’m not sure what you mean, I ran the command and this is what it gave me:
-
@gwiz in the module folder, MMM-MyCommute
-
Okay here it is
-
still looks like it hides itself is there are no destinations or not in the time window to need to show results.
(commute set for 9am -10am, and its now 2 pm…also hides itself immediately after startup.
-
Hi @sdetweil
I don’t have any time parameters set up on the module. Weird… It fixed itself later in the day without me doing anything. Do you think there’s anything I can do to prevent that in the future?
Thanks for the help!
-
@gwiz I don’t know
the code says
if (this.isInWindow(this.config.startTime, this.config.endTime, this.config.hideDays)) {startTime defaults to 00:00
and endTime defaults to 23:59
and hideDays defaults to []