Read the statement by Michael Teeuw here.
MMM-EmbedURL with MMM-Pages - Website reload....
- 
 @sdetweil Hi, the module calls the updateDom function every time it gets resumed in the current implementation. I am not sure if I can implemt a block option to skip the update dom but reset the timer for the regular updates. 
- 
 @wishmaster270 you could make the content you return fixed … getDom(){ if(!this.already_created){ build content this.already_created=new content } return this.already_created }I do this in a few modules to reduce/eliminate the flash nothing says you HAVE to CREATE the content on each getDom() 
 just have to return somethingso minor change… no logic change 
- 
 @sdetweil 
 Hi Sam,you are right. But i do not want the content to be fixed as some users want the content to be recreated after the configured interval. I just released a new version 0.0.8 of the module which introduces a updateDomOnShowoption. If the option is set tofalsethe module uses the old html elements after a resume. Maybe this fixes the issue.
- 
 @wishmaster270 thanks… I didn’t know if the iframe would reload itself on show @BKeyport give this a try 
- 
 Tom, is it updateDomOnShow or updateDomOnResume ? Documentation shows the latter. 
- 
 I put them both in, and that fixed it - thanks, Tom. 
- 
S sdetweil has marked this topic as solved on
- 
 @BKeyport Sorry, to one I’m the documentation is the correct one. Great to hear it is working. 


