@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:
symbolPlacement
is renamed topicturePlacement
in the configuration options!
The css classnavigation-symbol
is renamed tonavigation-picture
Version 2.1
After MagicMirror framework update 2.1.1
- Removed
fullscreen
region’sz-index
in the css - Fullscreen position works!