MagicMirror Forum

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

    Posts made by WillieGarvin

    • RE: MMM-ResRobot - Public transport information for Sweden

      Left the project a few hours.
      Had changed in MMM-ResRobot.js line 22 where the default settings were set. Entered my data there and now the variable to: works as it was supposed to.
      Only departures that match my destination are displayed.

      0_1575750507830_MMM-ResRobot_01.png

      posted in Transport
      W
      WillieGarvin
    • RE: MMM-ResRobot - Public transport information for Sweden

      @sdetweil Sorry, old picture.
      undefined is a reference to the track the departure is from and is not used in my location.
      Modification in MMM-ResRobot.js is adjusted so that it only appears IF there is a specified track for the train / bus.

      It should only be Linköping to the right column as it is the only “to:” the destination I am interested in and defined in to:the “to:”

      I changed the tours and got the same results.
      May be the API provider’s filter that fails.

      New image that matches better with the problem.

      0_1575720200632_MMM-ResRobot_01.png

      posted in Transport
      W
      WillieGarvin
    • MMM-ResRobot - Public transport information for Sweden

      @Alvinger
      Hello
      I don’t get the settings to work properly.
      “from:” works properly, “to:” does not seem to be taken into account.
      I get all departures from my specified from: station.

      The arriving station should only be Linköping Centralstation

      I have made modification in MMM-ResRobot.js with depLineCell.innerHTML = departure.track || " ";

      	{
      		module: "MMM-ResRobot",
      		position: "bottom_right",
      		header: "Buss/Tåg -avgångar",
      		config: {
      			routes: [
      				{from: "740000338", to: "740000009"},	// ResRobot Station IDs of starting and destination station(s). At least one route must be defined.
      //				{from: "", to: ""},	// "from" is required but "to" is optional (set "to" to empty string to indicate all destinations)
      			],
      			skipMinutes: 0,		// Skip departures that happens within the next <value> minutes.
      			maximumEntries: 6,	// Number of departures to show on screen
      			truncateAfter: 5,	// A value > 0 will truncate direction name at first space after <value> characters. 0 = no truncation
      			apiKey: "XXXXXXXXXXXXXXXXXXX"		// Your ResRobot apiKey
              }
          },
      

      0_1575717637954_MMM-ResRobot_01.png

      posted in Transport
      W
      WillieGarvin
    • 1 / 1