Read the statement by Michael Teeuw here.
MagicMirror2
-
Hello, I’m pretty new with Raspberry Pi and need some help.
I have installed MagicMirror2 and it works well.
But now I have inserted the MMM-RandomPhoto module and I want to show the pictures I have in Dropbox.
But I do not know which address to submit to MMM-RandomPhoto to find them.
Thankful if anyone can help me.
TobbeE49 -
@TobbeE49 said in MagicMirror2:
MMM-RandomPhoto
As part of the config you need to supply the url like this:
{
module: ‘MMM-RandomPhoto’,
position: ‘fullscreen_below’,
config: {
opacity: 0.3,
animationSpeed: 500,
updateInterval: 60,
url: ‘https://unsplash.it/1920/1080/?random’ //where your pictures are
}
},DO NOT copy this as an example because it will fail. BUT you need to add the url of where your pictures are to the config.js file like above. You will have to find the url of where your pictures are. I’m thinking you should know… they are your pictures LOL
-
@TobbeE49 said in MagicMirror2:
Thankful if anyone can help me.
{ module: 'MMM - RandomPhoto', position: 'fullscreen_below', config: { opacity: 0.3, animationSpeed: 500, updateInterval: 60, url: 'https: //unsplash.it/1920/1080/?random' //where your pictures are } },
This you CAN copy and paste, if you need to. You still have to enter the url to your pictures.