MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Third Party modules not working

    Troubleshooting
    4
    8
    304
    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.
    • delta 1
      delta 1 last edited by

      hey, guys, I’ve installed Alexa, screencast, and some others, and doesn’t matter what I try non of them work can anybody help me with this.

      helpo.PNG

      proof.PNG

      1 Reply Last reply Reply Quote 0
      • D
        DJBOOB66 last edited by DJBOOB66

        fix your config

        {
            module: "MMM-awesome-alexa",
            position: "bottom_bar",
            config: {
                wakeWord: "Alexa",
                clientId: "YOUR_CLIENT_ID",
                clientSecret: "YOUR_CLIENT_SECRET",
                deviceId: "YOUR_DEVICE_ID",
                refreshToken: "YOUR_REFRESH_TOKEN",
                lite: false,
                isSpeechVisualizationEnabled: false
            }
        }
        
        delta 1 2 Replies Last reply Reply Quote 0
        • delta 1
          delta 1 @DJBOOB66 last edited by

          @djboob66 said in Third Party modules not working: thanks for the response yea, is it in the correct order now ?

          {

          updated.PNG

          1 Reply Last reply Reply Quote 0
          • delta 1
            delta 1 @DJBOOB66 last edited by

            @djboob66 tried that and still doesn’t work

            1 Reply Last reply Reply Quote 0
            • D
              DJBOOB66 last edited by DJBOOB66

              @delta-1 said in Third Party modules not working:

              Alexa
              your config must line up

                 {
              		module: 'MMM-Screencast',
              		position: 'bottom_right',
              		config: {
              			position: 'bottomRight',
              			height: 300,
              			width: 500,
              		}
                  },    
                  {
                      module: "MMM-awesome-alexa",
                      position: "bottom_bar",
                      config: {
                          wakeWord: "Alexa",
                          clientId: "YOUR_CLIENT_ID",
                          clientSecret: "YOUR_CLIENT_SECRET",
                          deviceId: "YOUR_DEVICE_ID",
                          refreshToken: "YOUR_REFRESH_TOKEN",
                          lite: false,
                          isSpeechVisualizationEnabled: false
                      }
                  },
              
              1 Reply Last reply Reply Quote 0
              • D
                DJBOOB66 last edited by DJBOOB66

                Im not a alexa guy i use Google assistant V3 myself but below need fixing.
                config fix.PNG

                cowboysdude S 2 Replies Last reply Reply Quote 0
                • cowboysdude
                  cowboysdude Module Developer @DJBOOB66 last edited by cowboysdude

                  Have to be careful if you’re cutting and pasting … for instance if you install a module and you go to the programmers page and copy and paste the config example the quotes will not translate. You will get errors.

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

                    @djboob66 there is nothing functionally wrong with his text…

                    sure the braces aren’t lined up and the sections aren’t indented like I personally would like and do… but MagicMirror doesn’t care.

                    Sam

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 1
                    • 1 / 1
                    • 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