@miguel Hi thank you but i cant find the repository,
Read the statement by Michael Teeuw here.
Posts
-
RE: A shopping list model that is integrated with Google Assistant
-
RE: My First Kitchen Mirror
@svenpisa Hi man, great job, congratulations,
I like the way how you made the default weather, could you please share more about that, I want to make the iconse move in my weather default model,
thank you
-
RE: A shopping list model that is integrated with Google Assistant
Can Someone help me in this, Please,
thank you -
A shopping list model that is integrated with Google Assistant
Hello
Is there any shopping list model that is integrated with Google Assistant?
I wish to ask Google Home to add something to my shopping list and get displayed on my mirror
Bring list = not supported
analyst = not supported
Google keep = doesn’t work
Google Shoppinglist = Doesnt work anymoreThank you for your help
Regards
-
RE: Google Assistant Recipe to turn on the lights
@sdetweil The SmartLife app is like Tuya App to control a bunch of smart home devices, I installed the model, “MMM-TuyaSL” and now I say, Jarvis, turn off the bed-room and voila.
I wish to add a command to this recipe ( that plays nice music once I’m back home, ) also to turn on the light simultaneously, but no luck so far,
I hope I was able to explain better
thank you so much
-
RE: Google Calendar via GA, Jarvis
@sdetweil Thank you for your reply, But that solution didn’t work for me at all, any other thoughts please.
-
Google Assistant Recipe to turn on the lights
I have this recipe that is executed once I say, I’m back home, Its already working,
recently I add it the model TuyaSL, SmartLife app, and Also It worked perfectly with GA,
I wanted to edit this recipe to turn on the light alongside the video playing, Can you please help me
var recipe = { transcriptionHooks: { "imBackHome": { pattern: "I am back home", command: "playVideoAndTurnOnLights" } }, commands: { "playVideoAndTurnOnLights": { shellExec: { exec: [ // Command to play the video using VLC "vlc --play-and-exit --volume 512 -f /home/---recipe/home.mp4", **(( What Can I add here to excuste the command to turn on the lights simultaneously.))** } } } }; exports.recipe = recipe;
Thank you
-
Google Calendar via GA, Jarvis
Hello
Whenever I try to ask GA "Jarvis " in my case to add a meeting or a shopping list item, I get this message “First I will need your permission to get personal results,”. I did almost everything, in GA on my phone but no success, any thoughts on this, please?
-
RE: Wider customization for GA
@sdetweil Thanks for your answer, Where I can find info about this
many thanks -
Wider customization for GA
Hello, Is there any place where I can read for wider customization for GA?
I went through the Wiki, and it’s great but not completely clear, by example, I want GA, Jarvis to give me brief news in the morning, just like Android GA can do,
based on a special command, like, Jarvis, What is up today?and also I want GA, to be able to interact with other models, Like the AnyList model, and Google Calendar model, to be able to add things from voice commands.
and also, How can I interpret GA, when he understands wrongly the command and go through a whole text that I don’t want,
Thanks for your help.