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 Module Working But Hidden??

    Scheduled Pinned Locked Moved Troubleshooting
    5 Posts 3 Posters 664 Views 3 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.
    • B Offline
      Bullock851
      last edited by

      Hi there, I’m super new to this and have been figuring out my way with adding some modules and last night I had the MMM-MyCommute module finally working and then when I added another module it for some reason made my other one disappear. I eventually gave up on trying to get it back and decided to start completely over, re-installed Pi OS and Magic Mirror, downloaded the MyCommute module again and it’s in my config file but still nothing is showing up… please help!

      1 Reply Last reply Reply Quote 1
      • S Offline
        scarecrow
        last edited by

        I am having the same issue. I installed MyCommute for the first time and nothing is showing up (even header “My Commute” doesn’t come up on the screen). I used the by default config given on the page (mentioned at the end). Initially I thought it may be because of API key or any request issues to the Directions API, so I installed MMM-Traffic module just to see if I am seeing problems there but that one works (it does show the time to the destination). Any help is appreciated :) And thank you for creating such an awesome module :)

        This is the config I used for MyCommute
        {
        module: ‘MMM-MyCommute’,
        position: ‘top_center’,
        config: {
        apiKey: ‘XXXXXXXXXXXXXXXXXXXXXXXXXX’,
        origin: ‘65 Front St W, Toronto, ON M5J 1E6’,
        destinations: [
        {
        destination: ‘14 Duncan St Toronto, ON M5H 3G8’,
        label: ‘Air Canada Centre’,
        mode: ‘walking’,
        color: ‘#82E5AA’
        }
        ],
        // Additional config for calendar routes:
        maxCalendarEvents: 2,
        calendarOptions: [
        {
        mode: ‘driving’
        },
        {
        mode: ‘transit’,
        transitMode: ‘train’
        }
        ]
        }
        },

        lavolp3L 1 Reply Last reply Reply Quote 0
        • lavolp3L Offline
          lavolp3 Module Developer @scarecrow
          last edited by

          @scarecrow I assume you installed from the fork that includes the calendar options and not from the origin rep by jclarke0000?
          The additional options are not part of the original repository and might lead to problems.

          How to troubleshoot modules
          MMM-soccer v2, MMM-AVStock

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            scarecrow @lavolp3
            last edited by

            @lavolp3 said in MMM-MyCommute Module Working But Hidden??:

            jclarke0000

            Yes that’s right, I installed it from the fork. This is the rep.
            Cool, I will uninstall that and try it with the original repository

            Thanks!

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

              It worked after using the original repo

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • 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