MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. tosti007
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 1
    • Topics 6
    • Posts 165
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module

      @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?

      posted in Utilities
      tosti007T
      tosti007
    • 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

      posted in Troubleshooting
      tosti007T
      tosti007
    • 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"
          }
      
      posted in Utilities
      tosti007T
      tosti007
    • 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?

      posted in Utilities
      tosti007T
      tosti007
    • 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 the defaultClass value to "Radio" or change "Radio" to "default"
      @cowboysdude ty for answering aswell

      posted in Utilities
      tosti007T
      tosti007
    • RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer

      Hello @Binog,
      As fully described here you do not need to set something like profilename. The profile name is defined in the string before the : (like the first "me" after buttons).

      It’s not possible to have a custom notification. For that you would have to look at this module.

      posted in Utilities
      tosti007T
      tosti007
    • 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 :)

      posted in Utilities
      tosti007T
      tosti007
    • RE: Updating modules

      @kurt Good to hear!

      posted in Troubleshooting
      tosti007T
      tosti007
    • 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 type rm -f .git/index.lock, this removes the file that causes problems. After that you should be able to do your git pull without a problem :D

      posted in Troubleshooting
      tosti007T
      tosti007
    • 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

      posted in Utilities
      tosti007T
      tosti007
    • 1 / 1