Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. codyS75
    C
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    codyS75

    @codyS75

    1
    Reputation
    9
    Posts
    455
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    codyS75 Follow

    Best posts made by codyS75

    • RE: MMM-Astrology Sagittarius icon

      Many thanks! 🙂

      posted in Troubleshooting
      C
      codyS75

    Latest posts made by codyS75

    • MMM-PIR-Sensor/wiring

      Pretty simple question (I think), but I’ve seen all kinds of answers so wanted to check here. Which pins do I connect each of the 3 PIR jumper cables to on the Pi?

      posted in Troubleshooting
      C
      codyS75
    • RE: MMM-PIR-Sensor

      Just so I understand, the 8mm hole is half-way through the frame, which is where the sensor sits, and then in the middle of that is the 3mm all the way through?

      posted in Troubleshooting
      C
      codyS75
    • RE: MMM-PIR-Sensor

      Sounds like a good plan. I’ll give that a shot, hopefully here in the next few days (once my mirror is delivered.)

      posted in Troubleshooting
      C
      codyS75
    • RE: MMM-PIR-Sensor

      This is where I feel like a noob asking the question, but how would this typically work for a magic mirror, considering that one way or another the Pi is (I would think) usually going to be behind the monitor and out of the line of sight of the mirror surface?

      posted in Troubleshooting
      C
      codyS75
    • MMM-PIR-Sensor

      This will be my first time trying to do anything with a PIR sensor. (Here is what I have: https://smile.amazon.com/gp/product/B012ZZ4LPM/).

      Maybe this is a question that is specific to the brand/model, but in general, would a sensor like this be able to detect if the Pi is enclosed in a case? I know that sensitivity can be configured, but again, first-timer here.

      Thanks in advance…

      posted in Troubleshooting
      C
      codyS75
    • RE: MMM-Astrology Sagittarius icon

      Many thanks! 🙂

      posted in Troubleshooting
      C
      codyS75
    • MMM-Astrology Sagittarius icon

      Has anyone else happened to run into this? I’m running this module for Sagittarius, and there is just a box where the icon would typically be. (I didn’t try all of them, but scorpio, for example, does have the symbol.) Thanks.

      posted in Troubleshooting
      C
      codyS75
    • RE: MMM-WunderGround clock and MPH issues

      I feel silly for not thinking of those things before I posted. You were correct on both fronts. Thanks again.

      posted in Troubleshooting
      C
      codyS75
    • MMM-WunderGround clock and MPH issues

      Greetings…

      This is my first Raspberry Pi (and therefore, first Magic Mirror) project. I’ve got the MMM-WunderGround module up and running. The PWS i’m using for Knoxville, TN is KTNKNOXV198, and most of the display data seems accurate.

      However, at this moment, it’s 12:30 PM EST on March 9, 2018. The default clock module shows this correctly. But, on the WU module, the time is showing as 6:37 (not sure if AM or PM).

      Additionally, the wind display is showing as -9999 mph.

      Any guidance is appreciated. Thanks!

      Edit: config is below. Also noticed that time is not just off, but also ‘stuck’ at 6:37.

       {
                               module: 'MMM-WunderGround',
                               position: 'top_right',
                               config: {
                                      apikey: '3027846ee9396ac3',
                                      pws: 'pws:KTNKNOXV198', //Knoxville, TN
                                      hourly: '1',
                                      units: 'imperial',
                                      fctext: '1',
                                      windunits: 'mph',
                                      iconset: 'flat_black',
                                      fcdaycount: "5",
                                      fcdaystart: "0",
                                      hourlyinterval: "3",
                                      hourlycount: "2",
                                      alerttime: 10000,
                                      alerttruncatestring: "english:",
                                      roundTmpDecs: 1,
                                      UseCardinals: 0,
                                      layout: "horizontal",
                                      sysstat: 0}
       },
      
      posted in Troubleshooting
      C
      codyS75