diff --git a/INSTALL.md b/INSTALL.md index 6773dd7..d402834 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -26,4 +26,5 @@ docker exec -it -w /opt/magic_mirror/modules/MMM-OneDrive magic_mirror npm insta 1. Clone this repo in your local pc and execute `npm install` 2. At first execution, It will open a browser and will ask you to login google account and to consent your allowance. 3. Authorize it and close the browser +![](images/authorize.png) 4. Copy the file `msal/token.json` to the folder `MMM-OneDrive` in the remote device diff --git a/PublishAppScreen.png b/PublishAppScreen.png deleted file mode 100644 index 6de6770..0000000 Binary files a/PublishAppScreen.png and /dev/null differ diff --git a/README.md b/README.md index de5ac3c..f0d418d 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Display your photos from album of OneDrive on MagicMirror. Inspired by [MMM-GooglePhotos](https://github.com/hermanho/MMM-GooglePhotos) ## Screenshot -![](https://raw.githubusercontent.com/hermanho/MMM-OneDrive/master/sc.png) +![](images/sc.png) -![](https://raw.githubusercontent.com/hermanho/MMM-OneDrive/master/sc2.png) +![](images/sc2.png) ## Installation [INSTALL.md](INSTALL.md) diff --git a/images/authorize.png b/images/authorize.png new file mode 100644 index 0000000..1e760ea Binary files /dev/null and b/images/authorize.png differ diff --git a/sc.png b/images/sc.png similarity index 100% rename from sc.png rename to images/sc.png diff --git a/sc2.png b/images/sc2.png similarity index 100% rename from sc2.png rename to images/sc2.png