MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Panchetto
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Panchetto

    @Panchetto

    0
    Reputation
    81
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Panchetto Unfollow Follow

    Latest posts made by Panchetto

    • RE: MMM-TransLoc module not showing up

      @sdetweil Thank you for the response.

      Just now I got the url from the openapi site and included it in the config and it still didn’t work. I originally left it out as the module instructions said it was optional, but even with it the module is not showing on my screen.

      posted in Troubleshooting
      P
      Panchetto
    • MMM-TransLoc module not showing up

      I followed all the steps for installing the module (https://github.com/OrangeHoopla/MMM-TransLoc). I’ll post my config below, but the module isn’t showing up at all on my screen. I’ll boot up MagicMirror and it doesn’t give me an error, just loads as if the module is not there. Any advice is appreciated.
      Config:

                  {
                          module:"MMM-TransLoc",
                          header:"Bus Schedule",
                          position:"middle_center",
                          config:
                                  {
                                          url:'none',
                                          arrayName: 'arrivals',
                                          updateInterval: 1000,
                                          stop_id: 1000,
                                          AgencyNum: Agency #,
                                          Key: 'my key',
                                  }
                  },
      
      posted in Troubleshooting
      P
      Panchetto