Read the statement by Michael Teeuw here.
MMM-SmartWebDisplay : display web contents (including YouTube) on your MM
-
@chassain-0 Thanks, that works. You have to change the name of the module in the js file to “MMM-SmartWebDisplay2”. But I noticed that after each change of the modules the URL is reloaded, although I set updateInterval to 0. So the background is briefly white, which I don’t like. So I leave that with the rotation. Thanks for the help anyway.
-
@AgP42 said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:
Hi @Alain,
first please remove all your apikey on your post before :winking_face:
I see that you also use the MMM-PIR-sensor module, with a delay of 100s, this is probably the root cause of the strange behavior that you saw.
Let me explains you my analysis :
Good luck and let me know if you still face issues,
Bye
AgP42Exactly the same behavior that my mirror shows.
I have a PIR sensor and i am using https://github.com/paviro/MMM-PIR-Sensor
I have 60 sec powersaving delay for display turning-off, but user presence is translated as soon as the is detected by sensor. This cause some inconsistencies.
Is it possible to add time delay in config.js file in order to make more easier integration of PIR modules and SWD module?
Also, it would be good to have the ability to switch-off the Presence notification dependency.
Sometime I just want to run youtube (say classic music) even when the display is turned off (as a background music)
Such command/config will let do that. -
Also, as an idea for the function “continuous play”. Function will allow module to pause current video when the screen turned off by PIR and continue to play it again when screen turned on by PIR.
Now video starts from the beginning each time the module getting an user presence notification. -
Hello everyone and happy new year !
@Serge said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:
Is it possible to add time delay in config.js file in order to make more easier integration of PIR modules and SWD module?
Also, it would be good to have the ability to switch-off the Presence notification dependency.
Sometime I just want to run youtube (say classic music) even when the display is turned off (as a background music)
Such command/config will let do that.It would have been better to change the behavior of the PIR module, but it is also possible to change it on the SWD module and yes it also can be possible to totally deactivate it to let the youtube music run in background.
I will try to find some time this week to add those modifications.@Serge said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:
Also, as an idea for the function “continuous play”. Function will allow module to pause current video when the screen turned off by PIR and continue to play it again when screen turned on by PIR.
Now video starts from the beginning each time the module getting an user presence notification.I already answer this several time and it is even written on the documentation, the module itself don’t have access to the video, so it is not possible to play/pause the video itself. To do so I should have implemented the youtube API (and all other video api !). The play/pause function is about the url rotation and not about the video playing itself. And this is something I unfortunately cannot change… sorry !
-
@AgP42 said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:
it is also possible to change it on the SWD module
I have made some work to make this happen.
See my pull request https://github.com/AgP42/MMM-SmartWebDisplay/pull/11/commits/38684b4349f073041983bd11bcfcbe151063fc6a -
@Serge
Thank you for your work, I just review it on Github and merge your code. It is now available for everyone ! -
Hi,
Has anyone tried to use MMM-SmartWebDisplay module configured in fullscreen-above region ?
I’ve made several tests and each time I try to use a fullscreen region it displays nothing.
I’ll be glad to run some test or other configuration if you’ve got any idea 🙂
Regards. -
Hey AgP42, awesome job on this. Is there any way to remove or block an element from the url referenced?
Edit: Nevermind. I don’t think it’s possible and just as easy to download the site, host it on the pi itself, then reference the site in the module.
-
I am trying to use this module but no matter what URL I use, nothing shows up on my MM and when looking at it from my browser it says the URL “refused to connect”. Any ideas?
-
@pdawg17 said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:
when looking at it from my browser it says the URL “refused to connect”
what is ‘it’?? MM or the URL U are trying to view?