MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MassiveArts 0
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Groups 0

    MassiveArts 0

    @MassiveArts 0

    0
    Reputation
    1
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    MassiveArts 0 Unfollow Follow

    Latest posts made by MassiveArts 0

    • RE: MMM-awesome-alexa Error

      @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?

      posted in Forum
      M
      MassiveArts 0
    • MMM-awesome-alexa Error

      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

      posted in Forum
      M
      MassiveArts 0
    • RE: Black Screen

      @bkeyport said in Black Screen:

      @massivearts-0 back down to ~/MagicMirror/ and try the command there. Also, the config file should be at ~/MagicMirror/config/config.js

      Didn’t work

      posted in Forum
      M
      MassiveArts 0
    • RE: Black Screen

      @bkeyport said in Black Screen:

      you must be in the MagicMirror directory.

      Bild_2021-07-09_012601.png

      posted in Forum
      M
      MassiveArts 0
    • RE: Black Screen

      @bkeyport said in Black Screen:

      @massivearts-0 the way you posted it, the forum corrupted it.

      Please place ``` around the code next time.

      That being said, go to the magicmirror directory, and type:

      npm run config:check

      It’ll help you solve the errors.

      Bild_2021-07-09_011948.png

      posted in Forum
      M
      MassiveArts 0
    • Black Screen

      Good day,

      I would like to have MMM-Google Fit on my Smart Mirror. I have installed that too, but I have a black screen. But it starts in the black picture

      https://github.com/amcolash/MMM-GoogleFit

      "

      	{
      		module: "weather",
      		position: "top_right",
      		header: "Weather Forecast",
      		config: {
      			weatherProvider: "openweathermap",
      			type: "forecast",
      			location: "New York",
      			locationID: "5128581", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      			apiKey: "YOUR_OPENWEATHER_API_KEY"
      		}
      	},
      	
      	{
      		module: 'MMM-GoogleFit',
      		position: 'position',
      		config: {
      			// If desired
      	}
      	},
      	
      ]
      

      };

      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== “undefined”) {module.exports = config;}

      "

      posted in Forum
      M
      MassiveArts 0