<?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[Voice command to open videos]]></title><description><![CDATA[<p dir="auto">I have seen a few posts that I thought were going to the same place I was and then veered off to the left. I have something I want to do with my mirror, but I’m not quite sure how to get there.<br />
I am looking for a way to use a voice command (preferably offline, but accuracy counts for more) to open a video file that I locally store on my device. For example I want to say: “hey magic mirror, show me ‘video 1’” and have video one play. After it’s done I’d like it to go back to the standby screen, but that really seems like the little fish in this pond.<br />
I looked at Hello Lucy, which I like because I found the phonetic file, but this module opens other modules. I’m not sure how to code it (if possible) to just play a video from a folder with a magic mirror player and then time out the player and bring it back to the main screen (say, the clock).<br />
Anyone have any insight?</p>
]]></description><link>https://forum.magicmirror.builders/topic/14641/voice-command-to-open-videos</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 02:35:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14641.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Feb 2021 04:16:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Voice command to open videos on Sun, 07 Mar 2021 16:21:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bigjojo" aria-label="Profile: bigjojo">@<bdi>bigjojo</bdi></a></p>
<p dir="auto">Merci, j’ai essayé, ça marche.</p>
<p dir="auto">cordialement,<br />
Paul</p>
]]></description><link>https://forum.magicmirror.builders/post/89285</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89285</guid><dc:creator><![CDATA[pbetre]]></dc:creator><pubDate>Sun, 07 Mar 2021 16:21:46 GMT</pubDate></item><item><title><![CDATA[Reply to Voice command to open videos on Sun, 07 Mar 2021 07:28:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pbetre" aria-label="Profile: pbetre">@<bdi>pbetre</bdi></a><br />
c’est la ligne qui correspond a une chaine télé de ma dreambox.<br />
a vous de changer, je pense que sa doit être possible de mettre une ligne pour de l’iptv ou autres.</p>
<p dir="auto">sur le 1er exemple<br />
quand je dis regarder miroir vidéo, il m’ouvre un fichier vidéo stocké dans le chemin plus bas.<br />
c’est simplement un vidéo pour un effet a halloween ou encore a noël, il me mets un sapin.<br />
sur le 2 eme exemple<br />
je lui demande de regarder une chaine télé ici rts1 et il va chercher le lien de ma démodulateur satellite pour l’afficher.<br />
cordialement</p>
]]></description><link>https://forum.magicmirror.builders/post/89253</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89253</guid><dc:creator><![CDATA[bigjojo]]></dc:creator><pubDate>Sun, 07 Mar 2021 07:28:51 GMT</pubDate></item><item><title><![CDATA[Reply to Voice command to open videos on Sun, 07 Mar 2021 04:55:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bigjojo" aria-label="Profile: bigjojo">@<bdi>bigjojo</bdi></a></p>
<p dir="auto">Bonsoir,</p>
<p dir="auto">Bon travail, pourriez-vous me donner des explications sur la ligne suivante :<br />
exec: “vlc -f http://…:****/1:0:19:4333:300C:13E:820000:0:0:0:”</p>
<p dir="auto">merci d’avance,<br />
Cordialement,<br />
Paul</p>
]]></description><link>https://forum.magicmirror.builders/post/89249</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89249</guid><dc:creator><![CDATA[pbetre]]></dc:creator><pubDate>Sun, 07 Mar 2021 04:55:13 GMT</pubDate></item><item><title><![CDATA[Reply to Voice command to open videos on Wed, 17 Feb 2021 15:24:01 GMT]]></title><description><![CDATA[<p dir="auto">the path to local videos for url loading is</p>
<p dir="auto"><a href="http://localhost" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost</a>:port/modules/???/videofile.name</p>
<p dir="auto">note they have to be in the mm modules folder tree to be able to use the mm server to load them</p>
]]></description><link>https://forum.magicmirror.builders/post/88578</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88578</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 17 Feb 2021 15:24:01 GMT</pubDate></item><item><title><![CDATA[Reply to Voice command to open videos on Wed, 17 Feb 2021 14:41:25 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I use GA assistant from bugsounet who no longer posts on this forum because he made his own forum, see on his github.<br />
I made a recipe which allows me to run the raspbian vlc in full screen. which allows me to either launch a video (christmas tree or halloween) but especially watch the streaming stream from my dreambox directly on the mirror. when i stop looking i just say jarvis stop vlc and he comes back to the mirror.<br />
I put an example of my recipe so you can have fun.<br />
I speak French so see to change the sentences in your language.<br />
bye.<br />
var recipe = {<br />
transcriptionHooks: {<br />
“miroir vidéo”: {<br />
pattern: “regarder miroir vidéo”,<br />
command: “miroir_vidéo”<br />
},<br />
“rtsun”: {<br />
pattern: “regarder rts1”,<br />
command: “rtsun”<br />
},“stop_vlc”: {<br />
pattern: “stopper vlc”,<br />
command: “stop_vlc”<br />
},<br />
},</p>
<p dir="auto">commands: {<br />
“miroir_vidéo”: {<br />
soundExec: {<br />
chime: “close”,<br />
},<br />
shellExec: {<br />
exec: “vlc -f  file:///home/pi/MagicMirror/video/02.mp4”<br />
}<br />
},<br />
“rtsun”: {<br />
soundExec: {<br />
chime: “close”,<br />
},<br />
shellExec: {<br />
exec: “vlc -f http://<em><strong>.</strong></em>.<em><strong>.</strong></em>:****/1:0:19:4333:300C:13E:820000:0:0:0:”<br />
}<br />
},<br />
“stop_vlc”: {<br />
soundExec: {<br />
chime: “close”,<br />
},<br />
shellExec: {<br />
exec: “killall vlc”<br />
},<br />
},<br />
}</p>
<p dir="auto">}</p>
<p dir="auto">exports.recipe = recipe // Don’t remove this line.</p>
]]></description><link>https://forum.magicmirror.builders/post/88577</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88577</guid><dc:creator><![CDATA[bigjojo]]></dc:creator><pubDate>Wed, 17 Feb 2021 14:41:25 GMT</pubDate></item></channel></rss>