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.
Read the statement by Michael Teeuw here.
Posts
-
RE: Change the modul position remote with api or something similar!
-
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?
-
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.
-
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.
-
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.
-
RE: After need take another config.js
Thank you:thumbs_up_light_skin_tone:
-
RE: After need take another config.js
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
-
RE: After need take another config.js
@sdetweil said in After need take another config.js:
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;
} -
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?
-
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 -
RE: Which web server is installed with Magic Mirror 2?
Thank you very much.
-
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
-
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
-
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 minutesBut 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?
-
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,
-
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.