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.

    Third Party modules not working

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    8 Posts 4 Posters 1.3k Views 4 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.
    • D Offline
      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 1D 2 Replies Last reply Reply Quote 0
      • delta 1D Offline
        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 1D Offline
          delta 1 @DJBOOB66
          last edited by

          @djboob66 tried that and still doesn’t work

          1 Reply Last reply Reply Quote 0
          • D Offline
            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 Offline
              DJBOOB66
              last edited by DJBOOB66

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

              cowboysdudeC S 2 Replies Last reply Reply Quote 0
              • cowboysdudeC Offline
                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 Do not disturb
                  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

                  How to add modules

                  learning how to use browser developers window for css changes

                  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 Sam, technical setup by Karsten.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy