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

Edohvin

@Edohvin

0
Reputation
10
Profile views
9
Posts
0
Followers
0
Following
Joined Oct 21, 2020, 9:47 AM
Last Online Jan 5, 2021, 1:11 PM

Edohvin Unfollow Follow

Latest posts made by Edohvin

  • RE: How does the default MMM-Calendar authenticate Google?

    Hey! Did you find a way to display a non-public google calendar? I would be really interested in the solution! Thanks

    posted in Troubleshooting
    E
    Edohvin
    Nov 30, 2020, 1:38 PM
  • RE: Easy calendar question

    Plz anyone? :anguished_face:

    posted in Troubleshooting
    E
    Edohvin
    Nov 30, 2020, 10:05 AM
  • Easy calendar question

    Is it possible to show a google calendar that is not made available to the public, using the default calendar module?
    On the screenshot, you can see the access permissions. It is not shared with the public but is shared however in my organization.

    Screenshot 2020-11-27 at 11.42.10.png

    I guess it has to do with the credentials, right? Just filling in my google account details in the calendar config (user & pass variables) doesn’t seem to make it work. What am I missing here? What’s the correct way to obtain credentials?

    posted in Troubleshooting
    E
    Edohvin
    Nov 27, 2020, 10:46 AM
  • RE: Calendar can switch on notifications

    @sdetweil Yes, I was thinking the same thing. I can implement this very easily, but then I would have to run 30 calendar modules at the same time. (29 would just be hidden, and one would actually show). Won’t that slow things down?

    posted in Requests
    E
    Edohvin
    Nov 20, 2020, 8:30 AM
  • Calendar can switch on notifications

    Hello!

    I have a face recognition module installed. Whenever a person stands in front of the mirror, the module sends out a ‘this.sendNotification(“USERS_LOGIN”, user)’.
    After this notification, I would like the calendar module to display this certain user’s calendar.
    Can anyone help with this?

    I would start of with the following added to the calendar module:

    notificationReceived: function(notification, payload, sender) {
    		var self = this;
    		switch (notification)
    		{
    		      case "USERS_LOGIN":
    		      {	
                         // Put the appropriate calendar on the screen		
    		      }
    		      case "USERS_LOGOUT_MODULES":
    		      {
                          //Show the default calendar again
    		      }
    		 }		
    },
    
    posted in Requests
    E
    Edohvin
    Nov 19, 2020, 4:48 PM
  • RE: Creating Custom Voice Commands for Hello-Lucy...?

    @Doctor0ctoroc Have you been able to increase the speed? If so, what did you do?

    posted in Troubleshooting
    E
    Edohvin
    Nov 16, 2020, 11:30 AM
  • RE: Is there an online voice assistant with custom commands?

    @saljoke Thanks for the reply! I will check it out right away!

    posted in Troubleshooting
    E
    Edohvin
    Nov 16, 2020, 8:19 AM
  • Is there an online voice assistant with custom commands?

    Hi everyone

    I have tested the voice assistants based on annyang (MMM-Voice-Control) and based on pocketsphinx (Hello-Lucy). With these modules it is really easy to add custom commands and have appropriate actions, which is very nice. But both modules seem to work poorly. When I talk to them, they work alright, but that’s just because I know how to do it (right speed, intonation, pronunciation, etc.) For other people, it’s just unusable.

    Is there an online voice assistant (to increase hit rate) where I can also add custom commands? Like when I say ‘Play Video’, the module sends a notification like ‘this.sendNotification(“YT_PLAY_VIDEO”)’ to all other modules.

    I know there are modules like MMM-GoogleAssistent, but you can not add custom commands in here.

    TLDR: Is there an online voice assistant that can interact with other modules by sending notifications?

    posted in Troubleshooting
    E
    Edohvin
    Nov 13, 2020, 1:01 PM
  • Python script streaming ideas

    Hello community!

    I have a python script that runs a detection algorithm. When it is ran, it shows a webcamfeed (using cv2) with drawings (detection boxes) drawn on there aswell.

    Now, I want my mirror to be able to start this python script AND also show the webcam feed (with the bounding boxes) on my mirror!

    Anyone knows some ideas how to tackle this problem? I included a picture to give you an idea what I mean with webcam feed and bounding boxes! (I am using a jetson Nano, but that shouldn’t be important for this question)

    a1c5adaa-ea23-4e87-ac67-7ab3a841f362-image.png

    Any brainstorming is appreciated, thanks!

    posted in Troubleshooting
    E
    Edohvin
    Oct 21, 2020, 10:02 AM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy