A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Magic mirror freezing

    Unsolved
    1
    0 Votes
    1 Posts
    473 Views
    S
    My RPi3 froze last night. It did this a couple times before and im wondering i anyone has had and fixed the issue. Im running MM when it does this. The mods i have are core mods and scoreboard. I started aetting up awesome alexa last night before i ran into issues and gave up. (Edit… I shouldn’t have said “gave up”, more like took a break to do more research).
  • Google Authentication with MMM-CalendarWeek

    Unsolved
    1
    0 Votes
    1 Posts
    512 Views
    D
    I’m setting up my first MagicMirror, and am fairly novice at coding (it’s been a long time since I’ve had to do more than simple scripts). I want to set up MMM-CalendarWeek to show twin weekly calendars for me and my wife. I have sample calendars running fine, but I need to use Google Authentication for my calendar; my employer has it locked down pretty tightly and I don’t have a “private” calendar link (which would make this easy). I created Google Access Tokens, but cannot for the life of me figure out how to configure them nor what URL to use for the calendar itself. I did download the .json file, but don’t know where to put that nor how to put the configuration for it into the config.js for MagicMirror. Any help is appreciated. Thanks! Config script for MMM-CalendarWeek is below. { module: "MMM-CalendarWeek", position: "bottom_bar", // This can be any of the regions. Best results in bottom region. config: { // The config property is optional. // If no config is set, an example calendar is shown. // See 'Configuration options' for more information. maximumNumberOfDays: "7", allowDuplicate: true, hideEmptyDays: false, maximumDaysPerLine: "7", showEndDate: true, displayLocation: true, displayDescription: true, fetchinterval: 2000, calendarTitle: "SkillsUSA", calendars: [ { symbol: "check-plus-o", calendarTitle: "SkillsUSA", url: "https://cal***private URL of 1 of the calendars", }, { symbol: "check-minus-o", calendarTitle: "David_WJUSD", url: "https://public URL of my calendar", // } ], }
  • Help With 2.8 Install?

    Unsolved
    11
    0 Votes
    11 Posts
    4k Views
    G
    @sdetweil pi@raspberrypi:~ $ node -v v10.15.2 pi@raspberrypi:~ $ npm -v 6.10.2 pi@raspberrypi:~ $
  • Problems with starting pm2 start mm.sh

    Unsolved
    27
    0 Votes
    27 Posts
    15k Views
    mumblebajM
    @Raksasas Exellent. Great it is working now.
  • MagicMirror lagging badly at 4K@30Hz with Raspberry Pi 4

    Unsolved
    1
    0 Votes
    1 Posts
    805 Views
    Cr4z33C
    So I reflashed yesterday my Rpi with the final release of Rasbian Buster. The problem now is that MM is lagging soooo bad at 3840x2160@30 Hz and no matter whether I am using the default modules or some third-party ones… :persevering_face: If the resolution is lower than everything becomes smoother. but please note that this wasn’t happening with previous Buster revisions! Now I don’t know where to start from or what to tweak/edit… Honestly I don’t want to run MM@1080p because this was not the goal for buying a rpi 4 with 4 gigs… :worried_face: @MichMich or someone else has a clue about what’s going on please?
  • MM on a secondary display

    Solved
    3
    0 Votes
    3 Posts
    864 Views
    T
    Thanks for the reply. I just wanted MM shown on the secondary screen which is working already, going through the config.txt is useful if you need to get it to work or enable/disable it. I stepped away for a sec and realized that the default mode uses the touchscreen as an extended display. So I simply need to move the window using electronOptions in the config file (do’h!).
  • config.js help

    Solved
    18
    0 Votes
    18 Posts
    5k Views
    D
    you forgot the comma after (position: “top_left”)
  • overheating Pi /freezing up and not responding

    Unsolved
    2
    0 Votes
    2 Posts
    594 Views
    D
    Think you’ll find your shooting through the memory on the pi the only one that I’ve managed to have running for two days is the pi 4 with 4Gb of memory that seem to be ok on memory, but needs a big heatsink and an active fan, temps on min have been 61c but that’s not with the fan active my fan only activates when the tv is on then again the nest has recorded temps of 38/39c in the house so it’s not doing bad, the Pi4 is the hottest of the bunch. You say it’s not running it the screen off or the pi just running raspbian normally pm2 is running all the time so regardless of it being on a different screen or the screen turned off MagicMirror is running, you would have to pm2 stop MagicMirror in terminal but 47c looks like normal temps
  • Pi 4 storage used up in weeks?

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    D
    @cowboysdude hi the key was still active it had 135days to go, I never even clocked that it had an expiration date. Don’t know why they just can’t give a permanent key I don’t want to be changing it every year 😢 got enough tech to keep on top off lol
  • 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
    2k 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
    649 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
    1k Views
    bheplerB
    @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
    442 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
    3
    0 Votes
    2 Posts
    855 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
    531 Views
    B
    Thank you in advance. Dave
  • Massive fonts after upgrade. CSS files unchanged. Why?

    Unsolved
    1
    1 Votes
    1 Posts
    419 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
    1
    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
    288 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