<?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[no result from mvgmunich modul]]></title><description><![CDATA[<p dir="auto">Thanks for the module, it is one of the most used modules in our family.<br />
After the last update, the module no longer displays a result.<br />
Here is my config:</p>
<pre><code>{
			module: 'mvgmunich',
			position: 'bottom_right',
			header: 'MVG',
			config: {
				haltestelle: 'Vaterstetten',
				maxEntries: 4,   // 10 items on screen
				updateInterval: 60000,  // 60 s
				showIcons: false,            // Show transport type icon
    			transportTypesToShow: {
        		"ubahn": false,            // show ubahn route
        		"sbahn": true,            // show sbahn route
        		"bus": false,              // show bus route
        		"regional_bus": false,     // show regional bus route
        		"tram": false              // show tram route
    			},
    			ignoreStations: [],         // destination not to be shown
    			timeToWalk: 0,             // 10 min walking time to station. Default is 0
    			showWalkingTime: false,     // if the walking time should be included and the starting time is displayed
    			showTrainDepartureTime: true,     // show tran departure time
    			trainDepartureTimeFormat: "relative",   // format of the train departure time
    			walkingTimeFormat: "relative",    // format of the walking time
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/11785/no-result-from-mvgmunich-modul</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 23:35:52 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11785.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 15 Dec 2019 11:33:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to no result from mvgmunich modul on Thu, 20 Feb 2020 18:16:50 GMT]]></title><description><![CDATA[<p dir="auto">Good catch and thank you very much. That solved my issue too (at the moment at least). I knew that feature were introduced with the last update, but it is a bit strange to have this enabled by default.</p>
]]></description><link>https://forum.magicmirror.builders/post/69771</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69771</guid><dc:creator><![CDATA[andyyy]]></dc:creator><pubDate>Thu, 20 Feb 2020 18:16:50 GMT</pubDate></item><item><title><![CDATA[Reply to no result from mvgmunich modul on Thu, 13 Feb 2020 09:18:12 GMT]]></title><description><![CDATA[<p dir="auto">I found the solution, it’s not a bug, it’s a new feature :-)</p>
<p dir="auto">It is undocumented feature, some missing parts in configuration.<br />
Now you able to filter some line unfortunately the filter is by default active. switch off the filter now it works.</p>
<pre><code>lineFiltering: {
					"active": false, 			
					"filterType": "whitelist", 	
					"lineNumbers": ["U1, U3, X50"] 
				},
</code></pre>
<p dir="auto">With this config it should be worked :</p>
<pre><code>{
			module: 'mvgmunich',
			position: 'top_right',
			header: 'MVG',
			config: {
				haltestelle: 'Vaterstetten',
				maxEntries: 4,  
				updateInterval: 60000,  
				showIcons: true,
				transportTypesToShow: {
					"ubahn": false,            
					"sbahn": true,            
					"bus": false,              
					"regional_bus": false,     
					"tram": false              
				},
				lineFiltering: {
					"active": false, 			
					"filterType": "whitelist", 	
					"lineNumbers": ["U1, U3, X50"] 
				},
				ignoreStations: [],       
				timeToWalk: 0,             
				showWalkingTime: false,     
				showTrainDepartureTime: true,     
				trainDepartureTimeFormat: "relative",  
				walkingTimeFormat: "relative",    
				showInterruptions: true,
    			showInterruptionsDetails: true,
    			countInterruptionsAsItemShown: true,
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/69496</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69496</guid><dc:creator><![CDATA[Babene1]]></dc:creator><pubDate>Thu, 13 Feb 2020 09:18:12 GMT</pubDate></item><item><title><![CDATA[Reply to no result from mvgmunich modul on Sat, 25 Jan 2020 14:59:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thedoorsfanatic" aria-label="Profile: thedoorsfanatic">@<bdi>thedoorsfanatic</bdi></a><br />
This approach doesn’t work for me. Now I have both versions installed. Running the old version from the config.js it works as aspected but if I change the directory to the latest version of the module doesn’t load the table/stations. I have no clue what to do next.</p>
]]></description><link>https://forum.magicmirror.builders/post/68612</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/68612</guid><dc:creator><![CDATA[andyyy]]></dc:creator><pubDate>Sat, 25 Jan 2020 14:59:51 GMT</pubDate></item><item><title><![CDATA[Reply to no result from mvgmunich modul on Wed, 18 Dec 2019 16:11:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andyyy" aria-label="Profile: andyyy">@<bdi>andyyy</bdi></a><br />
Ok, I got it working again. Since I am a beginner this might be a little bit unusual but that’s what I did:<br />
1.) in my modules folder I renamed the existing folder to “mvgmunich_alt”<br />
2.) then I did a new install as described here in step 1 and step 2: <a href="https://github.com/mrVragec/MMM-mvgmunich" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/mrVragec/MMM-mvgmunich</a><br />
3.) I skipped step 3 but I copied the whole configuration block from step 4 to my config.js<br />
4.) Then I put in my information like haltestelle, etc. and it worked again<br />
5.) I discovered that the ignoreStations part did not work but after putting in the name exactly like stated in <a href="https://www.mvg.de/dienste/abfahrtszeiten.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.mvg.de/dienste/abfahrtszeiten.html</a>, for example “Moosach Bf. U S” everything was like before.</p>
<p dir="auto">Hope that helps!</p>
]]></description><link>https://forum.magicmirror.builders/post/66157</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66157</guid><dc:creator><![CDATA[thedoorsfanatic]]></dc:creator><pubDate>Wed, 18 Dec 2019 16:11:19 GMT</pubDate></item><item><title><![CDATA[Reply to no result from mvgmunich modul on Tue, 17 Dec 2019 20:37:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thedoorsfanatic" aria-label="Profile: thedoorsfanatic">@<bdi>thedoorsfanatic</bdi></a><br />
That is a workaround for now. I wondering if this is a sole module issue or a config issue/problem with the MM or OS itself. Sooner or later we need update mvgmunich module though.</p>
]]></description><link>https://forum.magicmirror.builders/post/66139</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66139</guid><dc:creator><![CDATA[andyyy]]></dc:creator><pubDate>Tue, 17 Dec 2019 20:37:52 GMT</pubDate></item><item><title><![CDATA[Reply to no result from mvgmunich modul on Tue, 17 Dec 2019 13:56:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andyyy" aria-label="Profile: andyyy">@<bdi>andyyy</bdi></a><br />
I switched back to the old version and that works for me, too</p>
]]></description><link>https://forum.magicmirror.builders/post/66124</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66124</guid><dc:creator><![CDATA[thedoorsfanatic]]></dc:creator><pubDate>Tue, 17 Dec 2019 13:56:28 GMT</pubDate></item><item><title><![CDATA[Reply to no result from mvgmunich modul on Mon, 16 Dec 2019 22:57:12 GMT]]></title><description><![CDATA[<p dir="auto">Did anyone find a solution? I have the same problem. When I remove the MMM-GoogleMapsTraffic from the config.js the issue presists. First it is displaying “undefind” and then nothing at all.</p>
<p dir="auto">P.S.: I reverted to the previous version of mvgmunich (sd card backup) which works again, but it has some dupicate stations entries. But this issues was from the beginning.</p>
]]></description><link>https://forum.magicmirror.builders/post/66088</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66088</guid><dc:creator><![CDATA[andyyy]]></dc:creator><pubDate>Mon, 16 Dec 2019 22:57:12 GMT</pubDate></item><item><title><![CDATA[Reply to no result from mvgmunich modul on Mon, 16 Dec 2019 13:54:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/babene1" aria-label="Profile: Babene1">@<bdi>Babene1</bdi></a><br />
Bei mir kommt die Meldung: “Der Name der Haltestelle ist nicht korrekt, bitte überprüfen sie auf MVG”.<br />
Vielleicht sollten wir ein Issue erstellen. Der Autor des Moduls hat bei mir schon mal darauf reagiert.</p>
]]></description><link>https://forum.magicmirror.builders/post/66062</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66062</guid><dc:creator><![CDATA[thedoorsfanatic]]></dc:creator><pubDate>Mon, 16 Dec 2019 13:54:01 GMT</pubDate></item><item><title><![CDATA[Reply to no result from mvgmunich modul on Mon, 16 Dec 2019 13:37:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/babene1" aria-label="Profile: Babene1">@<bdi>Babene1</bdi></a> it says it can’t find the  fonts needed…</p>
<p dir="auto">“After the last update, the module no longer displays a result.”</p>
<p dir="auto">what update?  MagicMirror?</p>
<p dir="auto">did u also add MMM-GoogleMapsTraffic?  it has a bug, you can get an updated version from my repo<br />
<a href="https://github.com/sdetweil/MMM-GoogleMapsTraffic" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MMM-GoogleMapsTraffic</a></p>
]]></description><link>https://forum.magicmirror.builders/post/66060</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66060</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 16 Dec 2019 13:37:11 GMT</pubDate></item><item><title><![CDATA[Reply to no result from mvgmunich modul on Mon, 16 Dec 2019 08:56:18 GMT]]></title><description><![CDATA[<p dir="auto">i install MM on an Windows PC to debug,<br />
i start magic in node servonly<br />
start browser + debug console<br />
here is the result off debug</p>
<p dir="auto"><img src="/assets/uploads/files/1576486531063-a7087a82-90bc-42a8-817e-e42800aa6b49-image-resized.png" alt="0_1576486532806_a7087a82-90bc-42a8-817e-e42800aa6b49-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/66056</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66056</guid><dc:creator><![CDATA[Babene1]]></dc:creator><pubDate>Mon, 16 Dec 2019 08:56:18 GMT</pubDate></item><item><title><![CDATA[Reply to no result from mvgmunich modul on Sun, 15 Dec 2019 13:11:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/babene1" aria-label="Profile: Babene1">@<bdi>Babene1</bdi></a> open the developers window, using the keyboard, ctrl-shift-i, select the tab labeled  ‘console’ and then scroll up… to find any errors (usually red text)<br />
you can also filter to messages from a single module, by putting some part of its unique name into the file labeled ‘filter’, like mvgm</p>
<p dir="auto">let us know what u find</p>
<p dir="auto">if you use pm2 to manage the mirror runtime, you might also look at the logs, by doing</p>
<p dir="auto">pm2 logs</p>
]]></description><link>https://forum.magicmirror.builders/post/66044</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66044</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 15 Dec 2019 13:11:33 GMT</pubDate></item></channel></rss>