MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Labzz
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    Labzz

    @Labzz

    0
    Reputation
    1021
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Labzz Unfollow Follow

    Latest posts made by Labzz

    • RE: Magic Mirror minus the mirror

      https://forum.magicmirror.builders/topic/1000/not-really-a-mirror-at-all-but-is-really-helpful

      check out this post

      posted in General Discussion
      L
      Labzz
    • RE: My First Magic Mirror

      It looks great! is it still running on a raspberry pi ?

      How did get the cpu load low while running all the different modules in the background ?!
      Hope to hear you soon!

      posted in Show your Mirror
      L
      Labzz
    • RE: digital photo frame

      @roramirez

      Wow well done ! But if i understand the module correctly it will show pictures from the var urlApHelper = “/MMM-ImagesPhotos/photos” directory?

      Is it possible to add a feature that grab the images from dropbox or simulair?

      ~Edit: maybe a local website, or mobile application to upload pictures is earier to setup? ~

      Hope to hear you soon!

      posted in Requests
      L
      Labzz
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      Is there ever thought about an android application ?

      posted in System
      L
      Labzz
    • Adding suspend and resume functions into modules

      Hi everyone,

      Im using the facial recognition and added multiple modules into different classes.
      All the modules works fine together but my CPU load spikes up to ~90-100% at the startup.

      This made me stopping adding new awesome personal modules for each person. I found out the “Suspend and Resume” functions in the Development Documentation. I want to implement it into my Mirror to suspend unused modules.

      The point is if Person1 is recognized, the Default and the Person 2 modules should be suspended and Person 1 should be resumed etc etc.

      I made a short example of my config.js using the clock module and 2 persons.
      If you can help me further with 1 module, the location and the way of using it, i can use the code to add it for the other modules.

      var config = {
      port: 8080,
          
      
      language: 'nl',
      timeFormat: 24,
      units: 'metric',
      
      
      modules: [ 
              	{
              		module: 'clock',
              		position: 'top_left',
              		classes: 'default'
              	},
                      {
                          module: 'currentweather',
                          position: 'top_right',
                          classes: 'Person1',
      			config: {
                              location: 'location',
                              appid: 'APPID'
                              }
                      },
                      {
                          module: 'weatherforecast',
                          position: 'top_right',
      			classes: 'Person2',
                              header: 'Weather Forecast',
                              config: {
                              location: 'location',
                              appid: 'APPID'
                          }
                      },  
                      {
      			module: 'MMM-Facial-Recognition',
      				config: {
      					recognitionAlgorithm: 1,		
      					lbphThreshold: 50,			
      					fisherThreshold: 250,			
      					eigenThreshold: 3000,			
      					useUSBCam: true,			
      					trainingFile: '/home/pi/MagicMirror/modules/MMM-Facial-Recognition/training.xml',	
      					interval: 1,				
      					logoutDelay: 15,			
      					users: ['Person1', 'Person2'],			
      					defaultClass: "default",		
      					everyoneClass: "everyone"		
      				}
      			},		
      //-------------------------------------------------
      	]
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== 'undefined') {module.exports = config;}
      
      
      
      posted in Troubleshooting
      L
      Labzz
    • RE: digital photo frame

      @chrisfoerg said in digital photo frame:

      download

      Sounds great indeed!

      posted in Requests
      L
      Labzz
    • digital photo frame

      Wouldn’t it be great if you can upload your photo’s on your mobile device into an application, which sync it with your magic mirror module and create an fantastic photo frame?

      Everyone can look at the family pictures, and you never have to print an picture anymore! Allowing one person or the whole family adding /deleting pictures out of the application?!

      (Its like “Wunderlist” but than with pictures. 😉 )

      If some people are interested let me know and we can start building it together!

      posted in Requests
      L
      Labzz
    • RE: Module scheduling

      I’ve pretty much the same issue atm.

      Alot of modules running on the background and that requires many CPU usage. Is it possible to start them only if they are required and asked after the facial recognition

      posted in Feature Requests
      L
      Labzz
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      https://www.pyrasied.nl/product/doorkijkspiegel/

      I used this website in the netherlands, its relative cheap. Maybe you can send an email if they send orders to germany ?

      It is worth it to try ! https://www.pyrasied.nl/en/contact/
      0_1483440304737_Capture.PNG

      Seems great for you guys! The shipping cost in the netherlands was only 20 euro not sure what the prices in europe are!

      My 24 inch screen resized glass cost me around 22 euro. I thought the glass can be delivered in 3mm and 5mm depth.

      posted in Hardware
      L
      Labzz
    • RE: google keep

      2 weeks after i filled in the form multiple times they send me some keys.

      I said intergration > School project localhost.
      In earlier request i used “MagicMirror” but they wouldn’t be awnsered imo.
      maybe you can try it ?

      posted in Requests
      L
      Labzz