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

    Posts

    Recent Best Controversial
    • RE: After need take another config.js

      @sdetweil said in After need take another config.js:

      mm.sh

      I discovered that the file name is defined in the check_config.js file!

      /opt/magic_mirror/tests/configs/check_config.js

      function getConfigFile() {
      // FIXME: This function should be in core. Do you want refactor me ;) ?, be good!
      rootPath = path.resolve(__dirname + “/…/…/”);
      var configFileName = path.resolve(rootPath + “/config/config.js”);
      if (process.env.MM_CONFIG_FILE) {
      configFileName = path.resolve(process.env.MM_CONFIG_FILE);
      }
      return configFileName;
      }

      posted in Troubleshooting
      P
      pi-user
    • RE: After need take another config.js

      @sdetweil said in After need take another config.js:

      export config

      Where can I put export config? So, that means that I can take another configuration file if necessary?

      posted in Troubleshooting
      P
      pi-user
    • After need take another config.js

      In which file is it defined that the config.js file is the main configuration file? Can you define different config.js files? How for example configXYZ.js? So take another config.js as needed?
      Many thanks for the help

      posted in Troubleshooting
      P
      pi-user
    • RE: Which web server is installed with Magic Mirror 2?

      Thank you very much.

      posted in General Discussion
      P
      pi-user
    • Which web server is installed with Magic Mirror 2?

      Which web server is installed with Magic Mirror 2 so that it can be accessed via http? Is a Node.js service running in the background? Can you use the Magic Mirror 2 web server for other purposes so that you don’t have to install a second web server?

      Many thanks for the help

      posted in General Discussion
      P
      pi-user
    • RE: MMM-RMV shows me only one departure time! But I need 3 or 5 departure times

      Thank you for your answer. I use now the modul MMM-PublicTransportHafas

      posted in Transport
      P
      pi-user
    • RE: MMM-RMV shows me only one departure time! But I need 3 or 5 departure times

      I don’t want to see the between stations but the train connection for three different times. In my case, only one time is displayed. At the moment I only get the following:
      RB22 Frankfurt Hbf in 14 minutes

      But I would like to have:
      RB22 Frankfurt Hbf in 14 minutes
      RB22 Frankfurt Hbf 10:37 a.m.
      RB22 Frankfurt Hbf 11:37 a.m.
      RB22 Frankfurt Hbf 12:37 p.m.

      How can I display 3 or 5 different train connections with this module?

      posted in Transport
      P
      pi-user
    • RE: MMM-RMV shows me only one departure time! But I need 3 or 5 departure times

      reduceD: false, // reduces length of destination name

      I deleted reduceD, but I still see a connection.

      Maybe this module can only show a departure time! There has to be a way for the module to show multiple departure signs,

      posted in Transport
      P
      pi-user
    • MMM-RMV shows me only one departure time! But I need 3 or 5 departure times

      Hello everyone,

      I am using the MM-RMV module. Unfortunately, this module only shows me one connection. I want to see 3 or 5 connections (departure times). What do I have to change so that multiple departure times can be seen?

      {
      module: 'MMM-RMV',
      position: 'top_center',
      config: {
                apiKey: '', // see chapter below
                stationId: '3011124',
                fDestination1: 'Frankfurt (Main) Hauptbahnhof',
                reduceD: false, 
                labelStation: true,
                labelType: true,
                labelRow: false,
                reduceD: true,
                maxC: 3,
                delayLimit: 0 
              }
      },
      

      Thank you.

      posted in Transport
      P
      pi-user
    • 1
    • 2
    • 2 / 2