A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    18k 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
    983 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
    211 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
    623 Views
    L
    @Santanachia I have never tried. MagicMirrorOS
  • Worldclock setup help?

    3
    1
    0 Votes
    3 Posts
    560 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
    347 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
    524 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
    5k Views
    telminiT
    Did you manage to make this work? I’m trying to do kinda the same. Thanks
  • Hide header when the module does not contain information.

    2
    0 Votes
    2 Posts
    441 Views
    Mykle1M
    @2hdlockness Contact the author at the repo for the module and request that feature be added. Or, fork the module, make the modification and send a PR to author. The module requires additional code to make that feature happen. It can’t be done in custom.css, for instance.
  • So ... to update MagicMirror I would ... ??

    54
    0 Votes
    54 Posts
    46k Views
    S
    @bitfit2020 i dont have a config in any of my scripts i used the sample doing install, config.js for upgrade and no confug for the screen saver and pm2 scripts at the end upgrade does what u are supposed to do manually, but breaks running systems with lots of none-base modules upgrade tries to detect and fix the breakage run 1st time it will just check if its possible upgrade would work second time with ‘apply’ parm will do the upgrade process. a log is kept of the process
  • MMM-SleepWake turn off but not turn on

    mmm-sleepwake magic mirror turn on turn off
    23
    0 Votes
    23 Posts
    7k Views
    K
    @sdetweil Thank you for sharing :)
  • MMM-CoinMarketCap unable to get data

    Solved
    23
    0 Votes
    23 Posts
    9k Views
    F
    @TheRedhawk Strange, I wonder why mine breaks with single quotes. If I change mine back to single quotes, it won’t load.
  • 3 Appointments from 2013 Appear in Calendar Every Day

    2
    0 Votes
    2 Posts
    376 Views
    J
    Never mind… I think i have fixed it for now. I went into Google Calendar in the browser, searched for each event and deleted all recurrences. Within a couple of update cycles on the MagicMirror the events disappeared.
  • 0 Votes
    4 Posts
    1k Views
    bheplerB
    @ike-9 - I had assumed that you used pm2 to start the Magic Mirror process. My bad. That’s an installation thing, so no need to introduce something new. Hmm. Nothing in the logs, nothing in the console? That is bizarre. Let me fire this up and see if I can’t get it to work.
  • Reload in newsfeed module stops after some minutes

    2
    0 Votes
    2 Posts
    330 Views
    schwoediauerS
    I’ve tested my config with several other RSS Feeds and I can see the problem only with the feed listet in the description, all other feed works fine . I have no idea what happens. Do I have any further log informations for debugging the situation??