@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