A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Audio not working through Magic Mirror

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    mumblebajM
    @edenx858 That is correct. You need a premium account for it.
  • PM2 MagicMirror - not working

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @stalker401 actually, i’ve seen this before… maybe you DID run npm install in a module folder that does NOT have a package.json file. erase the node_modules folder in that module cd modules/???? ??? is the module name rm -rf node_modules
  • MMM-EasyPix Multiple pics

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M
    @SirVer said in MMM-EasyPix Multiple pics: diashow? SLIDESHOW ? No, EasyPix has no slideshow feature. It was created to handle images and sound files for Hello-Lucy. This is what I use for a slideshow. https://github.com/AdamMoses-GitHub/MMM-ImageSlideshow
  • I Make a mistake

    Unsolved
    1
    0 Votes
    1 Posts
    713 Views
    F
    hi, i’ll make a mistake : i have MMM-iframe reload installed for googlemaps traffics works great i have installed MMM- remote-controle works great but now MMM-iframe reload don’t load i think is because module works both on port : 8080 but how change that ? so i’ll try to install MMM-GoogleMapsTraffic but when i install node dependencie in the folder i have error message: npm WARN grunt-stylelint@0.11.1 requires a peer of stylelint@^10.0.0 but none is installed. You must install peer dependencies yourself. npm WARN stylelint-config-recommended@2.2.0 requires a peer of stylelint@^8.3.0 || ^9.0.0 || ^10.0.0 but none is installed. You must install peer dependencies yourself. npm WARN stylelint-config-standard@18.3.0 requires a peer of stylelint@^8.3.0 || ^9.0.0 || ^10.0.0 but none is installed. You must install peer dependencies yourself. npm WARN MMM-GoogleMapsTraffic@1.0.0 No repository field. so the module starting but i can see it only the border. Thanks for your help !
  • Magic Mirror Overlays and templates

    Unsolved magic mirror background overlay animation
    1
    0 Votes
    1 Posts
    1k Views
    P
    Hi All, In dire need of some help/advice!! We bought the magic mirror business of its previous owners last year. However, a few serious updates are required to keep it fresh and inviting. I am having an issue with designing new overlays for the pictures that are taken on the mirror. I do not have a mac nor adobe photoshop to edit any frame/borders and I have tried to use Paint however it has been a pain to use! Is there anyone that can be of help with this? Thanks, Faz
  • Flip the calendar to a different month

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    B
    @Sean Crap on a stick. I just got done figuring out how to modify your old CalendarExt the way I like it. I certainly need this feature, so I guess I’ll be going back to the drawing board. My intention is to have control of the CalendarExt2 using your AssistantMK2 module. Should be fun!
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • How do I rotate the display when MM is running on Windows?

    Unsolved
    1
    0 Votes
    1 Posts
    367 Views
    C
    Should be easy, but I can’t find out how to do it. Can anyone give me the instructions how to do it?
  • pm2 restarts magicmirror every few seconds

    Solved
    6
    1
    0 Votes
    6 Posts
    3k Views
    S
    @panos yes, when doing install, it uses a config file which supplies a title. It’s in the installers folder
  • Help figuring out what portion of this code is erroring out?

    Unsolved
    10
    0 Votes
    10 Posts
    3k Views
    S
    Thanks, I’ll look at it tonight.
  • MMM-TelegramBot error

    Solved
    13
    0 Votes
    13 Posts
    3k Views
    StoffbeuteluweS
    @Sean works thank you 🙏
  • Default weather module!!

    Unsolved
    2
    0 Votes
    2 Posts
    610 Views
    S
    @mishkalidas open the developers window, ctrl-shift-i, and select the console tab, then scroll up to find any errors… usually red text… let us know
  • Default calendar shows no items when a series is in the calendar

    Unsolved
    2
    0 Votes
    2 Posts
    458 Views
    S
    @iceythegreatest looks like the caldav to ics doesn’t produce the info in the format the latest code expects. (ISOStrings) i think this is another bug. I suggest you open an issue on github for MagicMirror so someone can look at it eventually. (This is all volunteer, and anyone can propose a fix) comment in calendarfetcher.js is // ical.js started returning recurrences and exdates as ISOStrings without time information.
  • Magic mirror freezing

    Unsolved
    1
    0 Votes
    1 Posts
    454 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
    492 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
    779 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
    837 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”)