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
    • RE: I can't update my MM version
      pi@raspberrypi:~/MagicMirror $ bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"
      the log will be /home/pi/MagicMirror/installers/upgrade.log
      No LSB modules are available.
      doing test run = true
      update log will be in /home/pi/MagicMirror/installers/upgrade.log
      
      upgrading from version 2.10.0 to 2.10.1
      fetching latest revisions
      there are 2 local files that are different than the master repo
      
         installers/pm2_MagicMirror.json
         package-lock.json
      
      any *-lock.json files do not need to be saved
      do you want to save these files for later   (Y/n)?Y
      unknown option: -c user.name=upgrade_script
      usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
                 [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
                 [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
                 [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
                 <command> [<args>]
      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
      
      test run, restoring files stashed
      No stash entries found.
      pi@raspberrypi:~/MagicMirror $
      
      posted in General Discussion
      I
      iorifly
    • I can't update my MM version

      I can’t update my MM version. There is a warning on the screen. When trying to use the upgrade script I get the following error message.

      pi@raspberrypi:~/MagicMirror/installers $ ./upgrade-script.sh 
      the log will be /home/pi/MagicMirror/installers/upgrade.log
      No LSB modules are available.
      doing test run = true
      update log will be in /home/pi/MagicMirror/installers/upgrade.log
      
      saving custom.css
      cp: não foi possível obter estado de 'custom.css': Arquivo ou diretório inexistente
      upgrading from version 2.10.0 to 2.10.1
      fetching latest revisions
      there are 2 local files that are different than the master repo
      
         installers/pm2_MagicMirror.json
         package-lock.json
      
      any *-lock.json files do not need to be saved
      do you want to save these files for later   (Y/n)?y
      git: 'git_user_name' is not a git command. See 'git --help'.
      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
      cp: não foi possível obter estado de 'save_custom.css': Arquivo ou diretório inexistente
      rm: não foi possível remover 'save_custom.css': Arquivo ou diretório inexistente
      test run, restoring files stashed
      git: 'git_user_name' is not a git command. See 'git --help'.
      
      posted in General Discussion
      I
      iorifly
    • RE: Which modules with Home Assistant currently work?

      @cyberphox said in Which modules with Home Assistant currently work?:

      You are using:
      https://github.com/leinich/MMM-homeassistant-sensors

      I said this one works:

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

      It’s not working either.

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

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

      My exit when I request browser version

      pi@raspberrypi:~/MagicMirror $ chromium-browser --version
       --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=
      Chromium 74.0.3729.157 Built on Raspbian , running on Raspbian 10
      
      posted in Troubleshooting
      I
      iorifly
    • RE: erro MMM-HASS

      I look forward to something tomorrow. Thank you for not leaving me!

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

      @dvbit said in Which modules with Home Assistant currently work?:

      smartwebdisplay

      I don’t know this module (smartwebdisplay). And I already have a lovelace on my tablet.

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

      @sdetweil said in erro MMM-HASS:

      pi0, raspian jessie,

      When I remove HASS it also works.

      But I did not understand. You think there’s no way. Still debugging?

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

      @sdetweil

      Much! Thanks so much for helping me out! I do not know what else to do. I will send everything here to you.
      by message is not going.

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
          address: "localhost", // 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, is "localhost"
          port: 8080,
          ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
                                                                 // or add a specific IPv4 of 192.168.1.5 :
                                                                 // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
                                                                 // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
                                                                 // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
          language: "pt",
          timeFormat: 24,
          units: "metric",
          // serverOnly:  true/false/"local" ,
                       // local for armv6l processors, default 
                       //   starts serveronly and then starts chrome browser
                       // false, default for all  NON-armv6l devices
                       // true, force serveronly mode, because you want to.. no UI on this device
          
          modules: [
              {
                  module: "alert",
              },
              {
                  module: "updatenotification",
                  position: "top_bar"
              },
              {
                  module: "clock",
                  position: "top_left"
              },    
                     {
                  module: "calendar",
                  header: "Feriados",
                  position: "top_left",
                  config: {
                      calendars: [
                          {
                              symbol: "calendar-check",
                              url: "https://www.calendarlabs.com/ical-calendar/ics/37/Brazil_Holidays.ics"                    }
                      ]
                  }
              },
              {
                  module: "compliments",
                  position: "lower_third"
              },
              
              {
                             module: "MMM-DarkSkyForecast",
                             header: "Tempo em Duque de Caxias",
                             position: "top_right",
                             classes: "default everyone",
                             disabled: false,
                             config: {
                               apikey: "****",
                               latitude: "-22.787860",
                               longitude: "-43.303140",      
                               iconset: "4c",
                               units: "si",
                               concise: false,
                               forecastLayout: "table"
                            }
                      },
              
                      {
                      module: 'MMM-Screencast',
                      position: 'middle_center', // This position is for a hidden <div /> and not the screencast window
                      config: {
                          position: 'center',
                          height: 300,
                          width: 500,
                      }
                     },
              
              
              
              {
                          module: "newsfeed",
                          position: "bottom_bar",
                          config: {
                              feeds: [
                                  {
                                      title: "Noticias R7",
                                      url: "https://noticias.r7.com/rio-de-janeiro/feed.xml"
                                  }
                              ],
                              showSourceTitle: true,
                              showPublishDate: true,
                              broadcastNewsFeeds: true,
                              broadcastNewsUpdates: true
                          }
                      },
                              {
                      module: "MMM-HASS",
                      position: "middle_center",
                      config: {
                              host: "192.168.1.158",
                              port: "8123",
                              apipassword: "jeure3027",
                              hassiotoken: false,
                              https: false,
                              devices: [
                              { deviceLabel: "Exterior",
                                      deviceReadings: [
                                      { sensor: "sensor.disk_free", icon: "wi wi-thermometer", suffix: "%"}
                                      
                                      ]
                                }
                              
                                     ]
                              }       
              
                   },
              
                  ]
              
              };
              
              /*************** DO NOT EDIT THE LINE BELOW ***************/
              if (typeof module !== "undefined") {module.exports = config;}
              
      
      posted in Troubleshooting
      I
      iorifly
    • erro MMM-HASS

      I have the following error when trying to use the MMM-HASS module. MM loads, but keeps all modules with loading status.

      pi@raspberrypi:~/MagicMirror $ npm start
      
      > magicmirror@2.10.0 start /home/pi/MagicMirror
      > ./run-start.sh
      
      [21:04:03.127] [LOG] Starting MagicMirror: v2.10.0
      [21:04:03.163] [LOG] Loading config ...
      [21:04:03.185] [LOG] Loading module helpers ...
      [21:04:03.191] [LOG] No helper found for module: alert.
      [21:04:03.401] [LOG] Initializing new module helper ...
      [21:04:03.405] [LOG] Module helper loaded: updatenotification
      [21:04:03.408] [LOG] No helper found for module: clock.
      [21:04:04.630] [LOG] Initializing new module helper ...
      [21:04:04.633] [LOG] Module helper loaded: MMM-Screencast
      [21:04:06.010] [LOG] Initializing new module helper ...
      [21:04:06.013] [LOG] Module helper loaded: calendar
      [21:04:06.016] [LOG] No helper found for module: compliments.
      [21:04:07.345] [LOG] Initializing new module helper ...
      [21:04:07.347] [LOG] Module helper loaded: MMM-DarkSkyForecast
      [21:04:07.457] [LOG] Initializing new module helper ...
      [21:04:07.460] [LOG] Module helper loaded: newsfeed
      [21:04:07.548] [LOG] Initializing new module helper ...
      [21:04:07.553] [LOG] Module helper loaded: MMM-HASS
      [21:04:07.557] [LOG] All module helpers loaded.
      [21:04:07.563] [LOG] Starting server on port 8080 ...
      [21:04:07.688] [LOG] Server started ...
      [21:04:07.695] [LOG] Connecting socket for: updatenotification
      [21:04:07.703] [LOG] Connecting socket for: MMM-Screencast
      [21:04:07.710] [LOG] Connecting socket for: calendar
      [21:04:07.716] [LOG] Starting node helper for: calendar
      [21:04:07.721] [LOG] Connecting socket for: MMM-DarkSkyForecast
      [21:04:07.724] [LOG] ====================== Starting node_helper for module [MMM-DarkSkyForecast]
      [21:04:07.729] [LOG] Connecting socket for: newsfeed
      [21:04:07.734] [LOG] Starting module: newsfeed
      [21:04:07.740] [LOG] Connecting socket for: MMM-HASS
      [21:04:07.745] [LOG] Sockets connected & modules started ...
      [21:04:07.748] [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=
      events.js:174
            throw er; // Unhandled 'error' event
            ^
      
      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 process. (/home/pi/MagicMirror/js/app.js:40:10)
          at process.emit (events.js:198:13)
          at process._fatalException (internal/bootstrap/node.js:497:27)
      
      posted in Troubleshooting
      I
      iorifly
    • 1 / 1