Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Troubleshooting
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • PeterPang

      SOLVED Auto Black Screen (save mode of monitor?) after a few minutes
      • PeterPang

      11
      0
      Votes
      11
      Posts
      152
      Views

      PeterPang

      @wishmaster270
      Thanks you man , I solved ^^

    • C

      Updatenotification bar doesn't show up
      • ChrizZz

      8
      0
      Votes
      8
      Posts
      75
      Views

      C

      It works again. I think it was my mistake in the config based on the classes setting or compared with the carousel module.

    • Mykle1

      Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10
      • Mykle1

      147
      19
      Votes
      147
      Posts
      51779
      Views

      S

      @humez read and follow the steps here

      https://forum.magicmirror.builders/topic/4089/complete-walkthrough-install-magicmirror-on-a-pc-windows-7-10/141?_=1612997713585

      u have not edited package.json as required

    • L

      restart
      • leentje

      8
      0
      Votes
      8
      Posts
      83
      Views

      JerryP

      @leentje zo after a TeamViewer sesion thé mirror is Tunning automatic.
      Now you can modified the config.js to your one style

      Have fun.

    • P

      module MMM-BME280
      • pat59

      3
      0
      Votes
      3
      Posts
      49
      Views

      P

      @sdetweil Hello
      sorry for this inconvenience I suffered a power cut I thought the first email was not gone
      sorry with my apologies

    • ebolisa

      Enable/Disable video output
      • ebolisa

      2
      0
      Votes
      2
      Posts
      55
      Views

      ebolisa

      Solved by issuing a npm restart.

    • L

      herstart
      • leentje

      3
      0
      Votes
      3
      Posts
      60
      Views

      L

      na een spoedige installatie op mijn pi 4 werkt alles tot op heden goed, nu heb ik Magic Mirror geinstalleerd en als ik mijn pi herstart is hij weg , ik krijg hem in mij mappen wel gevonden maar niet geopend , wat doe ik verkeerd of heb ik vergeten te downloaden ???

    • B

      Newbie
      • bimmer

      10
      0
      Votes
      10
      Posts
      67
      Views

      Mykle1

      @sdetweil said in Newbie:

      @jerryp use my fixuppm2 script.

      Absolutely the best advice. Follow it. Or not, at your peril.

    • S

      currentWeather module showWindDirection not working
      • SaltyRiver

      4
      0
      Votes
      4
      Posts
      33
      Views

      S

      @saltyriver spelled correctly, in right place, not sure why

      if u open dev window, sources tab , modules open the source for current weather.js put a stop on line 130 (click line number), push f5, or ctrl-r

      which is bad, hover mouse over to view object
      this
      config
      showWindDirection

    • D

      UNSOLVED Black Screen Of Death After Couple of Hours
      errno enomem syscall spawn • • dazza120

      13
      0
      Votes
      13
      Posts
      1298
      Views

      F

      @sdetweil , @MadScientist Thanks very much !! I try this now.

    • E

      SOLVED "Out of memory" issues - where do I begin?
      • ember1205

      65
      0
      Votes
      65
      Posts
      525
      Views

      E

      I can’t seem to get the system to tell me that it’s out of date again (even though I know it is). That’s ok for now, though… New problem…

      Chromium is crashing, and I have a guess as to what might be going on. I have been searching and can not find anything related to a log file for Chromium, though, and I would need to be able to see that to understand if my suspicion is correct. Am I just completely missing it?

    • P

      Fullscreen help
      • prvrami

      15
      0
      Votes
      15
      Posts
      116
      Views

      V

      For anyone experiencing similar problems, another solution could be to build midori from source.

      With midori v7.0.2 (latest you can install for raspberry os at the time of writing) I couldn’t get rid of the tab bar and some window borders. Building midori v9.0 from source it works nicely in full screen mode with the parameter -e Fullscreen. See description how to do that here https://github.com/midori-browser/core . There are also some related and resolved issues on github.

    • J

      SOLVED MMM-NetworkScanner-loading...indefinitely
      • jthirasilpa

      54
      0
      Votes
      54
      Posts
      1329
      Views

      D

      Hello,
      i want to use this Module, but i’ve a iphone that is after some time offline when the screen is off. I have a perl script that check into my fritzbox (router) if the iphone connected to the fritzbox.

      how can i add the perl script to mmm-networkscanner?

      var arp = sudo([‘arp-scan’, ‘-q’, arpHosts]);

      like var arp = sudo([‘perlscript.pl’]); ??

      Thanks!!

    • C

      Calendar problem
      • chris47803

      7
      0
      Votes
      7
      Posts
      78
      Views

      C

      Hello

      i finally made it.
      I just needed someone to talk to. 🙂

      in the calendar.js I changed these 3 values from false to true.

      sliceMultiDayEvents: true, broadcastPastEvents: true, nextDaysRelative: true
    • NickRick

      MMM-GoogleAssistant with MMM-Selfieshot
      • NickRick

      1
      1
      Votes
      1
      Posts
      38
      Views

      NickRick

      Hi,

      I really like GoogleAssistant and now I want to use via voice control to activate MMM-Selfieshot to create a selfie, so I have to put " this.sendNotification(“SELFIE_SHOOT”) " somewhere in the GoogleAssistent to activate Selfieshot.
      This is from documentation of MMM-Selfieshot:

      by notification SELFIE_SHOOT
      Your other module can make an order to take a picture (Button, Voice Commander, Sensors,…)
      this.sendNotification(“SELFIE_SHOOT”)
      //or
      this.sendNotification(“SELFIE_SHOOT”, {
      option: {
      shootCountdown: 1,
      displayResult: false,
      playShutter: false,
      displayCountdown: false,
      // only these 4 properties are available.
      }
      })
      //or
      this.sendNotification(“SELFIE_SHOOT”, {
      option: { … },
      callback: (result) => {
      console.log(result) // It will have result.path and result.uri
      this.doSomething(result)
      }
      })
      SELFIE_EMPTY_STORE : You can remove all photos in store directory.
      SELFIE_LAST : You can display last photo taken on screen.

      Can someone tell me where I can put this code in GoogleAssistant and than I can via voice call start selfie?

      Thank you

    • S

      Boot Magic Mirror on start up.
      • Santanachia

      3
      0
      Votes
      3
      Posts
      51
      Views

      L

      @Santanachia I have never tried. MagicMirrorOS

    • N

      Worldclock setup help?
      • negrito

      3
      0
      Votes
      3
      Posts
      46
      Views

      N

      Ok, thank you fixed.

      kind regards,

    • P

      Config file Error - 'Split' Property
      • paulyp2k6

      12
      0
      Votes
      12
      Posts
      41
      Views

      S

      @paulyp2k6 i didn’t write the others, just reference really good writers

    • telmini

      Config modules from external file (JSON)
      config modules file json • • telmini

      11
      0
      Votes
      11
      Posts
      74
      Views

      telmini

      It could probably be that the XmlHttpRequest is async and the page is already loaded when the request has finished executing.

    • NickRick

      MMM-GoogleAssistant images in result missing
      • NickRick

      2
      0
      Votes
      2
      Posts
      41
      Views

      NickRick

      @NickRick After restart several times now works fine… so it is done

    • 1
    • 2
    • 3
    • 4
    • 5
    • 165
    • 166
    • 3 / 166
    Enjoying MagicMirror? Please consider a donation!
    MagicMirror created by Michael Teeuw.
    Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
    This forum is using NodeBB as its core | Contributors
    Contact | Privacy Policy