A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • last update stop my MM

    17
    0 Votes
    17 Posts
    3k Views
    X
    gonna use it!! thks!!
  • 0 Votes
    2 Posts
    333 Views
    F
    Ahh, and the second you post this, you actually find it mentioned in a sentence on the forum :-D So if I issue pm2 logs I see the logs I need! I’m going to break this post off, and make a seperate about the problem with nothing happening now.
  • moving configfile and modules

    copy config modules old t
    4
    0 Votes
    4 Posts
    815 Views
    S
    @dnj0104 after copying the module folder as part of a module, they may use libraries, which are not installed by Magic Mirror the module instructions (mostly) say after git clone cd (change directory) into module folder then run npm install So, we need to replicate that the module files are there how do you know if u need to do this step if inside the module folder there is a file called package.json then we need to do the npm install, BUT we may have junk loaded already SO, we need to delete where the libs are stored, node_modules folder (we are IN the module folder, right)? # remove the libraries folder and all its contents rm -rf node_modules # rebuild the library folder npm install
  • run-start.sh: linha 87

    4
    0 Votes
    4 Posts
    301 Views
    S
    @xaba so, it shouldn’t be using run-start on a pi 3 show me ~/install.log again /home/pi/install.log
  • remote controle & google assistant & assistant2display

    1
    0 Votes
    1 Posts
    262 Views
    R
    because remote control and google assistant each use a different address, I had to disable the remote control, is there a way to still use the remote control together with the assistant? attached a small piece of config.js var config = { address: “localhost”,// Address to listen on, can be: electronOptions: { webPreferences: { webviewTag: true //address: “0.0.0.0”, } },
  • spotify & clock on assistant

    7
    0 Votes
    7 Posts
    1k Views
    S
    @raf i do not know… that is part of the module u are talking to… i don’t know how it works… i am a volunteer here, maybe having used 10 modules. you will need to involve the author, unless someone else has already done this and is able/willing to help
  • Change calendar icon color based on holiday name

    1
    0 Votes
    1 Posts
    275 Views
    D
    So I know how to change the calendar icon within the custom.css file, but is there a way to set rules to change the icon to a certain color based on holiday? I.e., christmas = red. Halloween = orange. 4th of July = red. Valentines=pink
  • Adding Modules

    12
    0 Votes
    12 Posts
    1k Views
    S
    @Mykle1 ah. I didn’t even see the module name when I reviewed it.
  • Alexapi not working

    3
    0 Votes
    3 Posts
    1k Views
    S
    @biswajeet they provide a support chat link, but it doesn’t look very active also code last update 2 years ago and 4 years before that.
  • About raspberry Pi audio input and audio output

    11
    0 Votes
    11 Posts
    3k Views
    S
    @biswajeet yes, there are modules that do that , see the 3rd party list https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules some modules (GoogleAssistant) add that to their capabilities thru extensions (Assistant2Display)
  • Problems with MMM-CalendarExt2

    1
    2
    0 Votes
    1 Posts
    389 Views
    V
    Hi friends, among other modules i have running “MMM-CalendarExt2” and “MMM-CalendarExtPlan”. The view from “MMM-CalendarExt2” looks like. [image: 1602532015755-dfc38088-5bd1-4da6-8855-444f9964556a-grafik.png] And the view from “MMM-CalendarExtPlan” looks like: [image: 1602532091772-23af0326-2c8d-409f-a9cc-0002e1811aab-grafik.png] Sometimes CalExt2 shows all the infos from the connected calendars in the config (so same among like ExtPlan), but often it “only” shows a few entries. Maybe somebody can help me? Thanks a lot
  • google assistant

    2
    0 Votes
    2 Posts
    376 Views
    S
    @raf there is some setup you were supposed to do. see the wiki
  • The integration of my smart home system

    2
    1
    0 Votes
    2 Posts
    590 Views
    S
    @Mrtrol2013 I’m not aware of any existing module that displays results of a raw api request like this I assume u want to see something like Relay xx is currently 'closed/disabled' Relay yy is currently 'enabled/active' where u configure the url to request and what to display for true/false
  • new tutorial pls

    20
    0 Votes
    20 Posts
    5k Views
    R
    after days of searching and a completely new installation I finally managed to get everything working, I finally did a rebuild of electron and then it works (and then in Dutch although I thought that this language was not supported )
  • IR Overlay - pulling hair out !

    5
    0 Votes
    5 Posts
    1k Views
    SnilleS
    Hi, I had the same issue when I built my mirror… Here is how I solved it. Made a .sh script with all the information: :) #!/bin/bash # Before I just tested with the xinput command directly in the autostart file, but that did not work. So now instead I just created a script called xin.sh. # nano ~/xin.sh # Then added # DISPLAY=:0.0 xinput --set-prop "Multi touch Multi touch overlay device" "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1 # There should actually be 3 spaces between “Multi touch” and “Multi touch overlay device”. For some reason the board removes the extra spaces here. # # You can actually find the “name” of the device with this command form a console: DISPLAY=:0.0 xinput list # Shows something like this: # # Virtual core pointer id=2 [master pointer (3)] # Virtual core XTEST pointer id=4 [slave pointer (2)] # Multi touch Multi touch overlay device id=6 [slave pointer (2)] # Virtual core keyboard id=3 [master keyboard (2)] # Virtual core XTEST keyboard id=5 [slave keyboard (3)] # # Depending on what you have connected to your RPi. 🙂 # # So, after creating the xin.sh I added that to the autostart file for LXDE: # Like this: # nano ~/.config/lxsession/LXDE-pi/autostart # Added at the end of the file. # @/home/pi/xin.sh # Restarted and it works. # DISPLAY=:0.0 xinput --set-prop "Multi touch Multi touch overlay device" "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1 Maybe you guys can use it some how? :)
  • FaceRecog and Selfie : Streaming error

    3
    0 Votes
    3 Posts
    513 Views
    Z
    Thanks for your answer… I’ll try to think about an other way then. Cheers
  • Can I scale down the entire mirror?

    4
    0 Votes
    4 Posts
    821 Views
    Mykle1M
    @seeshaughnessy I think you’ll like this, regarding key commands https://forum.magicmirror.builders/topic/5619/how-to-find-and-use-key-commands-in-mm-for-absolute-beginners?_=1602206672933
  • More Problems with Calendar

    7
    0 Votes
    7 Posts
    1k Views
    S
    @BKeyport for your next event { module: "calendar", header: "Next Event", position: "top_left", config: { maximumEntries: 1, calendars: [ { url: ....} ] } }
  • MMM-NowPlayingOnSpotify stop working after v2.13 update

    46
    0 Votes
    46 Posts
    19k Views
    P
    @sdetweil yeah kind of. Although I have set api.spotify.com to be static for some reason. I haven’t had any issues until now. maybe something was changed on Spotify side.
  • Error with Outlook Calendar

    23
    0 Votes
    23 Posts
    8k Views
    B
    @sdetweil Good to know! I’m glad this was helpful.