<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-DBF does not work, no error messages]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I’m opening a new topic based on this one: <a href="/topic/17640/mmm-dbf-suddenly-does-not-work">MMM-DBF suddenly does not work</a></p>
<p dir="auto">I also have the problem that the plugin MMM-DBF does not work. It did work some days, but now the position where it should show the departures is just empty. I tried “Dresden Mitte” first and switched to “DM” after it had stopped working for the first time. The station ID “DM” worked again for several days and then stopped working again.</p>
<p dir="auto">I initially used the module under <a href="https://github.com/Helpi90/MMM-DBF" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Helpi90/MMM-DBF</a> and then switched to <a href="https://github.com/babajones99/MMM-DBF" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/babajones99/MMM-DBF</a>; this unfortunately didn’t change anything.</p>
<p dir="auto">I’m quite a newbie regarding the MMM modules, but I can handle a terminal. Unfortunately I didn’t find any log file or something which can give a hint on the error. Is there any possibility to obtain more information about the error?</p>
<p dir="auto">Thanks in advance.<br />
Best regards,<br />
sletrabf</p>
]]></description><link>https://forum.magicmirror.builders/topic/19679/mmm-dbf-does-not-work-no-error-messages</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 14:52:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19679.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 15 May 2025 19:50:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-DBF does not work, no error messages on Sun, 18 May 2025 21:01:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sletrabf" aria-label="Profile: sletrabf">@<bdi>sletrabf</bdi></a> open the developers window</p>
<p dir="auto">ctrl-shift-i<br />
select the console tab<br />
enter a unique part of the module name in the filter field, dbf</p>
<p dir="auto">and see what you see</p>
]]></description><link>https://forum.magicmirror.builders/post/126570</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126570</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 18 May 2025 21:01:00 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DBF does not work, no error messages on Sun, 18 May 2025 20:47:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristjanesperanto" aria-label="Profile: KristjanESPERANTO">@<bdi>KristjanESPERANTO</bdi></a>:</p>
<p dir="auto">I installed the module <a href="https://github.com/glitch452/MMM-ViewNotifications" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-ViewNotifications</a> and then I added several notifications to the file MMM-DBF.js, see: <a href="https://pastebin.com/YZEYgPpA" target="_blank" rel="noopener noreferrer nofollow ugc">https://pastebin.com/YZEYgPpA</a></p>
<p dir="auto">Now the outcome is as follows:<br />
<code>showApp: true,</code></p>
<ul>
<li>The message “MMM_DBF_LOADED” is <strong>not</strong> shown. From my understanding this means that start() is not being (fully) executed?</li>
<li>The following messages are shown (in this order): MMM_DBF_GENERATING_URL, MMM_DBF_IFRAME_URL_GENERATED, <strong>MMM_DBF_ERROR_PROCESSING_DATA</strong>.</li>
</ul>
<p dir="auto"><code>showApp: false,</code></p>
<ul>
<li>The message “MMM_DBF_LOADED” is <strong>not</strong> shown. From my understanding this means that start() is not being (fully) executed?</li>
<li>Only the following message is shown: <strong>MMM_DBF_ERROR_PROCESSING_DATA</strong></li>
</ul>
<p dir="auto">So, from my understanding, the error occurs here, possibly in the line <code>await fetch (urlApi)</code>:</p>
<pre><code>  async getData() {
    const self = this;
    const urlApi = `${this.generateUrl()}&amp;mode=json&amp;version=3`;
    const dataRequest = await fetch(urlApi);

    if (!dataRequest.ok) {
      // Show that the data request is being processed
      this.sendNotification("MMM_DBF_ERROR_PROCESSING_DATA", { message: '[MMM-DBF] Data processing returned an error.'});
      let message = `An error has occurred: ${dataRequest.status}`;
      if (dataRequest.status === 300) {
        message += " - Ambiguous station name.";
      }
      throw new Error(message);
    }
    else {
      const data = await dataRequest.json();
      // Show that the data request is being processed
      this.sendNotification("MMM_DBF_START_PROCESSING_DATA", { message: '[MMM-DBF] Data processing started.'});
      self.processData(data);
    }
    self.scheduleUpdate(self.config.retryDelay);
  },
