Read the statement by Michael Teeuw here.
MMM-RandomBackground, Background from local folder
-
Hi, i have some warnings when I try to install this module. Can someone give me a hint what to do?
thx,
docmuckipi@raspberrypi:~/MagicMirror/modules $ git clone https://github.com/Ultimatum22/MMM-RandomBackground.git Klone nach 'MMM-RandomBackground'... remote: Counting objects: 81, done. remote: Total 81 (delta 0), reused 0 (delta 0), pack-reused 81 Entpacke Objekte: 100% (81/81), Fertig. Prüfe Konnektivität... Fertig. pi@raspberrypi:~/MagicMirror/modules $ npm install npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/package.json' npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/node_modules/node_helper/package.json' npm WARN modules No description npm WARN modules No repository field. npm WARN modules No README data npm WARN modules No license field.
-
I suspect you need to execute
npm install
From ~/MagicMirror/modules/MMM-RandomBackground rather than ~/MagicMirror/modules.
Try:
cd MMM-RandomBackground npm install
-
@in_a_days
Thank you. That was the case. -
Changing the updateInterval seems to have no effect. Always feels like 3 seconds.
-
it uses milliseconds. mine is set at 900000 which is 15 minutes.
-
This works, but the background image is only in the top half of the screen (running portrait). Is there a way to make it fill the entire screen?
-
@docmucki What is the value you use, because it is indeed in miliseconds as jfodor said.
@lignumaqua Can you post your configuration for my module? It should work full screen if you look at the default ‘fullscreen_below’.
-
This post is deleted! -
Oops! My apologies, I was getting this module confused with another. Mea culpa!
-
@Woody said in Random background from local folder:
@Ultimatum22
No, not a USB storage. I mean a NAS, a cloud resourse, any SMB share.Thank you for the module. Is it possible to make this working with a NAS ? And is it also possible e.g. on top_right instead of background?