MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-AssistantMk2

    Scheduled Pinned Locked Moved System
    421 Posts 61 Posters 559.5k Views 57 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      sdetweil @MisterT
      last edited by sdetweil

      @MisterT if you use the sample config with your apikey does it work? (my api key below)

      if you look at the console log, do you see any errors reported
      pm2 logs, if you use pm2 to start the mirror, else the terminal window where you do npm start

      {
                  module: 'MMM-GoogleMapsTraffic',
                  position: 'top_left',
                  config: {
                      key: 'AIzaSyCJyY3ijaw9X9xJis62XWsbz32PXIk8krI',     /// put your key here
                      lat: 37.8262306,
                      lng: -122.2920096,
                      height: '300px',
                      width: '300px'
                      styledMapType: "transparent",
                      disableDefaultUI: true,
                      backgroundColor: 'hsla(0, 0%, 0%, 0)',
                      markers: [
                          {
                              lat: 37.8262316,
                              lng: -122.2920196,
                              fillColor: '#9966ff'
                          },
                      ],
                  },
              },
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • M Offline
        MisterT
        last edited by

        @sdetweil everything is fine now :smiling_face_with_open_mouth_cold_sweat:

        With a lot of tests and modification in my confis.js, i forgot to enable MMM-GoogleMapsTraffic in MMM-Pages module config file :dizzy_face:
        So now it’s great

        Thx for your support

        See you next time

        1 Reply Last reply Reply Quote 0
        • K Offline
          kondef
          last edited by

          @Sean thanks for your work in relationship with the google assisstant. I am quite new in all of these set ups and i am facing a problem now which i can’t by pass. I tried to Register-my-Mirror-as-Google-Assistant-related-device but when i insert the foolowing code :curl -s -X POST -H “Content-Type: application/json”
          -H “Authorization: Bearer $ACCESSTOKEN” -d @deviceInstance.json
          https://embeddedassistant.googleapis.com/v1alpha2/projects/YOUR_PROJECT_ID/devices/

          i am getting the following error "bash: https://embeddedassistant.googleapis.com/v1alpha2/projects/(my_project_id)/devices/: No such file or directory
          .

          Do you have any idea how i can resolve that issue??
          Thank you guys in advance

          ? 1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User @kondef
            last edited by

            @kondef said in MMM-AssistantMk2:

            curl -s -X POST -H “Content-Type: application/json”
            -H “Authorization: Bearer $ACCESSTOKEN” -d @deviceInstance.json
            https://embeddedassistant.googleapis.com/v1alpha2/projects/YOUR_PROJECT_ID/devices/

            This should be done in one line. I think you probably break line before https://embeddedassistant....

            1 Reply Last reply Reply Quote 0
            • A Offline
              airart
              last edited by

              where I find a different UI, maybe transparent, I saw bars and bubbles with a transparent background
              thanks a lot and great job

              1 Reply Last reply Reply Quote 0
              • B Offline
                banbutcher
                last edited by

                howdy,

                ive seen a couple of people running assistantmk2 v2 and i liked the interface better than the v3 and i was wondering if its possible to install the v2 instead of v3. how would i go about downgrading to v2?

                thanks

                Richie

                1 Reply Last reply Reply Quote 0
                • A Offline
                  acimail01
                  last edited by

                  Can you trigger a sound output from a recipe while the Assistantmk2 is active?
                  For me sound output only works when the assistant is not active e.g. when I trigger sound output via web service (e.g. MMM-Sound or MMM-Text-To-Speech).
                  My use case is:
                  A recipe that listens to “mirror mirror on the wall” and then either plays an mp3 / wav or speak TTS

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    acimail01
                    last edited by

                    does anyone have any idea how to trigger sound output with the Assitantmk2?

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      Mrtrol2013
                      last edited by

                      Does this module support Russian?

                      1 Reply Last reply Reply Quote 0
                      • E Offline
                        Egnos
                        last edited by

                        Hi guys!
                        first I would like to thank @Sean for the fantastic job.
                        MMM-AssistantMk2 works very well!

                        Has anyone ever commanded the pages of the MMM-Page-Selector module?
                        If yes, could you explain how to do it?

                        Thank you very much.

                        My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 39
                        • 40
                        • 41
                        • 42
                        • 43
                        • 43 / 43
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy