MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. bazerka
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Groups 0

    Posts

    Recent Best Controversial
    • MMM-google-route interacting w/ Modscheduler

      Does anyone know how to take advantage of MMM-google-route integration with MMM-ModuleScheduler? I have it set up to only refresh in between 8am - 10am, but it doesn’t seem to be following those rules. Instead it just pulls every 10 minutes (the base interval I set in MMM-google-route). Am I missing a link between google-route and ModuleScheduler?

      {
                  module: 'MMM-google-route',
                  position: 'bottom_left',
                  config: {
                      key: 'sdfasdfaw3efadsf', //hidden for privacy
                      height: '400px',
                      width: '400px',
                      refreshPeriod: 10,
                      directionsRequest:{
                          origin: ' California, US', //privacy
                          destination: 'California, US' //privacy
                      }
                  }
              },
              {
              module: 'MMM-ModuleScheduler',
              config: {
                  notification_schedule: [
                      { notification: 'MMM-google-route/refresh', schedule: '* 8-10 * * 1-5' }
                  ]
              }
          }, 
      
      posted in Troubleshooting
      B
      bazerka
    • RE: MMM-google-route Request Denied issue

      Aaaannnnd I figured it out. It was because I didnt have a billing source attached to my Google account for the API to draw from. Typical.

      posted in Troubleshooting
      B
      bazerka
    • MMM-google-route Request Denied issue

      Hey Friends,
      I’m trying to configure Gara64’s MMM-google-route module and am running into a request denied issue
      3ed3e06d-a30d-4853-93e7-938f30745e74-image.png

      I’m pretty sure its an issue with the API access or with how MM requests the data (I’ve been reading you need to request over https? idk). My Google console says requests have been received, but with errors.

      4e30c0c4-06e6-4e15-872f-1fc6086ca7e3-image.png

      Any info would be super helpful. Thanks!

      Below is the module section I have for this

       {
                  module: 'MMM-google-route',
                  position: 'bottom_left',
                  config: {
                      key: '12345', //modified for privacy
                      directionsRequest:{
                          origin: '4224 Tidworth Drive, Texas, US', //modified for privacy
                          destination: '12210 Nebraska Ave, California, US' //modified for privacy
                      }
                  }
              },
      
      posted in Troubleshooting
      B
      bazerka
    • 1 / 1