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-TouchNavigation, A Touch Activated Profile/Layout Changer

      @shashank you are currently using two one button for two profiles, that’s why it doesn’t do anything. If you want that as a feature I can implement it for you. One way to solve this currently would be to use the class everyone for the button and set the includeEveryoneToDefault in profileswitcher config to true. Or make a different profile name.

      posted in Utilities
      tosti007T
      tosti007
    • RE: Module about module updates

      @chrisfoerg but I believe the code did loop through all of them, will check again later

      posted in Requests
      tosti007T
      tosti007
    • RE: WE WANT YOU! [New Moderators]

      @strawberry-3.141 ah alright fair enough, I wouldn’t be surprised if they would ask you :) good luck with all the stuff :)

      posted in Forum
      tosti007T
      tosti007
    • RE: Something I'm working on ...

      @yawns thank you for checking the log for me, @MichMich thanks for fixing the readme bug. I will try and upload my modules later.

      posted in Announcements
      tosti007T
      tosti007
    • RE: Something I'm working on ...

      @MichMich I didn’t check, will do when I have time somewhere later today.

      posted in Announcements
      tosti007T
      tosti007
    • RE: Slideshow Pictures

      Sorry my bad, i was on mobile and didn’t notice that that css picture you made is the module’s css. I updated my code snippet above. I think this would be where you are looking for. One sidenote: if you set both the width and height then the pictures might not remain in their original aspect ratio, so try to set only one of them at first.

      posted in Development
      tosti007T
      tosti007
    • RE: MMM-portcheck

      Ah looks nice! One note tho: you forgot to use markdown in your readme table, all you would have to do is change the ’ in a `. This way your values will be displayed as code.

      posted in Utilities
      tosti007T
      tosti007
    • RE: LocalTransport-Module and calendar

      So I gave it a look and I think it would be doable, however I don’t know how to work with that api and it also isn’t that easy to aquire a api from them. I think that best would be to open an issue at the module’s github page and ask for it there. He will have more knowlegde about how to use the api and to modify his code to use multiple, non train station id’s, locations aswell, sorry, hope this helps atleast a bit.

      posted in Requests
      tosti007T
      tosti007
    • RE: Slideshow Pictures

      @anishpatel you will have to take a look at the classname of the container for the image/the actual image. Then in css you could set the width and height maybe? Something like (200px is an example):

      image {
          width: 200px;
          height: 200px;
      }
      

      Let me know if this solves what you are looking for :) else I can have another look at if.

      posted in Development
      tosti007T
      tosti007
    • RE: Need help from an CSS expert!

      @Mr.Sponti odd that nobody has said something here yet. Anyways a hint on how to start is read a tutorial about flex boxes, since he is using that. This is in my opinion always a good one. Hope this helps! Let me know if you are able to figure it out on your own or if you need my help :)

      Note: I am no expert, but I do know my way around in css.

      posted in Development
      tosti007T
      tosti007
    • 1 / 1