• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 666 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 Aug 31, 2020, 12:24 AM

    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 Aug 31, 2020, 1:21 AM

      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’
      }
      ]
      }
      },

      L 1 Reply Last reply Aug 31, 2020, 5:34 AM Reply Quote 0
      • L Offline
        lavolp3 Module Developer @scarecrow
        last edited by Aug 31, 2020, 5:34 AM

        @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 Sep 2, 2020, 5:35 PM Reply Quote 0
        • S Offline
          scarecrow @lavolp3
          last edited by Sep 2, 2020, 5:35 PM

          @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 Sep 6, 2020, 10:20 PM

            It worked after using the original repo

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