Read the statement by Michael Teeuw here.
MMM-TouchNavigation, A Touch Activated Profile/Layout Changer
-
Hi! Thanks for writing this! I’m trying to get it running but am having some troubles. I have a handful of modules listed as ignored in the profile switcher module (including the clock so at least something should be showing all the time) but as soon as I enable the TouchNavigation module all I see is a black screen. No modules are displayed/visible.
I double checked the MODULE_DATA from the remote-control module, it appears all the modules are loading correctly. Any thoughts on what might be going on?
-
@GorramRob hmmm that’s fairly odd. Try doing a fresh clone and make sure that your config file it right. Did you add the touchnavigation to the ignore modules aswell, is ne spelling correct (case sensitive) and is the ignoremodules config an array? In the meantime I will have another look at the module trying to figure out what might be wrong.
-
@tosti007 Huh… I’m not sure what was going on but I cloned a new copy of it and everything seems to be working fine. I thought I had done that before, but maybe not. Thank you for replying so quickly!
-
After the new update of the MagicMirror framework and this issue I updated the css. This means that you can finally use the
fullscreen
positions for this module! -
Fine module Sir… I’ll be playing with this very soon ;)
-
Hello everybody! I made a new module that is basically a rewrite of this one, but it allows for custom notifications. You can find more info about it here. MMM-TouchNotifications has the same features as MMM-TouchNavigation (the one you are looking at now).
-
@tosti007 Darn you! :) Now I have to start using this instead!! Thank you, need to get my mirror up and running again so I can reconfigure it (building frame for the moment). :)
-
@Snille well you don’t have to, it’s just an option :P both still work. The other just allows for more possiblies but does take some more configuration than this module
-
Hey, can someone please help, or just post their config file?
1.: I have this, and it does not show anything:
and
2.: What does the payload has to look like? that seems incorrect,… !?{ module: "MMM-TouchNavigation", position: "bottom_right", classes: 'default you me', config: { picturePlacement: "right", minWidth: "30px", direction: "row", //border-radius: "1px", //border-radius: "50%", buttons: { "me": { img: "http://file to jpg", width: 40, height: 40, profilename: "me", text: "me", }, "You": { img: "https://file to .jpg", width: 40, height: 40, NOTIFICATION: { payload: { //this.sendNotification('CURRENT_PROFILE', 'You') }, profilename: "You", },
-