A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Why keeps MM2 starting even when I've pressed ctrl+Q?

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    lavolp3L
    @mwel1977 The reason seems to be pm2. You seem to have that installed. It runs a script always restarting MagicMirror after you close it. To close MagicMirror properly if you have pm2 running do a pm2 stop mm or however your process was called. You can find the name of the process running pm2 status Other useful commands pm2 restart mm pm2 start mm.sh //Name of the shell file that has been created by YOU!
  • Magic Mirror will not start

    Unsolved
    8
    1
    0 Votes
    8 Posts
    3k Views
    E
    Huh, it appears the work i did before deleting and reinstalling the MagicMirror directory for the auto-start held over and it is working now. Thanks for dealing with me!
  • trouble booting magicmirror

    Solved
    11
    0 Votes
    11 Posts
    4k Views
    Mykle1M
    @tbs86 You can mark the topic as solved
  • MagicMirror does not wake up properly after being asleep for long periods of time

    Unsolved
    2
    0 Votes
    2 Posts
    564 Views
    S
    @matthew i see this problem when the updateNotification module (a default) is running… I use a camera based motion detection, so it is not the PIR module or my module…
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    11 Views
  • Location id for weather in Copenhagen, Denmark??

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    JanneJ
    https://www.yr.no/nb/oversikt/dag/2-2618425/Danmark/Region Hovedstaden/København/København So I guess your id would be 2-2618425. Or else go to this page and search for your location. The location id will be in the url. :-)
  • Resolution Problem Help

    Solved
    4
    5
    0 Votes
    4 Posts
    1k Views
    Mykle1M
    @isoshy said in Resolution Problem Help: i love you Interesting! Thank you, I think. :-) the compliments module is meant to be used in position: "lower_third", of your config. I would check that first. I should also ask if you changed the size of the font classes? Assuming you haven’t changed anything there then you could try classes: "thin medium bright", or classes: "thin large bright", in your config. Example: { disabled: false, module: "compliments", position: "lower_third", config: { classes: "thin medium bright", } }, By the way, this information is in the readme of the module. You should read the module readme’s. ;-)
  • Npm not working

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    Mykle1M
    @lavolp3 I don’t use VM. My machines are wiped clean and only ubuntu 16.04LTS is installed prior to MM
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • Strange Icon behavior MMM-weatherforecast

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    eniacE
    No I installed ist without changing anything … Config : { module: "MMM-weatherforecast", position: "top_left", config: { location: "", locationID: "2832521", units: "metric", maxNumberOfDays: "7", updateInterval: "36000000", //showRainAmount: "true", tableClass: "xsmall", colored: "true", iconTable: { "01d": "wi-day-sunny", "02d": "wi-day-cloudy", "03d": "wi-cloudy", "04d": "wi-cloudy-windy", "09d": "wi-showers", "10d": "wi-rain", "11d": "wi-thunderstorm", "13d": "wi-snow", "50d": "wi-fog", "01n": "wi-night", "02n": "wi-night-cloudy", "03n": "wi-night-cloudy", "04n": "wi-night-cloudy", "09n": "wi-night-showers", "10n": "wi-night-rain", "11n": "wi-night-thunderstorm", "13n": "wi-night-snow", "50n": "wi-night-alt-cloudy-windy" }, roundTemp: "true", appid: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" } }, [image: 1541929714630-wf2.jpg] Thats the look if the Wonderground Module is removed out of the config. [image: 1541929770855-wf.jpg] If WG is active it looks like this …
  • MagicMirror not showing, even though pm2 says it's online

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    justjim1220J
    @jrinco11 try npm rebuild
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • Black screen after AssistantMk2 install.

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    M
    @sdetweil Thanks, but it turns out my upgrade to Stretch didn’t take very well and I couldn’t update either. I flashed a fresh stretch and I’ll try the updated AssistantMk2.
  • Followed wiki, but the screen does not rotate

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    cirdanC
    Its about using the hdmi output of the pi. And it looks you’re doing that. But you can try hooking up the pi to another monitor, e.g. a tv to rule it out?
  • Modifying Google newsfeed url..

    Unsolved
    1
    0 Votes
    1 Posts
    877 Views
    S
    Hello! So i have this link bellow so i can get the latest news appeard in the magic mirror. But i dont know how to modify it so i can get the latest news on this subject/section. Note: this is a news link from google news(with the section i like). But they appeard in wrong days. Should i change something in the url or in the newsfeed module? https://news.google.com/news/rss/search/section/q/Επιστήμη+και+τεχνολογία?ned=el_gr&gl=GR&hl=el
  • Syntax Errorn in Config.js

    Unsolved
    11
    0 Votes
    11 Posts
    5k Views
    lavolp3L
    @cyrus1337 If you’re really into the magicmirror stuff, it might be worth the time to do a little javascript training. There are courses all around the net, I’m currently doing some courses that have been offered for free on udemy. https://www.udemy.com/javascriptfundamentals/ It may help a lot with not too much effort.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
  • [Solved] Standard calendar displays the time incorrectly

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    K
    Yes, that´s it. Thank your for this great tip.
  • 0 Votes
    1 Posts
    551 Views
    M
    Hello all! Just finished my build yesterday, and I noticed that after long sleep cycles, the monitor turns on with detected movement (PIR sensor), but MagicMirror itself is just a black screen with my mouse cursor. I am also not able to close MagicMirror by pushing alt. I have to restart the pi to get MagicMirror to load properly after the long sleep. Has anyone had a problem like this? Is there a setting to not have the MagicMirror program sleep?
  • Sending notifications from python to MM

    Solved
    8
    0 Votes
    8 Posts
    4k Views
    C
    Thanks @bream !