Hi!
@sdetweil - I referred to that topic, I only opened a new one because the forum recommended me to do so and include the reference…
@KristjanESPERANTO - Thanks for the effort to remind Helpi90 :)
The software actually also notified me about the updates. I pulled the updates and ran npm install afterwards. The update message is gone so I think it has worked.
Now I’m… still not getting any timetable entries when using the table mode. I now also tried to use the app mode instead. That works fine (just doesn’t look as good).
My entry in the config.js is as follows:
{
module: 'MMM-DBF',
position: 'bottom_bar',
config: {
showApp: false,
station: "Dresden Mitte",
updateInterval: 60000, // 60 s
// App configuration
height:"600px",
width:"960px",
// Table configuration
timeOption: "time",
showDelayMsg: true,
setTableWidth: "960px",
numberOfResults: 10,
}
},
I’m using also MMM-BackgroundSlideShow. On its installation page it is recommended to add the following to the custom.css “to make the text a little brighter” (and I did that). Maybe it has such consequences? (As I mentioned I’m quite the noob regarding MagicMirror and node.js…)
.normal,
.dimmed,
header,
body {
color: #fff;
}
Also, maybe it is important - when I start up MagicMirror, it gives the following error messages:
[4016:0517/200920.270717:ERROR:gbm_wrapper.cc(79)] Failed to get fd for plane.: Datei oder Verzeichnis nicht gefunden (2)
[4016:0517/200920.274895:ERROR:gbm_wrapper.cc(261)] Failed to export buffer to dma_buf: Datei oder Verzeichnis nicht gefunden (2)
Datei oder Verzeichnis nicht gefunden --> file or folder not found
Thanks in advance for your help!
Best regards,
sletrabf