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

    Posts

    Recent Best Controversial
    • RE: MMM-Console

      @seann

      Pretty darn cool! :thumbsup:

      posted in System
      Mykle1M
      Mykle1
    • RE: Failed to install dependencies RPI3 B+

      @fredo55

      Open a terminal window.

      Change directory by typing cd MagicMirror and enter.

      Then type npm install and enter.

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: News ticker module

      @kimzer said in News ticker module:

      I would like to add a few more feeds to it,

      This is likely possible.

      and also its kind of lagging a bit. Is there a way to improve that?

      This question gets asked all the time. The Pi can only do so much. Use a more robust board.

      posted in Requests
      Mykle1M
      Mykle1
    • RE: Removing lines

      @Quesada said in Removing lines:

      I’m talking about the bottom line of WEATHER title.

      Individual modules.

      .WEATHER-MODULE-NAME-HERE header.module-header {
        border-bottom: none;
      }
      

      I made a mistake (because I didn’t test) on the second direction I made above. I corrected it but here it is again.

      All modules! This one is easier to use.

      header {
        border-bottom: none;
      }
      

      These absolutely work. Please post your custom.css file if they do not.

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Currated Art

      @sean

      I made this a year ago. Same API. :-)

      https://github.com/mykle1/MMM-Art

      posted in Requests
      Mykle1M
      Mykle1
    • RE: MMM-EasyPix Multiple pics

      @SirVer

      Adding another config entry will work but the pictures will stack in the same region. You can choose another position for the second entry or play with css.

      {
                  disabled: f,
                  module: "MMM-EasyPix",
                  position: "top_center",
                  config: {
                      picName: "face.gif", // "face.gif", // Enter the picture file name.
                      maxWidth: "35%",
                      sounds: ["1.mp3", "11.mp3", "a.mp3", "b.mp3", "c.mp3", "d.mp3", "me2.mp3", "pony.mp3",
                          "naked.mp3", "jugs.mp3", "listening.mp3", "best.mp3", "nice.mp3", "weather.mp3", "hello.mp3",
                      ]
                  }
              },
              {
                  disabled: f,
                  module: "MMM-EasyPix",
                  position: "top_center",
                  config: {
                      picName: "4.jpg", // "face.gif", // Enter the picture file name.
                      maxWidth: "35%",
                      sounds: ["1.mp3", "11.mp3", "a.mp3", "b.mp3", "c.mp3", "d.mp3", "me2.mp3", "pony.mp3",
                          "naked.mp3", "jugs.mp3", "listening.mp3", "best.mp3", "nice.mp3", "weather.mp3", "hello.mp3",
                      ]
                  }
              },
      

      0_1565048594498_2easy.png

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Does "Top_Bar" 5-7 Day Weather Forecast Module Exist?

      @shfaxx said in Does "Top_Bar" 5-7 Day Weather Forecast Module Exist?:

      I looked at all the weather modules, but don’t seem to see anything which displays a 5-7 day forecast within the top or bottom bars

      https://github.com/mykle1/MMM-BMW-DS

      0_1575246951808_Screenshot from 2019-12-01 19-34-27.png

      posted in Requests
      Mykle1M
      Mykle1
    • RE: Something went wrong after updating MM

      @DæmonEyes said in Something went wrong after updating MM:

      how do I update a module when the top banner comes up saying there is an update?

      in the terminal, navigate to that modules folder then run git pull

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: News module wiht pictures

      @cowboysdude

      You’re so awesome!

      posted in Requests
      Mykle1M
      Mykle1
    • RE: keep getting error after modifying config.js file

      @wazscience said in keep getting error after modifying config.js file:

      whenever I try to modify the config.js file, either to add a module or to edit an existing one, I get an error message

      You might want to give this a read. I went through the same thing as you.

      https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Bash install command doesn't execute

      @heed
      Try

      git clone https://github.com/MichMich/MagicMirror.git

      If that is successful:
      cd MagicMirror
      npm install

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Module Weather

      @greda

      Assuming you mean a weather module other than the default, you can find most of the modules here. Scroll down to the weather section.

      https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules

      posted in Showcase
      Mykle1M
      Mykle1
    • RE: Internet Monitor

      @cowboysdude said in Internet Monitor:

      /root/.pm2/logs/

      Thanks bro, I’ll look into that in a little while

      posted in Utilities
      Mykle1M
      Mykle1
    • RE: I wish there was a module that would show local events...

      @cowboysdude said in I wish there was a module that would show local events...:

      https://github.com/mykle1/MMM-Events

      Oh, no you d’int! You old some beach! ;-)

      Well, seeing as you wished for it, and seeing as you forced my hand, here it is.

      https://forum.magicmirror.builders/topic/2628/mmm-events

      posted in Requests
      Mykle1M
      Mykle1
    • RE: MMM-Astrology

      @cowboysdude

      Yo bro, congrats on making your own module. I’m impressed. :thumbsup_tone1:

      I’m going to get it right now

      posted in Entertainment
      Mykle1M
      Mykle1
    • RE: Calendar config

      @JbeesonMagic16

      I almost posted the same exact problem but I found this page (thread?) (Whatever), but due to the help you received and your last comment about the private link to google calendars ical, I was able to resolve the issue without asking the question. This place is awesome. :-)

      Up votes for everyone!

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: New Calendar Icon dont´t change color.

      @xeroxu said in New Calendar Icon dont´t change color.:

      hope i dont have a to great mistake :(

      Two things here.

      Your custom.css entry should be

      .calendar .fa.fa-trash-o {
        color: yellow; /* Yellow */
      }
      

      And you had the color code color: #FFFFFF; /* Yellow */
      #FFFFFF is for white, not yellow. You would have to find the code for the yellow that you want.

      posted in Custom CSS
      Mykle1M
      Mykle1
    • RE: Internet Monitor

      @ronny3050 ok, I’m waiting for it to complete

      posted in Utilities
      Mykle1M
      Mykle1
    • RE: I wish there was a module that would show local events...

      Shameless plug.
      0_1495663485507_plug2.png

      posted in Requests
      Mykle1M
      Mykle1
    • RE: MMM-Astrology

      @cowboysdude

      Ok, I have the Astrology up and running in my top_right, just under my weather. Real nice. I just need to push the whole thing to the right margin. I’ve tried some things in custom.css to accomplish this, based on entries that Strawberry made on other modules for me, but I can’t seem to get it to move! Are you screwing with me? ;-)

      Nice work, bro

      posted in Entertainment
      Mykle1M
      Mykle1
    • 1 / 1