@dsmtweaker it would be setInterval (this.GetVid,…)
Read the statement by Michael Teeuw here.
Posts
-
RE: Timer on Module
@dsmtweaker do ctrl-shift-i to open the dev console, and then select the console tab
-
RE: Is there a way . . .
@bkeyport I also had a heck of a time modifying body to get a fullscreen image.
I finally changed to use the .fullscreen.above css setting. I was also worried that if I required body to be changed and some else’s module also required body changed, then the conflict would mess up my display. -
RE: Is there a way . . .
@bkeyport margin is both sides, or top and bottom. All the way around.
If u look at the original the width is hard coded at 100%- 2 times the margin value
-
RE: Is there a "Rasbian simulation enviroment" for windows??
@bhepler yep… even knowledge developed on your own time and equip, unrelated to work business is ‘fun’ to work thru… (not!)
-
RE: no image on my screen
looks like you did not complete the install…
cd MagicMirror
npm installwhen that completes, look for node_modules/electron. is that folder present?
if so, then try npm start again -
RE: Snowbound on node.js
@grantc66 don’t see anything obvious. But there is also an on.error() callback for spawn you should use. If the running script has a problem
-
RE: How do all of you controle (/interact with) your MagicMirror modules?
@dazza120 if u look at the hello-lucy module file, you can see the comnands.
Hello-lucy is really show and hide.
So, show page two. Etc
-
RE: How do all of you controle (/interact with) your MagicMirror modules?
i think you could use voice to advance pages… see MMM-Voice and Hello-Lucy modules
-
RE: Is there a "Rasbian simulation enviroment" for windows??
@mwel1977 i have had the fun battle with my employer over work done on my OWN TIME and OWN equipment… those intellectual property agreements are ‘challenging’