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.

    my mirror freezes!

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    98 Posts 5 Posters 36.8k Views 4 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.
    • M Offline
      Manu85
      last edited by

      “u can send it to me by email, to my same userid as here at gmail”?

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Manu85
        last edited by

        @Manu85 correct… what is my userid here? yours is manu85

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • M Offline
          Manu85
          last edited by

          I just sent you an email thank you for confirming that it is correct

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @Manu85
            last edited by

            @Manu85 from the log
            looks like MMM-SoccerLiveScore/ had a fatal error when no data was presented

             [ERROR]  2020-04-07T09:00:27 <error> SyntaxError: Unexpected token u in JSON at position 0
            0|MagicMir |     at JSON.parse (<anonymous>)
            0|MagicMir |     at Request._callback (/home/pi/MagicMirror/modules/MMM-SoccerLiveScore/node_helper.js:192:29)
            

            and that error killed MM

            0|MagicMir | [2020-04-07 09:00:27.567] [LOG]    2020-04-07T09:00:27 <log> Whoops! There was an uncaught exception... (/home/pi/MagicMirror/js/app.js:39 process.<anonymous>)
            0|MagicMir | [2020-04-07 09:00:27.592] [LOG]    2020-04-07T09:00:27 <log> MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? (/home/pi/MagicMirror/js/app.js:41 process.<anonymous>)
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • M Offline
              Manu85
              last edited by

              @sdetweil well done !!! Do we have to do something?

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @Manu85
                last edited by

                @Manu85 yes, short term, disable the MMM-SoccerLiveScore module
                add

                disabled:true, 
                

                to its module definition on config.js

                the system should no longer crash

                then work with the module author to get a fix

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • M Offline
                  Manu85
                  last edited by sdetweil

                  @sdetweil like that?

                  {
                  			disabled:true,
                  			module: 'MMM-SoccerLiveScore',
                  			position: 'top_right',
                  			header: 'Scores en direct',
                  			config: {
                  				leagues: [34, 8],
                  		        showNames: true,
                  		        showLogos: true,
                  		        displayTime: 60 * 1000,
                  		        showTables: true
                  			}
                  		},
                  
                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @Manu85
                    last edited by

                    @Manu85

                    yes

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      Manu85
                      last edited by

                      @sdetweil ok i will try thank you again you are a genius

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @Manu85
                        last edited by sdetweil

                        @Manu85 the module author posted in 2018 that he no longer had time to maintain this module…

                        I looked at the code and all the data operations do not check for errors. so there is quite a bit of work to fix the module

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 5
                        • 6
                        • 7
                        • 8
                        • 9
                        • 10
                        • 7 / 10
                        • First post
                          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