A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Wallberry Clock - Timezone issue

    7
    0 Votes
    7 Posts
    2k Views
    D
    No no all good. It worked like a charm! Many thanks!
  • 0 Votes
    6 Posts
    2k Views
    S
    looks like you didn’t run the npm install step of the module install I’d suggest getting the new module MMM-GoogleAssistant that came out just this week. it replaces both old modules and it much easier to install. https://forum.magicmirror.builders/topic/12324/mmm-googleassistant?_=1591203920585
  • MMM-GrafanaChart - scrolling issue

    1
    0 Votes
    1 Posts
    391 Views
    evroomE
    Hi, I have position: 'fullscreen_above', but I do not see the complete dashboard. I can scroll the dashboard up and down, but I would like to see the complete dashboard on my MM display. Is this a Grafana issue, or a MMM-GrafanaChart issue ? With kind regards, @evroom See GitHub issue: https://github.com/SvenSommer/MMM-GrafanaChart/issues/8
  • Can't get any google distance module running

    2
    0 Votes
    2 Posts
    523 Views
    S
    Ok, scratch that, Mycommute seems to be working again ( l literally just tried re-enabling it, I have no idea what made it work again). Kudos :) I’m not sure how to close a topic, but please consider this closed.
  • Sorry. One more...

    2
    0 Votes
    2 Posts
    475 Views
    S
    @blacter said in Sorry. One more...: /home/pi/package.json have to be IN the MagicMirror folder before u can do anything with npm commands /home/pi/package.json if u meant to use pm2, then it would have been ok anywhere pm2 restart MagicMirror
  • What does this mean? Clone this repo...

    3
    0 Votes
    3 Posts
    866 Views
    B
    Thanks. Appreciate the help.
  • Error on loading script (new module not working)

    3
    0 Votes
    3 Posts
    412 Views
    B
    @sdetweil Thank you! That one is edited for the forum actually, but anyway, you solved my problem ;)
  • Need help!

    4
    0 Votes
    4 Posts
    861 Views
    S
    i don’t understand that these scripts can be used to automate installation of release upgrades. raspberry.sh is the installation script, upgraded from the core package to execute the install script, cut/paste this line into the terminal window on your device (I can't say PI, cause it works in a lot of other places too) bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)”
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • How to add mk2 assistant to the magic mirror

    11
    0 Votes
    11 Posts
    4k Views
    D
    @Bugsounet said in How to add mk2 assistant to the magic mirror: Unfortunately MMM-AssistantMk2 is now dead … I can’t tell you more :( @sdetweil is aware of the problem I can tell you now, that a new project will start in a few days! @sdetweil: the news is very very good! @Bugsounet: With a little bit of coding Mk2 assistant it still working on my private mirror but I cant wait for your next move. Sounds promissing :-) :-)
  • MagicMirror shutting down automatically

    2
    0 Votes
    2 Posts
    625 Views
    S
    @HK so, I would look thru tall the modules and dependencies to try to find where it is used cd ~ find MagicMirror -name \*.js | xargs grep OutgoingMessage\._headers 2>/dev/null I find a bunch of modules using OutgoingMessage.setHeader
  • iCloud "Reminders ⚠️" issue - Sync?

    1
    1 Votes
    1 Posts
    695 Views
    D
    Hi. Does anyone have issue with syncing the “Reminders” from iCloud? I can sync all calendars very good. New ones, old ones, delete and add etc. all ok. When I do discover I see the lists from Reminders. Can I sync them and can I show them also in the calendar app? I see the Reminders name has a sign behind the name while all calendars dont. [image: Bildschirmfoto 2020-05-30 um 12.55.43.png] If I copy paste its like this “Erinnerungen ⚠️” Erinnerungen is German for Reminders. I have added it to the vdirsync config like this item_types = ["VEVENT", "VTODO"] Anyone here who can help?
  • Only some modules freeze up at times

    6
    0 Votes
    6 Posts
    1k Views
    S
    @BurgerLoverMx there are all kinds of combinations that might freeze… some were written long ago, before many of the new node and javascript features to minimize cpu usage (promises and async) I have one module that has been thru all three lifetimes… over 4 years, some don’t handle errors well, (or at all) and some have conflicting requirements. and os and hardware levels matter too…
  • trouble to login in MM forum

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    K
    Yes, works for me again as well. Thanks to all
  • white screen flash on startup

    4
    1 Votes
    4 Posts
    1k Views
    R
    @sdetweil said in white screen flash on startup: electronOptions:{backgroundColor:‘#00000001’}, Not working for me either :) But thank you for trying. Hopefully we will see a solution, my mirror is only on between certain times (with a Google Home routine and Sonoff switch) and the white bg is super annoying.
  • Youtube or streaming... impossible!

    youtube streaming videoplayer video
    8
    0 Votes
    8 Posts
    3k Views
    S
    @duxnobis changing size of the video window makes a big difference…course on a 4k screen, 800c600 is pretty small already
  • GPIO help

    6
    0 Votes
    6 Posts
    2k Views
    BKeyportB
    that first command is calling the WiringPi library, right? The one that’s no longer supported and don’t cover the last couple of Pi hardware releases?
  • Calendar Module - Unable to load Facebook Birthdays

    Solved
    29
    0 Votes
    29 Posts
    29k Views
    H
    I am not sure if Facebook has revoked the privileges to export the birthday calendar or we had a misunderstanding in this issue discussion. I went through all suggested changes to make it work for my fb birthday calendar and after spending alot of time, i realized that i can if i add facebook URL as suggested in this article. it shows me events (which i selected to be interested/going) . However, birthday calendar doesn’t shows up on my mirror. Let me know if i missed anything or guide me to make facebook birthday work for my mirror. Thanks in advance !!
  • Wallberry Theme: Change Picture depending on time

    1
    0 Votes
    1 Posts
    318 Views
    D
    Hi. Is there a way to use for example two unsplash collections, one for daytime and one starting from 19:00 on? Should be possible right? Something like… (the below should not represent code but just the logic): If local time between 6:00 and 19:00 than use collection: “1234” else if local time between 19:00 and 6:00 than use collection: “9876” Anyone the same issue or request? Idea how to solvethis?
  • Help please. Module doesn't show up

    4
    0 Votes
    4 Posts
    832 Views
    Mykle1M
    @bhepler said in Help please. Module doesn't show up: Edited to add: Dammit, @Mykle1 beat me to it. :thumbsup: