A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • How to run two instances of one module?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    S
    @hefal most modules don’t support multiple instance directly. You can make a complete copy if the folder, changing it’s name, AND the name of the top level J’s file that should match the folder name,… AND you gave to edit that file and change the module registration string to match the filename and folder name Then use the new module name in config.js
  • MagicMirror^2 without GUI/windowmanager

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    J
    @sdetweil said in MagicMirror^2 without GUI/windowmanager: @john_alan well, you run serveronly mode… which doesn’t present a UI locally… Ok thanks all. Think it might be my resolution being too high!
  • config js help

    Unsolved
    2
    0 Votes
    2 Posts
    719 Views
    S
    @dcarls91 if u r going to use single quotes, you can’t include them in the string. ‘Drew’s Calendar’ Use double quotes “Drew’s Calendar”
  • Need help

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    B
    @Calrus - I’m glad you got it working. In the future, please use the markdown features of the board when posting code.
  • PiDisplaySleep

    Unsolved
    1
    0 Votes
    1 Posts
    490 Views
    N
    Hello, I got the script from PiDisplaySleep set up. Everything runs fine, but my question would be whether it is possible to enter a second IP address which is also queried? Best also how exactly I have to enter. Thank you in advance.
  • How do I get git stash after updating my MM?

    Unsolved
    2
    0 Votes
    2 Posts
    943 Views
    S
    @DæmonEyes I think it is git stash pop And I think u can do individual files
  • Help please

    Unsolved
    2
    0 Votes
    2 Posts
    594 Views
    B
    Thank you in advance. Dave
  • Massive fonts after upgrade. CSS files unchanged. Why?

    Unsolved
    1
    1 Votes
    1 Posts
    478 Views
    T
    I just upgraded to 2.8.0. After the upgrade, all fonts are really huge - taking up almost the entire screen. I didn’t change any of the style sheets for font sizes. What could have caused this to happen? Further info: This is a screen resolution issue. Something about the update has changed my screen resolution to much lower (1024x768) than what it was before. I don’t think that’s specifically a Magic Mirror issue, but as I updated Rasbian before the MM update that may have changed something. I have not been able to figure out how to get back to how it was before.
  • Magic Mirror servern just freeze after a while

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    C
    Hmm after a update I still have this problem :(
  • Issue with using all of my screen space

    Unsolved
    1
    0 Votes
    1 Posts
    335 Views
    S
    Hello guys, just started my very first magic mirror and I love it. However as you can see here I can’t use all of my screen space despite having enough room to fit both my Spotify and Daily Pokémon module. As I said earlier I’m a totally noob in this world so some help to move the modules would be really appreciated !! Thanks a lot !!
  • Error with dependencies, but it's different then the other ones just posted?!?!?

    Unsolved
    11
    0 Votes
    11 Posts
    4k Views
    S
    @stalker401 sorry, I should have mentioned u might need sudo. But you got it! Rename and rerun bash is the easiest
  • Blackscreen after update to v.2.8.0

    Unsolved
    30
    0 Votes
    30 Posts
    14k Views
    Mykle1M
    @panos There are other moon phase modules that you can try. Search the 3rd party modules page
  • Unable to Install MagicMirror dependencies - npm error

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    S
    @qtin cool. All kinds of changes get made everyday to libraries we use and they use…
  • Calendar events off by one hour

    Unsolved
    2
    0 Votes
    2 Posts
    670 Views
    T
    Not sure which module is this, but probably have better luck if you get in touch with the module maintainer. Mostly the modules are in github (check the clone url of the module), and there can be an issue tracker, or at least an email address of the developer. I am also quite new here, so I might be mistaken, but I think a module problem best tackled by the developer… Please dont forget to share the solution once you figured it out, as it could be helpful for the community.
  • How to update the master branch?

    19
    0 Votes
    19 Posts
    20k Views
    T
    @shazam23 You have modified files that has not been ‘saved’ in the git database. Type ‘git status’, and it will list those changes. After that you can decide what to do: keep the changes (in this case use ‘git commit’) revert or discard the changes (in this case ‘git checkout’ is the command, if I am not mistaken) Not sure what exactly you try to achieve, but for an update I would use a fresh directory instead. Just create a new one and clone into it…
  • Resize frame of monitor screen to fit mirror dimensions

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    T
    I think the RPi itself can also draw a ‘black frame’. Search for the term “overlay”. It is a setting in the /boot/config.txt of RPi sdcard. But probably the css modification above is more elegant…
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    5 Views
  • Can't rotate touchinterface to portrait mode HELP!!!

    5
    0 Votes
    5 Posts
    3k Views
    B
    @gverbist Try rotating the content of the webpage instead of rotating the entire screen. https://forum.magicmirror.builders/topic/9707/save-performance-when-rotating-screen-e-g-on-raspberry-pi
  • MMM-Nest-Cameras no longer works

    Unsolved
    2
    0 Votes
    2 Posts
    907 Views
    J
    From the information on the nest site. Google is forcing you to use their assistant. and the API is closed down. Not sure there will be a new API to update to but you have until August 31st to create an account under the nest work with nest (WWN) program. You will need a WWN account though to access the existing API.
  • MMM-PIR-SENSOR not working

    17
    0 Votes
    17 Posts
    15k Views
    O
    @sek_is_back hi know this is old but where do you save the scripts to, to make them function?