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 assistant mk2

    Scheduled Pinned Locked Moved Troubleshooting
    112 Posts 12 Posters 55.3k Views 11 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.
    • J Offline
      JohnBachini
      last edited by JohnBachini

      @Bugsounet

      HI, Amazing work with GoogleAssist, it seems to be more responsive and accurate than AssistantMK2.

      Have an issue with the display of the googleAssistant banner. My Mirror is full screen, ie in custom.css i have :-

       body {
           margin: 0px;
           position: absolute;
           height: 100%;
           width: 100%;
      }
      

      Which i hope is correct, im struggling with css side of things !! :-)
      But when the banner appears i have this issue,

      GoogleAssistant.png
      As top of banner is missing and width

      I looked at GoogleAssistant.css, but couldnt work out what needs to change.

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

        @JohnBachini :

        {	
          module: "MMM-GoogleAssistant",
          position: "fullscreen_above",
          config: {
            ...
          }
        },
        

        don’t work with this position ?

        Edit : Ah yes don’t work

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          JohnBachini @Guest
          last edited by

          @Bugsounet

          Yes i have it set to fullscreen_above, i confirmed it works fine if i remove the css code i posted above

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

            @JohnBachini: I don’t find too :face_with_tears_of_joy: :face_with_tears_of_joy: :face_screaming_in_fear:

            I got lost in my css code !!!

            J 1 Reply Last reply Reply Quote 0
            • J Offline
              JohnBachini @Guest
              last edited by

              @Bugsounet :-) So custom.css overides main.css , so does GoogleAssistant.css overide all ?

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @JohnBachini
                last edited by sdetweil

                @JohnBachini main, then modules, then custom.css last

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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

                  nop it not override all.

                  Actually I’m working arround a new rending
                  real time Transcription will be in next update in popup (like the response)
                  and it will correct this problem ;)

                  So wait a few days :)

                  results:
                  New animation (response screen)
                  new animation (transcription)
                  More reactive

                  J 1 Reply Last reply Reply Quote 0
                  • J Offline
                    JohnBachini @Guest
                    last edited by

                    @Bugsounet Great, Ill wait till then. Thanks

                    ? 2 Replies Last reply Reply Quote 0
                    • ? Offline
                      A Former User @JohnBachini
                      last edited by

                      @JohnBachini : fixed ;)

                      wait next release :p

                      1 Reply Last reply Reply Quote 0
                      • M Offline
                        mcretu @dvbit
                        last edited by

                        @dvbit Hi, did you managed to figure it out? I have the same issue. Youtube video audio works fine, I even hear the chime when the assistant is waked up.

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

                          @JohnBachini : if you want, we can do some test

                          1 Reply Last reply Reply Quote 0
                          • D Offline
                            dvbit @mcretu
                            last edited by

                            @mcretu Hi . Lost in the Post.
                            I think you refer to youtube not being displayed.
                            If that is the case, as @Bugsounet keeps saying (he said it to me about this…), red the wiki. It’s all there.

                            you need to change the config.js in config as follows:
                            https://github.com/bugsounet/MMM-Assistant2Display/wiki/Configuration

                            Assistant2Display need electron special configuration for web link displaying and Youtube functionality
                            
                            start of the config.js configuration file
                            
                            var config = {
                              address: "localhost",
                              electronOptions: {
                                webPreferences: {
                                  webviewTag: true
                                }
                              },
                              port: 8080,
                            ...
                            address should be localhost for playing YouTube video
                            electronOptions is need if you want to display the link and Cast module
                            
                            1 Reply Last reply Reply Quote 0

                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                            With your input, this post could be even better 💗

                            Register Login
                            • 1
                            • 2
                            • 3
                            • 4
                            • 5
                            • 6
                            • 6 / 6
                            • 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