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

    Alexjons

    @Alexjons

    0
    Reputation
    4
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Alexjons Unfollow Follow

    Latest posts made by Alexjons

    • RE: A shopping list model that is integrated with Google Assistant

      @miguel Hi thank you but i cant find the repository,

      posted in Utilities
      A
      Alexjons
    • 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

      posted in Show your Mirror
      A
      Alexjons
    • RE: A shopping list model that is integrated with Google Assistant

      Can Someone help me in this, Please,
      thank you

      posted in Utilities
      A
      Alexjons
    • 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 anymore

      Thank you for your help

      Regards

      posted in Utilities
      A
      Alexjons
    • 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

      posted in Development
      A
      Alexjons
    • 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.

      posted in Troubleshooting
      A
      Alexjons
    • 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

      posted in Development
      A
      Alexjons
    • 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?

      posted in Troubleshooting
      A
      Alexjons
    • RE: Wider customization for GA

      @sdetweil Thanks for your answer, Where I can find info about this
      many thanks

      posted in Showcase
      A
      Alexjons
    • 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.

      posted in Showcase
      A
      Alexjons