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

    Posts

    Recent Best Controversial
    • RE: Black Screen after installing fonts-noto-color-emoji

      Didn’t realize the path mattered.

      > magicmirror@2.20.0 config:check
      > node js/check_config.js
      
      /home/pi/MagicMirror/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2383
      const require$1 = Module.createRequire(require('url').pathToFileURL(__filename).toString());
                               ^
      
      TypeError: Module.createRequire is not a function
          at Object.<anonymous> (/home/pi/MagicMirror/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2383:26)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
          at Module.load (internal/modules/cjs/loader.js:653:32)
          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
          at Module.require (internal/modules/cjs/loader.js:692:17)
          at require (internal/modules/cjs/helpers.js:25:18)
          at Object.<anonymous> (/home/pi/MagicMirror/node_modules/eslint/lib/cli-engine/cli-engine.js:33:5)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
      
      

      I don’t understand this.

      posted in Troubleshooting
      A
      aunrea
    • Black Screen after installing fonts-noto-color-emoji

      Re: 🎂🥂Emoji support

      I tried sudo apt install fonts-noto-color-emoji and it installed fine. After the reboot I now just get a black screen.

      I then tried npm run config:check and I got this message:

      npm ERR! code ENOENT
      npm ERR! syscall open
      npm ERR! path /home/pi/package.json
      npm ERR! errno -2
      npm ERR! enoent ENOENT: no such file or directory, open '/home/pi/package.json'
      npm ERR! enoent This is related to npm not being able to find a file.
      npm ERR! enoent
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2022-08-12T16_15_05_667Z-debug.log
      
      

      Here is the error log file:

      0 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'config:check' ]
      1 info using npm@7.21.0
      2 info using node@v10.23.2
      3 timing npm:load:whichnode Completed in 2ms
      4 timing config:load:defaults Completed in 10ms
      5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 16ms
      6 timing config:load:builtin Completed in 18ms
      7 timing config:load:cli Completed in 12ms
      8 timing config:load:env Completed in 3ms
      9 timing config:load:project Completed in 7ms
      10 timing config:load:file:/home/pi/.npmrc Completed in 3ms
      11 timing config:load:user Completed in 4ms
      12 timing config:load:file:/usr/etc/npmrc Completed in 1ms
      13 timing config:load:global Completed in 2ms
      14 timing config:load:validate Completed in 2ms
      15 timing config:load:credentials Completed in 6ms
      16 timing config:load:setEnvs Completed in 5ms
      17 timing config:load Completed in 70ms
      18 timing npm:load:configload Completed in 72ms
      19 timing npm:load:setTitle Completed in 1ms
      20 timing npm:load:setupLog Completed in 5ms
      21 timing config:load:flatten Completed in 23ms
      22 timing npm:load:cleanupLog Completed in 20ms
      23 timing npm:load:configScope Completed in 0ms
      24 timing npm:load:projectScope Completed in 1ms
      25 timing npm:load Completed in 141ms
      26 timing command:run-script Completed in 41ms
      27 verbose stack Error: ENOENT: no such file or directory, open '/home/pi/package.json'
      28 verbose cwd /home/pi
      29 verbose Linux 5.4.83-v7+
      30 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "config:check"
      31 verbose node v10.23.2
      32 verbose npm  v7.21.0
      33 error code ENOENT
      34 error syscall open
      35 error path /home/pi/package.json
      36 error errno -2
      37 error enoent ENOENT: no such file or directory, open '/home/pi/package.json'
      38 error enoent This is related to npm not being able to find a file.
      39 verbose exit -2
      
      

      It appears I am missing the file package.json, but I don’t know what that is or how to make/get the file.

      posted in Troubleshooting
      A
      aunrea
    • RE: CalenderExt2 module won't show when using weather module

      I solved the problem by updating MagicMirror.

      posted in Troubleshooting
      A
      aunrea
    • RE: Just updated to newest MagicMirror and now it won't load.

      @sdetweil Sorry I did look at that but didn’t understand it or my logs so didn’t realize they were related. Reading it again I realized I needed install request and that fixed the issue. Thank you and sorry for posting when the question was already answered.

      posted in Troubleshooting
      A
      aunrea
    • Just updated to newest MagicMirror and now it won't load.

      I just updated to the newest MagicMirror. I get a black screen and the following error in my error log:

      Gdk-Message: 15:16:59.854: electron: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
      
      python3: can't open file 'stats.py': [Errno 2] No such file or directory
      [05.11.2021 15:18.22.355] [ERROR] WARNING! Could not find config file. Please create one. Starting with default configuration.
      Gdk-Message: 15:44:39.377: electron: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
      
      python3: can't open file 'stats.py': [Errno 2] No such file or directory
      [05.11.2021 15:45.58.895] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'request'
      Require stack:
      - /home/pi/MagicMirror/modules/MMM-CalendarExt2/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
      - 
      [05.11.2021 15:45.58.920] [ERROR] App threw an error during load
      [05.11.2021 15:45.58.926] [ERROR] Error: Cannot find module 'request'
      Require stack:
      - /home/pi/MagicMirror/modules/MMM-CalendarExt2/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
      - 
          at Module._resolveFilename (internal/modules/cjs/loader.js:887:15)
          at Function.n._resolveFilename (electron/js2c/browser_init.js:257:1128)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
          at Module._load (internal/modules/cjs/loader.js:732:27)
          at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
          at Module.require (internal/modules/cjs/loader.js:959:19)
          at require (internal/modules/cjs/helpers.js:88:18)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-CalendarExt2/node_helper.js:4:17)
          at Module._compile (internal/modules/cjs/loader.js:1078:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10)
      [05.11.2021 15:45.58.932] [ERROR] Whoops! There was an uncaught exception...
      [05.11.2021 15:45.58.944] [ERROR] Error: Cannot find module 'request'
      Require stack:
      - /home/pi/MagicMirror/modules/MMM-CalendarExt2/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
      - 
          at Module._resolveFilename (internal/modules/cjs/loader.js:887:15)
          at Function.n._resolveFilename (electron/js2c/browser_init.js:257:1128)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
          at Module._load (internal/modules/cjs/loader.js:732:27)
          at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
          at Module.require (internal/modules/cjs/loader.js:959:19)
          at require (internal/modules/cjs/helpers.js:88:18)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-CalendarExt2/node_helper.js:4:17)
          at Module._compile (internal/modules/cjs/loader.js:1078:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10) {
        code: 'MODULE_NOT_FOUND',
        requireStack: [
          '/home/pi/MagicMirror/modules/MMM-CalendarExt2/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',
          undefined
        ]
      }
      [05.11.2021 15:45.58.946] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [05.11.2021 15:45.58.947] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      
      

      I don’t know what the stats.py file is or where it should be. I also do have a config file, which has all my code in it exactly as before I updated. I don’t know why I am getting all these errors or what many of them mean.

      posted in Troubleshooting
      A
      aunrea
    • RE: CalenderExt2 module won't show when using weather module

      Is there possibly a conflict between the weather module and CalendarExt2? I don’t know why using the weather module in 2 locations causes the calendar to not show up. There are no errors in the logs either.

      posted in Troubleshooting
      A
      aunrea
    • CalenderExt2 module won't show when using weather module

      The CalenderExt2 module works fine, but I want to use the default weather module. I want to show the current weather and the forecast. But when I add the forecast, the calendar will no longer show up.

      Here is my weather module config info:

      // TOP CENTER
              
              {
                  module: "weather",
                  position: "top_center",
                  header: "Currently in",
                  config: {
                    weatherProvider: "weathergov",
                    type: "current",
                    apiBase: "https://api.weather.gov/points/",
                    weatherEndpoint: "/forecast/hourly",
                    lat: "42.834",
                    lon: "-71.6618",
                    initialLoadDelay: 1000,
                    showHumidity: true,
                    degreeLabel: true,
                    updateInterval: 600000,
                  },
      
              // TOP RIGHT
      
              /*{
                  module: "weather",
                  position: "top_right",
                  header: "Forecast",
                  config: {
                    type: "forecast",
                    weatherProvider: "weathergov",
                    apiBase: "https://api.weather.gov/points/",
                    weatherEndpoint: "/forecast",
                    lat: "42.834",
                    lon: "-71.6618",
                    initialLoadDelay: 2000,
                    ignoreToday: true,
                    fade: false,
                    tableClass: "medium",
                    degreeLabel: true,
                  },
      
      

      The area with the calendar shows this html:

      <div class="region middle center"><div class="container" style="display: none;"></div></div>
      
      posted in Troubleshooting
      A
      aunrea
    • RE: CalendarExt2 won't load with Weather Forecast

      @djboob66 I did that and it doesn’t change anything.

      posted in Troubleshooting
      A
      aunrea
    • RE: CalendarExt2 won't load with Weather Forecast

      @djboob66 The position info is located in the views section of the config.

      posted in Troubleshooting
      A
      aunrea
    • CalendarExt2 won't load with Weather Forecast

      The MMM-CalendarExt2 will no longer load when I add the new default weather app set to type forecast. I can use type current, but when I use the forecast type the calendar will not load.

      This is my weather forecast code:

      *{
                  module: "weather",
                  position: "top_right",
                  header: "Forecast",
                  config: {
                    type: "forecast",
                    weatherProvider: "weathergov",
                    apiBase: "https://api.weather.gov/points/",
                    weatherEndpoint: "/forecast",
                    lat: "42.834",
                    lon: "-71.6618",
                    initialLoadDelay: 1000,
                    ignoreToday: true,
                    fade: false,
                    tableClass: "medium",
                    degreeLabel: true,
                  },
      
              },
      

      And here is the non-personal part of the calendar code:

      {
                  module: 'MMM-CalendarExt2',
                      config: {
                          updateInterval: 1000 * 60 * 15,
                          calendars: [
                          ],
                          defaultSet: {
                            view: {
                              hideOverflow: false,
                              timeFormat: "h:mm A",
                              maxItems: 2000,
                            }
                          },
                          views: [
                            {
                              mode: "month",
                              name: "Current Month",
                              fromNow: 0,
                              position: "middle_center",
                              className: "monthly-cal",
                              calendars: []
                          ],
                          scenes: [
                              {
                                  name: "DEFAULT",
                                  views: ["Current Month"],
                              },
                          ],
                    },
              },
      

      When I comment out the weather module code then the calendar loads fine, but otherwise it doesn’t load at all.

      posted in Troubleshooting
      A
      aunrea
    • 1 / 1