• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MagicMirror² v2.15.0 is available don't work.

Scheduled Pinned Locked Moved Troubleshooting
44 Posts 9 Posters 11.0k Views 10 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    BKeyport Module Developer @sdetweil
    last edited by BKeyport Apr 2, 2021, 11:29 PM Apr 2, 2021, 11:25 PM

    @sdetweil

    mmm-dht-sensor@1.1.1 /home/pi/MagicMirror/modules/MMM-DHT-Sensor
    └─┬ electron-rebuild@1.10.1
      └── node-abi@2.16.0 
    

    For what it’s worth, it started working again on it’s own after issuing this command. No need to reinstall it’s dependencies.

    Bizarre.

    The "E" in "Javascript" stands for "Easy"

    S 1 Reply Last reply Apr 2, 2021, 11:30 PM Reply Quote 0
    • S Away
      sdetweil @BKeyport
      last edited by Apr 2, 2021, 11:30 PM

      @bkeyport great!

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      C 1 Reply Last reply Apr 3, 2021, 10:01 PM Reply Quote 0
      • C Offline
        ChrizZz @sdetweil
        last edited by Apr 3, 2021, 10:01 PM

        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
        
        S C 2 Replies Last reply Apr 3, 2021, 10:03 PM Reply Quote 0
        • S Away
          sdetweil @ChrizZz
          last edited by Apr 3, 2021, 10:03 PM

          @chrizzz looks like a networking error… did u npm install after git pull? did both work?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          C 1 Reply Last reply Apr 4, 2021, 8:03 AM Reply Quote 0
          • D Offline
            danjvd @sdetweil
            last edited by Apr 4, 2021, 3:38 AM

            @sdetweil Thanks for the help, was about to make a post when I found this thread.

            1 Reply Last reply Reply Quote 0
            • C Offline
              ChrizZz @sdetweil
              last edited by Apr 4, 2021, 8:03 AM

              @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

              1 Reply Last reply Reply Quote 0
              • S Offline
                Stoffbeuteluwe Project Sponsor
                last edited by Apr 6, 2021, 8:12 PM

                Hallo, i have installed the updatescript and than I have installed the valid url …the mirror starts normal and when i stop the Mirror I get this.

                nal SIGINT
                npm ERR! code ELIFECYCLE
                npm ERR! errno 1
                npm ERR! magicmirror@2.15.0 start: `DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js`
                npm ERR! Exit status 1
                npm ERR! 
                npm ERR! Failed at the magicmirror@2.15.0 start script.
                npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /Users/patrickhahn/.npm/_logs/2021-04-06T20_05_51_094Z-debug.log
                patrickhahn@Mac-mini MagicMirror % 
                
                

                hope somebody can help me …thanks

                S 1 Reply Last reply Apr 6, 2021, 9:33 PM Reply Quote 0
                • S Away
                  sdetweil @Stoffbeuteluwe
                  last edited by Apr 6, 2021, 9:33 PM

                  @stoffbeuteluwe that’s ok when u stop

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • U Offline
                    unfriendlydevice @sdetweil
                    last edited by Apr 7, 2021, 4:52 PM

                    @sdetweil what is the full command to run this? I’ve done some searching on the forum but haven’t found anything.

                    S 1 Reply Last reply Apr 7, 2021, 4:53 PM Reply Quote 0
                    • S Away
                      sdetweil @unfriendlydevice
                      last edited by Apr 7, 2021, 4:53 PM

                      @unfriendlydevice run ‘this’???

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      U 1 Reply Last reply Apr 7, 2021, 4:57 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 4 / 5
                      4 / 5
                      • First post
                        33/44
                        Last post
                      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