MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. CommanderB
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    CommanderB

    @CommanderB

    0
    Reputation
    1526
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    CommanderB Unfollow Follow

    Latest posts made by CommanderB

    • RE: Tide Chart Module

      Yay! I will take a look.

      I have a module which displays next two tides, time and height, from the WeatherUnderground, but its not ready for primetime (haven’t got the refresh timing working the way I want). Maybe this will mean I don’t have to.

      posted in General Discussion
      C
      CommanderB
    • RE: MMM-TrainConnections

      @clebo99 correct

      posted in Troubleshooting
      C
      CommanderB
    • RE: MMM-TrainConnections

      I think this one is Europe only - taker a look at localtransport module. This uses the Google APIs and works with many global transit systems.

      posted in Troubleshooting
      C
      CommanderB
    • RE: Weatherunderground - currently - hourly - daily - configurable

      The next issue is that the config variable hourlyInterval gets ignored. This can be fixed by changing line 238 to

      var forecast = this.hourlyforecast[f * this.config.hourlyinterval];
      
      posted in Troubleshooting
      C
      CommanderB
    • RE: Weatherunderground - currently - hourly - daily - configurable

      Love this. Thanks. There are a couple of issues I’m working through, trying to help fix. The first is that beaufort icon isn’t showing because this isn’t defined in the CSS files. I would expect it to be in weather-icons-wind.css but its not.

      Adding the definitions -

      .wi-wind-beaufort-0:before {
        content: "\f0b7";
      }
      .wi-wind-beaufort-1:before {
        content: "\f0b8";
      }
      .wi-wind-beaufort-2:before {
        content: "\f0b9";
      }
      .wi-wind-beaufort-3:before {
        content: "\f0ba";
      }
      .wi-wind-beaufort-4:before {
        content: "\f0bb";
      }
      .wi-wind-beaufort-5:before {
        content: "\f0bc";
      }
      .wi-wind-beaufort-6:before {
        content: "\f0bd";
      }
      .wi-wind-beaufort-7:before {
        content: "\f0be";
      }
      .wi-wind-beaufort-8:before {
        content: "\f0bf";
      }
      .wi-wind-beaufort-9:before {
        content: "\f0c0";
      }
      .wi-wind-beaufort-10:before {
        content: "\f0c1";
      }
      .wi-wind-beaufort-11:before {
        content: "\f0c2";
      }
      .wi-wind-beaufort-12:before {
        content: "\f0c3";
      }
      

      to MMM-WunderGround.css fixes this.

      posted in Troubleshooting
      C
      CommanderB
    • RE: CommanderB's Bathroom Mirror

      @joerod On the left are two instances of MMM-Traffic one for transit and on for driving. The right uses LocalTransport which I modified for absolute time and duration (I did submit a pull request, which was initially rejected, but I fixed up the error and resubmitted to add these as config variables - if you really want those ahead of them being pulled, my repo is here but I recommend sticking with the original.

      Both of these modules use the Google maps APIs. One of the things I noticed over the last couple of days (when we had multi day disruption to the Metro North train lines) is that Google uses timetable information for the MTA, not live schedules. So during disruptions/delays the times aren’t correct. The MTA does also expose APIs which could be used for an MTA specific transit module, I had a quick look and for me it would be a steep learning curve to build one.

      posted in Show your Mirror
      C
      CommanderB
    • RE: CommanderB's Bathroom Mirror

      It’s this one from Amazon US

      Makerfire Raspberry pi 7 inch High Resolution 1280*800 IPS LCD Display Module Kit

      1280x800 resolution. Very clear. Nice.


      EDIT by Admin: Fixed your link 😃

      posted in Show your Mirror
      C
      CommanderB
    • CommanderB's Bathroom Mirror

      I upgraded the existing bathroom mirror with a 7" high res display behind acrylic
      0_1462321415644_IMG_2400.jpg
      0_1462321700126_MM Screen Cap.jpg

      Modules:
      Defaults - Time/Weather/Forecast/Calendar/Newsfeed
      MMM-Traffic
      localtransport (modified for exact time and duration - I owe a pull request)
      netatmo
      sonos (modified to show thumnail only - need to tidy code and put a pull request up)

      To Dos
      MrsB is unhappy with the ‘glass’, will upgrade to real glass
      Install USB outlet behind mirror to power Pi and display
      May upgrade to larger display
      Improve formatting, maximize real estate

      posted in Show your Mirror
      C
      CommanderB
    • Show your mirror locked?

      The ‘show your mirror’ sub-forum appears locked - I dont get a ‘new topic’ button.

      posted in Forum
      C
      CommanderB