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

MMM-dropbox - new module to show Dropbox photos on your mirror!

Scheduled Pinned Locked Moved Entertainment
16 Posts 6 Posters 5.4k Views 6 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
    swampy242001
    last edited by Sep 15, 2019, 9:00 PM

    Hi, got the app on my mirror all ok. The problem is it tells me the dropbox folder does not exist.

    Here is the code, please see if I have gone wrong, left folder blank due to wanting all photos.

    {
    module: ‘mmm-dropbox’,
    position: ‘top_bar’, // pick whichever position you want
    config: {
    token: ‘<kxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxMJG_o0xxgC>’,
    folder: ‘<DROPBOX_FOLDER_NAME>’,
    // … and whatever else configuration options you want to use
    }
    },

    Would really like to get this working.

    Thank you for looking

    S 1 Reply Last reply Sep 15, 2019, 10:14 PM Reply Quote 0
    • S Offline
      sdetweil @swampy242001
      last edited by Sep 15, 2019, 10:14 PM

      @swampy242001 try ‘/’ as the folder

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      K 1 Reply Last reply Jul 29, 2020, 7:42 PM Reply Quote 0
      • K Offline
        KamiSchami @sdetweil
        last edited by Jul 29, 2020, 7:42 PM

        @sdetweil said in MMM-dropbox - new module to show Dropbox photos on your mirror!:

        @swampy242001 try ‘/’ as the folder

        Hi, auch das funktioniert nicht bei mir. Was kann es noch sein? VG

        Real programmers never work 9 to 5. If they are around at 9 AM, it's because they were up all night.

        S 1 Reply Last reply Jul 29, 2020, 7:48 PM Reply Quote 0
        • S Offline
          sdetweil @KamiSchami
          last edited by Jul 29, 2020, 7:48 PM

          @KamiSchami did u fill in the token field?

          I don’t know anything about this module, but my code that reads images from Dropbox continues to work, do the API is still good

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          K 1 Reply Last reply Jul 29, 2020, 7:53 PM Reply Quote 0
          • K Offline
            KamiSchami @sdetweil
            last edited by Jul 29, 2020, 7:53 PM

            @sdetweil said in MMM-dropbox - new module to show Dropbox photos on your mirror!:

            @KamiSchami did u fill in the token field?

            I don’t know anything about this module, but my code that reads images from Dropbox continues to work, do the API is still good

            Yes, i have the Token.

            Real programmers never work 9 to 5. If they are around at 9 AM, it's because they were up all night.

            S 1 Reply Last reply Jul 29, 2020, 8:33 PM Reply Quote 0
            • S Offline
              sdetweil @KamiSchami
              last edited by Jul 29, 2020, 8:33 PM

              @KamiSchami open the developers window ctrl-shift-i then select the console tab and scroll up to see any errors, usually red text.

              also look at the terminal window log, pm2 --lines=100

              or the messages in the terminal window where u did npm start

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • B Offline
                Blakwatch
                last edited by Feb 7, 2022, 6:39 PM

                I realize this is an old thread, but I tried installing this module and all I get is “Loading…” on the Magic Mirror. Have tried 2 API tokens and several different folders including Dropbox root. No luck. Help?

                S 1 Reply Last reply Feb 7, 2022, 6:59 PM Reply Quote 0
                • S Offline
                  sdetweil @Blakwatch
                  last edited by Feb 7, 2022, 6:59 PM

                  @blakwatch see the post just before yours for debugging

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  B 1 Reply Last reply Feb 7, 2022, 7:17 PM Reply Quote 0
                  • B Offline
                    Blakwatch @sdetweil
                    last edited by Feb 7, 2022, 7:17 PM

                    @sdetweil No errors in developer mode. I have the following in pm2 log:

                    0|MagicMir | [07.02.2022 14:51.19.466] [ERROR] Whoops! There was an uncaught exception...
                    0|MagicMir | [07.02.2022 14:51.19.472] [ERROR] TypeError: Cannot read properties of undefined (reading 'length')
                    0|MagicMir |     at Class.getData (/home/pi/MagicMirror/modules/mmm-dropbox/node_helper.js:54:43)
                    0|MagicMir |     at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/mmm-dropbox/node_helper.js:363:18)
                    0|MagicMir |     at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:109:11)
                    0|MagicMir |     at Socket.emit (node:events:394:28)
                    0|MagicMir |     at Socket.emitUntyped (/home/pi/MagicMirror/node_modules/socket.io/dist/typed-events.js:69:22)
                    0|MagicMir |     at /home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:466:39
                    0|MagicMir |     at processTicksAndRejections (node:internal/process/task_queues:78:11)
                    
                    
                    S 1 Reply Last reply Feb 7, 2022, 8:49 PM Reply Quote 0
                    • S Offline
                      sdetweil @Blakwatch
                      last edited by Feb 7, 2022, 8:49 PM

                      @blakwatch module had trouble getting data don’t know why. open an issue on the module GitHub page…

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply 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