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

    vpanse

    @vpanse

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

    vpanse Unfollow Follow

    Best posts made by vpanse

    • RE: MM-MQTT module connect into Magic Mirro

      @bhepler , @sdetweil
      Thanks , Looks like it’s working now , I’m able to send message from other PC on same
      wifi and it show on Magic Miror

      posted in Development
      V
      vpanse

    Latest posts made by vpanse

    • Tabulator not working in Rasberry PI

      Re: MMM-Tabulator - A demo module for using Tabulator to convert JSON data into a dynamic table
      I’m using https://github.com/E3V3A/MMM-Tabulator
      to download in Rasberry PI4 and trying to run .
      as soon as i add following in config , it does not work , just shows Rasberry screen.
      {
      module: ‘MMM-Tabulator’,
      header: ‘Tabulator Demo’,
      position: ‘top_left’,
      config: {
      //fileUrl: “demo.json”, // The local filename or URL to JSON source
      updateInterval: 180, // [seconds] Read the file every 3 min
      maxItems: 10, // Max table rows shown
      }
      },
      Can you help in sending me steps?

      posted in Education
      V
      vpanse
    • RE: I'm getting error -MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied

      Excellent, It works now . thanks a lot ,

      posted in Transport
      V
      vpanse
    • RE: I'm getting error -MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied

      I did many changes suggested in Form but still little different issue

      [17.07.2023 05:21.57.786] [ERROR] (node:932) UnhandledPromiseRejectionWarning: Error: Cannot find module ‘fetch-ponyfill’
      Require stack:

      • /home/vinayak/MagicMirror/modules/MMM-FlightsAbove/lib/radar.js
      • /home/vinayak/MagicMirror/modules/MMM-FlightsAbove/node_helper.js
      • /home/vinayak/MagicMirror/js/app.js
      • /home/vinayak/MagicMirror/js/electron.js
      • /home/vinayak/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      • at Module._resolveFilename (node:internal/modules/cjs/loader:1082:15)
        at n._resolveFilename (node:electron/js2c/browser_init:2:117469)
        at Module._resolveFilename (/home/vinayak/MagicMirror/node_modules/module-alias/index.js:49:29)
        at Module._load (node:internal/modules/cjs/loader:927:27)
        at f._load (node:electron/js2c/asar_bundle:2:13330)
        at Module.require (node:internal/modules/cjs/loader:1148:19)
        at require (node:internal/modules/cjs/helpers:110:18)
        at Object. (/home/vinayak/MagicMirror/modules/MMM-FlightsAbove/lib/radar.js:36:17)
        at Module._compile (node:internal/modules/cjs/loader:1269:14)
        at Module._extensions…js (node:internal/modules/cjs/loader:1324:10)
        at Module.load (node:internal/modules/cjs/loader:1124:32)
        at Module._load (node:internal/modules/cjs/loader:965:12)
        at f._load (node:electron/js2c/asar_bundle:2:13330)
        at Module.require (node:internal/modules/cjs/loader:1148:19)
        at require (node:internal/modules/cjs/helpers:110:18)
        at Object. (/home/vinayak/MagicMirror/modules/MMM-FlightsAbove/node_helper.js:43:15)
        (Use electron --trace-warnings ... to show where the warning was created)
        [17.07.2023 05:21.57.787] [ERROR] (node:932) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a c>
      posted in Transport
      V
      vpanse
    • RE: I'm getting error -MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied

      I already did try that , it does not work for modules
      https://github.com/mykle1/MMM-BMW-CC and
      https://github.com/E3V3A/MMM-FlightsAbove.
      Still getting error as below.
      require stack:

      • /home/vinayak/MagicMirror/modules/MMM-BMW-CC/node_helper.js
      • /home/vinayak/MagicMirror/js/app.js
      • /home/vinayak/MagicMirror/js/electron.js
      • /home/vinayak/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      • at Module._resolveFilename (node:internal/modules/cjs/loader:1082:15)
        at n._resolveFilename (node:electron/js2c/browser_init:2:117469)
        at Module._resolveFilename (/home/vinayak/MagicMirror/node_modules/module-alias/index.js:49:29)
        at Module._load (node:internal/modules/cjs/loader:927:27)
        at f._load (node:electron/js2c/asar_bundle:2:13330)
        at Module.require (node:internal/modules/cjs/loader:1148:19)
        at require (node:internal/modules/cjs/helpers:110:18)
        at Object. (/home/vinayak/MagicMirror/modules/MMM-BMW-CC/node_helper.js:8:17)
        at Module._compile (node:internal/modules/cjs/loader:1269:14)
        at Module._extensions…js (node:internal/modules/cjs/loader:1324:10)
        at Module.load (node:internal/modules/cjs/loader:1124:32)
        at Module._load (node:internal/modules/cjs/loader:965:12)
        at f._load (node:electron/js2c/asar_bundle:2:13330)
        at Module.require (node:internal/modules/cjs/loader:1148:19)
        at require (node:internal/modules/cjs/helpers:110:18)
        at loadModule (/home/vinayak/MagicMirror/js/app.js:180:19)
        (Use electron --trace-warnings ... to show where the warning was created)
        [16.07.2023 18:40.43.267] [ERROR] (node:989) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejectin>MESA-LOADER: failed to retrieve device information
        MESA-LOADER: failed to retrieve device information
        MESA-LOADER: failed to retrieve device information
        MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:$${ORIGIN}/dri:/usr/lib/dri)
        failed to load driver: kms_swrast
        MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:$${ORIGIN}/dri:/usr/lib/dri)
        failed to load swrast driver
      posted in Transport
      V
      vpanse
    • RE: I'm getting error -MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied

      I’m trying to run https://github.com/E3V3A/MMM-FlightsAbove
      but getting following errors

      GMESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib>failed to load driver: kms_swrast
      MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-lin>failed to load swrast driver
      /home/vinayak/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
      [10.07.2023 02:06.43.861] [ERROR] (node:7189) UnhandledPromiseRejectionWarning: Error: Cannot find module ‘pinkie-promise’
      Require stack:

      • /home/vinayak/MagicMirror/modules/MMM-FlightsAbove/lib/radar.js
      • /home/vinayak/MagicMirror/modules/MMM-FlightsAbove/node_helper.js
      • /home/vinayak/MagicMirror/js/app.js
      • /home/vinayak/MagicMirror/js/electron.js
      • /home/vinayak/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      • at Module._resolveFilename (node:internal/modules/cjs/loader:1082:15)
        at n._resolveFilename (node:electron/js2c/browser_init:2:117457)
        at Module._resolveFilename (/home/vinayak/MagicMirror/node_modules/module-alias/index.js:49:29)
        at Module._load (node:internal/modules/cjs/loader:927:27)
        at f._load (node:electron/js2c/asar_bundle:2:13330)
        at Module.require (node:internal/modules/cjs/loader:1148:19)
        at require (node:internal/modules/cjs/helpers:110:18)
        at Object. (/home/vinayak/MagicMirror/modules/MMM-FlightsAbove/lib/radar.js:36:53)
        at Module._compile (node:internal/modules/cjs/loader:1269:14)
        at Module._extensions…js (node:internal/modules/cjs/loader:1324:10)
        at Module.load (node:internal/modules/cjs/loader:1124:32)
        at Module._load (node:internal/modules/cjs/loader:965:12)
        at f._load (node:electron/js2c/asar_bundle:2:13330)
        at Module.require (node:internal/modules/cjs/loader:1148:19)
        at require (node:internal/modules/cjs/helpers:110:18)
        at Object. (/home/vinayak/MagicMirror/modules/MMM-FlightsAbove/node_helper.js:43:15)
        (Use electron --trace-warnings ... to show where the warning was created)
        [10.07.2023 02:06.43.861] [ERROR] (node:7189) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by thr>MESA-LOADER: failed to retrieve device information
        MESA-LOADER: failed to retrieve device information
        MESA-LOADER: failed to retrieve device information
        MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib>
        =================================================================
      posted in Transport
      V
      vpanse
    • I'm getting error -MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied

      Re: MMM-FlightsAbove - Display all flights in the sky above you

      posted in Transport
      V
      vpanse
    • RE: MM-MQTT module connect into Magic Mirro

      @bhepler , @sdetweil
      Thanks , Looks like it’s working now , I’m able to send message from other PC on same
      wifi and it show on Magic Miror

      posted in Development
      V
      vpanse
    • MM-MQTT module connect into Magic Mirro

      I have installed Magic mirror and then added MM-MQTT module.
      Now I want to send message from outside client , let say from python client.
      and Magic Mirror should show me values I send , some how it’s not working.
      Any idea?

      posted in Development
      V
      vpanse