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

Subcategories

  • Any suggestions or wishes for the forum?

    105 Topics
    727 Posts
    J
    @sdetweil Thanks, I made the changes ad it works perfectly. Thank you for your prompt response.
  • MMM-CalendarEXT2 mulitple time zones

    6
    0 Votes
    6 Posts
    1k Views
    M
    @pastormingle “forceLocalTZ” option in the calendar might be. https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/blob/main/docs/Configuration/Calendar.md#default-values-of-calendar But not sure it would fix your issue.
  • update the raspberry os needed?

    5
    0 Votes
    5 Posts
    2k Views
    LusbuebL
    @bdream last week i have updated my MM-RasPi3B+ from Stretch (9) to Buster (10) and then to Bullseye (11) and the only problem was the rotation about 90°. The command display_rotate=1 in boot/config.txt was deleted. I took the switch from DarkSky to OpenWeatherMap as an opportunity to do the os upgrade on all RaspPi’s (3xRPI3B+, 2x RPI4, 1xRPI400) right away because I like to be up to date with the operating systems.
  • Creating a modular dashboard platform similar to MM

    8
    0 Votes
    8 Posts
    3k Views
    A
    @wfsaxton I had also faced this problem and have already built my own solution with React and Node, over the past year and continuing, as I had to learn all the front end technologies. It’s been a great project and I’ve included all touch features on it, and it’s currently running on a touch screen monitor in my living room, and visitors get awestruck when they see such a thing, and some have even said that I’m living in the future! 🤣 I am also including a boatload of features to it, which I will disclose elsewhere. This is not the place to sell such a thing, buddy.
  • Wyze Cam V3

    3
    0 Votes
    3 Posts
    1k Views
    plainbrokeP
    @scumbelly Did you ever get the V3 cam to work with MagicMirror? Did you find a module that works with the Wyze Cams?
  • Displaying baby monitor feed

    1
    0 Votes
    1 Posts
    333 Views
    N
    Is there an existing module to display an Owlet baby monitor feed?
  • How do you make a folder in Synology NAS for a backup??

    3
    0 Votes
    3 Posts
    1k Views
    S
    @Canguingo this Google search returned a bunch of different info ‘how to create folder in synology nas’ some seems model specific.
  • My configuration. Js

    7
    0 Votes
    7 Posts
    3k Views
    S
    @TDMPro2K that is the same as localhost.which means only apps INSIDE the same machine can connect
  • Upgrade Strecht to Debian 10 doesn't work

    7
    0 Votes
    7 Posts
    2k Views
    butchkemperB
    Sorry to be the bearer of bad news but there is no official upgrade path from one release to another. There is lots of good assistance on the Raspberry Pi Fourm. Butch
  • 0 Votes
    12 Posts
    8k Views
    B
    @aderoks one of my friends, a very funny fellow loves BBQ and joking. so when one says him “let me check my calendar” he gets back with “sure, but please don’t put me on the grid” ;)
  • VCN MM?

    1
    0 Votes
    1 Posts
    312 Views
    C
    Hi there, I know this might be out of topic, but how do you connect your VCN to your MM? In Pi the VCN is outdated, but seems I cannot updated. At least I do not know what to do. Any good samaritan that would like to help me? Many thanks in advance!
  • Has anyone set their MM into the wall?

    5
    0 Votes
    5 Posts
    2k Views
    E
    @BKeyport Great idea on the hinge. If I go this route, I’m definitely going to look at this.
  • EXT pages locked

    2
    0 Votes
    2 Posts
    388 Views
    S
    @videogame95 the module author for GoogleAssistant and the EXT- modules has requested we not provide support here. he has a separate forum
  • Notion Integration Module

    1
    1 Votes
    1 Posts
    384 Views
    W
    I found a Notion module that integrates into Magic Mirror - but I can’t find many actual photos of it. I am curious whether or not it would be able to pull my dashboard directly from Notion and display it on the magicmirror. I was thinking I could create a more pared down dashboard specifically for my magicmirror, but there are so many household things that Notion tracks it would be simpler to integrate directly with the planner I already use. Any suggestions? thanks!
  • MMM-WebView

    2
    0 Votes
    2 Posts
    466 Views
    S
    @plainbroke looks like you just make a second instance in config.js
  • MM und nextcloud auf ein RPI möglich?

    4
    0 Votes
    4 Posts
    957 Views
    C
    @stoffel said in MM und nextcloud auf ein RPI möglich?: Statt GMAIL habe ich DeltaChat, statt GoogleMaps Magic Earth, statt PlayStrore AuroraStore und FDroid, statt G…Chrome DuckDuck Browser. Danke für die Infos! Davon kenne ich tatsächlich einige noch nicht. Werde mir auch mal DeltaChat und AuroraStore anschauen. Melde dich auf jeden Fall und erzähle, wie das Projekt NextcloudPi + MagicMirror läuft, insbesondere in Hinblick auf die Performance!
  • mouse pointer in MM

    3
    0 Votes
    3 Posts
    870 Views
    A
    @sdetweil Thank you very much for this css solution to my question concerning the cursor. This is exactly what I was looking for in order to manage it as I wish. Greetings !
  • Deutsche Anleitung MagicMirror auf RaspberryPi 3

    118
    1 Votes
    118 Posts
    174k Views
    S
    @35110 in the script you use to launch mm (pm2 info mm) will show its name add this line before the npm start line export ELECTRON_DISABLE_GPU=1
  • MM and Apache

    2
    0 Votes
    2 Posts
    338 Views
    S
    @justonemore the web server in mm is in code, not config files. it uses the JavaScript express lib you could create a module that adds extra paths/routes for the files you wish to share but you can run apache and mm on the same machine. just use different ports. typically apache is on port 80 while mm is on port 8080
  • one basic question about MM

    2
    1 Votes
    2 Posts
    596 Views
    S
    @robiv8 only see in the output of npm start in config.js all are running unless they have disabled: true, as an option after their module: name line
  • Synology Docker

    4
    0 Votes
    4 Posts
    2k Views
    O
    @cyberphox already I tried that way, It works, but, It is very old version and it does not updated anymore… see Alternative installation methods in the MM2 documentation, “Docker Image MagicMirror² can be deployed using Docker. Head over to this repository for more information.” MM2 recommended https://gitlab.com/khassel/magicmirror but I can not run this image on synology NAS… I stucked on execute “docker compose up -d” step… there is no ‘compose’ in synology NAS I cann’t find way to install compose thing…