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

ChrizZz

@ChrizZz

2
Reputation
215
Profile views
21
Posts
0
Followers
0
Following
Joined Jul 21, 2019, 12:40 PM
Last Online Oct 23, 2024, 6:49 PM
Age 34
Location Germany

ChrizZz Unfollow Follow

Best posts made by ChrizZz

  • RE: Problem with updating to 2.10.0 from 2.9.0 using update script

    sorry to use the same topic. I have also trouble with the update to 2.10.0. The update script works, but I still have the notification that there is an update for MM. But the update log ends with “Upgrade ended - Do Jan 2 20:24:45 CET 2020”.

    posted in Troubleshooting
    C
    ChrizZz
    Jan 2, 2020, 7:30 PM
  • RE: MMM-Face-Reco-DNN - All new Face Recognition

    damn - 2nd try without a virtual environment.

    @nischi: Is there a chance that you merge your module also with MMM-MotionDetector? Currently I use the camera to activate and deactive my screen and Google told me that it isn’t possible that 2 processes use the same camera. The suggested solution was to use a 2nd camera, merge both processes or stream the camera picture.

    posted in Utilities
    C
    ChrizZz
    Jul 22, 2019, 7:22 PM

Latest posts made by ChrizZz

  • RE: MMM-PIR-Sensor error

    @sdetweil I have the same error, tried your commands but running into another issue:

    ⠼ Building module: epoll, Completed: 0make: Verzeichnis „/home/pi/MagicMirror/mo                                                                                                                                                             dules/MMM-PIR-Sensor/node_modules/epoll/build“ wird betreten
      CXX(target) Release/obj.target/epoll/src/epoll.o
    ⠴ Building module: epoll, Completed: 0In file included from ../../nan/nan.h:288                                                                                                                                                              ,
                     from ../src/epoll.cc:15:
    ../../nan/nan_typedarray_contents.h: In constructor ‘Nan::TypedArrayContents<T>:                                                                                                                                                             :TypedArrayContents(v8::Local<v8::Value>)’:
    ../../nan/nan_typedarray_contents.h:34:43: error: ‘class v8::ArrayBuffer’ has no                                                                                                                                                              member named ‘GetContents’; did you mean ‘IsContext’?
           data   = static_cast<char*>(buffer->GetContents().Data()) + byte_offset;
                                               ^~~~~~~~~~~
                                               IsContext
    ⠏ Building module: epoll, Completed: 0make: *** [epoll.target.mk:117: Release/ob                                                                                                                                                             j.target/epoll/src/epoll.o] Fehler 1
    make: Verzeichnis „/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epol                                                                                                                                                             l/build“ wird verlassen
    ✖ Rebuild Failed
    
    An unhandled error occurred inside electron-rebuild
    node-gyp failed to rebuild '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_mod                                                                                                                                                             ules/epoll'.
    For more information, rerun with the DEBUG environment variable set to "electron                                                                                                                                                             -rebuild".
    
    Error: `make` failed with exit code: 2
    
    
    
    Error: node-gyp failed to rebuild '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/n                                                                                                                                                             ode_modules/epoll'.
    For more information, rerun with the DEBUG environment variable set to "electron                                                                                                                                                             -rebuild".
    
    Error: `make` failed with exit code: 2
    
    
        at NodeGyp.rebuildModule (/home/pi/MagicMirror/node_modules/electron-rebuild                                                                                                                                                             /lib/src/module-type/node-gyp.js:109:19)
        at processTicksAndRejections (internal/process/task_queues.js:95:5)
        at async ModuleRebuilder.rebuildNodeGypModule (/home/pi/MagicMirror/node_mod                                                                                                                                                             ules/electron-rebuild/lib/src/module-rebuilder.js:94:9)
        at async Rebuilder.rebuildModuleAt (/home/pi/MagicMirror/node_modules/electr                                                                                                                                                             on-rebuild/lib/src/rebuild.js:226:9)
        at async Rebuilder.rebuild (/home/pi/MagicMirror/node_modules/electron-rebui                                                                                                                                                             ld/lib/src/rebuild.js:184:17)
        at async /home/pi/MagicMirror/node_modules/electron-rebuild/lib/src/cli.js:1                                                                                                                                                             54:9
    
    

    Do you have an idea how to solve it?

    //edit: Just removed the MMM-PIR-Sensor directory, cloned it again from GitHub and made a fresh installation worked. Seems like I messed up the node_modules folder.

    posted in Troubleshooting
    C
    ChrizZz
    Oct 9, 2021, 9:24 PM
  • RE: MagicMirror² v2.15.0 is available don't work.

    @chrizzz said in MagicMirror² v2.15.0 is available don't work.:

    I do have some strange things after the update.

    At first, the new weather module is just “loading” without displaying content. Even after 30+ minutes. Is there something wrong with the config? I saw that there is a minor issue with the data request which will cause it to load for ~10min (or to reduce the update interval).

    {
    			module: "weather",
    			position: "top_right",
    			classes: "always",
    			config: {
    				// See 'Configuration options' for more information.
    				type: "current",
    				locationID: "YYY",
    				appid: "XXX"
    			}
    		},
    

    I checked this again with switching back to the old module and the old module works. The forcasting takes 10min (as expected) but the module itself works. I thought this might be something with the connection to the API. Any ideas?

    posted in Troubleshooting
    C
    ChrizZz
    Apr 7, 2021, 7:01 PM
  • RE: MagicMirror² v2.15.0 is available don't work.

    @sdetweil yes I did and both worked.

    I did npm install in all module folders too and did the npm install of MM multiple times just to check if something is wrong

    posted in Troubleshooting
    C
    ChrizZz
    Apr 4, 2021, 8:03 AM
  • RE: MagicMirror² v2.15.0 is available don't work.

    I do have some strange things after the update.

    At first, the new weather module is just “loading” without displaying content. Even after 30+ minutes. Is there something wrong with the config? I saw that there is a minor issue with the data request which will cause it to load for ~10min (or to reduce the update interval).

    {
    			module: "weather",
    			position: "top_right",
    			classes: "always",
    			config: {
    				// See 'Configuration options' for more information.
    				type: "current",
    				locationID: "YYY",
    				appid: "XXX"
    			}
    		},
    

    And I have new lines of errors in the log, I don’t understand why these syntax errors appear. I checked my config file and everything looks fine. Regarding git, does this mean it couldn’t connect to github?

    [03.04.2021 23:22.22.900] [ERROR] Failed to parse data , error SyntaxError: Unexpected end of JSON input
    [03.04.2021 23:22.24.037] [ERROR] Failed to parse data , error SyntaxError: Unexpected end of JSON input
    [03.04.2021 23:22.25.987] [ERROR] Failed to fetch git data for MMM-CountEvents: Error: block timeout reached
    [03.04.2021 23:22.27.080] [ERROR] Failed to fetch git data for MMM-Parcel: Error: block timeout reached
    [03.04.2021 23:22.35.518] [ERROR] Failed to fetch git data for MMM-Face-Reco-DNN: Error: block timeout reached
    [03.04.2021 23:22.39.290] [ERROR] Failed to fetch git data for MMM-PIR-Sensor: Error: block timeout reached
    [03.04.2021 23:32.42.638] [ERROR] Failed to fetch git data for MMM-CountEvents: Error: block timeout reached
    [03.04.2021 23:37.14.466] [ERROR] Failed to parse data , error SyntaxError: Unexpected end of JSON input
    [03.04.2021 23:37.14.577] [ERROR] Failed to parse data , error SyntaxError: Unexpected end of JSON input
    [03.04.2021 23:52.14.126] [ERROR] Failed to parse data , error SyntaxError: Unexpected end of JSON input
    [03.04.2021 23:52.14.377] [ERROR] Failed to parse data , error SyntaxError: Unexpected end of JSON input
    
    posted in Troubleshooting
    C
    ChrizZz
    Apr 3, 2021, 10:01 PM
  • RE: Updatenotification bar doesn't show up

    It works again. I think it was my mistake in the config based on the classes setting or compared with the carousel module.

    posted in Troubleshooting
    C
    ChrizZz
    Feb 10, 2021, 11:25 PM
  • RE: Updatenotification bar doesn't show up

    @sdetweil

    git version 2.20.1
    
    posted in Troubleshooting
    C
    ChrizZz
    Feb 9, 2021, 9:42 PM
  • RE: Updatenotification bar doesn't show up

    @sdetweil but I have modules with available updates and the update notification module doesn’t work for a few months. I did my last MM update without been notified. I did it just because it was weird to have such a long time without the update notification

    posted in Troubleshooting
    C
    ChrizZz
    Feb 9, 2021, 8:05 PM
  • RE: Updatenotification bar doesn't show up

    @sdetweil sorry Sam, I think I don’t get your answer.

    posted in Troubleshooting
    C
    ChrizZz
    Feb 9, 2021, 7:35 PM
  • Updatenotification bar doesn't show up

    Hey guys,

    I am struggling with the default module “updatenotification”. It doesn’t show the notification bar if there is an update for MM or one of the modules.

    The mm-out.log shows:

    [08.02.2021 18:55.19.771] [LOG]   Initializing new module helper ...
    [08.02.2021 18:55.19.773] [LOG]   Module helper loaded: updatenotification
    [08.02.2021 18:55.24.000] [LOG]   Connecting socket for: updatenotification
    

    There aren’t any log entries in mm-error.log

    My config has these lines for the module:

    {
    			module: "updatenotification",
    			position: "top_bar",
    			classes: "always"
    },
    

    I tried it without the classes line too.

    My MM version is 2.14.0

    //e: I used the “Troubleshooting” space and not the one in modules because I thought default modules would fit to this space better.

    posted in Troubleshooting
    C
    ChrizZz
    Feb 9, 2021, 6:23 PM
  • RE: new update/upgrade script, ready for testing

    @evroom said in new update/upgrade script, ready for testing:

    @ChrizZz said in new update/upgrade script, ready for testing:

    Now my Pi is downloading the electron v3.1.13 version with 3.01 kB/s.

    It looks like github has problems. I also cannot download other stuff from it with proper speed or without running into a timeout. Perhaps local or depends on your ISP region.

    I started installing electron in a new terminal session and it is downloading now with 16 kB/s. Maybe a stupid decission, maybe not.

    Current status: 45% downloaded in the new terminal session, 18.5% downloaded as part of the MM update.

    //edit: I stopped the inital installation, downloaded the right electron file from a mirror and placed the zip file in the /home/pi/.cache/electron folder. After that I updated electron manually. It worked well and after that I started npm install of the new MM version again. Now everything is updated without waiting years to download the zip from Github.

    posted in General Discussion
    C
    ChrizZz
    Jan 3, 2020, 7:23 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy