A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • module MMM-BME280

    3
    0 Votes
    3 Posts
    658 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
  • Enable/Disable video output

    2
    0 Votes
    2 Posts
    464 Views
    ebolisaE
    Solved by issuing a npm restart.
  • herstart

    3
    0 Votes
    3 Posts
    432 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 ???
  • Newbie

    10
    0 Votes
    10 Posts
    2k Views
    Mykle1M
    @sdetweil said in Newbie: @jerryp use my fixuppm2 script. Absolutely the best advice. Follow it. Or not, at your peril.
  • currentWeather module showWindDirection not working

    4
    0 Votes
    4 Posts
    892 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
  • Black Screen Of Death After Couple of Hours

    Unsolved errno enomem syscall spawn
    13
    0 Votes
    13 Posts
    6k Views
    F
    @sdetweil , @MadScientist Thanks very much !! I try this now.
  • "Out of memory" issues - where do I begin?

    Solved
    65
    0 Votes
    65 Posts
    32k 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?
  • Fullscreen help

    15
    1
    0 Votes
    15 Posts
    4k 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.
  • MMM-NetworkScanner-loading...indefinitely

    Solved
    54
    0 Votes
    54 Posts
    19k 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!!
  • Calendar problem

    7
    0 Votes
    7 Posts
    1k 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
  • MMM-GoogleAssistant with MMM-Selfieshot

    1
    2 Votes
    1 Posts
    234 Views
    NickRickN
    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
  • Boot Magic Mirror on start up.

    3
    0 Votes
    3 Posts
    655 Views
    L
    @Santanachia I have never tried. MagicMirrorOS
  • Worldclock setup help?

    3
    1
    0 Votes
    3 Posts
    611 Views
    N
    Ok, thank you fixed. kind regards,
  • Config file Error - 'Split' Property

    12
    0 Votes
    12 Posts
    2k Views
    S
    @paulyp2k6 i didn’t write the others, just reference really good writers
  • MMM-GoogleAssistant images in result missing

    2
    0 Votes
    2 Posts
    376 Views
    NickRickN
    @NickRick After restart several times now works fine… so it is done
  • MMM-Awesome-Alexa Trouble

    18
    0 Votes
    18 Posts
    4k Views
    S
    @jste84 I have no issues since I used Sam’s steps
  • Usb microphone

    usb mic microphone
    8
    0 Votes
    8 Posts
    2k Views
    J
    Is anyone able to help with this
  • Mycovid19 graph doesn't show on webpage through Dataplicity

    Solved mycovid19
    5
    2
    0 Votes
    5 Posts
    1k Views
    B
    Never mind. Found out, that I had to do startDate: "10/28/2020",
  • 0First Time setup. Will not launch with 2 added modules

    4
    0 Votes
    4 Posts
    560 Views
    A
    @lolo oops didn’t even think of hiding those. I’ll edit them out real quick and also let you know how it works after adding that bracket! Thanks!
  • How to load config data from file?

    Unsolved
    12
    0 Votes
    12 Posts
    6k Views
    telminiT
    Did you manage to make this work? I’m trying to do kinda the same. Thanks