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

    GoodWillGustin

    @GoodWillGustin

    0
    Reputation
    165
    Profile views
    10
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    GoodWillGustin Unfollow Follow

    Latest posts made by GoodWillGustin

    • https://github.com/njwilliams/MMM-PlaceInfo not loading

      Does anyone else use this module/anyone having trouble with it?

      I got my API keys and set up the config file. When I launch MM, not only does the PlaceInfo module not load (when set to either top_center or bottom_center), but none of my modules will load besides top_left, top_center, and middle_center regions. I’m getting no errors in the terminal. Here is my config.js entry:

      {
      module: 'MMM-PlaceInfo',
      position: 'top-center',
      config: {
      weatherAPIKey: "myopenweatherAPIkey",
      currencyAPIKey: "myfixer.ioAPIkey",
      currencyPrecision: 2,
      currencyRelativeTo: 'USD',
      places: [
      {
      title: "London",
      flag: "gb",
      currency: "GBP",
      timezone: "Europe/London",
      weatherID: "2643743",
      },
      {
      title: "Tokyo",
      flag: "jp",
      currency: "JPY",
      timezone: "Asia/Tokyo",
      weatherID: "1857910",
      }
      ]
      }
      },
      
      posted in Troubleshooting
      G
      GoodWillGustin
    • RE: Internet Monitor

      I am also not getting the wifi icon to appear by itself. Hoping for an update/fix as I really love the idea of a wifi status icon on my MM.

      posted in Utilities
      G
      GoodWillGustin
    • MMM-WeatherBackground -- image transparency??

      Re: MMM-WeatherBackground

      Is there a way to change the background image transparency? I just installed and love this module idea, but would like it to be a more subtle sort of background indication of weather conditions. The current view makes it very hard to make out my modules’ text, even with the recommended changes to my css file (in the readme).

      posted in Development
      G
      GoodWillGustin
    • RE: Advice on learning to write modules??

      @sdetweil hmm ok thanks, I will check it out!

      posted in General Discussion
      G
      GoodWillGustin
    • Advice on learning to write modules??

      I posted this in Modules/Development, but I will post here also in case I was in the wrong place:

      I want to learn to write my own modules and I’m wondering where to start. Should I be looking to learn about writing node.js for this?

      My work has a Udemy business account, so I can check out basically any course I want for free. There are a few courses I saw there about node.js and I’m wondering if that’s the right direction to take. Any insight would be a huge help. Thanks!

      posted in General Discussion
      G
      GoodWillGustin
    • Advice on learning to write modules??

      (Sorry if this should be in General Discussion, but…) I want to learn to write my own modules and I’m wondering where to start. Should I be looking to learn about writing node.js for this?

      My work has a Udemy business account, so I can check out basically any course I want for free. There are a few courses I saw there about node.js and I’m wondering if that’s the right direction to take. Any insight would be a huge help. Thanks!

      posted in Development
      G
      GoodWillGustin
    • Webcam for MM build?

      Has anyone here added a camera to their Smart Mirror? I’ve seen camera MM modules and I’m wondering whether I should get a Raspberry Pi camera or if a USB Webcam will be ok since I could maybe use that as my microphone also for voice commands. Any insight/advice would be a great help. Thanks!

      posted in Hardware
      G
      GoodWillGustin
    • RE: MMM-SystemStats question

      @broberg that’s helpful, thank you. Though now I wonder what the time period is that SystemStats is referencing. I guess I’ll have to pay more attention to how frequently the load fluctuates, which I guess would suggest a shorter time period.

      posted in Troubleshooting
      G
      GoodWillGustin
    • RE: MMM-SystemStats question

      https://github.com/BenRoe/MMM-SystemStats

      posted in Troubleshooting
      G
      GoodWillGustin
    • MMM-SystemStats question

      For those who use this module, what does the number in ‘System Load’ actually mean/represent? and what is considered a high number? Thanks!

      (sorry for the image quality!)

      !0_1575152329413_systemload.PNG

      posted in Troubleshooting
      G
      GoodWillGustin