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

    Posts

    Recent Best Controversial
    • Another Kickstarter is trying to launch Magic Mirror

      https://www.kickstarter.com/projects/1377326093/perseus-the-worlds-smartest-mirror

      posted in General Discussion
      A
      alexyak
    • RE: Trafficmaps

      @tyho alright, now I understand your requirements… I can’t promise, but will try to have a look at this over a few coming days.

      posted in Development
      A
      alexyak
    • RE: Trafficmaps

      @tyho so what exactly you’re trying to implement? What would be a use case here for the MM?

      posted in Development
      A
      alexyak
    • RE: Motion Detector

      @plumcraft strange, I’ve RPI 3 as well and I don’t see this problem … This may be related to which monitor/TV your RPI is connected.

      posted in Utilities
      A
      alexyak
    • RE: Motion Detector

      @plumcraft which RPI you have?

      posted in Utilities
      A
      alexyak
    • RE: Motion Detector

      Sorry, guys, the problem should be fixed now. Just pull the latest.

      posted in Utilities
      A
      alexyak
    • Motion Detector

      I’ve published the Motion detector module that I’ve been using for a while. It uses a web camera connected to a Raspberry Pi.

      You can find it here:

      https://github.com/alexyak/motiondetector

      The configuration should be pretty straightforward.

      posted in Utilities
      A
      alexyak
    • RE: Phone Notifications

      Very nice!

      posted in Utilities
      A
      alexyak
    • RE: Trafficmaps

      Instead of Google, you could also use Microsoft’s Bing service to get a map with accidents:

      https://msdn.microsoft.com/en-us/library/hh441726

      https://msdn.microsoft.com/en-us/library/hh305205.aspx

      posted in Development
      A
      alexyak
    • RE: Voice control module issue

      Check this troubleshooting page on the Evan’s web site:

      http://docs.smart-mirror.io/docs/configure_the_pi.html

      posted in Troubleshooting
      A
      alexyak
    • RE: MMM-SpotifyConnectUI

      @Cato How hard it would be to add the code to actually play the music on the RaspPi?

      posted in Entertainment
      A
      alexyak
    • RE: VoiceControl module

      Try to put a call in your start method of the module (notification.js) to establish the connection with node_helper. Something like that:

      this.sendSocketNotification(“CONNECT”, {});

      posted in Utilities
      A
      alexyak
    • RE: Getting MM2 running on a Mac Mini?

      I am debugging the MM2 on my Macbook Pro, so it should run on the Mac Mini. Just follow what @KirAsh4 has outlined in his reply.

      Just wondering how are you going to use an old iPad as the monitor for the MacMini? Using Duet or something?

      posted in General Discussion
      A
      alexyak
    • RE: VoiceControl module

      @tyho What I meant is you need to add socketNotificationReceived to your module notification.js.

      posted in Utilities
      A
      alexyak
    • RE: VoiceControl module

      If you override socketNotificationReceived in your module then you should receive the message from node_helper and can reset your flag appropriately.

      posted in Utilities
      A
      alexyak
    • RE: VoiceControl module

      @tyho, you can use setTimeout function to wait a for few seconds and then reset the text value. Something like that:

      var self = this;
      setTimeout(function(){
      self.config.text = “”;
      self.updateDom …
      }, 3000);

      posted in Utilities
      A
      alexyak
    • RE: This might be a daft question, but...

      Visual Studio Code rocks! It’s relatively new, but it’s very lightweight, run on any platform, includes intellisense and bunch of addins. Allows you debugging in the node.js…

      posted in Development
      A
      alexyak
    • RE: VoiceControl module

      @tyho said in VoiceControl module:

      notificationReceived

      You can put it in any other module that you would like to react on the voice command and then just call self.updateDom(self.config.animationSpeed);

      posted in Utilities
      A
      alexyak
    • RE: VoiceControl module

      Pull it or clone from the github into your MM modules directory. Go to the https://snowboy.kitt.ai, login with any of your emails, create voice models as much as you need and copy the pmdl files into the root folder, modify the config.js as it described in the Readme.md.

      posted in Utilities
      A
      alexyak
    • RE: Voice/motion control

      Hey guys, I’ve published the module: https://forum.magicmirror.builders/topic/425/voicecontrol-module

      Let me know if you have any issues.

      Enjoy!

      posted in Requests
      A
      alexyak
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 5 / 6