MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    mmm assistant mk2

    Troubleshooting
    12
    112
    9285
    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.
    • ?
      A Former User @JohnBachini last edited by

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

      1 Reply Last reply Reply Quote 0
      • D
        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
        • 1
        • 2
        • 8
        • 9
        • 10
        • 11
        • 12
        • 12 / 12
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy