• 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.

Alex Control

Scheduled Pinned Locked Moved Unsolved Troubleshooting
6 Posts 2 Posters 574 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 Sep 14, 2023, 6:10 PM

    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 Sep 14, 2023, 6:24 PM Reply Quote 0
    • S Offline
      sdetweil @videogame95
      last edited by sdetweil Sep 14, 2023, 6:24 PM Sep 14, 2023, 6:24 PM

      @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 Sep 15, 2023, 11:54 AM Reply Quote 0
      • V Offline
        videogame95 @sdetweil
        last edited by Sep 15, 2023, 11:54 AM

        @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 Sep 15, 2023, 1:13 PM

          @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 Sep 15, 2023, 1:35 PM Reply Quote 0
          • S Offline
            sdetweil @videogame95
            last edited by Sep 15, 2023, 1:35 PM

            @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 Sep 16, 2023, 2:28 PM Sep 16, 2023, 2:27 PM

              @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
              1 / 1
              • First post
                2/6
                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