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

    Gabe21

    @Gabe21

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

    Gabe21 Unfollow Follow

    Latest posts made by Gabe21

    • RE: MMM-Canvas and MMM-Stocks not working

      @sdetweil Ohh. Now I get it, works too!

      Thank you so much and sry about that.

      posted in Troubleshooting
      G
      Gabe21
    • RE: MMM-Canvas and MMM-Stocks not working

      @sdetweil Sorry, I’m a bit confused. Wouldn’t it just be npm install MMM-Canvas then? Since canvas is the module that it can’t find…

      Sorry again

      posted in Troubleshooting
      G
      Gabe21
    • RE: MMM-Canvas and MMM-Stocks not working

      @sdetweil

      code: 'MODULE_NOT_FOUND',
        requireStack: [
          '/home/pi/MagicMirror/modules/MMM-Canvas/node_helper.js',
          '/home/pi/MagicMirror/js/app.js',
          '/home/pi/MagicMirror/js/electron.js',
          '/code: 'MODULE_NOT_FOUND',
            requireStack: [
              '/home/pi/MagicMirror/modules/MMM-Canvas/node_helper.js',
              '/home/pi/MagicMirror/js/app.js',
              '/home/pi/MagicMirror/js/electron.js',
              '/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js',
        
      
      

      So

      npm install /home/pi/MagicMirror/modules/MMM-Canvas/node_helper.js

      ?

      posted in Troubleshooting
      G
      Gabe21
    • RE: MMM-Canvas and MMM-Stocks not working

      @sdetweil Sorry I’m pretty new to the raspberry-where would I get the missing library from?

      posted in Troubleshooting
      G
      Gabe21
    • RE: MMM-Canvas and MMM-Stocks not working

      @gabe21 I tried that it is says

      pi@raspberrypi:~/MagicMirror/modules/MMM-Canvas $ npm init -y
      Wrote to /home/pi/MagicMirror/modules/MMM-Canvas/package.json:
      
      {
        "name": "MMM-Canvas",
        "version": "1.0.0",
        "description": "This is a module for `MagicMirror²` which displays upcoming assignments from the Canvas LMS. The Canvas LMS is used by colleges, universities and other institutions for coursework.",
        "main": "MMM-Canvas.js",
        "scripts": {
          "test": "echo \"Error: no test specified\" && exit 1"
        },
        "repository": {
          "type": "git",
          "url": "git+https://github.com/chase-cromwell/MMM-Canvas.git"
        },
        "keywords": [],
        "author": "",
        "license": "ISC",
        "bugs": {
          "url": "https://github.com/chase-cromwell/MMM-Canvas/issues"
        },
        "homepage": "https://github.com/chase-cromwell/MMM-Canvas#readme"
      }
      
      
      pi@raspberrypi:~/MagicMirror/modules/MMM-Canvas $ npm install MMM-Canvas
      npm ERR! code E404
      npm ERR! 404 Not Found - GET https://registry.npmjs.org/MMM-Canvas - Not found
      npm ERR! 404 
      npm ERR! 404  'MMM-Canvas@latest' is not in the npm registry.
      npm ERR! 404 Your package name is not valid, because 
      npm ERR! 404  1. name can no longer contain capital letters
      npm ERR! 404 
      npm ERR! 404 Note that you can also install from a
      npm ERR! 404 tarball, folder, http url, or git url.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2021-10-31T18_19_03_220Z-debug.log
      pi@raspberrypi:~/MagicMirror/modules/MMM-Canvas $ 
      
      
      posted in Troubleshooting
      G
      Gabe21
    • RE: MMM-Canvas and MMM-Stocks not working

      @sdetweil I’m doing it and I get this:

      pi@raspberrypi:~ $ npm init -y
      Wrote to /home/pi/package.json:
      
      {
        "name": "pi",
        "version": "1.0.0",
        "description": "",
        "main": "index.js",
        "scripts": {
          "test": "echo \"Error: no test specified\" && exit 1"
        },
        "keywords": [],
        "author": "",
        "license": "ISC"
      }
      
      
      pi@raspberrypi:~ $ npm install MMM-Canvas
      npm ERR! code E404
      npm ERR! 404 Not Found - GET https://registry.npmjs.org/MMM-Canvas - Not found
      npm ERR! 404 
      npm ERR! 404  'MMM-Canvas@latest' is not in the npm registry.
      npm ERR! 404 Your package name is not valid, because 
      npm ERR! 404  1. name can no longer contain capital letters
      npm ERR! 404 
      npm ERR! 404 Note that you can also install from a
      npm ERR! 404 tarball, folder, http url, or git url.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2021-10-31T18_07_21_746Z-debug.log
      
      
      posted in Troubleshooting
      G
      Gabe21
    • MMM-Canvas and MMM-Stocks not working

      Hi! I’m new to the raspberry pi. I’m using the MMM-Pages to have 2 pages that the mirror cycles through. I installed the MMM-Canvas and MMM-Stocks to add to the second page. When I try to launch the mirror it shows a black screen and on the tab it shows “Electron”. When I comment out both the Canvas and Stocks module it works fine. What am I doing wrong?

      Thank you in advance!

      posted in Troubleshooting
      G
      Gabe21
    • RE: MMM-Pages not working

      @DJBOOB66 I figured it out. The MMM-Dinner was interfering with the Pages module

      posted in Troubleshooting
      G
      Gabe21
    • RE: MMM-Pages not working

      @djboob66 Yep

      posted in Troubleshooting
      G
      Gabe21
    • RE: MMM-Pages not working

      @djboob66 Still not working

      posted in Troubleshooting
      G
      Gabe21