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

    atd08001

    @atd08001

    0
    Reputation
    321
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    atd08001 Unfollow Follow

    Latest posts made by atd08001

    • RE: Problem with MMM-ResRobot, it wont start(?)

      @Eburkis
      You should use “ResRobot - Reseplanerare" and create a API for that service instead of “platsuppslag”.
      i get ID: 740024784 and name “Lidingö Rudboda torg” when i search for Rudboda torg

      BR
      Andreas

      posted in Troubleshooting
      A
      atd08001
    • RE: Problem with MMM-ResRobot, it wont start(?)

      @Eburkis Hi,

      It looks like the Station ID is wrong. My “From station ID” for “Gubbängen” is 740021699.

      You can create a API for “ResRobot - Reseplanerare” and then type in this URL in the browser: https://api.resrobot.se/v2/location.name?key=**YOURE API KEY**&input=SEARCH WORD

      Replace the bold parts, whit API-key and search word for exampel T-centralen
      You will get a XML response with all the possible results and the differnet ID (Stations ID)

      And then make sure you use the service “ResRobot - Stolptidtabeller 2” in the config.

      Good luck
      Andreas

      posted in Troubleshooting
      A
      atd08001
    • RE: Problem with MMM-ResRobot, it wont start(?)

      here is my ResRobot config.
      :::
      module: “MMM-ResRobot”,
      position: “left”,
      header: “Avgångar”,
      config: {
      from: “740021699”,
      to: “740020749”,
      maximumEntries: 3,
      truncateAfter: 5,
      apiKey: “xxx-xx-xx-xx-xxxx”
      :::

      //Andreas

      posted in Troubleshooting
      A
      atd08001
    • RE: Problem with MMM-ResRobot, it wont start(?)

      It works fine for me.

      //Andreas

      posted in Troubleshooting
      A
      atd08001