• 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. sgarg15
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
S
Offline
  • Profile
  • Following 2
  • Followers 0
  • Topics 6
  • Posts 41
  • Groups 0

sgarg15

@sgarg15

0
Reputation
59
Profile views
41
Posts
0
Followers
2
Following
Joined Mar 18, 2020, 8:35 PM
Last Online May 26, 2020, 9:36 PM

sgarg15 Unfollow Follow

Latest posts made by sgarg15

  • RE: [Guide] Control MM via Google Home

    Ok so i got it to work with MMM-Remote-Control, So now i am wondering how can you have multiple commands, like send multiple notifications to for ex. turn on and off the monitor? Any ideas? @Sean

    posted in General Discussion
    S
    sgarg15
    Apr 23, 2020, 11:56 PM
  • RE: [Guide] Control MM via Google Home

    its not the this module its MMM-OnScreenMenu, because when i click the turn the monitor off button on the menu, nothing happens

    Any ideas how to fix this ?

    posted in General Discussion
    S
    sgarg15
    Apr 23, 2020, 8:58 PM
  • RE: [Guide] Control MM via Google Home

    Any ideas anyone?

    posted in General Discussion
    S
    sgarg15
    Apr 23, 2020, 8:10 PM
  • RE: [Guide] Control MM via Google Home

    @sdetweil Idk some people got this too work, and i have been looking for something like this for a long time,
    @Sean When you get time please do have a look

    Thanks and sorry for multiple pings

    posted in General Discussion
    S
    sgarg15
    Apr 23, 2020, 12:09 AM
  • RE: [Guide] Control MM via Google Home

    @sdetweil the notification is being but it isnt doing anything to the monitor

    posted in General Discussion
    S
    sgarg15
    Apr 22, 2020, 10:50 PM
  • RE: [Guide] Control MM via Google Home

    @Sean So i followed all the steps and looked at the conversation you had with smackenzie, but i still cant get my monitor to turn off, here my
    config.js

        {
        			module: 'MMM-OnScreenMenu',
        			position: 'bottom_right',
    		},
        {
        module: "MMM-NotificationTrigger",
        config: {
          useWebhook: true,
          triggers: [
            {
              trigger: "MONITOR_OFF_FROM_IFTTT",
              fires: [
                {
                  fire: "ONSCREENMENU_PROCESS_ACTION",
                  payload: {"actionName": "monitorOff"}
                }
              ]
            }
          ]
        }
        },
    
    

    IFTTT request

    { "notification": "MONITOR_OFF_FROM_IFTTT", "payload": null }
    

    and here the log when i say Magic (the keyword)

    reqpost? { notification: 'MONITOR_OFF_FROM_IFTTT', payload: null }
    
    posted in General Discussion
    S
    sgarg15
    Apr 22, 2020, 10:31 PM
  • RE: [Guide] Control MM via Google Home

    Also if i were using MMM-Remote-Control besides MMM-OnScreenMenu, how would it work?

    posted in General Discussion
    S
    sgarg15
    Apr 22, 2020, 10:06 PM
  • RE: [Guide] Control MM via Google Home

    @Sean If possible could you give an example of how our config file should look like if we wanted to use the google home to turn on and off the monitor?

    posted in General Discussion
    S
    sgarg15
    Apr 22, 2020, 9:58 PM
  • RE: Hi, there is a new Alexa Module

    @sdetweil you usually go into the app and then click set up new device and it searches for a device and for me when it searches it cant find any device

    posted in General Discussion
    S
    sgarg15
    Apr 22, 2020, 9:28 PM
  • RE: Hi, there is a new Alexa Module

    @JoChef2 I dont think it works, i downloaded it and did npm install, and my config is like this

        {
          module: 'MMM-AlexaControl',
          position: 'middle_center',
          config:{
            image: false,
            pm2ProcessName: "MagicMirror",
            vcgencmd: "vcgencmd",
          }
        },
    

    and my google home mini is unable to detect the magic mirror

    posted in General Discussion
    S
    sgarg15
    Apr 22, 2020, 7:32 PM
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