@yawns fair enough, I will have a look at it
Read the statement by Michael Teeuw here.
Posts
-
RE: LocalTransport-Module and calendar
-
RE: WE WANT YOU! [New Moderators]
@yawns ah yes ofcourse. I can imagine he would be too busy, but if he has the time I think he would be a good choice.
-
RE: MM-Navbar - Navigation Bar for Touchscreens to hide/show modules
@AlessandroRa No you will have to take a look at Font Awsome which is being used throughout the magic mirror. In the link you can find all the icons you can use. (someone correct me if i’m wrong)
-
RE: Something I'm working on ...
I cannot upload any modules at all, either with pc (windows, firefox) or android (chrome). Is this currently supposed to be like that (aka disabled) or am i doing something wrong? :) I am on the correct github account and the repositories are public.
-
RE: Module about module updates
Doesn’t the updatenotification already do exactly this? I also checked his code and he does check for every module if there are any commits that haven’t been pulled yet.
Edit: Oh only just noticed that this post is a month old, don’t know if it already existed at that time. -
RE: WE WANT YOU! [New Moderators]
@strawberry-3.141 how about yourself? You also seem active and always really helpful!
-
RE: LocalTransport-Module and calendar
@strawberry-3.141 ah alright, I think that would definitely doable, but wouldn’t it be better for the maker of that module to implement it instead of making a third part module or guide explaining how to change the code?
-
RE: LocalTransport-Module and calendar
I don’t really understand what kind of result you are looking for, can you explain it a bit better?
-
RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer
I saw some people around doing this and thought it would be a nice challange, so I gave it a go and this was the result. Hope it helps anyone since I don’t have a touch magic-mirror myself (I used my normal mouse for testing).
-
MMM-TouchNavigation, A Touch Activated Profile/Layout Changer
This Module adds a menu with buttons to change between different layouts. It works together with MMM-ProfileSwitcher. This module does the actual changing of layout. However if you do not want to use this module then you can make your own/use a different module for it aswell (if you change a bit of the code).
You can configure multiple buttons with either a symbol, some text or both. The button that is currently selected will light up a bit. Lastly you can also change the direction of the menu buttons and the placement of the symbol.Features
- Custom Text
- Custom Symbol or Own Image
- Customisable Button Size
- Customisable Direction
- Customisable Symbol/Image position
You can find it here.
[card:tosti007/MMM-TouchNavigation]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, current “Brian”

Horizontal layout (row), symbol top, minimum width 65px, current “default” (no text set so only symbol shown)

Vertical layout (column), symbol right, current “Lisa” (no symbol set so only text shown)

Version 1
- First version and implementation
- Added config example
- Bug fixes
Version 2
- Added configurable images!
- Code cleanup/small optimisation
- Updated readme and config example
Important Note:
symbolPlacementis renamed topicturePlacementin the configuration options!
The css classnavigation-symbolis renamed tonavigation-picture
Version 2.1
After MagicMirror framework update 2.1.1
- Removed
fullscreenregion’sz-indexin the css - Fullscreen position works!
-
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
Apperantly the first link was broken, I added a bracket too much. Fixed now :)
-
RE: Magic Mirror Discord Group
@MichMich with discord you can do both
-
RE: [ORDER CLOSED] Two way mirror order in Germany
@dvbit you can just write what you want to order to him and he can update the list for you. The deadline is for 10pm today and I don’t think it will change. As said before: ordering will take aprox. 3 weeks. Shipping will cost around 30 euro if you don’t live too far ans the mirror isn’t too big.
-
Magic Mirror Discord Group
With so many people active and online all the time asking questions and talking, wouldn’t it be nice if we could speak as a group real time? Ot was just a thought that popped up in my head and I am curious if anyone would be interested in this.
Also what are the @administrators their thoughts on this?Edit: I thought about using “discord” for this since it’s free and you can have multiple channels.
-
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@all I think the module is in a stable version for now. I might update the readme in the near future for the new compatability with MMM-Facial-Recognition.
I am curious if people would be interested in having the ability to have multiple profiles active. This could be fairly easily implemented, but I don’t know if anyone actually wants this feature. If you do please let me know and I will give it a go!
-
RE: [ORDER CLOSED] Two way mirror order in Germany
The mirror looks absolutely awsome! Unfortunately I won’t be buying one from you in this batch. Maybe I will join the next order (I can wait).
-
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@Snille first of all you’re welcome :D and exactly what @paviro says :) I already wrote him about this and the code has been writen. We will have to test it and maybe make some modifications and once it’s fully implemented I will change my readme! About the line numbers: yes you are right. I will update that tomorrow morning.
-
RE: MM-Navbar - Navigation Bar for Touchscreens to hide/show modules
I gave your code a look an notived that you imported jquery. First of all, you could also direct to a external file, see module documentation, this way you only have to change that line when you want to update the jquery. However if you would replace the on with addEventListener then you wouldn’t have to import jquery at all. Your code wouldn’t have to change much at all since that method takes the same parameters.
-
RE: Firefox: bottom inputfield is hidden
@kclemen you can also always go into fullscreen mode. Maybe that’s a good temporary quick fix?