MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-MyCommute not showing up today.

    Scheduled Pinned Locked Moved Troubleshooting
    15 Posts 2 Posters 3.1k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      sdetweil @gwiz
      last edited by

      @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

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • G Offline
        gwiz
        last edited by

        Here is what it shows me:

        Screen Shot 2020-05-09 at 7.30.05 PM.jpg

        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

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @gwiz
          last edited by

          @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

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • G Offline
            gwiz
            last edited by

            Sorry I’m not sure what you mean, I ran the command and this is what it gave me:

            Screen Shot 2020-05-09 at 8.01.07 PM.jpg

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @gwiz
              last edited by

              @gwiz in the module folder, MMM-MyCommute

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • G Offline
                gwiz
                last edited by

                Okay here it is

                Screen Shot 2020-05-09 at 9.50.33 PM.jpg

                1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil
                  last edited by

                  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.

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • G Offline
                    gwiz
                    last edited by

                    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!

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @gwiz
                      last edited by

                      @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 []

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy