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
    • 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).

      posted in Utilities
      tosti007T
      tosti007
    • 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
      0_1484506765195_TouchNavigationMenu.png
      Horizontal layout (row), symbol top, minimum width 65px
      0_1484506785513_TouchNavigationMenu2.png
      Vertical layout (column), symbol right
      0_1484506806977_TouchNavigationMenu3.png


      Version 1

      • First version and implementation

      Version 2

      • Added fading
      • Added notification and fading shortcuts
        • profile - notification and fade
        • click - fade only
      posted in Utilities
      tosti007T
      tosti007
    • 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

      posted in Hardware
      tosti007T
      tosti007
    • 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 fullscreen positions for this module!

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

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

      posted in Utilities
      tosti007T
      tosti007
    • 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 TestA for the clock module.

      {
      	module: 'clock',
      	position: 'top_right',
      	classes: 'TestA'
      },
      
      posted in Utilities
      tosti007T
      tosti007
    • 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 classes and 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.

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

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

      posted in Hardware
      tosti007T
      tosti007
    • 1
    • 2
    • 3
    • 4
    • 5
    • 8
    • 9
    • 1 / 9