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

    Posts

    Recent Best Controversial
    • RE: Introduce yourself!

      Hi there guys, I’m 0livia from Hungary and sometimes London. :) I work in the Automotive industry. My hobby is basically computers, but also like playing on instruments like sax, guitar and piano.
      I like this project and, I have already started to build my smart mirror, It is hanging on the wall now without the mirror :) still waiting for the glass… You are guys awesome!

      posted in General Discussion
      0
      0livia
    • RE: MMM-futar - how to add modules multiple time?

      @sdetweil I started my mirror with the config a linked earlier.
      This is my error in the terminal

      [09.12.2022 15:57.24.612] [LOG] Initializing new module helper …
      [09.12.2022 15:57.24.612] [LOG] Module helper loaded: MMM-Futar
      [09.12.2022 15:57.24.625] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: TypeError: Cannot read properties of undefined (reading ‘split’)

      posted in Troubleshooting
      0
      0livia
    • RE: MMM-futar - how to add modules multiple time?

      @sdetweil Hi I have contacted the DevGuy and he said no need to clone the modules multiple times, I tried and do not work that way.

      The solution what he told is not working for me either.
      Here is what he said - you need to add the modules into the config.js file like this way.

      {
      module: “MMM-Futar”,
      position: “top_left”,
      header: ‘Közvágóhíd -> Ráckeve’,
      config: {
      stopId: ‘BKK_009628’, // Közvágóhíd
      routeId: 'BKK_H6,
      }
      },
      {
      module: “MMM-Futar”,
      position: “top_left”,
      header: ‘Ráckeve -> Közvágóhíd’,
      config: {
      stopId: ‘BKK_007947’, // Ráckeve
      routeId: ‘BKK_H6’,
      }
      },
      ]
      };

      I tried this way and it gives me a blank screen
      here is my config

      https://pastebin.com/bwrTtisP

      Anyone has any idea about this issue of mine?

      posted in Troubleshooting
      0
      0livia
    • 1 / 1