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

    Posts

    Recent Best Controversial
    • RE: How to check version of MM

      @sean said in How to check version of MM:

      Or you can check version from package.json (in MagicMirror directory)

      {
        "name": "magicmirror",
        "version": "2.4.1",
        "description": "The open source modular smart mirror platform.",
        "main": "js/electron.js",
        "scripts": {
      ...
      

      But it could be different with your current running instance.

      that worked for me thank you !!

      posted in Troubleshooting
      foxF
      fox
    • RE: MMM-NOAA - Another Weather Module

      thank you @cowboysdude .
      My MM is in german, but how can i force to show the english names in the NOAA3 module?

      posted in System
      foxF
      fox
    • How to check version of MM

      Hi
      how can i check the version of my Magic Mirror?

      posted in Troubleshooting
      foxF
      fox
    • RE: MMM-MotionEye - surveillance video stream on your mirror!

      which camera du you suggest? I never had one. Should work for and in my garden (to observe the kids)

      posted in Utilities
      foxF
      fox
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      @evroom said in MMM-Soccer - Soccer Standings:

      Was looking into that too.
      It looks like v1 is not working anymore:

      $ curl -H 'X-Auth-Token:(apikey)' 'http://api.football-data.org/v1/competitions/'
      <html>
      <head><title>504 Gateway Time-out</title></head>
      <body bgcolor="white">
      <center><h1>504 Gateway Time-out</h1></center>
      <hr><center>nginx/1.6.2</center>
      </body>
      </html>
      

      Api v2 does work:

      $ curl -H 'X-Auth-Token:(apikey)' 'http://api.football-data.org/v2/competitions/'
      {"count":145,"filters":{},"competitions":[{"id":2144,"area":{"id":2000,"name":"Afghanistan"},"name":"Playoffs 2/3","code":null,"plan":"TIER_FOUR","currentSeason":{"id":212,"startDate":"2018-05-22","endDate":"2018-05-27","currentMatchday":null},"numberOfAvailableSeasons":1,"lastUpdated":"2018-07-13T13:34:06Z"},{"id":2006,"area":{"id":2001,"name":"Africa"},"name":"WC Qualification","code":null,"plan":"TIER_FOUR","currentSeason":{"id":7,"startDate":"2015-10-07","endDate":"2017-11-14","currentMatchday":6},"numberOfAvailableSea............
      

      German Bundesliga would be id: 2002

      $ curl -H 'X-Auth-Token:(apikey)' 'http://api.football-data.org/v2/competitions/2002'
      {"id":2002,"area":{"id":2088,"name":"Germany"},"name":"Bundesliga","code":null,"plan":"TIER_ONE","currentSeason":{"id":155,"startDate":"2018-08-24","endDate":"2019-05-18","currentMatchday":null},"seasons":[{"id":155,"startDate":"2018-08-24","endDate":"2019-05-18","currentMatchday":null},{"id":3,"startDate":"2017-08-18","endDate":"2018-05-21","currentMatchday":34},{"id":213,"startDate":"2016-08-26","endDate":"2017-05-20","currentMatchday":null},{"id":214,"startDate":"2015-08-14","endDate":"2016-05-14","currentMatchday":null},{"id":215,"startDate":"2013-08-09","endDate":"2014-05-10","currentMatchday":null},{"id":216,"startDate":"2012-08-24","endDate":"2013-05-18","currentMatchday":null},{"id":217,"startDate":"2011-08-05","endDate":"2012-05-05","currentMatchday":null},{"id":218,"startDate":"2010-08-20","endDate":"2011-05-14","currentMatchday":null},{"id":219,"startDate":"2009-08-07","endDate":"2010-05-08","currentMatchday":null},{"id":220,"startDate":"2008-08-15","endDate":"2009-05-23","currentMatchday":null},{"id":221,"startDate":"2007-08-10","endDate":"2008-05-17","currentMatchday":null},{"id":224,"startDate":"2006-08-11","endDate":"2007-05-19","currentMatchday":null},{"id":225,"startDate":"2005-08-05","endDate":"2006-05-13","currentMatchday":null},{"id":226,"startDate":"2004-08-06","endDate":"2005-05-21","currentMatchday":null},{"id":227,"startDate":"2003-08-01","endDate":"2004-05-22","currentMatchday":null},{"id":228,"startDate":"2002-08-09","endDate":"2003-05-24","currentMatchday":null},{"id":229,"startDate":"2001-07-28","endDate":"2002-05-04","currentMatchday":null},{"id":230,"startDate":"2000-08-11","endDate":"2001-05-19","currentMatchday":null},{"id":231,"startDate":"1999-08-13","endDate":"2000-05-20","currentMatchday":null},{"id":232,"startDate":"1998-08-14","endDate":"1999-05-29","currentMatchday":null},{"id":233,"startDate":"1997-08-01","endDate":"1998-05-09","currentMatchday":null},{"id":234,"startDate":"1996-08-16","endDate":"1997-05-31","currentMatchday":null}],"lastUpdated":"2018-06-05T00:10:05Z"}
      

      But unfortunately the v2 commands have a new syntax and probably different output, so the code would need a change.

      The changes are probably for the better:
      https://www.football-data.org/documentation/api#changelog
      but until someone spends some spare-time, we will have to do without it.

      Yes that explains a lot. Now i understand that its not working. would be nice if the author would update it.

      posted in Sport
      foxF
      fox
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      From where do i get the ID of Bundesliga 2018 / 2019
      i dont understand the content
      https://www.football-data.org/documentation/quickstart

      posted in Sport
      foxF
      fox
    • RE: How do you switch on / off, wake up yours?

      @shockwave said in How do you switch on / off, wake up yours?:

      I just use a cron job to put the screen to sleep at 11pm and turn it back on at 7am. My schedule is routine enough that this works well for me.

      crontab -e

      00 23 * * * /home/pi/monitor-off.sh >/dev/null # JOB_ID_1
      0 7 * * * /home/pi/monitor-on.sh >/dev/null # JOB_ID_2
      

      monitor-off.sh

      #!/bin/bash
      
      vcgencmd display_power 0
      
      # export DISPLAY=:0.0
      # xset dpms force off
      

      monitor-on.sh

      #!/bin/bash
      
      vcgencmd display_power 1
      
      # export DISPLAY=:0
      # xset dpms force on
      # xset s reset
      

      Great !
      I will give it a try

      posted in Hardware
      foxF
      fox
    • PM2 stopped working

      Hi,
      pm2 is not working anymore
      0_1529240780329_7f76b078-99ac-4bdf-ab8f-7c43c056ea00-image.png

      i tried

       npm i -f pm2
      
      

      But no positive result. Can someone help me please?

      posted in Troubleshooting
      foxF
      fox
    • RE: MMM-cryptocurrency - v1.4

      @bocapie said in MMM-cryptocurrency - v1.4:

      Is there a way to display your coin amount?

      Yes --> https://github.com/SpoturDeal/MMM-crypto-portfolio

      posted in Utilities
      foxF
      fox
    • RE: Button

      Dear community,

      how could i implement following scenario.

      Connect a button to the MM and switch monitor on and off with it?

      posted in Troubleshooting
      foxF
      fox
    • 1 / 1