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

Alexa control

Scheduled Pinned Locked Moved Unsolved Troubleshooting
6 Posts 2 Posters 764 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 Aug 15, 2023, 5:50 PM

    Re: Alexa echo dot
    Hi I add the code from Alexa controlled to my configuration file .js
    And it stopped it working I didn’t change anything except add a , on the of the},
    When I removed the script it worked ? What am doing wrong I past in wrong do ?I need add all code in module for it to work ? Or just first js and just the second js file or could it be the way its pasted in to js. Config . I always line up the first brake and larst bracket with overhead brackets ? And add , to last }, like this .

    Thanks for any help

    S 1 Reply Last reply Aug 15, 2023, 6:12 PM Reply Quote 0
    • S Offline
      sdetweil @videogame95
      last edited by Aug 15, 2023, 6:12 PM

      @videogame95 sorry, do not understand your post…

      all the modules install the same

      cd ~/MagicMirror/modules
      git clone  /// url ///
      cd Modulename
          if package.json exists, npm install
      
      cd ~/MagicMirror/config
       nano config.js (or use your other favorite editor)
      
      copy the config example for the module 
      paste as new module before end of module list 
      
      modules: [ 
      {///
      }.
      ...
      ...
      }, 
      module example goes here 
      
      end of list 
      ]
      end of config data
      }
      if //
      

      some examples include too much , this one does add too much

      modules:[   // DO NOT ADD THIS LINE, it is already present
          {
              module: 'MMM-AlexaControl',
              position: 'middle_center',
              config:{
                  image: true,
                  pm2ProcessName: "mm",
                  vcgencmd: "vcgencmd"
              }
          }
      ]  // DO NOT ADD THIS LINE, it is already present
      
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      V 2 Replies Last reply Aug 16, 2023, 1:44 PM Reply Quote 0
      • V Offline
        videogame95 @sdetweil
        last edited by Aug 16, 2023, 1:44 PM

        @sdetweil I
        Thanks your great
        I had to do this with one of other modules
        It’s not always staight forward
        I’ll give it ago once again thanks

        New subject my EXT-pages works fine on the timed rotation
        If add recipes in GoogleAssistant [“test.js]”,

        This from my GoogleAssistant recipes folder
        Recipes
        My configuration
        I’ll put up later as not on my pi

        What happens in sort of works I say go to page 2
        It go to page 2
        But when say go to page 3 in freezes up no voice controll on mouse control is totally,
        Lock up.

        Any help with my recipes with 3 page on magicmirror2

        1 Reply Last reply Reply Quote 0
        • V Offline
          videogame95 @sdetweil
          last edited by Aug 17, 2023, 8:58 AM

          @sdetweil
          I tried to reply to but couldn’t find the post I removed the parts you said to remove
          The configuration come no driver sewt something like that and doesn’t run.
          I try up load my configuration.

          S 1 Reply Last reply Aug 17, 2023, 11:49 AM Reply Quote 0
          • S Offline
            sdetweil @videogame95
            last edited by Aug 17, 2023, 11:49 AM

            @videogame95 sorry, I do not understand your words

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            V 1 Reply Last reply Aug 20, 2023, 1:52 PM Reply Quote 0
            • V Offline
              videogame95 @sdetweil
              last edited by Aug 20, 2023, 1:52 PM

              Hi when run magicmirror npm start
              With the Alexa control in my configuration file
              In the Terminal in say load up like drive sewt something like .
              And magicmirror 2 freeze up and will no run .

              I had removed the module

              And larst bracket [
              As instructions you sent me

              Any help getting my Alexa control to work?

              Or we try get GoogleAssistant to change my pages
              My EXT PAGES: is working in timed CAROUSEL is working
              My GoogleAssistant recipes folder
              With pages changing code has problem .
              It starts up fine
              If I ask it to . go to page 2 it works.
              But if ask it to go to page 3 it all freezes up totally locked I have do hard reboot.

              Any help in this problem?
              Thanks James videogame95

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