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.

    Need help please MMM-dropbox error

    Scheduled Pinned Locked Moved Solved Troubleshooting
    15 Posts 3 Posters 3.6k Views 3 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.
    • S Offline
      sdetweil @Stoffbeuteluwe
      last edited by

      @Stoffbeuteluwe which mmm-dropbox is this?

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      StoffbeuteluweS 1 Reply Last reply Reply Quote 0
      • StoffbeuteluweS Offline
        Stoffbeuteluwe Project Sponsor @sdetweil
        last edited by

        @sdetweil hey Sam can you help me with my current weather module …it is locked at every start off MM and I don’t know why:thinking_face:

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

          @Stoffbeuteluwe said in Need help please MMM-dropbox error:

          it is locked at every start off MM

          what does that mean?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          mumblebajM StoffbeuteluweS 2 Replies Last reply Reply Quote 0
          • StoffbeuteluweS Offline
            Stoffbeuteluwe Project Sponsor @sdetweil
            last edited by

            https://github.com/michael5r/mmm-dropbox

            1 Reply Last reply Reply Quote 0
            • mumblebajM Offline
              mumblebaj Module Developer @sdetweil
              last edited by

              @sdetweil I love this. Gone from MMM-dropbox to weather module…:grinning_face: :smiling_face_with_open_mouth: :smiling_face_with_open_mouth_smiling_eyes:

              Check out my modules at: https://github.com/mumblebaj?tab=repositories
              Check my blog-post: https://mumblebaj.xyz/

              StoffbeuteluweS 1 Reply Last reply Reply Quote 0
              • StoffbeuteluweS Offline
                Stoffbeuteluwe Project Sponsor @sdetweil
                last edited by Stoffbeuteluwe

                @sdetweil it is a lock on Remote Control it say a other module have locked the current weather module
                i must open the lock then it works

                S 1 Reply Last reply Reply Quote 0
                • StoffbeuteluweS Offline
                  Stoffbeuteluwe Project Sponsor @mumblebaj
                  last edited by

                  @mumblebaj 😀

                  StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                  • StoffbeuteluweS Offline
                    Stoffbeuteluwe Project Sponsor @Stoffbeuteluwe
                    last edited by

                    @Stoffbeuteluwe ok at first we can try to handle the Dropbox problem

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

                      @Stoffbeuteluwe said in Need help please MMM-dropbox error:

                      is a lock on Remote Control it say a other module have locked the current weather module

                      no idea, never seen this

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

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

                        @Stoffbeuteluwe said in Need help please MMM-dropbox error:

                        k at first we can try to handle the Dropbox problem

                        he has a bad design,

                        he starts a timer, with a 0 delay
                        initialLoadDelay int 0 How long to delay the initial load (in ms)

                        and so it calls to get data BEFORE it initializes the node helper…

                        in your config.js config {} section for this module add

                          initialLoadDelay: 5000,
                        

                        and it says if the token is not specified, present and error message,

                             if (this.config.token === '') {
                                        this.errMsg = 'Please add your Dropbox token to the MagicMirror config.js file.';
                        

                        but it still calls the node helper to get data, which then crashes with the error u see

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        StoffbeuteluweS 2 Replies Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • 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