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

    tdw

    @tdw

    2
    Reputation
    55
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    tdw Unfollow Follow

    Best posts made by tdw

    • RE: MMM-PenPlotter -Render mesmerizing line animations on your mirror!

      @BerkSmash1984
      I use both MMM-PenPlotter and MMM-Wallpaper (the jupadin version) and was able to make the images transparent with no black box. You need to edit each of the svg files in the example_svg folder.

      Most of the files were updated by adding

      fill="transparent"
      

      in the section with:

      <desc>pwidth:500;pheight:500;</desc>
          <path
             stroke="#999999"
             stroke-width="0.2mm"
             fill="transparent"
             
      

      There were a couple where background was already defined in the 3rd row of the files so it had to be updated there. Let me know if you need more specifics.

      posted in Showcase
      T
      tdw

    Latest posts made by tdw

    • RE: Life 360 Module

      @plainbroke You can do it with the home assistant sensors module. No map but if you set the sensor up with the location data in HA it works fine

      posted in Requests
      T
      tdw
    • RE: The most basic question about custom css

      @JMac in the /css directory. Save the file as custom.css

      posted in Troubleshooting
      T
      tdw
    • RE: CALL FOR TESTERS: New install script

      @drdeath sure couldn’t tell from this chain. Feels like a solution in search of a problem.

      posted in General Discussion
      T
      tdw
    • RE: MMM-PenPlotter -Render mesmerizing line animations on your mirror!

      @BerkSmash1984
      I use both MMM-PenPlotter and MMM-Wallpaper (the jupadin version) and was able to make the images transparent with no black box. You need to edit each of the svg files in the example_svg folder.

      Most of the files were updated by adding

      fill="transparent"
      

      in the section with:

      <desc>pwidth:500;pheight:500;</desc>
          <path
             stroke="#999999"
             stroke-width="0.2mm"
             fill="transparent"
             
      

      There were a couple where background was already defined in the 3rd row of the files so it had to be updated there. Let me know if you need more specifics.

      posted in Showcase
      T
      tdw