Read the statement by Michael Teeuw here.
Hello-Lucy
-
@cowboysdude
OK, great work !! -
@yawns said in Hello-Lucy:
System performance is awesome, not comparable to the pi at all.
Exactly.
After show modules the screen is crowded.
SHOW MODULES
by default will show ALL modules. So, if you have several pages employed it can get busy real fast. Still, it was intentional to have the ability to hide/show all modules, individual modules and pages of modules.@cowboysdude has done an excellent job of implementing Hello-Lucy
-
@Mykle1 said in Hello-Lucy:
@yawns said in Hello-Lucy:
After show modules the screen is crowded.
SHOW MODULES
by default will show ALL modules. So, if you have several pages employed it can get busy real fast. Still, it was intentional to have the ability to hide/show all modules, individual modules and pages of modules.I see, thanks for clarification Mykle!
-
@Mykle1 said in Hello-Lucy:
@yawns said in Hello-Lucy:
System performance is awesome, not comparable to the pi at all.
Exactly.
After show modules the screen is crowded.
SHOW MODULES
by default will show ALL modules. So, if you have several pages employed it can get busy real fast. Still, it was intentional to have the ability to hide/show all modules, individual modules and pages of modules.Ah thats what I Thought :)
-
@cruunnerr said in Hello-Lucy:
U need a touch screen, bro ^^
It’s running like hell ^^Very nice
It is a touch screen already ;)
-
@yawns said in Hello-Lucy:
System performance is awesome, not comparable to the pi at all.
Aftershow modules
the screen is crowded. Is this an error as it is not looking like in the beginning of your video? Or did you hide some modules before starting your video?Touch hardware is not yet implemented, is it? Would love to see this in action regarding latency and reliability :)
NO that’s just what happens because when you blanket show modules it shows all pages at once. That’s not a bug it’s just how it works :)
-
Great module have been using for some time while developing the mirror.
I apologise if you have covered this else where but I simply cannot find it, Is there a way to automatically show modules on MagicMirror start as appose to them being hidden and only shown when prompted.
Thanks
-
@NathanWilcox said in Hello-Lucy:
Is there a way to automatically show modules on MagicMirror start as appose to them being hidden and only shown when prompted.
If you’re not gun shy about modifying the files yourself, you can find this in the MMM-voice.js file and comment it out. You’ll find it at about line 277. I assume you know that every module you have loading will be displayed. :-)
if (notification === 'DOM_OBJECTS_CREATED') { MM.getModules().enumerate((module) => { module.hide(1000); }); }
-
That’s exactly what I was looking for. Yes I did realise it would show all.
I’m trying to demonstrate to the other half the different ways we can have the mirror and she wasn’t too enthusiastic with booting a “blank screen”
-