<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-GoogleAssistant with MMM-Selfieshot]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">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.<br />
This is from documentation of MMM-Selfieshot:</p>
<p dir="auto">by notification SELFIE_SHOOT<br />
Your other module can make an order to take a picture (Button, Voice Commander, Sensors,…)<br />
this.sendNotification(“SELFIE_SHOOT”)<br />
//or<br />
this.sendNotification(“SELFIE_SHOOT”, {<br />
option: {<br />
shootCountdown: 1,<br />
displayResult: false,<br />
playShutter: false,<br />
displayCountdown: false,<br />
// only these 4 properties are available.<br />
}<br />
})<br />
//or<br />
this.sendNotification(“SELFIE_SHOOT”, {<br />
option: { … },<br />
callback: (result) =&gt; {<br />
console.log(result) // It will have result.path and result.uri<br />
this.doSomething(result)<br />
}<br />
})<br />
SELFIE_EMPTY_STORE : You can remove all photos in store directory.<br />
SELFIE_LAST : You can display last photo taken on screen.</p>
<p dir="auto">Can someone tell me where I can put this code in GoogleAssistant and than I can via voice call start selfie?</p>
<p dir="auto">Thank you</p>
]]></description><link>https://forum.magicmirror.builders/topic/14529/mmm-googleassistant-with-mmm-selfieshot</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 14:24:10 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14529.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Jan 2021 13:37:18 GMT</pubDate><ttl>60</ttl></channel></rss>