<?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[Module Swapping very slow]]></title><description><![CDATA[<p dir="auto">I’m working with the Face-recognition module of paviro and it’s working well except all modules are shown in the beginning even tough i didn’t mark them with the default or everyone classes. And secondly when it recognizes me it takes around 10-15sec untill the modules disappear. Is that normal?</p>
]]></description><link>https://forum.magicmirror.builders/topic/6430/module-swapping-very-slow</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 05:35:03 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6430.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Jan 2018 23:57:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Module Swapping very slow on Tue, 30 Jan 2018 01:14:50 GMT]]></title><description><![CDATA[<p dir="auto">I’m sorry i got that wrong the time delay was because it waited till it logged out. But I still have a problem: When i start the Magicmirror all modules are shown eventough i didn’t mark them as default or everyone. It recognizes me (Hello User 1) but all modules appear wether they are marked for User 1 or User 2. so it seems it can not differ between the Users. Anyone familiar or does anybody knows where to troubleshoot?</p>
<p dir="auto">Snippet from config file:</p>
<pre><code>modules: [
		{
			module: "alert",
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},		


		{
			module: "clock",
			position: "top_right",
			
		},
		

		
		 {
		module: 'MMM-germanwordclock',
		position: 'bottom_left',
		classes: 'User1',
	},



		{
  		  module: 'MMM-ethereum',
   		 position: 'top_right',
		classes: 'User2',
   		 config: {
     		 updateInterval: 30000,
    		  exchange: "kraken",
		
   		 }
  		},



		{
	module: 'MMM-Facial-Recognition',
	config: {
		// 1=LBPH | 2=Fisher | 3=Eigen
		recognitionAlgorithm: 1,
		// Threshold for the confidence of a recognized face before it's considered a
		// positive match.  Confidence values below this threshold will be considered
		// a positive match because the lower the confidence value, or distance, the
		// more confident the algorithm is that the face was correctly detected.
		lbphThreshold: 110,
		fisherThreshold: 250,
		eigenThreshold: 3000,
		// force the use of a usb webcam on raspberry pi (on other platforms this is always true automatically)
		useUSBCam: false,
		// Path to your training xml
		trainingFile: 'modules/MMM-Facial-Recognition/training.xml',
		// recognition intervall in seconds (smaller number = faster but CPU intens!)
		interval: 3,
		// Logout delay after last recognition so that a user does not get instantly logged out if he turns away from the mirror for a few seconds
		logoutDelay: 5,
		// Array with usernames (copy and paste from training script)
		users: ['User1', 'User2'],
		//Module set used for strangers and if no user is detected
		defaultClass: "default",
		//Set of modules which should be shown for every user
		everyoneClass: "everyone",
		// Boolean to toggle welcomeMessage
		welcomeMessage: true
	}
},

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/34916</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34916</guid><dc:creator><![CDATA[loginname]]></dc:creator><pubDate>Tue, 30 Jan 2018 01:14:50 GMT</pubDate></item></channel></rss>