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

Posts

Recent Best Controversial
  • 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
    Sep 14, 2016, 6:43 PM
  • RE: NHL Module

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

    posted in Requests
    N
    nhl
    Nov 9, 2016, 8:21 PM
  • RE: Black blank screen

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

    posted in Troubleshooting
    N
    nhl
    May 31, 2017, 2:20 PM
  • 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
    Sep 23, 2016, 3:00 PM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy