MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Mykle1
    3. Controversial
    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: digital photo frame

      @fabbr

      Looks doable to me. Install a background picture or a module that does that for you and run your mirror with the other modules you want.

      I grabbed a picture of the lower East side of Manhattan, similar to the picture in your example, used it as a background and enabled 3 modules. Is this what you had in mind?

      0_1521095963768_11.jpg

      posted in Requests
      Mykle1M
      Mykle1
    • RE: MMM-NOAA - Another Weather Module

      @MrBorg said in MMM-NOAA - Another Weather Module:

      Hi I have made my first fork and pull request on GitHub ever

      Yeah, that’s the ticket! :-)

      posted in System
      Mykle1M
      Mykle1
    • RE: Location ID

      @soccer19 said in Location ID:

      in the config.js or the weather.js>?

      In the config.js for your weatherforecast entry. If you have a header set with a location you would have to change that as well

      {
      		module: "weatherforecast",
      		position: "top_right",	// This can be any of the regions.
      		config: {
      			location: "New York, US", // Change this to your location
      			locationID: "Your location ID", // Your Location ID from http://openweathermap.org/help/city_list.txt
      			appid: "Your API Key" //openweathermap.org API key.
      		}
      	},
      

      It is not recommended that you change anything in the module.js files

      posted in Bug Hunt
      Mykle1M
      Mykle1
    • RE: Electron Browser outdated?

      @rudibarani

      The same happens on my MMM-ISS-Live module. However, in my case, I simply “X” out the message and the module continues to work properly. Yes, you need to be able to click.

      Odd, I just quit MM and relaunched and the message did NOT appear this time. Hmmm.

      0_1568849698073_Capture.JPG

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: MMM-Voice using Google Voice Kit HAT

      @maxbachmann said in MMM-Voice using Google Voice Kit HAT:

      that might depend. I used already a usb mic array and a i2s mic array and do not really have any more lagg

      Excellent. It has been my experience that a USB mic introduces lag, even on a quad core i7 machine. I’ve never used that array you speak of but if you’re having no lag using it on a Pi then more power to you brother.

      posted in Utilities
      Mykle1M
      Mykle1
    • RE: Finally built my mirror

      @motdog

      Looking good! :thumbsup:

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Disabling sleep mode

      @jhwwhite said in Disabling sleep mode:

      I tried downloading a screensaver program but that doesn’t seem to be effective.

      Which screensaver? xscreensaver is king. Easy to install. Set it. Forget it.

      https://forum.magicmirror.builders/topic/9625/installation/19

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: current weather time

      @stalker401

      0_1564603155731_Screenshot from 2019-07-31 15-58-56.png

      The time above the current weather is sunrise and sunset times. Notice the icon immediately to the left of the time 8:13pm? That indicates a sunset at 8:13. Once the sunset time arrives you should see a new icon, sunrise, and the new time for that.

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Multiple Modules on one set-up?

      @Damian said in Multiple Modules on one set-up?:

      Yeah 20 modules was just a ball park

      You could install as many as you like as long as they are not all enabled at the same time. That’s the beauty of Carousel and/or RemoteControl.

      No, I made some personal modifications to the MMM-voice module itself for some extra functionality that I needed. :-)

      I never tried Alexa but I do know that some people struggled with those modules. Recently, a friend of mine here on the forum made some corrections to the awesome-alexa documentation and posted the fix somewhere, making it easier for that to be installed.

      PC MM build! Now you’re talking my language. I enjoy installing MM on many different machines under different OS’es. I’m currently working on a Core 2 Duo iMac installation on top of it’s native OS that is presenting me with some problems but I hope to be successful with that. If/and when I complete that I will likely do a tutorial on that as well.

      posted in General Discussion
      Mykle1M
      Mykle1
    • RE: Help customising my mirror

      @PhilsterM9 said in Help customising my mirror:

      The trouble is that I know that I can change the file and make it work because I can tried changing the clock to sit on the right side instead of the left and it works.

      The simplest answer would be to add this under “position” in the clock section of your config.js file. It should look like this now:

      module: ‘clock’,
      position: ‘top_left’
      displayType: “digital”, // options: digital, analog, both

      Change the displayType to “analog” “digital” or “both”
      Save your config.js file and restart MM

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • 1 / 1