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

    Posts

    Recent Best Controversial
    • RE: Cant seem to find config section to edit modules.

      @sdetweil

      Good answer! :-)

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

      @johnnyboy said in 1 old noob + 1 rPi = I can't believe I did it! (revisited):

      Well done young man … Done well have you, came far you have

      Yoda, is that you? :-)

      Yo jb, where the hell have you been?

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Help please. Module doesn't show up

      @blacter

      You’re missing a } bracket at the end. Remove the comma that I see below the label line (on the bracket) go to the next line and add this bracket ]. Notice the comma now is required.

        {
           module: 'MMM-SingleStock',
           position: 'top_right',
           config: {
             stockSymbol: 'GOOG',
             apiToken: 'YOUR API TOKEN',  // Unique, private API key obtained from https://iexcloud.io/console/tokens
             updateInterval: 3600000, // 1 hour in milliseconds
             showChange: true,        // false | true
             label: 'symbol'          // 'symbol' | 'companyName' | 'none' | any string
           }
         },
      
      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Recycled Laptop Screen that was wife approved!

      @zitomd

      Enjoyed your story. Glad you are re-purposing hardware. The only thing that could have made that better is one of my modules. ;-)

      Well done, sir. :thumbsup:

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Module Current Weather Hidden on Start Up

      @Stoffbeuteluwe said in Module Current Weather Hidden on Start Up:

      mmm-earth and mmm-lunartic are nice modules

      Hey, thanks for the commendation! :thumbsup:

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Magic Mirror finally complete--PIR issue solved

      @uatuba said in Magic Mirror finally complete--PIR issue solved:

      we will use a plant stand and plant of some kind to at least make it less noticeable.

      That’s what I meant by “hide or disguise”. I put a bookcase under this one and a toy bear to hide the little bit of power cord that was still exposed.

      0_1548035898892_hide.jpg

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: MMM-NASA

      @motdog

      I just tried your config entry. The module can’t function with rotateInterval: 60,. That is only 60 milliseconds. Please try rotateInterval: 60 * 1000,. That’s 60 seconds. It will give the module time to display the image and the information that comes with each image.

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: -=]!Show Your Module Setup![=-

      @ganget said in -=]!Show Your Module Setup![=-:

      Because I like the idea of people showing there Module Setup here is mine.

      Here is page one of my dev machine. Click on the image for a better view.

      0_1549070806968_1.png

      MMM-PC-Stats, MMM-Glock, MMM-NOAA3, MMM-SoundMachine, MMM-EventHorizon, MMM-Lunartic, MMM-EARTH, MMM-BMW-DS

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: How to add modules. For absolute beginners.

      @TheSij said in How to add modules. For absolute beginners.:

      The module is finally showing in the MM dashboard.

      Ahh, see? Well done. Don’t sweat it. We’ve all experienced these problems. I promise, it gets easier. The more you learn the easier it becomes. Have fun!

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Test platform mirror

      @dæmoneyes

      I think they are just referring to the use of the frame, not the mirror itself.

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: MMM-EveryNews is not loading anything

      @sdetweil

      Yah, he was just messing with me :-)

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: My Family Info Board

      @dæmoneyes

      Haha. You’ve got the wrong guy, but thanks friend. :thumbsup:

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Capitalize the first letter of the day/month in clock module

      @el-bardo

      You could try, in your custom.css file, add:

      .clock {
        text-transform: capitalize;
      }
      
      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: My Family Info Board

      @justjim1220 said in My Family Info Board:

      What module is that one at the top right? The “things to do”?

      My newest. :-)

      https://forum.magicmirror.builders/topic/9756/mmm-todolive

      Video
      https://www.youtube.com/watch?v=kNq-WUlPFo0&feature=youtu.be

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Contribute to a module. Volunteers wanted! Easy!

      @chassain-0

      Many thanks!

      Screenshot from 2020-12-12 21-43-33.png

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: 27" old wooden MagicMirror (The Netherlands)

      Well done, sir!

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Problems With Weather

      @brendan_c23 said in Problems With Weather:

      Anybody know how to change celsius to Fahrenheit?

      At the top of your config,js file, are your ‘units’ set to imperial?

      var config = {
          address: "0.0.0.0",
          port: 8080,
          ipWhitelist: [], // Set [] to allow all IP addresses
          language: "en",
          timeFormat: 12,
          units: "imperial",
      
      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: My mirror from Montreal

      @jcasman

      I prefer the MMM-Lunartic module for the moon. :-)

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Problems With Weather

      @brendan_c23

      This is with your config entry:

      Screenshot from 2021-02-26 19-42-44.png

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: My 1st Smart Mirror Quest

      @DæmonEyes

      Well done, mate. :thumbsup:

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • 1 / 1