@Binog To be honest I have no clue why there would be an additional /, try pulling all the new updates from the magicmirror framework (perhaps it was a bug?). The config looks fine for me except the url looks a bit strange NOTIFICATION¬ification that part especially. Does it work when you go to the link manually?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
-
RE: not able to profileswitch/schedule LocalTransport module
My pull request was just merged with
masterso you should be able to use them together out of the box now without having to modify his module! :D -
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@Blackmirror try doing it like this:
longPress: { notification: "CURRENT_PROFILE", payload: "default" }, shortPress: { notification: "CURRENT_PROFILE", payload: "Radio" } -
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@Binog Sorry for the late reply, unfortunately I wasn’t able to find any problems with the code you submitted. Could you maybe launch your mm in servermode (
node serveronly) and check the your browser’s console for any errors? -
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@Blackmirror That’s because when the magicmirror starts it goes to the
defaultprofile, which in your case contains no modules. So you would have to either set thedefaultClassvalue to"Radio"or change"Radio"to"default"
@cowboysdude ty for answering aswell -
RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer
-
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
Hello @Binog,
First of all kinda unfortunate that it doesn’t work. I have a vague idea of what might be wrong but will have to do a small test by myself. I will test it tomorrow and let you know once I have more info or fixed the problem :) -
RE: Updating modules
Hello @kurt,
It’s an error that shouldn’t be happening often, but luckily the solution is simple.
First go to the module folder. Then typerm -f .git/index.lock, this removes the file that causes problems. After that you should be able to do yourgit pullwithout a problem :D -
RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer
@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
-
RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer
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).
-
MMM-TouchNotifications, A Touch Activated Notification Sender
This Module adds a menu with buttons which send fully configurable notifications when clicked. I made this after a request of @Ralf.
This is basically a rewrite of my MMM-TouchNavigation. Compared to MMM-TouchNavigation this module needs more configuration but also allows you guys to use it for different stuff (for example your own modules). I hope to replace the MMM-TouchNavigation with this one some day.You can configure multiple buttons with either a symbol, some text or both. When configured the buttons fade a bit as shown in the pictures. You can also change the direction of the menu buttons and the placement of the symbol.
As with MMM-TouchNavigation this module fully supports MMM-ProfileSwitcher, but does not need it. It depends on the other modules what kind of notifications you should send. Hence this module has a bit higher learning curve than others, but does allow for more options.
Features
- Custom Notifications
- Custom Text
- Custom Symbol or Own Image
- Customisable Button Size
- Customisable Direction
- Customisable Symbol/Image position
- Configurable Fading
You can find it here.
[card:tosti007/MMM-TouchNotifications]If you have any questions or requests for future features, don’t hesitate to ask!
Some screenshots with different configurations:
Horizontal layout (row), symbol left

Horizontal layout (row), symbol top, minimum width 65px

Vertical layout (column), symbol right

Version 1
- First version and implementation
Version 2
- Added fading
- Added notification and fading shortcuts
- profile - notification and fade
- click - fade only
-
RE: Using old laptop LCD screen and control board
I haven’t tried so myself, but I did encounter a few things about doing that (if u recall correctly). You could try using a search engine for finding info about people building their own screen
-
RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer
After the new update of the MagicMirror framework and this issue I updated the css. This means that you can finally use the
fullscreenpositions for this module! -
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@pepemujica So you have it working now? Sorry I haven’t been online recently.
@Anhalter42 Thank you for your help! -
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@pepemujica Unfortunatly not, that’s up to the maker of MMM-Voice. It would be easiest to ask him to implement it for you, writing a tutorial for it would probably be too complicated.
-
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@pepemujica You can set them in your config file. In this example the profile will be
TestAfor the clock module.{ module: 'clock', position: 'top_right', classes: 'TestA' }, -
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@pepemujica Yes this is totally possible! Unfortunatly there is no step by step guide for this. However I did write a small how-to here.
In your example you would have to give the weather and clock module the same profile name in
classesand give the news feed a different one.Is that link enough information? If not let me know and I will try to explain it more in depth.
-
RE: Magic Mirror on Jessie Lite
@yours.mukul I don’t have enough knowledge about packages to help you with dependency conflicts. Best I can advise you to do is open a new topic about it with detailed info about it.
About not being able to go into gui mode: you are sure you installed the deskopt version?
-
RE: Two way mirror order for Europe - Orders closed!
@Goldjunge_Chriz if you want to have it in a database (which would be the neates way since other people wouldn’t be able to edit other people their submissions) you would have to ask @MichMich to make something like that