MMM-DropboxWallpaper icon indicating copy to clipboard operation
MMM-DropboxWallpaper copied to clipboard

Module not working

Open mchcreations opened this issue 4 years ago • 1 comments

Hi,

I have tried to use the module however it does nothing. Please note I'm very beginner in coding

My code: `

                 module: "MMM-DropboxWallpaper",
                    position: "fullscreen_below", 
                    classes: "default everyone", 
                    config: {
                   refreshInterval: 1000*60,
                   search: [".jpg", ".png", ".gif"],
                                    directory: "/",
                                    sort: "random", 
                                    tokenLocationIQ : "xxx", 
                                    dropboxAccessToken: "xxx",
                                    width: "100%", 
                                    height: "100%",
                                    mode: "cover", 
                                    dateTimeFormat: "HH:mm MMM Do, YYYY", 

} ` apart of adding the tokes the code is almost as the original. Unsure why a location token was required,but created anyway

I have no added directory as in dropbox I got it as: Permission type - Scoped App (App Folder)

With that literally nothing appears on screen for that module

If someone can help

Thanks in advance

mchcreations avatar Jan 29 '21 19:01 mchcreations

You should see entries en the log starting with DBXWLP such as [2021-01-31 21:33:47.263] [LOG] [DBXWLP] Scanning. 1 0 [2021-01-31 21:33:47.267] [LOG] [DBXWLP] Scanning. 6 4 [2021-01-31 21:33:47.268] [LOG] [DBXWLP] Scanning. 6 3 [2021-01-31 21:33:47.270] [LOG] [DBXWLP] Scanning. 6 2 [2021-01-31 21:33:47.271] [LOG] [DBXWLP] Scanning. 6 1 [2021-01-31 21:33:47.273] [LOG] [DBXWLP] Scanning. 6 0

wormiedk avatar Jan 31 '21 20:01 wormiedk