Read the statement by Michael Teeuw here.
Any slideshow / wallpaper modules that can pull from OneDrive?
-
Hi,
I’ve seen a couple modules that can pull photos from Google Drive or local files, but I’m looking for one that can pull from OneDrive. Does anyone know of one that can do this?I have a folder that’s full of files and other photos that I’d like a wallpaper or slideshow to pull from and just rotate images every so often.
Thanks.
-
@artemisjack I got it to work by creating an album for the module to use and specifying it in the config. It does take a few min to search and load the photos.
config: {
albums: [ “MagicMirror” ], -
@Kelemvor Well, you can always mount your onedrive on linux.
https://www.howtogeek.com/devops/how-to-mount-your-microsoft-onedrive-in-linux/
then point one of the local picture viewers to it via either a symlink or direct point, depending on the pictures module.
-
@BKeyport Well, that’s an interesting idea. I’d be curious how something like that handles the Pi filling up with space from downloading all the files from OneDrive in order to display them. It’d need a way f cleaning up after itself somehow.
My Onedrive Pictures folder has 70,000+ files at over 500 Gigs so not sure how it’d handle that.
-
@Kelemvor that is WAY too many to have one module display them,
most pull the WHOLE list… -
-
@hermanho Nice work. Please add it to the 3rd Party Modules Page as well. Looks great!
-
@hermanho
Hello, I am trying to use the module MMM-OneDrive.I was able to log in to get the appropriate permissions. I looked at the log and it says:
[LOG] [ONEDRIVE:CORE]: onAuthReady done
[LOG] [ONEDRIVE:CORE]: Getting Album info chunks.
[LOG] [ONEDRIVE:CORE]: Error: The resource could not be found. -
@artemisjack I got it to work by creating an album for the module to use and specifying it in the config. It does take a few min to search and load the photos.
config: {
albums: [ “MagicMirror” ], -