Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. nhl
    N
    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 23
    • Best 4
    • Groups 0

    nhl

    @nhl

    6
    Reputation
    1125
    Profile views
    23
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    nhl Follow

    Best posts made by nhl

    • RE: Auto on/off of the TV (not the Pi)?

      Turn the monitor on and off automatically

      To turn the monitor on/off on a daily schedule, grab this script and put it in /home/pi/rpi-hdmi.sh. Next, make it executable:

      chmod +x /home/pi/rpi-hdmi.sh

      Now we’ll need to add a cron entry to call this script at the desired time, so open the cron editor:

      crontab -e

      And add the following lines at the bottom of the file:

      Turn HDMI Off (22:00/10:00pm)

      0 22 * * * /home/pi/rpi-hdmi.sh off

      Turn HDMI On (7:00/7:00am)

      0 7 * * * /home/pi/rpi-hdmi.sh on

      The first number (0) is the minutes and the second number on each of those lines (22 and 7) is the hour in 24 hour time. So in this example, the monitor would turn off at 10:00pm and back on again at 7:00am. Adjust the time for your needs.

      Keep in mind: this does not turn the Raspberry Pi off! It just turns off the monitor, saving energy and hopefully extending the life of your monitor. The Raspberry Pi is still on and running however.

      posted in Requests
      N
      nhl
    • RE: NHL Module

      @kevinb311 I’ve been using it for about a month without any issues!

      posted in Requests
      N
      nhl
    • RE: Black blank screen

      @dhirajv12 Try navigating to ~/MagicMirror/vendor then running npm install

      posted in Troubleshooting
      N
      nhl
    • RE: NHL Module

      @strawberry-3.141 Most the data is back up. Just disregard Canada, Sweden, Russia, and Europe.

      Thanks!

      posted in Requests
      N
      nhl

    Latest posts made by nhl

    • RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!

      @costascontis Make sure the away read permission is active on your nest development OAuth client
      0_1550527074655_f39cdd41-e38c-4ee8-9d82-29b37f2a78bf-image.png

      posted in Utilities
      N
      nhl
    • RE: MMM-MyScoreboard

      @vinp Awesome! Thanks!

      posted in Sport
      N
      nhl
    • RE: MMM-MyScoreboard

      it looks like its just the nhl games having issues

      posted in Sport
      N
      nhl
    • RE: MMM-MyScoreboard

      Anyone having issues that the scores don’t display? The matches show up properly but during the games nothing is displayed.

      posted in Sport
      N
      nhl
    • RE: MMM-htmlvideo, Basic video file player

      Is there anyway to play a video thats stored on the SD card? Mine rasp pi 3 lags when streaming the mp4

      posted in Entertainment
      N
      nhl
    • RE: Problem with repeating events in default calendar module

      Any luck with this bug?

      posted in Troubleshooting
      N
      nhl
    • RE: TESTERS WANTED - Multi-sport Scoreboard module

      @j.e.f.f Sweet. So far so good!
      0_1496415194703_upload-4b5f76e7-4726-4380-a485-ccfe23f290a0

      posted in Development
      N
      nhl
    • RE: TESTERS WANTED - Multi-sport Scoreboard module

      @j.e.f.f Looks good! Is there an easy way to resize the rows? If you have more then 3 or 4 items, it kind of takes over the mirror.

      posted in Development
      N
      nhl
    • RE: TESTERS WANTED - Multi-sport Scoreboard module

      @j.e.f.f So far everything has been working smoothly. The only thing I’ve noticed is the Chicago White Sox icon is labeled wrong. It should read CWS instead of CHW

      posted in Development
      N
      nhl
    • RE: Black blank screen

      @dhirajv12 Try navigating to ~/MagicMirror/vendor then running npm install

      posted in Troubleshooting
      N
      nhl