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

    Posts

    Recent Best Controversial
    • lower resolution

      Hi guys, I don’t know if this is the right place. But I have a doubt. How to lower my mirror resolution so all the information fits on my screen. I’m finding everything too big.

      https://imgur.com/KOMPUv6

      See the spotify module information does not fit the screen. I do not want to diminish only him. I want to shrink the screen as a whole.

      is it possible ?

      my resolution is already in

      pi@raspberrypi:~/MagicMirror $ xdpyinfo  | grep 'dimensions:'
        dimensions:    1920x1080 pixels (508x286 millimeters)
      
      posted in Custom CSS
      I
      iorifly
    • RE: Which modules with Home Assistant currently work?

      I tried this option but also to no avail.

      https://github.com/aserramonner/MMM-HASS/pull/13

      posted in General Discussion
      I
      iorifly
    • RE: Which modules with Home Assistant currently work?

      Do not. I restarted and the msg stopped. Now I’m fighting with MMM-HASS.

      I take back what I said. He did give me more information!

      The mistake I have is in the development of the module. The error is in the connection of the module to the HA system.
        
      I can’t do anything but wait for the developer’s announcement.

      [14:23:57.773] [LOG]    Create new news fetcher for url: https://noticias.r7.com/rio-de-janeiro/feed.xml - Interval: 300000
      [14:23:57.895] [LOG]    { deviceLabel: 'Quintal',
        deviceReadings:
         [ { sensor: 'sensor.caixa_dagua',
             icon: 'wi wi-thermometer',
             suffix: '%' } ] }
      [14:23:57.919] [LOG]    192.168.1.158:8123/api/states/sensor.caixa_dagua?api_password=juere3027
      [14:23:57.920] [LOG]    Request URL: http://192.168.1.158:8123/api/states/sensor.caixa_dagua?api_password=juere3027
      [14:23:58.215] [ERROR]  (node:18860) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
      [14:23:58.440] [LOG]    null
      [14:23:58.443] [LOG]    401: Unauthorized
      [14:23:58.445] [LOG]    { undefined: undefined, label: 'Quintal' }
      [14:23:59.415] [LOG]    Refreshed access token because it has expired. Expired at: 14:23:57 now is: 14:23:59
      [14:23:59.450] [LOG]    Refreshed access token because it has expired. Expired at: 15:23:59 now is: 14:23:59
      [14:23:59.487] [LOG]    Refreshed access token because it has expired. Expired at: 15:23:59 now is: 14:23:59
      pi@raspberrypi:~/MagicMirror $
      
      posted in General Discussion
      I
      iorifly
    • RE: MMM-NowPlayingOnSpotify With erro

      reboot. The module is ok.

      posted in Troubleshooting
      I
      iorifly
    • RE: Which modules with Home Assistant currently work?

      I don’t know what it would be. It is not related to MMM-HASS.

      Even with a simple config.js I have this msg. I think I should restart my raspberry.

      posted in General Discussion
      I
      iorifly
    • RE: MMM-NowPlayingOnSpotify With erro

      My module is forever loading. Does not display the data.

      posted in Troubleshooting
      I
      iorifly
    • RE: Which modules with Home Assistant currently work?

      I see that the module tries to connect to the Home assistant.

      https://imgur.com/oHjP479

      posted in General Discussion
      I
      iorifly
    • RE: Which modules with Home Assistant currently work?

      With the help of @sdetweil , I was able to solve problems with MM.

      Now I am having trouble accessing HA with MMM-HASS.

      If anyone can help I will be happy.

      alt text

      My HA configuration looks like this configuration.yam:

      homeassistant:
        whitelist_external_dirs:
          - /tmp
          - /config/temp/
        auth_providers:
            - type: legacy_api_password
              api_password: "juere3027"
        
            - type: trusted_networks
              trusted_networks:
                - 192.168.1.0/24
                - 127.0.0.1
                - ::1
              allow_bypass_login: true
            - type: homeassistant
      

      config.js

      {
                      module: "MMM-HASS",
                      position: "middle_center",
                      config: {
                              host: "192.168.1.158",
                              port: "8123",
                              apipassword: "juere3027",
                              hassiotoken: true,
                              https: false,
                              devices: [
                              { deviceLabel: "Quintal",
                                      deviceReadings: [
                                      { sensor: "sensor.caixa_dagua", icon: "mdi:waves", suffix: "%"}
                                      
                                      ]
                                }
                              
                                     ]
                              }       
              
                   },
      

      The mirror executes loads the other modules, but HASS does not load. I have the following output:

      > magicmirror@2.10.1 start /home/pi/MagicMirror
      > ./run-start.sh
      
      [22:26:04.896] [LOG] Starting MagicMirror: v2.10.1
      [22:26:04.931] [LOG] Loading config ...
      [22:26:04.951] [LOG] Loading module helpers ...
      [22:26:04.959] [LOG] No helper found for module: alert.
      [22:26:05.139] [LOG] Initializing new module helper ...
      [22:26:05.146] [LOG] Module helper loaded: updatenotification
      [22:26:05.151] [LOG] No helper found for module: clock.
      [22:26:06.647] [LOG] Initializing new module helper ...
      [22:26:06.650] [LOG] Module helper loaded: calendar
      [22:26:06.653] [LOG] No helper found for module: compliments.
      [22:26:07.888] [LOG] Initializing new module helper ...
      [22:26:07.890] [LOG] Module helper loaded: MMM-DarkSkyForecast
      [22:26:08.030] [LOG] Initializing new module helper ...
      [22:26:08.035] [LOG] Module helper loaded: newsfeed
      [22:26:08.129] [LOG] Initializing new module helper ...
      [22:26:08.133] [LOG] Module helper loaded: MMM-HASS
      [22:26:08.137] [LOG] All module helpers loaded.
      [22:26:08.143] [LOG] Starting server on port 8080 ...
      [22:26:08.251] [LOG] Server started ...
      [22:26:08.256] [LOG] Connecting socket for: updatenotification
      [22:26:08.261] [LOG] Connecting socket for: calendar
      [22:26:08.265] [LOG] Starting node helper for: calendar
      [22:26:08.268] [LOG] Connecting socket for: MMM-DarkSkyForecast
      [22:26:08.271] [LOG] ====================== Starting node_helper for module [MMM-DarkSkyForecast]
      [22:26:08.275] [LOG] Connecting socket for: newsfeed
      [22:26:08.278] [LOG] Starting module: newsfeed
      [22:26:08.282] [LOG] Connecting socket for: MMM-HASS
      [22:26:08.288] [LOG] Sockets connected & modules started ...
      [22:26:08.293] [LOG]
      Ready to go! Please point your browser to: http://localhost:8080
      Starting chromium browser now, have patience, it takes a minute
      [22:26:08.451] [ERROR]  { Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
          at Server.setupListenHandle [as _listen2] (net.js:1280:14)
          at listenInCluster (net.js:1328:12)
          at GetAddrInfoReqWrap.doListen [as callback] (net.js:1461:7)
          at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:61:10)
        code: 'EADDRINUSE',
        errno: 'EADDRINUSE',
        syscall: 'listen',
        address: '127.0.0.1',
        port: 8080 }
      [22:26:08.444] [LOG]    Whoops! There was an uncaught exception...
      [22:26:08.510] [LOG]    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [22:26:08.512] [LOG]    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
       --disable-quic --enable-tcp-fast-open --ppapi-flash-path=/usr/lib/chromium-browser/libpepflashplayer.so --ppapi-flash-args=enable_stagevideo_auto=0 --ppapi-flash-version=
      [22:26:22.272] [LOG]    Use existing news fetcher for url: https://noticias.r7.com/rio-de-janeiro/feed.xml
      [22:26:22.303] [LOG]    Request URL: http://192.168.1.158:8123/api/states/sensor.caixa_dagua?api_password=juere3027
      [22:26:22.388] [LOG]    { undefined: undefined, label: 'Quintal' }
      
      
      posted in General Discussion
      I
      iorifly
    • RE: erro MMM-HASS

      The modules are loading. I have no update msg. Now my fight is with MMM-HASS setup and Home assistant.
         Thanks!! I haven’t tested the spotify model yet. But I’m happy with what I have for now.

      You were perfect !!!

      posted in Troubleshooting
      I
      iorifly
    • RE: I can't update my MM version

      @sdetweil

      nothing returned.

      pi@raspberrypi:~/MagicMirror $ git config --global --get user.email
      pi@raspberrypi:~/MagicMirror $
      
      posted in General Discussion
      I
      iorifly
    • RE: erro MMM-HASS

      Wait a while. I am updating with the command you directed me.

      posted in Troubleshooting
      I
      iorifly
    • RE: erro MMM-HASS

      the forum will not let me write … lol

      https://imgur.com/LoCMbrA

      posted in Troubleshooting
      I
      iorifly
    • RE: erro MMM-HASS

      @sdetweil said in erro MMM-HASS:

      #exec 3< &- # edit this line and comment out with leading #
      tee < &3 & # add this line after the line above, no space between < and &3, forum is real trouble with <

      Regardless of how I put it, I get an error.

      pi@raspberrypi:~/MagicMirror $ npm start
      
      > magicmirror@2.10.0 start /home/pi/MagicMirror
      > ./run-start.sh
      
      ./run-start.sh: linha 68: 3: Descritor de arquivo inválido
      ./run-start.sh: linha 38: 3: Descritor de arquivo inválido
      Starting chromium browser now, have patience, it takes a minute
       --disable-quic --enable-tcp-fast-open --ppapi-flash-path=/usr/lib/chromium-browser/libpepflashplayer.so --ppapi-flash-args=enable_stagevideo_auto=0 --ppapi-flash-version=
      Abrindo em uma sessão de navegador existente.
      pi@raspberrypi:~/MagicMirror $
      posted in Troubleshooting
      I
      iorifly
    • RE: erro MMM-HASS

      @sdetweil said in erro MMM-HASS:

      it is not a module problem, but a script problem…
      the module runs, but I don’t know how it works, so that will be next work for you

      I understood. I will try to do it later! You don’t know how happy I am !!!

      I can get MMM-hass + spotify to work and remove the update notice from the screen I will buy the glass.

      posted in Troubleshooting
      I
      iorifly
    • RE: erro MMM-HASS

      guy!!

      I’m not home at the moment BUT HOW HAPPY I am. Will I be able to use the module? I will return as soon as possible to you. THANK YOU FOR HELPING ME AND NOT ABANDONING THE BOAT.

      posted in Troubleshooting
      I
      iorifly
    • RE: Which modules with Home Assistant currently work?

      @cyberphox

      Yes, my mirror works perfectly without the module.

      I have some topics here. look at my problems:

      https://forum.magicmirror.builders/topic/12014/erro-mmm-hass/4

      posted in General Discussion
      I
      iorifly
    • RE: I can't update my MM version

      Still in error

      https://pastebin.com/raw/zuxLer7U

      posted in General Discussion
      I
      iorifly
    • RE: MMM-NowPlayingOnSpotify With erro

      boy, what can i do? I am getting crazy !

      you think you better reinstall everything! ???

      Thank you for your tireless help.

      posted in Troubleshooting
      I
      iorifly
    • RE: I can't update my MM version

      upgrade.log

      Upgrade started - qua jan 15 22:57:36 -03 2020
      system is Linux raspberrypi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
      doing test run = true
      
      saving custom.css
      not english or locale not set, set git alias
      remote name = origin
      upgrading from version 2.10.0 to 2.10.1
      fetching latest revisions
      git fetch rc=0
      current branch = master
      On branch master
      Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.
        (use "git pull" to update your local branch)
      
      Changes not staged for commit:
        (use "git add/rm <file>..." to update what will be committed)
        (use "git checkout -- <file>..." to discard changes in working directory)
      
      	deleted:    config/config.js.sample
      	modified:   installers/pm2_MagicMirror.json
      	modified:   package-lock.json
      
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
      	mm.sh
      	pm2-MagicMirror.json
      
      no changes added to commit (use "git add" and/or "git commit -a")
      there are 2 local files that are different than the master repo
      
         installers/pm2_MagicMirror.json
         package-lock.json
      
      save/restore files selection = y
      test merge result rc='' , if empty, no conflicts
      skipping merge, only test run
      
      processing dependency changes for active modules with package.json files
      processing for module MMM-DarkSkyForecast please wait
      ----------------------------------
      skipped processing for MMM-DarkSkyForecast, doing test run
      processing complete for module MMM-DarkSkyForecast
      restoring custom.css
      removing git alias
      test run, restoring files stashed
      Upgrade ended - qua jan 15 22:57:48 -03 2020
      
      Upgrade started - qua jan 15 23:05:57 -03 2020
      system is Linux raspberrypi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
      doing test run = true
      
      saving custom.css
      not english or locale not set, set git alias
      remote name = origin
      upgrading from version 2.10.0 to 2.10.1
      fetching latest revisions
      git fetch rc=0
      current branch = master
      On branch master
      Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.
        (use "git pull" to update your local branch)
      
      Changes not staged for commit:
        (use "git add/rm <file>..." to update what will be committed)
        (use "git checkout -- <file>..." to discard changes in working directory)
      
      	deleted:    config/config.js.sample
      	modified:   installers/pm2_MagicMirror.json
      	modified:   package-lock.json
      
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
      	mm.sh
      	pm2-MagicMirror.json
      
      no changes added to commit (use "git add" and/or "git commit -a")
      there are 2 local files that are different than the master repo
      
         installers/pm2_MagicMirror.json
         package-lock.json
      
      save/restore files selection =
      restoring installers/pm2_MagicMirror.json from repo
      skipping restore for installers/pm2_MagicMirror.json, doing test run
      restoring package-lock.json from repo
      skipping restore for package-lock.json, doing test run
      test merge result rc='' , if empty, no conflicts
      skipping merge, only test run
      
      processing dependency changes for active modules with package.json files
      processing for module MMM-DarkSkyForecast please wait
      ----------------------------------
      skipped processing for MMM-DarkSkyForecast, doing test run
      processing complete for module MMM-DarkSkyForecast
      restoring custom.css
      removing git alias
      Upgrade ended - qua jan 15 23:06:01 -03 2020
      
      Upgrade started - qua jan 15 23:10:13 -03 2020
      system is Linux raspberrypi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
      doing test run = true
      
      saving custom.css
      not english or locale not set, set git alias
      remote name = origin
      upgrading from version 2.10.0 to 2.10.1
      fetching latest revisions
      git fetch rc=0
      current branch = master
      On branch master
      Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.
        (use "git pull" to update your local branch)
      
      Changes not staged for commit:
        (use "git add/rm <file>..." to update what will be committed)
        (use "git checkout -- <file>..." to discard changes in working directory)
      
      	deleted:    config/config.js.sample
      	modified:   installers/pm2_MagicMirror.json
      	modified:   package-lock.json
      
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
      	mm.sh
      	pm2-MagicMirror.json
      
      no changes added to commit (use "git add" and/or "git commit -a")
      there are 2 local files that are different than the master repo
      
         installers/pm2_MagicMirror.json
         package-lock.json
      
      save/restore files selection = y
      test merge result rc='' , if empty, no conflicts
      skipping merge, only test run
      
      processing dependency changes for active modules with package.json files
      processing for module MMM-DarkSkyForecast please wait
      ----------------------------------
      skipped processing for MMM-DarkSkyForecast, doing test run
      processing complete for module MMM-DarkSkyForecast
      restoring custom.css
      removing git alias
      test run, restoring files stashed
      Upgrade ended - qua jan 15 23:10:25 -03 2020
      
      Upgrade started - qua jan 15 23:11:13 -03 2020
      system is Linux raspberrypi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
      doing test run = true
      
      saving custom.css
      not english or locale not set, set git alias
      remote name = origin
      upgrading from version 2.10.0 to 2.10.1
      fetching latest revisions
      git fetch rc=0
      current branch = master
      On branch master
      Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.
        (use "git pull" to update your local branch)
      
      Changes not staged for commit:
        (use "git add/rm <file>..." to update what will be committed)
        (use "git checkout -- <file>..." to discard changes in working directory)
      
      	deleted:    config/config.js.sample
      	modified:   installers/pm2_MagicMirror.json
      	modified:   package-lock.json
      
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
      	installers/save_custom.css
      	mm.sh
      	pm2-MagicMirror.json
      
      no changes added to commit (use "git add" and/or "git commit -a")
      there are 2 local files that are different than the master repo
      
         installers/pm2_MagicMirror.json
         package-lock.json
      
      save/restore files selection = y
      test merge result rc='' , if empty, no conflicts
      skipping merge, only test run
      
      processing dependency changes for active modules with package.json files
      processing for module MMM-DarkSkyForecast please wait
      ----------------------------------
      skipped processing for MMM-DarkSkyForecast, doing test run
      processing complete for module MMM-DarkSkyForecast
      restoring custom.css
      removing git alias
      test run, restoring files stashed
      Upgrade ended - qua jan 15 23:11:20 -03 2020
      
      Upgrade started - qua jan 15 23:11:50 -03 2020
      system is Linux raspberrypi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
      doing test run = true
      
      saving custom.css
      not english or locale not set, set git alias
      remote name = origin
      upgrading from version 2.10.0 to 2.10.1
      fetching latest revisions
      git fetch rc=0
      current branch = master
      On branch master
      Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.
        (use "git pull" to update your local branch)
      
      Changes not staged for commit:
        (use "git add/rm <file>..." to update what will be committed)
        (use "git checkout -- <file>..." to discard changes in working directory)
      
      	deleted:    config/config.js.sample
      	modified:   installers/pm2_MagicMirror.json
      	modified:   package-lock.json
      
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
      	mm.sh
      	pm2-MagicMirror.json
      
      no changes added to commit (use "git add" and/or "git commit -a")
      there are 2 local files that are different than the master repo
      
         installers/pm2_MagicMirror.json
         package-lock.json
      
      save/restore files selection = y
      test merge result rc='' , if empty, no conflicts
      skipping merge, only test run
      
      processing dependency changes for active modules with package.json files
      processing for module MMM-DarkSkyForecast please wait
      ----------------------------------
      skipped processing for MMM-DarkSkyForecast, doing test run
      processing complete for module MMM-DarkSkyForecast
      restoring custom.css
      removing git alias
      test run, restoring files stashed
      Upgrade ended - qua jan 15 23:12:07 -03 2020
      
      Upgrade started - qua jan 15 23:13:09 -03 2020
      system is Linux raspberrypi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
      doing test run = true
      
      saving custom.css
      not english or locale not set, set git alias
      remote name = origin
      upgrading from version 2.10.0 to 2.10.1
      fetching latest revisions
      git fetch rc=0
      current branch = master
      On branch master
      Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.
        (use "git pull" to update your local branch)
      
      Changes not staged for commit:
        (use "git add/rm <file>..." to update what will be committed)
        (use "git checkout -- <file>..." to discard changes in working directory)
      
      	deleted:    config/config.js.sample
      	modified:   installers/pm2_MagicMirror.json
      	modified:   package-lock.json
      
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
      	custom.css
      	mm.sh
      	pm2-MagicMirror.json
      
      no changes added to commit (use "git add" and/or "git commit -a")
      there are 2 local files that are different than the master repo
      
         installers/pm2_MagicMirror.json
         package-lock.json
      
      save/restore files selection = y
      test merge result rc='' , if empty, no conflicts
      skipping merge, only test run
      
      processing dependency changes for active modules with package.json files
      processing for module MMM-DarkSkyForecast please wait
      ----------------------------------
      skipped processing for MMM-DarkSkyForecast, doing test run
      processing complete for module MMM-DarkSkyForecast
      restoring custom.css
      removing git alias
      test run, restoring files stashed
      Upgrade ended - qua jan 15 23:13:17 -03 2020
      
      Upgrade started - qui jan 16 00:05:31 -03 2020
      system is Linux raspberrypi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
      doing test run = true
      
      saving custom.css
      not english or locale not set, set git alias
      remote name = origin
      upgrading from version 2.10.0 to 2.10.1
      fetching latest revisions
      git fetch rc=0
      current branch = master
      On branch master
      Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.
        (use "git pull" to update your local branch)
      
      Changes not staged for commit:
        (use "git add/rm <file>..." to update what will be committed)
        (use "git checkout -- <file>..." to discard changes in working directory)
      
      	deleted:    config/config.js.sample
      	modified:   installers/pm2_MagicMirror.json
      	modified:   package-lock.json
      
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
      	mm.sh
      	pm2-MagicMirror.json
      
      no changes added to commit (use "git add" and/or "git commit -a")
      there are 2 local files that are different than the master repo
      
         installers/pm2_MagicMirror.json
         package-lock.json
      
      save/restore files selection = y
      test merge result rc='' , if empty, no conflicts
      skipping merge, only test run
      
      processing dependency changes for active modules with package.json files
      processing for module MMM-Screencast please wait
      ----------------------------------
      skipped processing for MMM-Screencast, doing test run
      processing complete for module MMM-Screencast
      processing for module MMM-DarkSkyForecast please wait
      ----------------------------------
      skipped processing for MMM-DarkSkyForecast, doing test run
      processing complete for module MMM-DarkSkyForecast
      restoring custom.css
      removing git alias
      test run, restoring files stashed
      Upgrade ended - qui jan 16 00:05:43 -03 2020
      
      Upgrade started - qui jan 16 01:08:13 -03 2020
      system is Linux raspberrypi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
      doing test run = true
      
      remote name = origin
      upgrading from version 2.10.0 to 2.10.1
      fetching latest revisions
      git fetch rc=0
      current branch = master
      On branch master
      Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.
        (use "git pull" to update your local branch)
      
      Changes not staged for commit:
        (use "git add/rm <file>..." to update what will be committed)
        (use "git checkout -- <file>..." to discard changes in working directory)
      
      	deleted:    config/config.js.sample
      	modified:   installers/pm2_MagicMirror.json
      	modified:   package-lock.json
      
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
      	mm.sh
      	pm2-MagicMirror.json
      
      no changes added to commit (use "git add" and/or "git commit -a")
      there are 2 local files that are different than the master repo
      
         installers/pm2_MagicMirror.json
         package-lock.json
      
      save/restore files selection = y
      test merge result rc='' , if empty, no conflicts
      skipping merge, only test run
      
      processing dependency changes for active modules with package.json files
      processing for module MMM-DarkSkyForecast please wait
      ----------------------------------
      skipped processing for MMM-DarkSkyForecast, doing test run
      processing complete for module MMM-DarkSkyForecast
      processing for module MMM-NowPlayingOnSpotify please wait
      ----------------------------------
      skipped processing for MMM-NowPlayingOnSpotify, doing test run
      processing complete for module MMM-NowPlayingOnSpotify
      removing git alias
      test run, restoring files stashed
      Upgrade ended - qui jan 16 01:08:19 -03 2020
      
      Upgrade started - qui jan 16 01:09:30 -03 2020
      system is Linux raspberrypi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
      doing test run = true
      
      remote name = origin
      upgrading from version 2.10.0 to 2.10.1
      fetching latest revisions
      git fetch rc=0
      current branch = master
      On branch master
      Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.
        (use "git pull" to update your local branch)
      
      Changes not staged for commit:
        (use "git add/rm <file>..." to update what will be committed)
        (use "git checkout -- <file>..." to discard changes in working directory)
      
      	deleted:    config/config.js.sample
      	modified:   installers/pm2_MagicMirror.json
      	modified:   package-lock.json
      
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
      	mm.sh
      	pm2-MagicMirror.json
      
      no changes added to commit (use "git add" and/or "git commit -a")
      there are 2 local files that are different than the master repo
      
         installers/pm2_MagicMirror.json
         package-lock.json
      
      save/restore files selection = Y
      test merge result rc='' , if empty, no conflicts
      skipping merge, only test run
      
      processing dependency changes for active modules with package.json files
      processing for module MMM-DarkSkyForecast please wait
      ----------------------------------
      skipped processing for MMM-DarkSkyForecast, doing test run
      processing complete for module MMM-DarkSkyForecast
      processing for module MMM-NowPlayingOnSpotify please wait
      ----------------------------------
      skipped processing for MMM-NowPlayingOnSpotify, doing test run
      processing complete for module MMM-NowPlayingOnSpotify
      removing git alias
      test run, restoring files stashed
      Upgrade ended - qui jan 16 01:09:37 -03 2020
      
      posted in General Discussion
      I
      iorifly
    • MMM-NowPlayingOnSpotify With erro

      With that out. Does not display what I am playing.

      pi@raspberrypi:~/MagicMirror $ npm start
      
      > magicmirror@2.10.0 start /home/pi/MagicMirror
      > ./run-start.sh
      
      [02:08:45.316] [LOG] Starting MagicMirror: v2.10.0
      [02:08:45.349] [LOG] Loading config ...
      [02:08:45.368] [LOG] Loading module helpers ...
      [02:08:45.377] [LOG] No helper found for module: alert.
      [02:08:45.563] [LOG] Initializing new module helper ...
      [02:08:45.570] [LOG] Module helper loaded: updatenotification
      [02:08:45.573] [LOG] No helper found for module: clock.
      [02:08:47.019] [LOG] Initializing new module helper ...
      [02:08:47.022] [LOG] Module helper loaded: calendar
      [02:08:47.025] [LOG] No helper found for module: compliments.
      [02:08:48.211] [LOG] Initializing new module helper ...
      [02:08:48.214] [LOG] Module helper loaded: MMM-DarkSkyForecast
      [02:08:49.639] [LOG] Initializing new module helper ...
      [02:08:49.642] [LOG] Module helper loaded: MMM-NowPlayingOnSpotify
      [02:08:49.752] [LOG] Initializing new module helper ...
      [02:08:49.755] [LOG] Module helper loaded: newsfeed
      [02:08:49.759] [LOG] All module helpers loaded.
      [02:08:49.766] [LOG] Starting server on port 8080 ...
      [02:08:49.846] [LOG] Server started ...
      [02:08:49.855] [LOG] Connecting socket for: updatenotification
      [02:08:49.866] [LOG] Connecting socket for: calendar
      [02:08:49.873] [LOG] Starting node helper for: calendar
      [02:08:49.878] [LOG] Connecting socket for: MMM-DarkSkyForecast
      [02:08:49.882] [LOG] ====================== Starting node_helper for module [MMM-DarkSkyForecast]
      [02:08:49.886] [LOG] Connecting socket for: MMM-NowPlayingOnSpotify
      [02:08:49.890] [LOG] Connecting socket for: newsfeed
      [02:08:49.894] [LOG] Starting module: newsfeed
      [02:08:49.896] [LOG] Sockets connected & modules started ...
      [02:08:49.900] [LOG]
      Ready to go! Please point your browser to: http://localhost:8080
      Starting chromium browser now, have patience, it takes a minute
       --disable-quic --enable-tcp-fast-open --ppapi-flash-path=/usr/lib/chromium-browser/libpepflashplayer.so --ppapi-flash-args=enable_stagevideo_auto=0 --ppapi-flash-version=
      [02:09:02.796] [ERROR]  (node:8894) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
      [02:09:03.877] [ERROR]  Error while refreshing:
      [02:09:03.880] [ERROR]  Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
          at doWrite (_stream_writable.js:411:19)
          at writeOrBuffer (_stream_writable.js:399:5)
          at Socket.Writable.write (_stream_writable.js:299:11)
          at Console.con.(anonymous function) [as log] (/home/pi/MagicMirror/node_modules/console-stamp/main.js:150:46)
          at refreshAccessToken.then (/home/pi/MagicMirror/modules/MMM-NowPlayingOnSpotify/core/SpotifyConnector.js:24:19)
          at process._tickCallback (internal/process/next_tick.js:68:7)
      [02:09:03.952] [ERROR]  Error while refreshing:
      [02:09:03.968] [ERROR]  Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
          at doWrite (_stream_writable.js:411:19)
          at writeOrBuffer (_stream_writable.js:399:5)
          at Socket.Writable.write (_stream_writable.js:299:11)
          at Console.con.(anonymous function) [as log] (/home/pi/MagicMirror/node_modules/console-stamp/main.js:150:46)
          at refreshAccessToken.then (/home/pi/MagicMirror/modules/MMM-NowPlayingOnSpotify/core/SpotifyConnector.js:24:19)
          at process._tickCallback (internal/process/next_tick.js:68:7)
      [02:09:04.036] [ERROR]  Error while refreshing:
      [02:09:04.041] [ERROR]  Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
          at doWrite (_stream_writable.js:411:19)
          at writeOrBuffer (_stream_writable.js:399:5)
          at Socket.Writable.write (_stream_writable.js:299:11)
          at Console.con.(anonymous function) [as log] (/home/pi/MagicMirror/node_modules/console-stamp/main.js:150:46)
          at refreshAccessToken.then (/home/pi/MagicMirror/modules/MMM-NowPlayingOnSpotify/core/SpotifyConnector.js:24:19)
          at process._tickCallback (internal/process/next_tick.js:68:7)
      [02:09:04.745] [ERROR]  Error while refreshing:
      [02:09:04.748] [ERROR]  Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
          at doWrite (_stream_writable.js:411:19)
          at writeOrBuffer (_stream_writable.js:399:5)
          at Socket.Writable.write (_stream_writable.js:299:11)
          at Console.con.(anonymous function) [as log] (/home/pi/MagicMirror/node_modules/console-stamp/main.js:150:46)
          at refreshAccessToken.then (/home/pi/MagicMirror/modules/MMM-NowPlayingOnSpotify/core/SpotifyConnector.js:24:19)
          at process._tickCallback (internal/process/next_tick.js:68:7)
      [02:09:05.293] [ERROR]  Error while refreshing:
      [02:09:05.297] [ERROR]  Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
          at doWrite (_stream_writable.js:411:19)
          at writeOrBuffer (_stream_writable.js:399:5)
      
      posted in Troubleshooting
      I
      iorifly
    • 1 / 1