@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 made by tosti007
-
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
-
RE: not able to profileswitch/schedule LocalTransport module
My pull request was just merged with
master
so 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
default
profile, which in your case contains no modules. So you would have to either set thedefaultClass
value to"Radio"
or change"Radio"
to"default"
@cowboysdude ty for answering aswell -
RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer
Hello @Binog,
As fully described here you do not need to set something likeprofilename
. The profile name is defined in the string before the:
(like the first"me"
afterbuttons
).It’s not possible to have a custom notification. For that you would have to look at this module.
-
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 pull
without 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