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

    Impertus

    @Impertus

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

    Impertus Unfollow Follow

    Latest posts made by Impertus

    • RE: MMM-Rejseplanen - A departure board for Danish train and bus stations

      @MarkNygaard said in MMM-Rejseplanen - A departure board for Danish train and bus stations:

      @Impertus It still works fine. Runs on my mirror every day.

      Can you send that to me? Because there is No download link more. :/

      På forhånd tak :)

      posted in Transport
      I
      Impertus
    • RE: MMM-JsonTable, keeps loading

      yeahh. it works now…

      Now is just the
      descriptiveRow:

      that wont show up :D

      posted in Troubleshooting
      I
      Impertus
    • RE: MMM-Rejseplanen - A departure board for Danish train and bus stations

      What happen to this Module :/

      Is just what i needed…

      posted in Transport
      I
      Impertus
    • MMM-JsonTable, keeps loading

      Hi. i am trying to get som bus times om my MM.

      Have install the Jsontable and using this config here.

      Hi.

      I am trying to get your module to work :)

      i have the json url: http://xmlopen.rejseplanen.dk/bin/rest.exe/departureBoard?id=731643902&format=json

      This i my config.

      {
      module: 'MMM-JsonTable',
      position: 'bottom_right',
      header: 'Bus tider ',
      config: {
      url: 'https://xmlopen.rejseplanen.dk/bin/rest.exe/departureBoard?id=731643902&format=json'
      arrayName: 'Departure',
      keepColumns: ["Name"] // Optional
      }
      },
      

      I have made the adding to line 61 in MMM-JsonTable.js [all]
      Saw an issue on the github page, (nested arrays)
      https://github.com/timdows/MMM-JsonTable/blob/master/MMM-JsonTable.js#L61

      if (this.config.arrayName) {
      	items = this.jsonData[this.config.arrayName]["all"];
      } else {
      	items = this.jsonData;
      }
      
      posted in Troubleshooting
      I
      Impertus