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

    NickRick

    @NickRick

    2
    Reputation
    4
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    NickRick Unfollow Follow

    Best posts made by NickRick

    • MMM-GoogleAssistant with MMM-Selfieshot

      Hi,

      I really like GoogleAssistant and now I want to use via voice control to activate MMM-Selfieshot to create a selfie, so I have to put " this.sendNotification(“SELFIE_SHOOT”) " somewhere in the GoogleAssistent to activate Selfieshot.
      This is from documentation of MMM-Selfieshot:

      by notification SELFIE_SHOOT
      Your other module can make an order to take a picture (Button, Voice Commander, Sensors,…)
      this.sendNotification(“SELFIE_SHOOT”)
      //or
      this.sendNotification(“SELFIE_SHOOT”, {
      option: {
      shootCountdown: 1,
      displayResult: false,
      playShutter: false,
      displayCountdown: false,
      // only these 4 properties are available.
      }
      })
      //or
      this.sendNotification(“SELFIE_SHOOT”, {
      option: { … },
      callback: (result) => {
      console.log(result) // It will have result.path and result.uri
      this.doSomething(result)
      }
      })
      SELFIE_EMPTY_STORE : You can remove all photos in store directory.
      SELFIE_LAST : You can display last photo taken on screen.

      Can someone tell me where I can put this code in GoogleAssistant and than I can via voice call start selfie?

      Thank you

      posted in Troubleshooting
      NickRickN
      NickRick

    Latest posts made by NickRick

    • MMM-GoogleAssistant with MMM-Selfieshot

      Hi,

      I really like GoogleAssistant and now I want to use via voice control to activate MMM-Selfieshot to create a selfie, so I have to put " this.sendNotification(“SELFIE_SHOOT”) " somewhere in the GoogleAssistent to activate Selfieshot.
      This is from documentation of MMM-Selfieshot:

      by notification SELFIE_SHOOT
      Your other module can make an order to take a picture (Button, Voice Commander, Sensors,…)
      this.sendNotification(“SELFIE_SHOOT”)
      //or
      this.sendNotification(“SELFIE_SHOOT”, {
      option: {
      shootCountdown: 1,
      displayResult: false,
      playShutter: false,
      displayCountdown: false,
      // only these 4 properties are available.
      }
      })
      //or
      this.sendNotification(“SELFIE_SHOOT”, {
      option: { … },
      callback: (result) => {
      console.log(result) // It will have result.path and result.uri
      this.doSomething(result)
      }
      })
      SELFIE_EMPTY_STORE : You can remove all photos in store directory.
      SELFIE_LAST : You can display last photo taken on screen.

      Can someone tell me where I can put this code in GoogleAssistant and than I can via voice call start selfie?

      Thank you

      posted in Troubleshooting
      NickRickN
      NickRick
    • RE: MMM-GoogleAssistant images in result missing

      @NickRick After restart several times now works fine… so it is done

      posted in Troubleshooting
      NickRickN
      NickRick
    • MMM-GoogleAssistant images in result missing

      Hi,

      First of all thank you @bugsounet for this great module.
      I install MMM-GoogleAssitant, MMM-Assistant2Display and MMM-GABackground and so far work fine except when result is displayed without images and font is TimesNew Roman or similar (screen shot in attachment) and also when I put GABackground nothing is in the backgroun but when is default than it is GoogleAssistant image.
      Is there some problem with css or something else?

      Thx

      alt text
      alt text
      alt text

      posted in Troubleshooting
      NickRickN
      NickRick