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

    Posts

    Recent Best Controversial
    • RE: Upgrade errors?

      @sdetweil I tried to run the upgrade script on my RPI 4B running Bullseye and it hosed my MM. During the install, I see this:

      76423370-fda2-4559-a897-b4f743221236-image.png

      It appears to have removed/partially remove npm altogether:

      5e3b02c7-4a6f-443f-aeb3-055cf0851db6-image.png

      Any thoughts?

      posted in Troubleshooting
      BerkSmash1984B
      BerkSmash1984
    • RE: MMM-BirdNET

      @bhepler No problem. Awesome module! Thank you for creating it!

      posted in Education
      BerkSmash1984B
      BerkSmash1984
    • RE: MMM-BirdNET

      @bhepler
      Disregard, it started connecting and is working great!

      posted in Education
      BerkSmash1984B
      BerkSmash1984
    • RE: MMM-BirdNET

      @bhepler
      I added the module, but nothing is displaying on my MM. Here is my config, I am using MMM-Pages for my MM (hence ‘classes’ being specified.

      2f357c91-a017-42b1-9f5e-47a0ceaa3798-image.png

      Using the dev console in my browser, looks like I am seeing 404 errors in trying to reach the destination:

      5e328878-fbca-4e21-9495-ce1ebc2c1ad6-image.png

      Any ideas?

      posted in Education
      BerkSmash1984B
      BerkSmash1984
    • RE: MMM-PenPlotter -Render mesmerizing line animations on your mirror!

      @bballboy21
      Disregard, I figured it out. I did not realize that the path is effectively a value of 1 if not otherwise specified, thus following the guide on https://jbamford.github.io/Animate-SVG-Files-Breakdown/ and specifying

      pathLength="1"
      

      and

      stroke-dasharray: 1;
      stroke-dashoffset: 1;
      

      in there respective places in the svg files allows the animation to work.

      2b726e69-a24f-4d12-98b1-4dbff7b41a52-image.png

      I can now create as many animated svg files for this module as I like, using https://sandify.org. Awesome!

      posted in Showcase
      BerkSmash1984B
      BerkSmash1984
    • RE: MMM-eswordoftheday prevents MM from launching

      @nipper2000h
      I just got this working by referencing https://github.com/daniel-windsor/MMM-eswordoftheday/issues/6

      Here is what I did
      cd into the MMM-eswordoftheday folder in /MagicMirror/modules
      run the following commands:

      git checkout 7db81145a2e238f2400fa2e82407a9078790048c
      
      npm install
      

      Then stop and restart your magic mirror.

      It is working for me now:
      d446211a-e14b-4c87-b6c3-b8d13a1d4ac5-image.png

      posted in Troubleshooting
      BerkSmash1984B
      BerkSmash1984
    • RE: MMM-eswordoftheday prevents MM from launching

      @sdetweil @nipper2000h

      I too just installed this module following the directions on the dev’s Github and am also seeing the below:

      0e853376-e089-41a3-9990-972103c3648d-image.png

      It appears this module does not work ‘out of the box.’

      posted in Troubleshooting
      BerkSmash1984B
      BerkSmash1984
    • RE: MMM-PenPlotter -Render mesmerizing line animations on your mirror!

      @bballboy21
      Also, if you use https://sandify.org/ to generate a svg file, how do you figure out the number of paths to update the stroke-dasharray and stroke-dashoffset values in the style section, as the svg file will not have individual paths specified?

      Example:
      d1e609c3-424b-4175-a449-46a268f5cdec-image.png

      If I move the svg file to the example_svg folder on my MM, it just shows to completed picture, and does not actually draw it. I am guessing this is bc the value for both are currently set to 1 (but again not sure how to determine what those values would actually be)

      66621e7c-6836-42db-adf2-575646dceebe-image.png

      posted in Showcase
      BerkSmash1984B
      BerkSmash1984
    • RE: MMM-PenPlotter -Render mesmerizing line animations on your mirror!

      @bballboy21
      I am interested in attempting to create one, but how do you handle the code when path is formatted as shown below, with spaces and new lines and not having separate paths individually spelled out like what is discsussed in: https://youtu.be/Nz0SzKKdd-A

      a2d4923b-0f68-4737-83cf-cbb21dbd66c0-image.png

      The code from this screenshot is the bunny, found at: https://drawingbots.net/knowledge/tools/svg-generator
      86be0fd6-c2fb-41ee-860b-4d3252263567-image.png

      posted in Showcase
      BerkSmash1984B
      BerkSmash1984
    • 1 / 1