</code></pre>
<p dir="auto">I’m somehow not able to see the actual error that happened. Could you maybe please point out where I have to look for the value of <code>dataRequest.status</code>?</p>
<p dir="auto">Thanks in advance!<br />
Best regards,<br />
sletrabf</p>
]]></description><link>https://forum.magicmirror.builders/post/126569</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126569</guid><dc:creator><![CDATA[sletrabf]]></dc:creator><pubDate>Sun, 18 May 2025 20:47:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DBF does not work, no error messages on Sun, 18 May 2025 19:53:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristjanesperanto" aria-label="Profile: KristjanESPERANTO">@<bdi>KristjanESPERANTO</bdi></a> said in <a href="/post/126565">MMM-DBF does not work, no error messages</a>:</p>
<blockquote>
<blockquote>
<p dir="auto">showApp: false,</p>
</blockquote>
<p dir="auto"><code>disabled: true,</code> is the option setting to disable modules. Where did you find <code>showApp</code>?</p>
</blockquote>
<p dir="auto">I did use the setting <code>disabled: true,</code> to disable the other modules (as <a href="https://forum.magicmirror.builders/topic/9986/is-there-a-way-to-temporarily-disable-a-module">explained here</a>).  The setting <code>showApp: false,</code> tells MMM-DBF to not load the table in the iFrame but generate a HTML table from the loaded information. <code>showApp: true,</code> works whereas <code>showApp: false,</code> does not.</p>
<blockquote>
<p dir="auto">So it works without the other modules and doesn’t work when you activate the other modules? Can you figure out with which module it stops working?</p>
</blockquote>
<p dir="auto">No, disabling the other modules doesn’t change anything.</p>
<blockquote>
<blockquote>
<p dir="auto">Is there any way to enable a (verbose) logging output to show what this module does?</p>
</blockquote>
<p dir="auto">Seem that this module doesn’t have debug outputs. Only errors you could see in the browser console.</p>
</blockquote>
<p dir="auto">OK, I’ll try to see something there!</p>
]]></description><link>https://forum.magicmirror.builders/post/126566</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126566</guid><dc:creator><![CDATA[sletrabf]]></dc:creator><pubDate>Sun, 18 May 2025 19:53:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DBF does not work, no error messages on Sun, 18 May 2025 18:40:42 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">showApp: false,</p>
</blockquote>
<p dir="auto"><code>disabled: true,</code> is the option setting to disable modules. Where did you find <code>showApp</code>?</p>
<blockquote>
<p dir="auto">it is showing the timetable app</p>
</blockquote>
<p dir="auto">So it works without the other modules and doesn’t work when you activate the other modules? Can you figure out with which module it stops working?</p>
<blockquote>
<p dir="auto">Is there any way to enable a (verbose) logging output to show what this module does?</p>
</blockquote>
<p dir="auto">Seem that this module doesn’t have debug outputs. Only errors you could see in the browser console.</p>
<blockquote>
<p dir="auto">Also, maybe it is important - when I start up MagicMirror, it gives the following error messages:</p>
</blockquote>
<p dir="auto">I’m quit sure this is unrelated to this issue. You can try using the Wayland start option (<code>npm run start:wayland</code>) instead of the default start option (<code>npm run start</code>).</p>
]]></description><link>https://forum.magicmirror.builders/post/126565</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126565</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Sun, 18 May 2025 18:40:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DBF does not work, no error messages on Sun, 18 May 2025 17:49:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristjanesperanto" aria-label="Profile: KristjanESPERANTO">@<bdi>KristjanESPERANTO</bdi></a></p>
<p dir="auto">OK, I temporarily disabled all other modules <a href="https://forum.magicmirror.builders/topic/9986/is-there-a-way-to-temporarily-disable-a-module">following this advice here</a> except for MMM-DBF.</p>
<p dir="auto">With</p>
<pre><code>showApp: false,
</code></pre>
<p dir="auto">I now get a black (blank) screen; with “true” it is showing the timetable app but nothing else (as expected).</p>
<p dir="auto">Is there any way to enable a (verbose) logging output to show what this module does?</p>
]]></description><link>https://forum.magicmirror.builders/post/126563</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126563</guid><dc:creator><![CDATA[sletrabf]]></dc:creator><pubDate>Sun, 18 May 2025 17:49:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DBF does not work, no error messages on Sun, 18 May 2025 17:37:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sletrabf" aria-label="Profile: sletrabf">@<bdi>sletrabf</bdi></a> Have you tried deactivating all modules except for MMM-DBF to see if the problem disappears?</p>
]]></description><link>https://forum.magicmirror.builders/post/126561</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126561</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Sun, 18 May 2025 17:37:56 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DBF does not work, no error messages on Sun, 18 May 2025 14:04:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristjanesperanto" aria-label="Profile: KristjanESPERANTO">@<bdi>KristjanESPERANTO</bdi></a></p>
<p dir="auto">The same appears with app mode and table mode:</p>
<pre><code>[2025-05-18 15:53:57.429] [INFO]  System information:
### SYSTEM:   manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 4 Model B Rev 1.1; virtual: false
### OS:       platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.12.25+rpt-rpi-v8
### VERSIONS: electron: 35.1.2; used node: 22.15.1; installed node: 22.15.1; npm: 10.9.2; pm2: 5.4.3
### OTHER:    timeZone: Europe/Berlin; ELECTRON_ENABLE_GPU: undefined 
[2025-05-18 15:53:59.735] [INFO]  updatenotification: Updater Class Loaded! 
[2025-05-18 15:53:59.737] [INFO]  updatenotification: Checking PM2 using... 
[2025-05-18 15:53:59.743] [INFO]  updatenotification: [PM2] You are not using pm2 
</code></pre>
<p dir="auto">I could try more different things, also reinstall the whole MM if needed :)<br />
best regards,<br />
Felix</p>
]]></description><link>https://forum.magicmirror.builders/post/126560</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126560</guid><dc:creator><![CDATA[sletrabf]]></dc:creator><pubDate>Sun, 18 May 2025 14:04:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DBF does not work, no error messages on Sun, 18 May 2025 09:56:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sletrabf" aria-label="Profile: sletrabf">@<bdi>sletrabf</bdi></a> With your config and the changes to the custom.css file, the module works on my system.</p>
<p dir="auto">Please show us the system information provided in the terminal when you start MM. It looks like this:</p>
<pre><code class="language-bash">[2025-05-18 11:54:32.378] [INFO]  System information:
### SYSTEM:   manufacturer: Notebook; model: N650DU; virtual: false
### OS:       platform: linux; distro: Debian GNU/Linux; release: 12; arch: x64; kernel: 5.10.0-20-amd64
### VERSIONS: electron: 35.1.2; used node: 24.0.1; installed node: 24.0.1; npm: 10.9.0; pm2: 5.4.3
### OTHER:    timeZone: Europe/Berlin; ELECTRON_ENABLE_GPU: undefined 
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/126551</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126551</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Sun, 18 May 2025 09:56:16 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DBF does not work, no error messages on Sat, 17 May 2025 18:30:02 GMT]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> - I referred to that topic, I only opened a new one because the forum recommended me to do so and include the reference…</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristjanesperanto" aria-label="Profile: KristjanESPERANTO">@<bdi>KristjanESPERANTO</bdi></a> - Thanks for the effort to remind Helpi90 :)</p>
<p dir="auto">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.</p>
<p dir="auto">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).</p>
<p dir="auto">My entry in the config.js is as follows:</p>
<pre><code>{
    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,
    }
},

