Local wallpaper can't display
Closed this issue · 4 comments
smyepp commented
I have copied my wallpapers to NAS, the path as follows: //192.168.6.10/wallpaper. Then I edit the config:
modules: [
{
module: "MMM-Wallpaper",
position: "fullscreen_below",
config: { // See "Configuration options" for more information.
source: "local:/192.168.6.10/wallpaper",
slideInterval: 20 * 1000 // Change slides every minute
But it not works, What i am missing?
elgeorgie commented
Make sure the network path is mounted locally on the rpi first.
smyepp commented
I'm sure the network path is mounted, I can access the path in rpi directly. Is the source I edited right?
source: "local:/192.168.6.10/wallpaper"
elgeorgie commented
If it's mounted locally, it should have a local path e.g, "/home/pi/wallpaper" instead of the ip
smyepp commented
I got it . Thanks alot