• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 40.0k 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.
  • ? Offline
    A Former User
    last edited by A Former User Jun 3, 2020, 8:32 PM Jun 3, 2020, 8:32 PM

    @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 Jun 3, 2020, 8:34 PM Reply Quote 0
    • J Offline
      JohnBachini @Guest
      last edited by Jun 3, 2020, 8:34 PM

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

      S 1 Reply Last reply Jun 3, 2020, 8:45 PM Reply Quote 0
      • S Online
        sdetweil @JohnBachini
        last edited by sdetweil Jun 3, 2020, 8:45 PM Jun 3, 2020, 8:45 PM

        @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 Jun 3, 2020, 8:49 PM

          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 Jun 3, 2020, 8:53 PM Reply Quote 0
          • J Offline
            JohnBachini @Guest
            last edited by Jun 3, 2020, 8:53 PM

            @Bugsounet Great, Ill wait till then. Thanks

            ? 2 Replies Last reply Jun 3, 2020, 9:33 PM Reply Quote 0
            • ? Offline
              A Former User @JohnBachini
              last edited by Jun 3, 2020, 9:33 PM

              @JohnBachini : fixed ;)

              wait next release :p

              1 Reply Last reply Reply Quote 0
              • M Offline
                mcretu @dvbit
                last edited by Jun 3, 2020, 11:17 PM

                @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 Jun 5, 2020, 11:43 PM Reply Quote 0
                • ? Offline
                  A Former User @JohnBachini
                  last edited by Jun 4, 2020, 1:35 PM

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

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    dvbit @mcretu
                    last edited by Jun 5, 2020, 11:43 PM

                    @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
                    • 1
                    • 2
                    • 8
                    • 9
                    • 10
                    • 11
                    • 12
                    • 11 / 12
                    11 / 12
                    • First post
                      108/112
                      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