</code></pre>
<p dir="auto">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…)</p>
<pre><code>.normal,
.dimmed,
header,
body {
  color: #fff;
}
</code></pre>
<p dir="auto">Also, maybe it is important - when I start up MagicMirror, it gives the following error messages:</p>
<pre><code>[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 --&gt; file or folder not found

</code></pre>
<p dir="auto">Thanks in advance for your help!<br />
Best regards,<br />
sletrabf</p>
]]></description><link>https://forum.magicmirror.builders/post/126541</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126541</guid><dc:creator><![CDATA[sletrabf]]></dc:creator><pubDate>Sat, 17 May 2025 18:30:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DBF does not work, no error messages on Fri, 16 May 2025 20:55:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sletrabf" aria-label="Profile: sletrabf">@<bdi>sletrabf</bdi></a> The original module (<a href="https://github.com/Helpi90/MMM-DBF" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Helpi90/MMM-DBF</a>) just got an update. It works for me with “Dresden Mitte”.</p>
]]></description><link>https://forum.magicmirror.builders/post/126525</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126525</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Fri, 16 May 2025 20:55:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DBF does not work, no error messages on Thu, 15 May 2025 20:02:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sletrabf" aria-label="Profile: sletrabf">@<bdi>sletrabf</bdi></a> see this topic</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/17640/mmm-dbf-suddenly-does-not-work">https://forum.magicmirror.builders/topic/17640/mmm-dbf-suddenly-does-not-work</a></p>
]]></description><link>https://forum.magicmirror.builders/post/126507</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126507</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 15 May 2025 20:02:22 GMT</pubDate></item></channel></rss>