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

    Posts

    Recent Best Controversial
    • [newsfeed] no description with ARTICLE_MORE_DETAILS notification

      Same issue posted on github

      Hello everyone,

      Do you know why I need to call twice the notification ARTICLE_MORE_DETAILS to the MM to display the current news in an IFRAME ?

      The first call is just blinking once the title with no more effect.

      The second consecutive call display the article in fullscreen page.

      So, I need to call twice the ARTICLE_MORE_DETAILS if I want to read the news…

      Documentation :

      When received the first time, shows the corresponding description of the currently displayed news title. 
      The module expects that the module's configuration option showDescription is set to false (default value). 
      
      When received a second consecutive time, shows the full news article in an IFRAME. 
      

      The showDescription option isn’t defined on my config.js so the default value is false.

      I think the articles doesn’t contains any description as requested by the module. But in this case, is it possible to directly show the article is an IFRAME ?

      Or maybe do you know how to have a description ? What the module is expected to display it ? (News from https://actu.fr/toulouse/rss.xml if you want to test it)

      Thank you

      posted in Troubleshooting
      S
      selyjohns
    • RE: NEWSFEED - Impossible to display full article

      Try it with this RSS feed : https://actu.fr/toulouse/rss.xml

      Did you successful display article in an iframe ?

      posted in Troubleshooting
      S
      selyjohns
    • RE: NEWSFEED - Impossible to display full article

      @sdetweil I think you speak about the address parameter in the let config

      let config = {
              address: "0.0.0.0",     // Address to listen on, can be:
                                                              // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
                                                              // - another specific IPv4/6 to listen on a specific interface
                                                              // - "0.0.0.0", "::" to listen on any interface
                                                              // Default, when address config is left out or empty, is "localhost"
              port: 8080,
      
      

      Was 0.0.0.0, replace with local IP of the Pi, but not better…

      posted in Troubleshooting
      S
      selyjohns
    • RE: NEWSFEED - Impossible to display full article

      @sdetweil
      Thank you for your reply.
      I don’t undersrand where you want I’ll do this change ?

      Thank you

      posted in Troubleshooting
      S
      selyjohns
    • NEWSFEED - Impossible to display full article

      Hello everyone,

      I want to see details of current news displayed with notification ARTICLE_MORE_DETAIL or ARTICLE_TOGGLE_FULL notification, but this is not functionnal (just display black screen)

      Logs

      0 | mm
      (node:26811) electron: Failed to load URL: https://XXX  with error:ERR_BLOCKED_BY_RESPONSE
      

      I think this is because the website block iframe to avoid click-jacking (https://stackoverflow.com/questions/48668767/error-when-loading-an-external-url-in-an-iframe-with-electron), so there is no possibilities in this case ?

      Thank you for your help !

      posted in Troubleshooting
      S
      selyjohns
    • MMM-Scheduler - Optimize schedule

      Hello everyone,

      I use the MMM-Scheduler to display/hide some modules. I need 3 programmations

      • 6:00 to 9:00 from monday to friday
      {from: '0 6 * * 1-5', to: '0 9 * * 1-5'}
      
      • All day of the week end
      {from: '* 0 * * SAT', to: '59 23 * * SUN'},
      
      • And “others” (so monday to friday between 0:00 and 9:00 and between 9:00 and 0:00)
      {from: '0 9 * * 1-5', to: '59 23 * * 1-5'},
      {from: '* 0 * * 1-5', to: '59 5 * * 1-5'}
      

      but I think it’s not very optimized…
      How would you do ?

      Thank you for your help ! :)

      posted in Troubleshooting
      S
      selyjohns
    • RE: electron-rebuild and MagicMirror v2.18 (and more)

      @sdetweil @tanvir586
      Yes…Already tested. No fonctionnal

      posted in Development
      S
      selyjohns
    • RE: NODE.JS problem after 2.19

      Hi,
      Please look like at
      https://forum.magicmirror.builders/topic/16074/electron-rebuild-and-magicmirror-v2-18-and-more/24?_=1648901728548

      So no solution.
      Problem “solved”.

      Nice day.

      posted in Troubleshooting
      S
      selyjohns
    • RE: electron-rebuild and MagicMirror v2.18 (and more)

      @bugsounet said in electron-rebuild and MagicMirror v2.18 (and more):

      MMM-PIR-Sensor state is :
      This repository has been archived by the owner. It is now read-only.
      I will not doing a patch on every update for this @paviro module
      Just use another maintened pir module

      Thank you for this quick reply.
      I see, so no solution for this update…Any idea of equivalent module to replace MMM-PIR-Sensor ?

      posted in Development
      S
      selyjohns
    • RE: electron-rebuild and MagicMirror v2.18 (and more)

      Hi @bugsounet
      Same problem after update to 2.19 :(

      During the update, i needed to force because a log say the package-lock.json has been modified. Maybe my error.

      Trying to reproduce the procedure, but

      pi@MagicMirror:~/MagicMirror/modules/MMM-PIR-Sensor $ ./node_modules/.bin/MagicMirror-rebuild
      ⠋ Searching dependency tree
      An unhandled error occurred inside electron-rebuild
      Could not detect abi for version 17.2.0 and runtime electron.  Updating "node-abi" might help solve this issue if it is a new release of electron
      
      Error: Could not detect abi for version 17.2.0 and runtime electron.  Updating "node-abi" might help solve this issue if it is a new release of electron
          at Object.getAbi (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/node-abi/index.js:39:9)
          at new Rebuilder (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/magicmirror-rebuild/build/rebuild.js:100:48)
          at rebuildWithOptions (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/magicmirror-rebuild/build/rebuild.js:249:23)
          at doRebuild (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/magicmirror-rebuild/build/rebuild.js:272:16)
          at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/magicmirror-rebuild/build/cli.js:115:45
      pi@MagicMirror:~/MagicMirror/modules/MMM-PIR-Sensor $
      
      

      Did you know how to solve this ?

      posted in Development
      S
      selyjohns
    • NODE.JS problem after 2.19

      Hi,
      My MM doesn’t work anymore since last update this morning.
      It seem to be a problem with PIR SENSOR module. Look like a problem with the version of node.js, but my knowledge is too bad to understand the problem…

      Can someone could help me please ?
      Thank you in advance.

      Here’s the pm2 logs.

      /home/pi/.pm2/logs/mm-out.log last 15 lines:
      0|mm       | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      0|mm       |
      0|mm       | [02.04.2022 12:16.33.654] [LOG]   Starting MagicMirror: v2.19.0
      0|mm       | [02.04.2022 12:16.33.674] [LOG]   Loading config ...
      0|mm       | [02.04.2022 12:16.33.691] [LOG]   Loading module helpers ...
      0|mm       | [02.04.2022 12:16.33.843] [LOG]   Initializing new module helper ...
      0|mm       | [02.04.2022 12:16.33.849] [LOG]   Module helper loaded: MMM-ModuleScheduler
      0|mm       | [02.04.2022 12:16.33.914] [LOG]   Loading module helpers ...
      0|mm       | [02.04.2022 12:16.33.918] [LOG]   Initializing new module helper ...
      0|mm       | [02.04.2022 12:16.33.923] [LOG]   Module helper loaded: MMM-ModuleScheduler
      0|mm       | [02.04.2022 12:16.34.531] [LOG]   Launching application.
      0|mm       |
      0|mm       | > magicmirror@2.19.0 start
      0|mm       | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      0|mm       |
      
      0|mm  | [02.04.2022 12:20.46.159] [LOG]
      0|mm  | Starting MagicMirror: v2.19.0
      0|mm  | [02.04.2022 12:20.46.181] [LOG]
      0|mm  | Loading config ...
      0|mm  | [02.04.2022 12:20.46.197] [LOG]
      0|mm  | Loading module helpers ...
      0|mm  | [02.04.2022 12:20.46.348] [LOG]
      0|mm  | Initializing new module helper ...
      0|mm  | [02.04.2022 12:20.46.353] [LOG]
      0|mm  | Module helper loaded: MMM-ModuleScheduler
      0|mm  | [02.04.2022 12:20.46.415] [ERROR]
      0|mm  | WARNING! Could not load config file. Starting with default configuration. Error found: Error: The module '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node'
      0|mm  | was compiled against a different Node.js version using
      0|mm  | NODE_MODULE_VERSION 93. This version of Node.js requires
      0|mm  | NODE_MODULE_VERSION 101. Please try re-compiling or re-installing
      0|mm  | the module (for instance, using `npm rebuild` or `npm install`).
      0|mm  | [02.04.2022 12:20.46.419] [LOG]
      0|mm  | Loading module helpers ...
      0|mm  | [02.04.2022 12:20.46.422] [LOG]
      0|mm  | Initializing new module helper ...
      0|mm  | [02.04.2022 12:20.46.428] [LOG]
      0|mm  | Module helper loaded: MMM-ModuleScheduler
      0|mm  | [02.04.2022 12:20.46.457] [ERROR]
      0|mm  | App threw an error during load
      0|mm  | [02.04.2022 12:20.46.461] [ERROR]
      0|mm  | Error: The module '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node'
      0|mm  | was compiled against a different Node.js version using
      0|mm  | NODE_MODULE_VERSION 93. This version of Node.js requires
      0|mm  | NODE_MODULE_VERSION 101. Please try re-compiling or re-installing
      0|mm  | the module (for instance, using `npm rebuild` or `npm install`).
      0|mm  |     at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1800)
      0|mm  |     at Object.Module._extensions..node (node:internal/modules/cjs/loader:1199:18)
      0|mm  |     at Object.func [as .node] (node:electron/js2c/asar_bundle:5:1800)
      0|mm  |     at Module.load (node:internal/modules/cjs/loader:988:32)
      0|mm  |     at Module._load (node:internal/modules/cjs/loader:829:12)
      0|mm  |     at Function.c._load (node:electron/js2c/asar_bundle:5:13331)
      0|mm  |     at Module.require (node:internal/modules/cjs/loader:1012:19)
      0|mm  |     at require (node:internal/modules/cjs/helpers:102:18)
      0|mm  |     at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:112:48)
      0|mm  |     at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/epoll.js:7:31
      0|mm  | [02.04.2022 12:20.46.465] [ERROR]
      0|mm  | Whoops! There was an uncaught exception...
      0|mm  | [02.04.2022 12:20.46.481] [ERROR]
      0|mm  | Error: The module '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node'
      0|mm  | was compiled against a different Node.js version using
      0|mm  | NODE_MODULE_VERSION 93. This version of Node.js requires
      0|mm  | NODE_MODULE_VERSION 101. Please try re-compiling or re-installing
      0|mm  | the module (for instance, using `npm rebuild` or `npm install`).
      0|mm  |     at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1800)
      0|mm  |     at Object.Module._extensions..node (node:internal/modules/cjs/loader:1199:18)
      0|mm  |     at Object.func [as .node] (node:electron/js2c/asar_bundle:5:1800)
      0|mm  |     at Module.load (node:internal/modules/cjs/loader:988:32)
      0|mm  |     at Module._load (node:internal/modules/cjs/loader:829:12)
      0|mm  |     at Function.c._load (node:electron/js2c/asar_bundle:5:13331)
      0|mm  |     at Module.require (node:internal/modules/cjs/loader:1012:19)
      0|mm  |     at require (node:internal/modules/cjs/helpers:102:18)
      0|mm  |     at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:112:48)
      0|mm  |     at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/epoll.js:7:31 {
      0|mm  |   code: 'ERR_DLOPEN_FAILED'
      0|mm  | }
      0|mm  | [02.04.2022 12:20.46.486] [ERROR]
      0|mm  | MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|mm  | [02.04.2022 12:20.46.488] [ERROR]
      0|mm  | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      0|mm  | [02.04.2022 12:20.47.011] [LOG]
      0|mm  | Launching application.
      0|mm  | [27831:0402/122047.955144:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
      0|mm  | [27864:0402/122048.123836:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
      
      posted in Troubleshooting
      S
      selyjohns
    • MMM-FlightRadarTracker No update but problem on displaying data

      Hi,

      This module seem to be no more update…
      Anyone to solve this issue please ? :)

      https://github.com/jesmak/MMM-FlightRadarTracker/issues/7

      Thank you.

      posted in Troubleshooting
      S
      selyjohns
    • RE: Newsfeed, how to get url via API

      @sdetweil Ok so no solution for what i want to do. The only solution is to display full article by API request, or use the MMM-News-QR to get URL.

      posted in Productivity
      S
      selyjohns
    • RE: Newsfeed, how to get url via API

      @sdetweil
      Thank you for your reply.
      I just want the url of current displayed article, and get it in my jeedom.

      do you see any solution to do that if I can’t by API ?

      Edit : tried with same request but RESPONSE instead of REQUEST and payload is still empty…I think I didn’t use it correctly.

      posted in Productivity
      S
      selyjohns
    • Newsfeed, how to get url via API

      Hello,
      I want to add a button on my magicmirror that send the URL of the current article to my smartphone.
      For this, I just need to retrieve the url and jeedom will do the notification to our smartphone.

      I think i need to use API request because newsfeed support notification mechanism.

      I’ve tried to do this with this simple request
      http://X.X.X.X:8080/api/notification/ARTICLE_INFO_REQUEST?apiKey=***

      But the result have empty payload.
      Any idea to get the URL of current article through API request ?
      Thank you :) !

      posted in Productivity
      S
      selyjohns
    • RE: MMM-PIR -Sensor doesn't work after update

      Ok, so I’ll just ignore it.
      Thank you guys, have a nice day.

      posted in Troubleshooting
      S
      selyjohns
    • RE: MMM-PIR -Sensor doesn't work after update

      @sdetweil Perfect ! Thank you for this sharing :)
      I’ve leave a post to thanks bugsounet.

      Si my #1 problem is now solved.
      Any idea for the #2 ? I’ve always theses lines

      0|mm     | [7143:0119/191711.084830:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
      0|mm     | [7219:0119/191711.800740:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
      

      Thank you :)

      posted in Troubleshooting
      S
      selyjohns
    • RE: electron-rebuild and MagicMirror v2.18 (and more)

      Wow, perfect ! Thank you so much !

      posted in Development
      S
      selyjohns
    • MMM-PIR -Sensor doesn't work after update

      Hello,

      pi@MagicMirror:~/MagicMirror $ npm -v
      8.1.4
      pi@MagicMirror:~/MagicMirror $ node -v
      v16.13.0
      pi@MagicMirror:~/MagicMirror $ cat package.json | grep version
              "version": "2.18.0",
      

      Today, I’ve upgraded my MM with the git pull && npm install command.
      At the end, It offered me to upgrade NPM to the 8.3.1, so i’ve do it with the next command : npm install -g npm@8.3.1

      Since, I’ve 2 problem.

      1# My MM can’t launch anymore.
      Here’s associated logs.

      0|mm     | > magicmirror@2.18.0 start
      0|mm     | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      0|mm     | [19.01.2022 18:45.29.030] [LOG]
      0|mm     | Starting MagicMirror: v2.18.0
      0|mm     | [19.01.2022 18:45.29.044] [LOG]
      0|mm     | Loading config ...
      0|mm     | [19.01.2022 18:45.29.066] [LOG]
      0|mm     | Loading module helpers ...
      0|mm     | [19.01.2022 18:45.29.132] [ERROR]
      0|mm     | WARNING! Could not load config file. Starting with default configuration. Error found: Error: The module '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node'
      0|mm     | was compiled against a different Node.js version using
      0|mm     | NODE_MODULE_VERSION 93. This version of Node.js requires
      0|mm     | NODE_MODULE_VERSION 99. Please try re-compiling or re-installing
      0|mm     | the module (for instance, using `npm rebuild` or `npm install`).
      0|mm     | [19.01.2022 18:45.29.136] [LOG]   Loading module helpers ...
      0|mm     | [19.01.2022 18:45.29.152] [ERROR]
      0|mm     | App threw an error during load
      0|mm     | [19.01.2022 18:45.29.157] [ERROR] Error: The module '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node'
      0|mm     | was compiled against a different Node.js version using
      0|mm     | NODE_MODULE_VERSION 93. This version of Node.js requires
      0|mm     | NODE_MODULE_VERSION 99. Please try re-compiling or re-installing
      0|mm     | the module (for instance, using `npm rebuild` or `npm install`).
      0|mm     |     at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1800)
      0|mm     |     at Object.Module._extensions..node (node:internal/modules/cjs/loader:1199:18)
      0|mm     |     at Object.func [as .node] (node:electron/js2c/asar_bundle:5:1800)
      0|mm     |     at Module.load (node:internal/modules/cjs/loader:988:32)
      0|mm     |     at Module._load (node:internal/modules/cjs/loader:829:12)
      0|mm     |     at Function.c._load (node:electron/js2c/asar_bundle:5:13331)
      0|mm     |     at Module.require (node:internal/modules/cjs/loader:1012:19)
      0|mm     |     at require (node:internal/modules/cjs/helpers:94:18)
      0|mm     |     at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:112:48)
      0|mm     |     at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/epoll.js:7:31
      0|mm     | [19.01.2022 18:45.29.161] [ERROR] Whoops! There was an uncaught exception...
      0|mm     | [19.01.2022 18:45.29.176] [ERROR] Error: The module '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node'
      0|mm     | was compiled against a different Node.js version using
      0|mm     | NODE_MODULE_VERSION 93. This version of Node.js requires
      0|mm     | NODE_MODULE_VERSION 99. Please try re-compiling or re-installing
      0|mm     | the module (for instance, using `npm rebuild` or `npm install`).
      0|mm     |     at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1800)
      0|mm     |     at Object.Module._extensions..node (node:internal/modules/cjs/loader:1199:18)
      0|mm     |     at Object.func [as .node] (node:electron/js2c/asar_bundle:5:1800)
      0|mm     |     at Module.load (node:internal/modules/cjs/loader:988:32)
      0|mm     |     at Module._load (node:internal/modules/cjs/loader:829:12)
      0|mm     |     at Function.c._load (node:electron/js2c/asar_bundle:5:13331)
      0|mm     |     at Module.require (node:internal/modules/cjs/loader:1012:19)
      0|mm     |     at require (node:internal/modules/cjs/helpers:94:18)
      0|mm     |     at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:112:48)
      0|mm     |     at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/epoll.js:7:31 {
      0|mm     |   code: 'ERR_DLOPEN_FAILED'
      0|mm     | }
      0|mm     | [19.01.2022 18:45.29.180] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|mm     | [19.01.2022 18:45.29.182] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      0|mm     | [19.01.2022 18:45.29.676] [LOG]
      0|mm     | Launching application.
      0|mm     | [5653:0119/184530.581252:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
      0|mm     | [5680:0119/184530.915954:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
      

      The problem is no more present if I comment the module MMM-PIR-Sensor in my config.js

      I’ve downgraded npm to the previous version with npm install -g npm@8.1.4, but problem is still present.

      Any idea ?

      2# ERROR:viz_main_impl.cc
      Other problem is the two lines displayed at the end, ever present still MMM-PIR-Sensor present. Here’s pm2 logs without the MMM-PIR-Sensor activated.

      0|mm     | > magicmirror@2.18.0 start
      0|mm     | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      0|mm     | [19.01.2022 18:38.31.479] [LOG]
      0|mm     | Starting MagicMirror: v2.18.0
      0|mm     | [19.01.2022 18:38.31.502] [LOG]
      0|mm     | Loading config ...
      0|mm     | [19.01.2022 18:38.31.517] [LOG]
      0|mm     | Loading module helpers ...
      0|mm     | [19.01.2022 18:38.31.937] [LOG]
      0|mm     | Initializing new module helper ...
      0|mm     | [19.01.2022 18:38.31.941] [LOG]
      0|mm     | Module helper loaded: MMM-Remote-Control
      0|mm     | [19.01.2022 18:38.31.951] [LOG]
      0|mm     | No helper found for module: alert.
      0|mm     | [19.01.2022 18:38.31.963] [LOG]
      0|mm     | Initializing new module helper ...
      0|mm     | [19.01.2022 18:38.31.965] [LOG]
      0|mm     | Module helper loaded: updatenotification
      0|mm     | [19.01.2022 18:38.31.972] [LOG]
      0|mm     | No helper found for module: clock.
      0|mm     | [19.01.2022 18:38.32.347] [LOG]
      0|mm     | Initializing new module helper ...
      0|mm     | [19.01.2022 18:38.32.357] [LOG]
      0|mm     | Module helper loaded: calendar
      0|mm     | [19.01.2022 18:38.32.365] [LOG]
      0|mm     | No helper found for module: weather.
      0|mm     | [19.01.2022 18:38.32.566] [LOG]
      0|mm     | Initializing new module helper ...
      0|mm     | [19.01.2022 18:38.32.574] [LOG]
      0|mm     | Module helper loaded: MMM-VigilanceMeteoFrance
      0|mm     | [19.01.2022 18:38.32.583] [LOG]
      0|mm     | No helper found for module: compliments.
      0|mm     | [19.01.2022 18:38.32.593] [LOG]
      0|mm     | Initializing new module helper ...
      0|mm     | [19.01.2022 18:38.32.594] [LOG]   Module helper loaded: MMM-Jeedom
      0|mm     | [19.01.2022 18:38.32.654] [LOG]
      0|mm     | Initializing new module helper ...
      0|mm     | [19.01.2022 18:38.32.655] [LOG]   Module helper loaded: newsfeed
      0|mm     | [19.01.2022 18:38.32.656] [LOG]   All module helpers loaded.
      0|mm     | [19.01.2022 18:38.32.842] [LOG]
      0|mm     | Starting server on port 8080 ...
      0|mm     | [19.01.2022 18:38.32.868] [LOG]
      0|mm     | Server started ...
      0|mm     | [19.01.2022 18:38.32.870] [LOG]   Connecting socket for: MMM-Remote-Control
      0|mm     | [19.01.2022 18:38.32.873] [LOG]   Starting node helper for: MMM-Remote-Control
      0|mm     | [19.01.2022 18:38.32.887] [LOG]
      0|mm     | Connecting socket for: updatenotification
      0|mm     | [19.01.2022 18:38.32.888] [LOG]   Starting module helper: updatenotification
      0|mm     | [19.01.2022 18:38.32.891] [LOG]   Connecting socket for: calendar
      0|mm     | [19.01.2022 18:38.32.899] [LOG]
      0|mm     | Starting node helper for: calendar
      0|mm     | [19.01.2022 18:38.32.901] [LOG]   Connecting socket for: MMM-VigilanceMeteoFrance
      0|mm     | [19.01.2022 18:38.32.902] [LOG]   Starting module helper: MMM-VigilanceMeteoFrance
      0|mm     | [19.01.2022 18:38.32.904] [LOG]   Connecting socket for: MMM-Jeedom
      0|mm     | [19.01.2022 18:38.32.906] [LOG]   Connecting socket for: newsfeed
      0|mm     | [19.01.2022 18:38.32.908] [LOG]   Starting node helper for: newsfeed
      0|mm     | [19.01.2022 18:38.32.909] [LOG]   Sockets connected & modules started ...
      0|mm     | [19.01.2022 18:38.33.395] [LOG]
      0|mm     | Launching application.
      ********0|mm     | [4731:0119/183834.710177:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
      0|mm     | [4813:0119/183836.346175:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
      0|mm     | [4863:0119/183837.534871:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization********
      0|mm     | [4887:0119/183837.864415:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
      0|mm     | [19.01.2022 18:38.40.430] [LOG]
      0|mm     | Create new calendarfetcher for url: http://*** - Interval: 300000
      0|mm     | [19.01.2022 18:38.40.491] [LOG]
      0|mm     | Create new calendarfetcher for url: http://*** - Interval: 300000
      0|mm     | [19.01.2022 18:38.40.752] [LOG]
      0|mm     | Create new newsfetcher for url: https://*** - Interval: 300000
      0|mm     | [19.01.2022 18:38.40.765] [LOG]
      0|mm     | Create new newsfetcher for url: https://*** - Interval: 300000
      0|mm     | [19.01.2022 18:38.40.776] [LOG]
      0|mm     | Create new newsfetcher for url: https://*** - Interval: 300000
      0|mm     | [19.01.2022 18:38.40.789] [LOG]
      0|mm     | Create new newsfetcher for url: https://*** - Interval: 300000
      0|mm     | [19.01.2022 18:38.40.819] [INFO]
      0|mm     | Checking git for module: MMM-Remote-Control
      0|mm     | [19.01.2022 18:38.40.956] [INFO]
      0|mm     | Checking git for module: MMM-VigilanceMeteoFrance
      0|mm     | [19.01.2022 18:38.41.114] [INFO]
      0|mm     | Checking git for module: MMM-Jeedom
      0|mm     | [19.01.2022 18:38.41.485] [INFO]
      0|mm     | Checking git for module: default
      0|mm     | [19.01.2022 18:38.41.824] [INFO]
      0|mm     | Newsfeed-Fetcher: Broadcasting 30 items.
      0|mm     | [19.01.2022 18:38.43.049] [INFO]
      0|mm     | Calendar-Fetcher: Broadcasting 10 events.
      0|mm     | [19.01.2022 18:38.43.356] [INFO]
      0|mm     | Newsfeed-Fetcher: Broadcasting 100 items.
      0|mm     | [19.01.2022 18:38.43.794] [INFO]  Newsfeed-Fetcher: Broadcasting 10 items.
      0|mm     | [19.01.2022 18:38.48.372] [INFO]
      0|mm     | Calendar-Fetcher: Broadcasting 7 events.
      0|mm     | [19.01.2022 18:38.51.644] [INFO]
      0|mm     | Newsfeed-Fetcher: Broadcasting 60 items.
      

      I don’t know if these lines was present before update

      
      0|mm     | [4731:0119/183834.710177:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
      0|mm     | [4813:0119/183836.346175:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
      0|mm     | [4863:0119/183837.534871:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
      0|mm     | [4887:0119/183837.864415:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
      [...]
      

      Si if you have any idea to solve my 2 problem i would appreciate it :)

      posted in Troubleshooting
      S
      selyjohns
    • RE: MMM-Jeedom Display presence on same line

      Hello,
      Meilleurs voeux :)

      Voici un extrait de la config.
      Le sameLine ne peut pas fonctionner dans ce cas, car le symbôle dépend de l’état du booléen et on ne peut pas spécifier cela dans la première partie d’un sameLine

      Si jamais tu as une idée, sinon ce n’est pas très grave :)

                      {
                              module: 'MMM-Jeedom',
                              header: 'Informations Maison',
                              position: "bottom_right",
                              config: {
                                      updateInterval: 3000,
                                      jeedomAPIKey: "XXX",
                                      jeedomURL: "X.X.X.X",
                                      jeedomPORT: 80,
                                      jeedomHTTPS: false,
                                      jeedomAPIPath: "/core/api/jeeApi.php",
                                      sensors: [
                                      {
                                              idx: "473",
                                              symbolon: "fa fa-user-check",
                                              symboloff: "fa fa-user-times",
                                              customTitle: "Josselyn",
                                              boolean: true,
                              },
                                      {
                                              idx: "481",
                                              symbolon: "fa fa-user-check",
                                              symboloff: "fa fa-user-times",
                                              customTitle: "Stéphanie",
                                              boolean: true,
                              },
                                      {
                                              idx:"1183",
                                              sameLine1: true,
                                              unit : "°C",
                              },
                                      {
                                              idx:"1184",
                                              customTitle: "Salon",
                                              symbol: "fa fa-thermometer-half",
                                              sameLine2: true,
                                              unit : "%",
                              },
      
      posted in Utilities
      S
      selyjohns
    • 1
    • 2
    • 3
    • 1 / 3