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

    Posts

    Recent Best Controversial
    • MMM-Modulebar - A module that adds touch buttons for showing/hiding other modules.

      Description:

      This Module adds a touch menu to hide / show other the defined (in the config.js) modules.

      Screenshots:

      Module with symbols only in row mode:
      symbols row mode
      Module with symbols only in column mode:
      symbols column mode
      Module with symbols and text in column mode:
      symbols and text in column mode
      Module with symbols and text in row mode:
      symbols and text in row mode
      This is my own mirrors view (Bottom Bar) using some addition in the custom.css see below.
      my special

      Download:

      [card:Snille/MMM-Modulebar]

      Custom-CSS

      Here is my CSS settings for the module that I have added to my custom.css to give it the extra special look. :)

      /* MMM-Modulebar ------------------------------------*/
      .modulebar-button {
        margin: 1px;
        padding: 1px 1px;
        border: 2px solid #fff; 
        background-color: #fff;
        color: #000;
        border-radius: 0px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
      }
      .modulebar-picture {
        margin: 0px 0px;
        border-radius: 50%;
      }
      .modulebar-menu {
        align-items: flex-start;
      }
      /*****************************************************/
      

      Version 0.2

      • Had to change the button array format a bit. Make sure to update your config to the new “standard”.
        The reason for the change where to be able control each module separately even if it is the same module multiple times. :)

      Version 0.1

      • Initial release.
      posted in Utilities
      SnilleS
      Snille
    • RE: When weather updates module unhides...

      This is solved. It was actually the Profile-Switcher that created the problem. :)

      posted in Troubleshooting
      SnilleS
      Snille
    • RE: How do you develop locally and push to the Pi?

      I’m using Expandrive for lot’s of different connections to all kinds of systems. It support connecting a drive (in Windows) using SSH for example. So you can have full access to your RPi directly in windows. Very handy. However it’s not completely free ($50) for a single licence.
      http://www.expandrive.com/

      Then you don’t have to mess around with CIFS or Samba… ;)

      posted in Troubleshooting
      SnilleS
      Snille
    • RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)

      Great work! Looking good! I bet your kid will be impressed! I know I would if my father took on a project like yours! :)

      posted in Show your Mirror
      SnilleS
      Snille
    • RE: How to make updateDom actually refresh <img src...>?

      Oh, sorry, I completely forgot about this topic. Good that you solved it. :)

      posted in Development
      SnilleS
      Snille
    • RE: MMM-Wunderground Add wind forecast

      Looks great, I’m switching to this module now.
      Good work!

      posted in Requests
      SnilleS
      Snille
    • Build on Benja...

      Hi all,
      I’m currently working on a Digital Photo Frame. When looking for a good place to start I found this: https://benja.io
      It’s basically ARCH with only Electron running.
      Not only that, it’s fully Hardware accelerated! :)

      I thought, maybe the MagicMirror² can use this as a base instead of a Raspbian Jessie (Lite) installation as it is today. Maybe you guys already knew about this. But in case you didn’t I just wanted to let you know. :)

      I’m also building a MM of course. :)

      Best regards Erik

      posted in General Discussion
      SnilleS
      Snille
    • RE: [MMM-PlexNowPlaying] - Display current song played by PlexMediaServer

      Hi @youse, Thank you! Adding your module now. :)

      posted in Entertainment
      SnilleS
      Snille
    • RE: How to make updateDom actually refresh <img src...>?

      Hi @matthewj
      You can use javascript to make the image URL unique all the time thought adding a “number” (in this case just a simple timecode). :)

      OBS: I had to add spaces after the " < " before the end " > ".
      Just remove them when you use it. :)

      Otherwise it would not show.

      < img id="graph" alt="" src="https://plot.ly/~myPlotlyAccount/myGraph.png" />
      
      < script language="javascript" type="text/javascript" >
        var d = new Date(); 
        document.getElementById("graph").src = "https://plot.ly/~myPlotlyAccount/myGraph.png=" + d.getTime();
      < /script >
      

      Good luck. :)

      posted in Development
      SnilleS
      Snille
    • RE: MMM-MotionEye - surveillance video stream on your mirror!

      @Cato Great! Thanks for fixing my mistakes. :)

      posted in Utilities
      SnilleS
      Snille
    • 1 / 1