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.

    MMM-awesome-alexa Error

    Scheduled Pinned Locked Moved Forum
    4 Posts 2 Posters 465 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.
    • M Offline
      MassiveArts 0
      last edited by

      Hey, I’m having problems with the Alexa installation.

      $ cd ~/MagicMirror/modules # Navigate to module folder
      $ git clone https://github.com/dolanmiu/MMM-awesome-alexa.git # Clone this repository
      $ cd MMM-awesome-alexa # go into the module directory
      $ npm install --only=prod # Install depdendencies
      $ cd node_modules
      $ rm -rf snowboy # Remove the installed snowboy
      $ git clone https://github.com/Kitt-AI/snowboy.git # Manually get snowboy from git
      $ cd snowboy # Go into the /snowboy directory
      $ rm -rf node_modules
      $ npm install nan --save # Make sure you install this in the /snowboy directory
      $ npm install node-pre-gyp@0.12.0 --save # Make sure you install this in the /snowboy directory
      $ npm install # Make sure you install in the /snowboy directory
      $ npm run prepublish # Make sure you run this in the /snowboy directory
      $ npm install --save-dev electron-rebuild # Make sure you install this in the /snowboy directory
      Bild_2021-07-10_204921.png $ npm install nan # Make sure you install this in the /snowboy directory
      $ ./node_modules/.bin/electron-rebuild # Build snowboy to your device specifications, in the /snowboy directory

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

        @massivearts-0 use my script to do all that , too many chances for copy/paste or retype errors

        https://www.dropbox.com/s/omrx3vztjp738hf/do-install.sh?dl=0

        download, make executable and then run it…

        doesn’t matter where u download or execute, it does the whole thing…

        clones the module. etc

        ignore the errors til the last line

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Reply Quote 0
        • M Offline
          MassiveArts 0 @sdetweil
          last edited by

          @sdetweil said in MMM-awesome-alexa Error:

          @massivearts-0 use my script to do all that , too many chances for copy/paste or retype errors

          https://www.dropbox.com/s/omrx3vztjp738hf/do-install.sh?dl=0

          download, make executable and then run it…

          doesn’t matter where u download or execute, it does the whole thing…

          clones the module. etc

          ignore the errors til the last line

          Where should I put this?

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

            @massivearts-0 wherever you want… doesn’t matter
            I make a folder called temp to put temp things in

            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