MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. michael5r
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 2
    • Topics 4
    • Posts 77
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MMM-Energy-Saver - an easy way to suspend/resume modules based on a PIR sensor.

      @jordes said in MMM-Energy-Saver - an easy way to suspend/resume modules based on a PIR sensor.:

      how should the MMM-Pir-Sensor be set up for this module to work?
      This is my code:

        {
                      module: 'MMM-PIR-Sensor',
                      config: {
      sensorPin: "23",
                              // See 'Configuration options' for more information.
                      }
              }, 
      
      
      {
          module: "mmm-energy-saver",
          config: {
      triggerMonitor: "true",
      timeoutInSeconds: "3",
              // ... whatever configuration options you want to use
          }
      },
      
      

      This is how I have mine set up:

      {
          module: 'MMM-PIR-Sensor',
          config: {
              sensorPin: 17,
              powerSavingDelay: 0,
              powerSavingNotification: false,
              powerSaving: false // Should the monitor be turned off if no user is present? (via HDMI or relay)
          }
      },
      
      posted in System
      michael5rM
      michael5r
    • RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!

      @kash said in MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!:

      @michael5r
      i have not migrated to a google account yet and still have a existing developers account. how do i get the token?

      Download the previous version of the module:
      https://github.com/michael5r/mmm-nest-status/tree/fcbf291a26374e32901e993f9e109465819f59bf

      It has the shell script that allows you to get a token.

      posted in Utilities
      michael5rM
      michael5r
    • RE: MMM-Hue-Lights - new module for your Philips Hue lights!

      @jasim said in MMM-Hue-Lights - new module for your Philips Hue lights!:

      I installed mmm-hue-lights by default and get the following error message after 5 minutes. Hue API ERROR: Error: Read ECONNRESET. I ask for help with this problem. I’ve already reinstalled everything and it doesn’t help.
      2020-04-24 13.24.13.jpg

      Have you tried changing the updateInterval setting to be a higher number than the default? I would suggest trying 10 mins - eg. setting it to 600000

      posted in Utilities
      michael5rM
      michael5r
    • RE: MMM-Hue-Lights - new module for your Philips Hue lights!

      @Cain said in MMM-Hue-Lights - new module for your Philips Hue lights!:

      i also found that i had to change folder name from

      MMM-Hue-Lights to mmm-hue-lights - not sure why but i did.

      After the 10mintues when it stops workings. can you then access the debug using the website? Only when the error occurs.

      also have you done the sudo apt-get update && sudo apt-get full-upgrade ?

      The folder should be mmm-hue-lights - it’s case-sensitive, so MMM-Hue-Lights wouldn’t work.

      posted in Utilities
      michael5rM
      michael5r
    • RE: MMM-Hue-Lights - new module for your Philips Hue lights!

      @craig859 said in MMM-Hue-Lights - new module for your Philips Hue lights!:

      Even after using Hue Developer to access the API debug/clip.html and generate a user string the Magic Mirror displays “please add your hue bridge IP and user to MagicMirror config.js file.”
      Has anyone seen anything new on this? Is there a change in the authentication for Hue, maybe something that broke this module?

      There shouldn’t be - the Hue API hasn’t been updated in a long time, and both my mirrors are running just fine with this module.

      posted in Utilities
      michael5rM
      michael5r
    • RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!

      @numb3rs It works just fine if you have an existing Nest developer account, but as I also posted in the repo for the module, there’s currently no way for new users to use the module.

      Still waiting on Google to open their Individual Device Access program:
      https://developers.google.com/nest/device-access

      posted in Utilities
      michael5rM
      michael5r
    • RE: MMM-Hue-Lights - new module for your Philips Hue lights!

      @Smotx said in MMM-Hue-Lights - new module for your Philips Hue lights!:

      @michael5r

      If i set

      displayMode: ‘groups’,

      in config file, MM show ‘lights’,

      to view Groups, I have to parameter on mmm-hue-lights.js.

      I don’t know why.

      Please paste in your entire config for this module - you can XXX out the sensitive info. Thanks!

      posted in Utilities
      michael5rM
      michael5r
    • RE: MMM-Hue-Lights - new module for your Philips Hue lights!

      @Smotx said in MMM-Hue-Lights - new module for your Philips Hue lights!:

      I don’t understand why settings 'displaymode: “groups” does not work :(

      Setting ‘groups’ work only in mmm-hue-lights?js file, on config file does not work.

      What do you mean it doesn’t work? That’s what I do on my mirror:

      0_1553091080026_34b66f37-2e47-4f56-8ac3-c62fe789b718-image.png

      posted in Utilities
      michael5rM
      michael5r
    • RE: MMM-Hue-Lights - new module for your Philips Hue lights!

      @Smotx said in MMM-Hue-Lights - new module for your Philips Hue lights!:

      Hi,

      very great module. Thanks for job.

      It’s not possible to just see ‘your Rooms’, same as android Hue official app ?

      Sure - in the config, set this:

      displayMode: 'groups',

      and then it will only show your Rooms.

      posted in Utilities
      michael5rM
      michael5r
    • RE: MMM-Hue-Lights - new module for your Philips Hue lights!

      @dhoggan said in MMM-Hue-Lights - new module for your Philips Hue lights!:

      The first issue is that, despite setting the position to be middle_center it adamantly displays justified to the left. If I set it as bottom_center, bottom_right or a variety of other positions it displays as expected; but always to the left if middle_center selected.

      The position has nothing to do with the internal alignment of the module - you need to add:

      alignment: 'center',

      to your config for the content to be centered.

      The third is more of a question as I can’t find out how to do this. One of the display examples has the left column with room groups and the right with individual lights. Can anyone point in the direction as to how to do this?

      Ahh … I guess I should have been more specific in the description of the examples. There’s no way to do what you describe above - in the screenshots I just wanted to show what both the lights and groups settings looked like, so I took 2 screenshots and placed them next to each other.

      posted in Utilities
      michael5rM
      michael5r
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 2 / 8