MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. 0livia
    3. Posts
    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: 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
    • RE: MMM-futar - how to add modules multiple time?

      @sdetweil ok thank you for pinging me to my issue. To double check that I got it right - what you are saying is basicly I have to copy (i dont use git) the moudule again in a different name for example mmm-futar1 and in that folder need to rename all the the mmm-futar to mmm-futar1, and in config js need to the the same thing. Is this correct?
      I’m on my way to Aalsmeer (NL) as I’m a trucker :) I 'll be back on wednesday so give it a try next week. I ll give you feedack how it goes.

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

      MMM-futar
      https://github.com/balassy/MMM-Futar

      In the description says that the module displays only a single stop and route data. But also has the ability to use more than one stop and route data. Which I would like to use.

      Unfortunately I do not get what the dev thought about when he wrote the instructions how to do that. It says - on your mirror, add this module multiple times.

      how to ad modul multiple times? Should I copy the module multiple times in the modules folder?

      I did but it is just did not work. Also the module name has to be different, if its not, than overwrite each other or gives the same name with (“copy” at the end) in this case the core system wont work just black screen.

      It is working somehow as it has got screenshoot on github but no example instructions how to add the module multiple times.
      https://github.com/balassy/MMM-Futar/blob/master/doc/screenshot-colors.png

      Anyone has an idea how can I solve this issue of mine?

      P.s
      Also if you want to install the module you do not need to ad this see below.

      "
      var config = {
      modules: [
      "
      Also change the uppercase letter “F” to lowercase “f” in the module name.

      posted in Troubleshooting
      0
      0livia
    • RE: Introduce yourself!

      @Mykle1
      Köszönöm :)

      posted in General Discussion
      0
      0livia
    • 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: Newsfeed and Calendar not loading

      @vindoan Hi thanks for your help, to upgrading to the latest nodejs solved it.
      I have a jessie box so i upgraded a different way what you linked for the Pi.

      So here it is if using a linux box instead of Pi

      sudo npm cache clean -f /cleanup the package
      sudo npm install -g n /you’ll need npm’s n module
      sudo n stable
      node -v /you should have the latest nodejs

      posted in Troubleshooting
      0
      0livia
    • 1 / 1