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

    jimus888

    @jimus888

    0
    Reputation
    19
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jimus888 Unfollow Follow

    Latest posts made by jimus888

    • RE: MMM-LocalTemperature doesn't work :(

      Hi

      I have the module working, but had to specify the pin scheme for it to work. It wouldn’t work for me without this config line.

      See below

                  {
                          module: "MMM-LocalTemperature",
                          position: "top_right",
                          header: "Inside Temperature",
                          config: {
                                  pinScheme: "WPI",
                                  sensorPin: 0,
                                  fontsize: "medium",
                                  updateInterval: 1,
                                  showTemperature: true,
                                  showHumidity: true,
                                  }
                  },
      
      posted in Troubleshooting
      J
      jimus888
    • RE: Star Trek TNG

      Looks great! Nice work.

      posted in Show your Mirror
      J
      jimus888
    • RE: Currentweather - UV-Index integration

      Hi All,

      Reviving an old thread.
      It would be great if this could be integrated into the default module (with some text in addition to the numeric value to give the rating as high, low, etc).
      I have looked into doing this myself but it is much beyond my abilities :)

      posted in Requests
      J
      jimus888
    • RE: MMM-NetworkScanner (spitzlbergerj) Keep Alive

      Disregard the above issue. I solved it by using the fork by leveneg.
      Happy days, all working as it should :)

      posted in Troubleshooting
      J
      jimus888
    • MMM-NetworkScanner (spitzlbergerj) Keep Alive

      Re: MMM-NetworkScanner (spitzlbergerj)

      Hi,
      I’m using this module at the moment but am having trouble with the ‘keep alive’ function.
      I believe the keep alive is supposed to keep the network icon on the mirror for a set period of time after a successful scan/presence check. My module does not do this, if the network device is not detected during the scan it is shown offline instantly, (no time delay of 15 mins)
      Below is my current code. Any ideas???

      Thanks

                  {
                          module: "MMM-NetworkScanner",
                          position: "bottom_center",
                          config: {
                                  devices: [
                                          {macAddress: "xx:xx:xx:xx:xx:xx", name: "", icon: "apple"},
                                          {macAddress: "xx:xx:xx:xx:xx:xx", name: "", icon: "laptop"},
                                          {macAddress: "xx:xx:xx:xx:xx:xx", name: "", icon: "laptop"},
                                          ],
                                  showUnknown: false,
                                  showOffline: false,
                                  updateInterval: 30,
                                  keepAlive: 900,
                                  }
                  }
      
      posted in Troubleshooting
      J
      jimus888
    • RE: WifiPassword Background

      So I’ve done a full new install of magic mirror and re loaded this module. It still has the white background shown in the above picture.

      Does anyone know why? Or what I can edit in the code to change it back to how it should look?

      Thanks all.

      posted in Troubleshooting
      J
      jimus888
    • WifiPassword Background

      Hi All,

      I am having trouble with my Wifi Password QR code.

      Since updating to the current MagicMirror v2.13.0 the QR code now has a white border around the image.
      Does anyone know how to turn this off?

      Cheers
      wifi qr code.jpg

      posted in Troubleshooting
      J
      jimus888
    • RE: MMM-Traffic 2.0

      Hi Modie,

      Check you have the dependencies set up correctly. I think that’s what was causing my issues. I reinstalled node-fetch and it started working.

      Guilleam, if its not showing anything on the screen i’d check your install and your config files

      posted in Transport
      J
      jimus888
    • RE: MMM-Traffic 2.0

      Hi Modie

      Did you get this module working?
      If so, what did you do to fix it as I’m also having issues with it saying “Loading…”

      Thanks

      posted in Transport
      J
      jimus888
    • RE: MMM-Fuel NSW no data

      Thanks for the help guys. I didn’t know about the developer window but it has shown me a bunch of errors that i’ll have to work on.

      I got the fuel module working by changing the type to [“e5”], thanks Raymond. Once this has been changed the info showed up :)

      posted in Troubleshooting
      J
      jimus888