• 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.

Need help please MMM-dropbox error

Scheduled Pinned Locked Moved Solved Troubleshooting
15 Posts 3 Posters 3.5k 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
    Stoffbeuteluwe Project Sponsor @Stoffbeuteluwe
    last edited by Aug 31, 2019, 12:41 PM

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

    S 1 Reply Last reply Aug 31, 2019, 12:51 PM Reply Quote 0
    • S Offline
      sdetweil @Stoffbeuteluwe
      last edited by Aug 31, 2019, 12:46 PM

      @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 Aug 31, 2019, 12:51 PM Aug 31, 2019, 12:51 PM

        @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

        S 2 Replies Last reply Aug 31, 2019, 12:53 PM Reply Quote 0
        • S Offline
          Stoffbeuteluwe Project Sponsor @sdetweil
          last edited by Aug 31, 2019, 12:53 PM

          @sdetweil sometimes it works but not very often

          1 Reply Last reply Reply Quote 0
          • S Offline
            Stoffbeuteluwe Project Sponsor @sdetweil
            last edited by Stoffbeuteluwe Aug 31, 2019, 12:54 PM Aug 31, 2019, 12:54 PM

            @sdetweil I will try a new token…thanks Sam

            1 Reply Last reply Reply Quote 0
            • 1
            • 2
            • 2 / 2
            2 / 2
            • First post
              14/15
              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