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

    Posts

    Recent Best Controversial
    • RE: PIR sensor problem after restart Raspi

      @sdetweil MMM-PIR-Sensor

      posted in Troubleshooting
      J
      JoeFranz
    • RE: PIR sensor problem after restart Raspi

      @kayakbabe There are no errors in the logs, nothing was changed in MM. Otherwise the screen was always black when MM started, and the monitor only came on after there was movement in front of the PIR sensor. Now the picture is there right after the start and the monitor no longer goes into standby. So I think it must be something to do with Raspian. Or maybe Electron? I have no idea what happened there… :-(

      posted in Troubleshooting
      J
      JoeFranz
    • PIR sensor problem after restart Raspi

      Hello,
      i restarted my Raspi yesterday, since then the monitor hasn’t gone into standby anymore. I think some Raspian updates have been installed, could it be related to that? Nothing was changed in the MM configuration. Does somebody has any idea?

      Greetings Joerg

      posted in Troubleshooting
      J
      JoeFranz
    • RE: Problem whit MMM-PIE-Sensor modules

      @bugsounet said in Problem whit MMM-PIE-Sensor modules:

      node -v
      pi@raspberrypi:~/MagicMirror $ node -v
      v16.13.1

      It works now, thank you :-)

      posted in Bug Hunt
      J
      JoeFranz
    • RE: Problem whit MMM-PIE-Sensor modules

      @sdetweil don’t work here :-(

      /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
      0|MagicMir | at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:112:48)
      0|MagicMir | at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/epoll.js:7:31 {
      0|MagicMir | code: ‘ERR_DLOPEN_FAILED’
      0|MagicMir | }
      0|MagicMir | [02.01.2022 17:15.53.329] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|MagicMir | [02.01.2022 17:15.53.332] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      0|MagicMir | [4288:0102/171555.340330:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
      0|MagicMir | [4321:0102/171555.638445:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
      0|MagicMir | [02.01.2022 17:18.59.907] [ERROR] Whoops! There was an uncaught exception…
      0|MagicMir | [02.01.2022 17:18.59.912] [ERROR] TypeError: Cannot read properties of undefined (reading ‘close’)
      0|MagicMir | at App.stop (/home/pi/MagicMirror/js/app.js:257:14)
      0|MagicMir | at App. (/home/pi/MagicMirror/js/electron.js:139:7)
      0|MagicMir | at App.emit (node:events:394:28)
      0|MagicMir | [02.01.2022 17:18.59.913] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|MagicMir | [02.01.2022 17:18.59.914] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues

      posted in Bug Hunt
      J
      JoeFranz
    • RE: MMM tools less information

      So easy actually … :-)
      Thanks very much!!

      posted in Troubleshooting
      J
      JoeFranz
    • MMM tools less information

      Hi,
      since the last updates, too much information has been displayed for me. I don’t need any information about the CPU, the OS, the type and WiFi. Can I adjust that somehow?

      Greetings Jörg

      posted in Troubleshooting
      J
      JoeFranz
    • RE: MMM-PIR-Sensor error

      @sdetweil said in MMM-PIR-Sensor error:

      ~/MagicMirror/node_modules/.bin/electron-rebuild

      Thank you, works again :thumbs_up: :thumbs_up: :slightly_smiling_face:

      posted in Troubleshooting
      J
      JoeFranz
    • MMM-PIR-Sensor error

      After the update I only have a black screen with the MMM-PIR-Sensor module.
      This is shown in the PM2 log:

      0|MagicMir | NODE_MODULE_VERSION 89. Please try re-compiling or re-installing
      0|MagicMir | the module (for instance, using npm rebuild or npm install).
      0|MagicMir | at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846)
      0|MagicMir | at Object.Module._extensions…node (internal/modules/cjs/loader.js:1138:18)
      0|MagicMir | at Object.func [as .node] (electron/js2c/asar_bundle.js:5:1846)
      0|MagicMir | at Module.load (internal/modules/cjs/loader.js:935:32)
      0|MagicMir | at Module._load (internal/modules/cjs/loader.js:776:14)
      0|MagicMir | at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
      0|MagicMir | at Module.require (internal/modules/cjs/loader.js:959:19)
      0|MagicMir | at require (internal/modules/cjs/helpers.js:88:18)
      0|MagicMir | at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:112:48)
      0|MagicMir | at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/epoll.js:7:31
      0|MagicMir | [08.10.2021 15:34.20.030] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|MagicMir | [08.10.2021 15:34.20.033] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      0|MagicMir | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT

      posted in Troubleshooting
      J
      JoeFranz
    • RE: MMM-Soccer problem after update

      This is shown in PM2 log

      0|MagicMir | [08.10.2021 15:17.14.799] [ERROR] Getting league table: 400 Bad Request
      0|MagicMir | [08.10.2021 15:22.14.868] [ERROR] Getting league table: 400 Bad Request
      0|MagicMir | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
      0|MagicMir | [08.10.2021 15:27.07.097] [ERROR] Getting league table: 400 Bad Request
      0|MagicMir | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT

      posted in Troubleshooting
      J
      JoeFranz
    • RE: MMM-Soccer problem after update

      @sdetweil Nothing is displayed for the module.
      At the bottom is only “load”

      posted in Troubleshooting
      J
      JoeFranz
    • MMM-Soccer problem after update

      Hi,
      i have a problem with the MMM-soccer module after the update.
      During the installation I get this error message:

      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.2.1 (node_modules/fsevents):
      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.2.1: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“arm”})

      added 29 packages from 20 contributors, removed 47 packages, updated 214 packages and audited 1000 packages in 123.794s

      91 packages are looking for funding
      run npm fund for details

      found 4019 vulnerabilities (247 moderate, 3772 high)
      run npm audit fix to fix them, or npm audit for details

      Does anyone have a hint?

      posted in Troubleshooting
      J
      JoeFranz
    • RE: Newsfeeder is going way to fast when showing news

      @sek_is_back How do I do that?

      posted in Troubleshooting
      J
      JoeFranz
    • MMM-soccer club logos with white background

      In MMM-soccer, the club logos have a white background. Except for a logo from “Bayer Leverkusen”. Anyone have an idea how I can change that?!

      Soccer Picture

      posted in Troubleshooting
      J
      JoeFranz
    • RE: MMM-PIR-Sensor module not working after module update

      Ok little update …
      After starting MM the same error, shortly after starting the screen goes into standby. The PIR sensor is not working. After about 5-10 minutes it works again. PIR sensor detects movement and the screen comes out of standby.

      posted in Troubleshooting
      J
      JoeFranz
    • RE: MMM-PIR-Sensor module not working after module update

      Bildschirmfoto 2020-07-18 um 20.19.48.jpg Bildschirmfoto 2020-07-18 um 20.19.15.jpg

      posted in Troubleshooting
      J
      JoeFranz
    • RE: MMM-PIR-Sensor module not working after module update

      magicmirror@2.12.0 start /home/pi/MagicMirror
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      [2020-07-18 20:00:56.211] [LOG] Starting MagicMirror: v2.12.0
      [2020-07-18 20:00:56.259] [LOG] Loading config …
      [2020-07-18 20:00:56.275] [LOG] Loading module helpers …
      [2020-07-18 20:00:56.279] [LOG] No helper found for module: alert.
      [2020-07-18 20:00:56.417] [LOG] Initializing new module helper …
      [2020-07-18 20:00:56.418] [LOG] Module helper loaded: MMM-PIR-Sensor
      [2020-07-18 20:00:56.480] [LOG] Initializing new module helper …
      [2020-07-18 20:00:56.481] [LOG] Module helper loaded: updatenotification
      [2020-07-18 20:00:56.483] [LOG] No helper found for module: clock.
      [2020-07-18 20:00:57.914] [LOG] Initializing new module helper …
      [2020-07-18 20:00:57.915] [LOG] Module helper loaded: calendar
      [2020-07-18 20:00:59.026] [LOG] Initializing new module helper …
      [2020-07-18 20:00:59.027] [LOG] Module helper loaded: MMM-Tado
      [2020-07-18 20:01:00.063] [LOG] Initializing new module helper …
      [2020-07-18 20:01:00.064] [LOG] Module helper loaded: MMM-DarkSkyForecast
      [2020-07-18 20:01:00.155] [LOG] Initializing new module helper …
      [2020-07-18 20:01:00.156] [LOG] Module helper loaded: newsfeed
      [2020-07-18 20:01:00.842] [LOG] Initializing new module helper …
      [2020-07-18 20:01:00.843] [LOG] Module helper loaded: MMM-COVID19-SPARKLINE
      [2020-07-18 20:01:00.908] [LOG] Initializing new module helper …
      [2020-07-18 20:01:00.909] [LOG] Module helper loaded: MMM-Tools
      [2020-07-18 20:01:00.935] [LOG] Initializing new module helper …
      [2020-07-18 20:01:00.935] [LOG] Module helper loaded: mmm-hue-lights
      [2020-07-18 20:01:00.936] [LOG] All module helpers loaded.
      [2020-07-18 20:01:01.285] [LOG] Starting server on port 8080 …
      [2020-07-18 20:01:01.316] [LOG] Server started …
      [2020-07-18 20:01:01.317] [LOG] Connecting socket for: MMM-PIR-Sensor
      [2020-07-18 20:01:01.319] [LOG] Connecting socket for: updatenotification
      [2020-07-18 20:01:01.320] [LOG] Connecting socket for: calendar
      [2020-07-18 20:01:01.320] [LOG] Starting node helper for: calendar
      [2020-07-18 20:01:01.321] [LOG] Connecting socket for: MMM-Tado
      [2020-07-18 20:01:01.322] [LOG] Connecting socket for: MMM-DarkSkyForecast
      [2020-07-18 20:01:01.323] [LOG] ====================== Starting node_helper for module [MMM-DarkSkyForecast]
      [2020-07-18 20:01:01.324] [LOG] Connecting socket for: newsfeed
      [2020-07-18 20:01:01.325] [LOG] Starting node helper for: newsfeed
      [2020-07-18 20:01:01.325] [LOG] Connecting socket for: MMM-COVID19-SPARKLINE
      [2020-07-18 20:01:01.326] [LOG] Starting node helper for: MMM-COVID19-SPARKLINE
      [2020-07-18 20:01:01.327] [LOG] Connecting socket for: MMM-Tools
      [2020-07-18 20:01:01.336] [LOG] Connecting socket for: mmm-hue-lights
      [2020-07-18 20:01:01.337] [LOG] Starting node_helper for module [mmm-hue-lights]
      [2020-07-18 20:01:01.338] [LOG] Sockets connected & modules started …
      [2020-07-18 20:01:01.811] [LOG] Launching application.
      [2020-07-18 20:01:07.420] [LOG] Create new calendar fetcher for url: https://p24-calendars.icloud.com/published/2/RZI42MKNIhOnHx93vtTfvCkhhYLoD3Xefk_1-TIxfwNYJH4S_q7JqKO3ULTUgn1TfuS0bKRdQODjZH88Z9X_ZyWMj1KcfbSA_XcjqWokgas - Interval: 300000
      [2020-07-18 20:01:07.482] [LOG] Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/f45jtrqkd9pc25ne28oid2ckbg%40group.calendar.google.com/public/basic.ics - Interval: 300000
      [2020-07-18 20:01:07.487] [LOG] Create new calendar fetcher for url: http://www.project24.info/dav/JMNDA/KOHB/NPD/N/0/bda453a94fcc7de961b6fdcba986b2e6/feiertage.ics - Interval: 300000
      [2020-07-18 20:01:07.490] [LOG] Create new calendar fetcher for url: http://p24-calendars.icloud.com/published/2/7gHy7EORV6hGC51yisVd75vyC1OWCHIxRVW9HGNBFWWCz84lugqogIfqYZQpK6QB38tkfyr9f3WYQS-kBpII7UpEfAXnliowXPB43EyyVAk - Interval: 300000
      [2020-07-18 20:01:07.494] [LOG] Create new calendar fetcher for url: http://localhost:8080/MMM-Formula1/schedule.ics - Interval: 300000
      [2020-07-18 20:01:07.605] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 20:01:07.606] [LOG] - MMM-Tado: Not all data present
      [2020-07-18 20:01:07.608] [LOG] Create new news fetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000
      [2020-07-18 20:01:07.719] [LOG] Create new news fetcher for url: http://www.waz-online.de/rss/feed/waz_schlagzeilen - Interval: 300000
      [2020-07-18 20:01:07.723] [LOG] Create new news fetcher for url: http://www.n-tv.de/rss - Interval: 300000
      [2020-07-18 20:01:07.726] [LOG] [COVID:CORE] Scan starts.
      [2020-07-18 20:01:08.209] [INFO] Checking git for module: MMM-PIR-Sensor
      [2020-07-18 20:01:08.248] [INFO] Checking git for module: MMM-Tado
      [2020-07-18 20:01:08.272] [INFO] Checking git for module: MMM-DarkSkyForecast
      [2020-07-18 20:01:08.296] [INFO] Checking git for module: MMM-COVID19-SPARKLINE
      [2020-07-18 20:01:08.321] [INFO] Checking git for module: MMM-Tools
      [2020-07-18 20:01:08.356] [INFO] Checking git for module: mmm-hue-lights
      [2020-07-18 20:01:08.609] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 20:01:08.611] [LOG] - MMM-Tado: Not all data present
      [2020-07-18 20:01:09.277] [INFO] Newsfeed-Fetcher: Broadcasting 40 items.
      [2020-07-18 20:01:11.444] [INFO] Calendar-Fetcher: Broadcasting 0 events.
      [2020-07-18 20:01:11.467] [LOG] - MMM-Tado: Logged in
      [2020-07-18 20:01:11.490] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 20:01:11.490] [LOG] - MMM-Tado: Not all data present
      [2020-07-18 20:01:12.040] [INFO] Newsfeed-Fetcher: Broadcasting 10 items.
      [2020-07-18 20:01:12.229] [INFO] Newsfeed-Fetcher: Broadcasting 27 items.
      [2020-07-18 20:01:12.739] [INFO] Calendar-Fetcher: Broadcasting 3 events.
      [2020-07-18 20:01:12.746] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 20:01:12.747] [LOG] - MMM-Tado: Not all data present
      [2020-07-18 20:01:12.771] [LOG] - MMM-Tado: Got me()
      [2020-07-18 20:01:12.774] [LOG] - MMM-Tado: Got homes()
      [2020-07-18 20:01:14.293] [INFO] Calendar-Fetcher: Broadcasting 8 events.
      [2020-07-18 20:01:14.299] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 20:01:14.300] [LOG] - MMM-Tado: Not all data present
      [2020-07-18 20:01:14.401] [LOG] [COVID:CORE] Access to data source.
      [2020-07-18 20:01:14.773] [LOG] - MMM-Tado: Got zones()
      [2020-07-18 20:01:15.218] [LOG] [COVID:CORE] Resolving: csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_global.csv
      [2020-07-18 20:01:15.671] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 20:01:15.673] [LOG] - MMM-Tado: Not all data present
      [2020-07-18 20:01:15.852] [LOG] [COVID:CORE] Resolving: csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_recovered_global.csv
      [2020-07-18 20:01:16.318] [LOG] [COVID:CORE] Resolving: csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv
      [2020-07-18 20:01:16.386] [LOG] can’t find property recovered Canada:
      [2020-07-18 20:01:16.387] [LOG] adding…
      [2020-07-18 20:01:16.602] [LOG] [COVID:CORE] Calculating Wordlwide total.
      [2020-07-18 20:01:16.872] [LOG] [COVID:CORE] Scan Completed.
      [2020-07-18 20:01:17.530] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 20:01:17.533] [LOG] - MMM-TADO: All data is present
      [2020-07-18 20:01:17.732] [INFO] Calendar-Fetcher: Broadcasting 1 events.

      posted in Troubleshooting
      J
      JoeFranz
    • RE: MMM-PIR-Sensor module not working after module update

      @mumblebaj said in MMM-PIR-Sensor module not working after module update:

      @JoeFranz To comment out a module you need to use /* as the starting and */ as the end.

      It is comment out with /* and */ the * not shown in my post, sorry.

      posted in Troubleshooting
      J
      JoeFranz
    • RE: MMM-PIR-Sensor module not working after module update

      That’s my entry for the MMM-soccer module in config.js…

      /{
      module: ‘MMM-soccer’,
      position: ‘bottom_left’,
      config: {
      api_key: ‘aeed8b37e1224fe699db9416e7c8ec12’,
      width: 350,
      show: [‘BL1’],
      showTables: false,
      colored: true,
      updateInterval: 60,
      focus_on: {‘BL1’: ‘VfL Wolfsburg’},
      max_teams: 5,
      matchType: ‘league’
      }
      },
      /

      /* will not be shown

      posted in Troubleshooting
      J
      JoeFranz
    • RE: MMM-PIR-Sensor module not working after module update

      The Formula1 module is not active and i have nothing change in the config.js since MMM-PIR-Sensor update.

      magicmirror@2.12.0 start /home/pi/MagicMirror
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      /home/pi/MagicMirror/node_modules/electron/dist/electron: /lib/arm-linux-gnueabihf/libdbus-1.so.3: no version information available (required by /home/pi/MagicMirror/node_modules/electron/dist/electron)
      /home/pi/MagicMirror/node_modules/electron/dist/electron: /lib/arm-linux-gnueabihf/libdbus-1.so.3: no version information available (required by /home/pi/MagicMirror/node_modules/electron/dist/electron)
      [2020-07-18 18:21:54.455] [LOG] Starting MagicMirror: v2.12.0
      [2020-07-18 18:21:54.466] [LOG] Loading config …
      [2020-07-18 18:21:54.476] [LOG] Loading module helpers …
      [2020-07-18 18:21:54.479] [LOG] No helper found for module: alert.
      [2020-07-18 18:21:54.541] [LOG] Initializing new module helper …
      [2020-07-18 18:21:54.542] [LOG] Module helper loaded: updatenotification
      [2020-07-18 18:21:54.543] [LOG] No helper found for module: clock.
      [2020-07-18 18:21:55.313] [LOG] Initializing new module helper …
      [2020-07-18 18:21:55.314] [LOG] Module helper loaded: calendar
      [2020-07-18 18:21:55.992] [LOG] Initializing new module helper …
      [2020-07-18 18:21:55.993] [LOG] Module helper loaded: MMM-Tado
      [2020-07-18 18:21:56.585] [LOG] Initializing new module helper …
      [2020-07-18 18:21:56.586] [LOG] Module helper loaded: MMM-DarkSkyForecast
      [2020-07-18 18:21:56.629] [LOG] Initializing new module helper …
      [2020-07-18 18:21:56.630] [LOG] Module helper loaded: newsfeed
      [2020-07-18 18:21:57.071] [LOG] Initializing new module helper …
      [2020-07-18 18:21:57.073] [LOG] Module helper loaded: MMM-COVID19-SPARKLINE
      [2020-07-18 18:21:57.094] [LOG] Initializing new module helper …
      [2020-07-18 18:21:57.095] [LOG] Module helper loaded: MMM-Tools
      [2020-07-18 18:21:57.098] [LOG] Initializing new module helper …
      [2020-07-18 18:21:57.099] [LOG] Module helper loaded: mmm-hue-lights
      [2020-07-18 18:21:57.099] [LOG] All module helpers loaded.
      [2020-07-18 18:21:57.302] [LOG] Starting server on port 8080 …
      [2020-07-18 18:21:57.324] [LOG] Server started …
      [2020-07-18 18:21:57.325] [LOG] Connecting socket for: updatenotification
      [2020-07-18 18:21:57.327] [LOG] Connecting socket for: calendar
      [2020-07-18 18:21:57.328] [LOG] Starting node helper for: calendar
      [2020-07-18 18:21:57.328] [LOG] Connecting socket for: MMM-Tado
      [2020-07-18 18:21:57.329] [LOG] Connecting socket for: MMM-DarkSkyForecast
      [2020-07-18 18:21:57.330] [LOG] ====================== Starting node_helper for module [MMM-DarkSkyForecast]
      [2020-07-18 18:21:57.331] [LOG] Connecting socket for: newsfeed
      [2020-07-18 18:21:57.332] [LOG] Starting node helper for: newsfeed
      [2020-07-18 18:21:57.333] [LOG] Connecting socket for: MMM-COVID19-SPARKLINE
      [2020-07-18 18:21:57.333] [LOG] Starting node helper for: MMM-COVID19-SPARKLINE
      [2020-07-18 18:21:57.334] [LOG] Connecting socket for: MMM-Tools
      [2020-07-18 18:21:57.337] [LOG] Connecting socket for: mmm-hue-lights
      [2020-07-18 18:21:57.338] [LOG] Starting node_helper for module [mmm-hue-lights]
      [2020-07-18 18:21:57.339] [LOG] Sockets connected & modules started …
      Fontconfig warning: “/etc/fonts/fonts.conf”, line 86: unknown element “blank”
      /proc/self/exe: /lib/arm-linux-gnueabihf/libdbus-1.so.3: no version information available (required by /proc/self/exe)
      [2020-07-18 18:21:57.496] [LOG] Launching application.
      /proc/self/exe: /lib/arm-linux-gnueabihf/libdbus-1.so.3: no version information available (required by /proc/self/exe)
      libGL error: MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      ATTENTION: default value of option force_s3tc_enable overridden by environment.
      [2020-07-18 18:22:01.271] [LOG] Create new calendar fetcher for url: https://p24-calendars.icloud.com/published/2/RZI42MKNIhOnHx93vtTfvCkhhYLoD3Xefk_1-TIxfwNYJH4S_q7JqKO3ULTUgn1TfuS0bKRdQODjZH88Z9X_ZyWMj1KcfbSA_XcjqWokgas - Interval: 300000
      [2020-07-18 18:22:01.296] [LOG] Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/f45jtrqkd9pc25ne28oid2ckbg%40group.calendar.google.com/public/basic.ics - Interval: 300000
      [2020-07-18 18:22:01.301] [LOG] Create new calendar fetcher for url: http://www.project24.info/dav/JMNDA/KOHB/NPD/N/0/bda453a94fcc7de961b6fdcba986b2e6/feiertage.ics - Interval: 300000
      [2020-07-18 18:22:01.314] [LOG] Create new calendar fetcher for url: http://p24-calendars.icloud.com/published/2/7gHy7EORV6hGC51yisVd75vyC1OWCHIxRVW9HGNBFWWCz84lugqogIfqYZQpK6QB38tkfyr9f3WYQS-kBpII7UpEfAXnliowXPB43EyyVAk - Interval: 300000
      [2020-07-18 18:22:01.328] [LOG] Create new calendar fetcher for url: http://localhost:8080/MMM-Formula1/schedule.ics - Interval: 300000
      [2020-07-18 18:22:01.476] [ERROR] Calendar Error. Could not fetch calendar: http://localhost:8080/MMM-Formula1/schedule.ics 404: Not Found
      [2020-07-18 18:22:01.533] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 18:22:01.535] [LOG] - MMM-Tado: Not all data present
      [2020-07-18 18:22:01.578] [LOG] Create new news fetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000
      [2020-07-18 18:22:01.650] [LOG] Create new news fetcher for url: http://www.waz-online.de/rss/feed/waz_schlagzeilen - Interval: 300000
      [2020-07-18 18:22:01.662] [LOG] Create new news fetcher for url: http://www.n-tv.de/rss - Interval: 300000
      [2020-07-18 18:22:01.678] [LOG] [COVID:CORE] Scan starts.
      [2020-07-18 18:22:03.860] [INFO] Calendar-Fetcher: Broadcasting 0 events.
      [2020-07-18 18:22:03.879] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 18:22:03.880] [LOG] - MMM-Tado: Not all data present
      [2020-07-18 18:22:04.777] [INFO] Newsfeed-Fetcher: Broadcasting 40 items.
      [2020-07-18 18:22:04.884] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 18:22:04.885] [LOG] - MMM-Tado: Not all data present
      [2020-07-18 18:22:05.180] [INFO] Calendar-Fetcher: Broadcasting 3 events.
      [2020-07-18 18:22:05.268] [INFO] Checking git for module: MMM-Tado
      [2020-07-18 18:22:05.305] [INFO] Checking git for module: MMM-DarkSkyForecast
      [2020-07-18 18:22:05.342] [INFO] Checking git for module: MMM-COVID19-SPARKLINE
      [2020-07-18 18:22:05.374] [INFO] Checking git for module: MMM-Tools
      [2020-07-18 18:22:05.413] [INFO] Checking git for module: mmm-hue-lights
      [2020-07-18 18:22:05.519] [LOG] - MMM-Tado: Logged in
      [2020-07-18 18:22:06.068] [INFO] Newsfeed-Fetcher: Broadcasting 28 items.
      [2020-07-18 18:22:06.193] [INFO] Newsfeed-Fetcher: Broadcasting 10 items.
      [2020-07-18 18:22:06.303] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 18:22:06.305] [LOG] - MMM-Tado: Not all data present
      [2020-07-18 18:22:07.917] [INFO] Calendar-Fetcher: Broadcasting 8 events.
      [2020-07-18 18:22:07.924] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 18:22:07.926] [LOG] - MMM-Tado: Not all data present
      [2020-07-18 18:22:08.117] [LOG] [COVID:CORE] Access to data source.
      [2020-07-18 18:22:08.516] [LOG] - MMM-Tado: Got me()
      [2020-07-18 18:22:08.518] [LOG] - MMM-Tado: Got homes()
      [2020-07-18 18:22:08.756] [LOG] [COVID:CORE] Resolving: csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_global.csv
      [2020-07-18 18:22:09.204] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 18:22:09.213] [LOG] - MMM-Tado: Not all data present
      [2020-07-18 18:22:09.384] [LOG] - MMM-Tado: Got zones()
      [2020-07-18 18:22:09.429] [LOG] [COVID:CORE] Resolving: csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_recovered_global.csv
      [2020-07-18 18:22:09.876] [LOG] [COVID:CORE] Resolving: csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv
      [2020-07-18 18:22:09.932] [LOG] can’t find property recovered Canada:
      [2020-07-18 18:22:09.933] [LOG] adding…
      [2020-07-18 18:22:10.185] [LOG] [COVID:CORE] Calculating Wordlwide total.
      [2020-07-18 18:22:10.398] [LOG] [COVID:CORE] Scan Completed.
      [2020-07-18 18:22:11.152] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 18:22:11.157] [LOG] - MMM-Tado: Not all data present
      [2020-07-18 18:22:11.654] [INFO] Calendar-Fetcher: Broadcasting 1 events.
      [2020-07-18 18:22:12.193] [LOG] - MMM-Tado: Checking if all data is present
      [2020-07-18 18:22:12.194] [LOG] - MMM-TADO: All data is present
      [2020-07-18 18:22:37.119] [LOG] Shutting down server…
      [2020-07-18 18:22:37.157] [LOG] Stopping module helper: updatenotification
      [2020-07-18 18:22:37.159] [LOG] Stopping module helper: calendar
      [2020-07-18 18:22:37.161] [LOG] Stopping module helper: MMM-Tado
      [2020-07-18 18:22:37.169] [LOG] Stopping module helper: MMM-DarkSkyForecast
      [2020-07-18 18:22:37.171] [LOG] Stopping module helper: newsfeed
      [2020-07-18 18:22:37.174] [LOG] Stopping module helper: MMM-COVID19-SPARKLINE
      [2020-07-18 18:22:37.178] [LOG] Stopping module helper: MMM-Tools
      [2020-07-18 18:22:37.180] [LOG] Stopping module helper: mmm-hue-lights
      /proc/self/exe: /lib/arm-linux-gnueabihf/libdbus-1.so.3: no version information available (required by /proc/self/exe)

      posted in Troubleshooting
      J
      JoeFranz
    • 1 / 1