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: Change the modul position remote with api or something similar!

      Thank you.:folded_hands:
      Then I have to use the remote-control module in a Javascript code to be able to access MMM-Dynamic-Modules. Maybe I can find a code example somewhere on the internet that makes it work too.

      posted in General Discussion
      P
      pi-user
    • RE: Change the modul position remote with api or something similar!

      I did not understand how to use this module. How can I access this module remotely from another PC in the network?

      posted in General Discussion
      P
      pi-user
    • RE: Change the modul position remote with api or something similar!

      Thanks for the link. I don’t think the config.js file will be changed remotely and the MM web server will start automatically.

      posted in General Discussion
      P
      pi-user
    • Change the modul position remote with api or something similar!

      Hello everyone,
      I have a quick question. Is there a way to change the positions of the modules remotely? Is there an API for controlling the modules that are on the screen? An example: I want to move the position of the Weather module from the left to the right. I would like to remotely set the position of the weather module to right and the MM website should update itself automatically. I don’t want to restart the service manually.

      Thank you for the answers.

      posted in General Discussion
      P
      pi-user
    • RE: Display the modules exactly on the screen? Define X and Y Coordinate in config.js file?

      @sdetweil Thank you very much

      posted in System
      P
      pi-user
    • RE: Display the modules exactly on the screen? Define X and Y Coordinate in config.js file?

      @retroflex Thank you for your answer

      posted in System
      P
      pi-user
    • Display the modules exactly on the screen? Define X and Y Coordinate in config.js file?

      Hello everybody,

      is there a way to display the modules exactly on the screen? For example:
      The config.js file should look like this:
      Module 1:
      size:
      Coordinate:
               x:
               y:

      Module 2:
      size:
      Coordinate:
               x:
               y:

      Many thanks for your help.

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

      @sdetweil

      Thank you:thumbs_up_light_skin_tone:

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

      @sdetweil

      I looked at it. But how can I edit this file so that another config file is read? Such as: configXYZ.js and not the standard name config.js

      Thank you

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

      @sdetweil

      Thank you

      posted in Troubleshooting
      P
      pi-user
    • 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 / 1