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.

    Alex Control

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    6 Posts 2 Posters 643 Views 2 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.
    • V Offline
      videogame95
      last edited by

      Re: Alexa control
      Hi I have installed Alexa Control but if run the code
      With code add into configuration file.
      It will not run Magicmirror2
      If I remove the code from the configuration it runs
      Magicmirror?

      Any help with get Alexa control work please.

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

        @videogame95 what is the error presented either look in the browser or look in the console where you started magic mirror.

        Same procedure for debugging as every other module

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        V 2 Replies Last reply Reply Quote 0
        • V Offline
          videogame95 @sdetweil
          last edited by

          @sdetweil I have put on pm2 yet so run it with npm start
          Every time if works until I add the Alexa Control is in the programe
          It comes up something drive not load stwet . I’ll have run it again and get back to you what error says.

          1 Reply Last reply Reply Quote 0
          • V Offline
            videogame95 @sdetweil
            last edited by

            @sdetweil
            H I’ve tried to add terminal file code on screen something about a drive not loading I’ve tried to post but I think it’s got rejected.
            I’ll try again tomorrow if it not uploaded.

            S 2 Replies Last reply Reply Quote 0
            • S Offline
              sdetweil @videogame95
              last edited by

              @videogame95 from the PI desktop, do

              ctrl-alt-t  to open a terminal window, then 
              cd MagicMirror
              npm start  >somefile.txt 2>&1
              

              wait, then return to the terminal window if needed, and do

              ctrl-c 
              

              to end the MM application

              all the log output will be in the file somefile.txt

              Sam

              How to add modules

              learning how to use browser developers window for css changes

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

                @videogame95 this is another module that documents too much for the config.js …

                modules:[   // DO NOT ADD THIS LINE...  these only show where the lines should be placed. 
                    {                  // start of module definition
                        module: 'MMM-AlexaControl',
                        position: 'middle_center',
                        config:{
                            image: true,
                            pm2ProcessName: "mm",
                            vcgencmd: "vcgencmd"
                        }
                    }            // end of module definition 
                ]      // DO NOT ADD THIS LINE
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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