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

    Lvl15_Gazebo

    @Lvl15_Gazebo

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

    Lvl15_Gazebo Unfollow Follow

    Best posts made by Lvl15_Gazebo

    • RE: MMM-MyTTC (Toronto Transit)

      @sdetweil Thanks! I’ll give that a shot.

      I also determined last night that there is now a third variable for the transit request on UMOIQ for “direction” so I’ll try to figure that out before I submit anything. I’m not the best coder so that might take a bit, haha. Hopefully, I don’t need to change the XML parsing too!

      posted in Transport
      L
      Lvl15_Gazebo
    • RE: MMM-MyTTC (Toronto Transit)

      Hello! I’m a newb to this community so I hope it’s ok if I resurrect this old thread. I just started trying to set up my Magic Mirror and got caught on the MyTTC Module not working properly. I managed to fix it and wanted to relay this to others so they could too. I’m not sure how to fork a module and upload it otherwise so hopefully someone whose been coding longer might be able to do it!

      Anyway, Nextbus changed the URL for making XML requests so I had to change this line in the node_helper.js:
      webServiceURL: “https://retro.umoiq.com/service/publicJSONFeed”,
      To this line:
      webServiceURL: “http://webservices.nextbus.com/service/publicJSONFeed”,

      I’m also having some issues with getting the Line and Stop numbers from the TTC as what I put in doesn’t seem to line up with what Nextbus/Umoiq has, but I’m still working on that. I hope this helps someone who is running into the same issues.

      posted in Transport
      L
      Lvl15_Gazebo

    Latest posts made by Lvl15_Gazebo

    • RE: MMM-MyTTC (Toronto Transit)

      @sdetweil Thanks! I’ll give that a shot.

      I also determined last night that there is now a third variable for the transit request on UMOIQ for “direction” so I’ll try to figure that out before I submit anything. I’m not the best coder so that might take a bit, haha. Hopefully, I don’t need to change the XML parsing too!

      posted in Transport
      L
      Lvl15_Gazebo
    • RE: MMM-MyTTC (Toronto Transit)

      Hello! I’m a newb to this community so I hope it’s ok if I resurrect this old thread. I just started trying to set up my Magic Mirror and got caught on the MyTTC Module not working properly. I managed to fix it and wanted to relay this to others so they could too. I’m not sure how to fork a module and upload it otherwise so hopefully someone whose been coding longer might be able to do it!

      Anyway, Nextbus changed the URL for making XML requests so I had to change this line in the node_helper.js:
      webServiceURL: “https://retro.umoiq.com/service/publicJSONFeed”,
      To this line:
      webServiceURL: “http://webservices.nextbus.com/service/publicJSONFeed”,

      I’m also having some issues with getting the Line and Stop numbers from the TTC as what I put in doesn’t seem to line up with what Nextbus/Umoiq has, but I’m still working on that. I hope this helps someone who is running into the same issues.

      posted in Transport
      L
      Lvl15_Gazebo