A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-GooglePhotos, Photos not showing
-
Pictures are not showing after I save the config.js. I’m assuming its something to do with the positions or mode?
{
module: “MMM-GooglePhotos”,
position: “bottom_left”,
config: {
albumId: “XXXX”,
refreshInterval: 100060,
scanInterval: 100060*10,
sort: “time”,
showWidth: “100%”,
showHeight: “100%”,
originalWidthPx: 800,
originalHeightPx: 600,
mode: “contain”,
}
}, -
I was having some trouble with this one as well. Can you show where your module is in your folder?
If it’s in the correct folder ~/MagicMirror/modules/MMM-GooglePhotos then try these lines in the terminal:
cd MagicMirror
cd modules
cd MMM-GooglePhotos
npm installThen I was able to recopy the code to my config.js file and it worked.