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!
Read the statement by Michael Teeuw here.
Best posts made by 0livia
-
RE: Introduce yourself!
-
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’) -
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 configAnyone has any idea about this issue of mine?