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

    Posts

    Recent Best Controversial
    • RE: MMM-Awesome-alexa

      @blake_northrup you can try MMM-AlexaControl that works perfect

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • Upgrade Problem on Mac

      Hi, @sdetweil i have used you install script but I have an error…

      patrickhahn@Mac-mini ~ % bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
      apply: line 40: greadlink: command not found
      usage: dirname path
      the log will be /Users/patrickhahn/MagicMirror/installers/upgrade.log
      doing test run = false
      update log will be in /Users/patrickhahn/MagicMirror/installers/upgrade.log
      
      saving custom.css
      upgrading from version 2.11.0 to 2.12.0
      fetching latest revisions
      remote: Enumerating objects: 15023, done.
      remote: Counting objects: 100% (15023/15023), done.
      remote: Compressing objects: 100% (5704/5704), done.
      remote: Total 14778 (delta 9068), reused 14466 (delta 8767), pack-reused 0
      Receiving objects: 100% (14778/14778), 14.44 MiB | 5.67 MiB/s, done.
      Resolving deltas: 100% (9068/9068), completed with 182 local objects.
      From https://github.com/MichMich/MagicMirror
         447c0bf..018cb91  master     -> origin/master
       * [new tag]         v2.12.0    -> v2.12.0
       * [new tag]         V2.2.1     -> V2.2.1
       * [new tag]         v.2.1.3    -> v.2.1.3
       * [new tag]         v2.0.0     -> v2.0.0
       * [new tag]         v2.0.1     -> v2.0.1
       * [new tag]         v2.0.2     -> v2.0.2
       * [new tag]         v2.0.3     -> v2.0.3
       * [new tag]         v2.0.4     -> v2.0.4
       * [new tag]         v2.0.5     -> v2.0.5
       * [new tag]         v2.1.0     -> v2.1.0
       * [new tag]         v2.1.1     -> v2.1.1
       * [new tag]         v2.1.2     -> v2.1.2
       * [new tag]         v2.10.0    -> v2.10.0
       * [new tag]         v2.10.1    -> v2.10.1
       * [new tag]         v2.2.0     -> v2.2.0
       * [new tag]         v2.2.2     -> v2.2.2
       * [new tag]         v2.3.0     -> v2.3.0
       * [new tag]         v2.3.1     -> v2.3.1
       * [new tag]         v2.4.0     -> v2.4.0
       * [new tag]         v2.4.1     -> v2.4.1
       * [new tag]         v2.5.0     -> v2.5.0
       * [new tag]         v2.6.0     -> v2.6.0
       * [new tag]         v2.7.0     -> v2.7.0
       * [new tag]         v2.7.1     -> v2.7.1
       * [new tag]         v2.8.0     -> v2.8.0
       * [new tag]         v2.9.0     -> v2.9.0
      there are 5 local files that are different than the master repo
      
         installers/mm.sh
         js/socketclient.js
         package-lock.json
         package.json
         vendor/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
      updating MagicMirror runtime, please wait
      
      > electron@6.1.7 postinstall /Users/patrickhahn/MagicMirror/node_modules/electron
      > node install.js
      
      
      > magicmirror@2.12.0 install /Users/patrickhahn/MagicMirror
      > echo "Installing vendor files ...
      " && cd vendor && npm install --loglevel=error
      
      Installing vendor files ...
      
      
      > fsevents@1.2.4 install /Users/patrickhahn/MagicMirror/vendor/node_modules/fsevents
      > node install
      
        SOLINK_MODULE(target) Release/.node
        CXX(target) Release/obj.target/fse/fsevents.o
      In file included from ../fsevents.cc:6:
      In file included from ../../nan/nan.h:222:
      In file included from ../../nan/nan_converters.h:67:
      ../../nan/nan_converters_43_inl.h:22:1: warning: 'ToBoolean' is deprecated: ToBoolean can never throw. Use Local version. [-Wdeprecated-declarations]
      X(Boolean)
      ^
      ../../nan/nan_converters_43_inl.h:18:12: note: expanded from macro 'X'
            val->To ## TYPE(isolate->GetCurrentContext())                            \
                 ^
      <scratch space>:207:1: note: expanded from here
      ToBoolean
      ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:2663:3: note: 'ToBoolean' has been explicitly marked deprecated here
        V8_DEPRECATED("ToBoolean can never throw. Use Local version.",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:6:
      In file included from ../../nan/nan.h:222:
      In file included from ../../nan/nan_converters.h:67:
      ../../nan/nan_converters_43_inl.h:40:1: warning: 'BooleanValue' is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations]
      X(bool, Boolean)
      ^
      ../../nan/nan_converters_43_inl.h:37:15: note: expanded from macro 'X'
        return val->NAME ## Value(isolate->GetCurrentContext());                     \
                    ^
      <scratch space>:214:1: note: expanded from here
      BooleanValue
      ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:2701:3: note: 'BooleanValue' has been explicitly marked deprecated here
        V8_DEPRECATED("BooleanValue can never throw. Use Isolate version.",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:6:
      In file included from ../../nan/nan.h:223:
      In file included from ../../nan/nan_new.h:189:
      ../../nan/nan_implementation_12_inl.h:356:37: error: too few arguments to function call, expected 2, have 1
        return v8::StringObject::New(value).As<v8::StringObject>();
               ~~~~~~~~~~~~~~~~~~~~~      ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:5531:3: note: 'New' declared here
        static Local<Value> New(Isolate* isolate, Local<String> value);
        ^
      In file included from ../fsevents.cc:6:
      In file included from ../../nan/nan.h:2722:
      ../../nan/nan_object_wrap.h:24:25: error: no member named 'IsNearDeath' in 'Nan::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >'
          assert(persistent().IsNearDeath());
                 ~~~~~~~~~~~~ ^
      /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/assert.h:93:25: note: expanded from macro 'assert'
          (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
                              ^
      In file included from ../fsevents.cc:6:
      In file included from ../../nan/nan.h:2722:
      ../../nan/nan_object_wrap.h:127:26: error: no member named 'IsNearDeath' in 'Nan::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >'
          assert(wrap->handle_.IsNearDeath());
                 ~~~~~~~~~~~~~ ^
      /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/assert.h:93:25: note: expanded from macro 'assert'
          (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
                              ^
      ../fsevents.cc:50:32: error: no template named 'Handle' in namespace 'v8'
          static void Initialize(v8::Handle<v8::Object> exports);
                                 ~~~~^
      ../fsevents.cc:63:6: warning: field 'async_resource' will be initialized after field 'lockStarted' [-Wreorder]
         : async_resource("fsevents:FSEvents"), lockStarted(false) {
           ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:89:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagNone").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagNone));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:90:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagMustScanSubDirs").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagMustScanSubDirs));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:91:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagUserDropped").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagUserDropped));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:92:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagKernelDropped").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagKernelDropped));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:93:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagEventIdsWrapped").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagEventIdsWrapped));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:94:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagHistoryDone").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagHistoryDone));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:95:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagRootChanged").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagRootChanged));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:96:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagMount").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagMount));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:97:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagUnmount").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagUnmount));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:98:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemCreated").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemCreated));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:99:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemRemoved").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemRemoved));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:100:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemInodeMetaMod").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemInodeMetaMod));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:101:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemRenamed").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemRenamed));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:102:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemModified").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemModified));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:103:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemFinderInfoMod").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemFinderInfoMod));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:104:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemChangeOwner").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemChangeOwner));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:105:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemXattrMod").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemXattrMod));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:106:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemIsFile").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemIsFile));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:107:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemIsDir").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemIsDir));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      In file included from ../fsevents.cc:82:
      ../src/constants.cc:108:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
        object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemIsSymlink").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemIsSymlink));
                ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8.h:3498:3: note: 'Set' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version",
        ^
      /Users/patrickhahn/Library/Caches/node-gyp/12.16.3/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated(message)))
                                  ^
      ../fsevents.cc:85:16: error: variable has incomplete type 'void'
      void FSEvents::Initialize(v8::Handle<v8::Object> exports) {
                     ^
      ../fsevents.cc:85:31: error: no member named 'Handle' in namespace 'v8'
      void FSEvents::Initialize(v8::Handle<v8::Object> exports) {
                                ~~~~^
      ../fsevents.cc:85:48: error: expected '(' for function-style cast or type construction
      void FSEvents::Initialize(v8::Handle<v8::Object> exports) {
                                           ~~~~~~~~~~^
      ../fsevents.cc:85:50: error: use of undeclared identifier 'exports'
      void FSEvents::Initialize(v8::Handle<v8::Object> exports) {
                                                       ^
      ../fsevents.cc:85:58: error: expected ';' after top level declarator
      void FSEvents::Initialize(v8::Handle<v8::Object> exports) {
                                                               ^
                                                               ;
      23 warnings and 9 errors generated.
      make: *** [Release/obj.target/fse/fsevents.o] Error 1
      gyp ERR! build error 
      gyp ERR! stack Error: `make` failed with exit code: 2
      gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
      gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
      gyp ERR! System Darwin 19.5.0
      gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/patrickhahn/MagicMirror/vendor/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/patrickhahn/MagicMirror/vendor/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64" "--napi_version=5" "--node_abi_napi=napi"
      gyp ERR! cwd /Users/patrickhahn/MagicMirror/vendor/node_modules/fsevents
      gyp ERR! node -v v12.16.3
      gyp ERR! node-gyp -v v5.1.0
      gyp ERR! not ok 
      node-pre-gyp ERR! build error 
      node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/patrickhahn/MagicMirror/vendor/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node --module_name=fse --module_path=/Users/patrickhahn/MagicMirror/vendor/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64 --napi_version=5 --node_abi_napi=napi' (1)
      node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/Users/patrickhahn/MagicMirror/vendor/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
      node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:310:20)
      node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
      node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
      node-pre-gyp ERR! System Darwin 19.5.0
      node-pre-gyp ERR! command "/usr/local/bin/node" "/Users/patrickhahn/MagicMirror/vendor/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build"
      node-pre-gyp ERR! cwd /Users/patrickhahn/MagicMirror/vendor/node_modules/fsevents
      node-pre-gyp ERR! node -v v12.16.3
      node-pre-gyp ERR! node-pre-gyp -v v0.10.0
      node-pre-gyp ERR! not ok 
      Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/patrickhahn/MagicMirror/vendor/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node --module_name=fse --module_path=/Users/patrickhahn/MagicMirror/vendor/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64 --napi_version=5 --node_abi_napi=napi' (1)
      added 62 packages from 37 contributors, removed 3 packages, updated 17 packages and audited 150 packages in 40.858s
      found 8 vulnerabilities (7 low, 1 high)
        run `npm audit fix` to fix them, or `npm audit` for details
      
      > magicmirror@2.12.0 postinstall /Users/patrickhahn/MagicMirror
      > npm run install-fonts && echo "MagicMirror installation finished successfully! 
      "
      
      
      > magicmirror@2.12.0 install-fonts /Users/patrickhahn/MagicMirror
      > echo "Installing fonts ...
      " && cd fonts && npm install --loglevel=error
      
      Installing fonts ...
      
      updated 1 package and audited 1 package in 0.476s
      found 0 vulnerabilities
      
      MagicMirror installation finished successfully! 
      
      

      do you have an idea ? thanks in advance

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: MMM-YouTube Black Border

      @ArthurOff the black bars are in the Video you can’t remove it, maybe you can adjust the size of the video but this will cut the left and right side too…

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: difference between MMM-awesome-alexa and MMM-Alexa

      @RIKKO14 Hey there is a another module that should work with amazon echo and google device

      MMM-AlexaControl

      that works much more easyer than the others…

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: CSS experiments for newbies

      @Piranha1605 :thumbs_up_medium-light_skin_tone: thanks nice work

      posted in Showcase
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: MMM-DWD-WarnWeather

      @Lojsi in node helper.js line 52 must have the word “KURZNAME“
      in my case the name of my city have changed a little bit …you have to search your city in the csv list you can find in the module on github

      posted in Utilities
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: MMM-DWD-WarnWeather

      @Lojsi https://forum.magicmirror.builders/topic/1027/mmm-dwd-warnweather-wetterwarnungen

      posted in Utilities
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: Dark sky module replacment

      @daymo87 https://forum.magicmirror.builders/topic/7227/changing-icons-of-the-modules-current-weather-and-weather-forecast

      posted in Requests
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: Dark sky module replacment

      @aarish you can change the Icon of the default weather module …I think that looks also good

      67AF29DA-7856-4FB0-A573-AED9CE1E48E1.jpeg

      posted in Requests
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: MMM-DWD-WarnWeather - Wetterwarnungen

      @lavolp3 I have Thalheim/Erzgeb.
      and it works

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 59
    • 60
    • 11 / 60