Read the statement by Michael Teeuw here.
MMM-MyCommute not showing up today.
-
@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 []