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.
  • Any newsfeed sources from Philippines available?

    4
    0 Votes
    4 Posts
    978 Views
    Mykle1M
    @rgelb :thumbsup:
  • Short script to monitor and restart your MMM-RTSPStreams

    2
    2
    0 Votes
    2 Posts
    633 Views
    BKeyportB
    neat. Sadly, OMX had so much trouble getting the streams running, I had to switch to FFMPeg. If VLC would boot correctly under node (it won’t), I’d use that, but between syntax errors in the code and node.js not allowing VLC to run correctly, I can’t get it to work.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    24 Views
  • 0 Votes
    6 Posts
    2k Views
    cowboysdudeC
    Yes sir you can make them and sell them. Nothing wrong with that at all! :)
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    9 Views
  • Change the modules on the screen automatically

    3
    0 Votes
    3 Posts
    637 Views
    kusselinK
    Hi fozi, trank you, now i found the module
  • Getting started with MM - ?

    12
    0 Votes
    12 Posts
    3k Views
    B
    @ember1205 I read somewhere that there is a utility to access the MicroSD card at a low level and potentially resurrect it. I did not dive to deeply into that as I have not had one fail and they are relatively inexpensive to replace. I had a USB stick that was recognized at a severely diminished capacity than its actual listed capacity so thats what had me put my toe in to see if I could low level format it to the proper capacity.
  • Alexa Controll.... Some questions

    10
    0 Votes
    10 Posts
    3k Views
    C
    All that sounds very good. I will try it and hopefully I can do it. Thank You all for that.
  • This topic is deleted!

    2
    -1 Votes
    2 Posts
    15 Views
  • Clean operating system?

    8
    0 Votes
    8 Posts
    4k Views
    J
    @Fifin404 no idea. I used the image as-is included in the MagicMirror project and just centred it as the background on Raspbian. Maybe contact @MichMich, the author of MagicMirror to see if he can provide you with a better quality version of the image.
  • Black Fabric for magic mirror

    8
    0 Votes
    8 Posts
    2k Views
    S
    Black construction paper worked for me. Put it behind the mirror and no light goes through it.
  • Advice on learning to write modules??

    4
    0 Votes
    4 Posts
    1k Views
    S
    @GoodWillGustin most of the services or apis u might use to access data somewhere are asynchronous. Meaning they will call u back later when they finish or fail.
  • Coming Soon: Faster, 100% Backwards-Compatible MagicMirror Alternative

    10
    5 Votes
    10 Posts
    4k Views
    J
    @ezarlive it uses a fork of create-react-app under the hood so all of the same features (and ones that come out in the future) will be there. Hoping to make developing a module a perfect starter project for people interested in React.
  • Client only - Do I need the MM software again?

    2
    0 Votes
    2 Posts
    573 Views
    S
    @Seppelicous yes, chromium is enough… in the past , chromium wasn’t on the pi… my installer actually uses chromium for the pi0 now as electron won’t run on the armv6l at the higher node levels.
  • Alexa without speaker or mic

    2
    0 Votes
    2 Posts
    661 Views
    FoziF
    One option might be the MMM-AlexaControl module
  • Alex with german commands

    5
    0 Votes
    5 Posts
    1k Views
    StoffbeuteluweS
    @Vauxdvihl there are 2 different kinds of modules. The first is a normal Alexa on your Mirror (MMM-Awesome Alexa) The second kind of Alexa modules work as fake Wemo devices and is able to turn on of modules …(MMM-AlexaControl) but you need a echo device.
  • Mmm.Myscoreboard

    6
    0 Votes
    6 Posts
    4k Views
    T
    Working perfectly. Thanks really appreciated
  • Is this setup possible?

    1
    0 Votes
    1 Posts
    435 Views
    A
    Hi everybody :) I have an old Pi 2 lying around and I’m thinking of building some sort of smart display coupled with a media centre. I’ve read through the forum and got an idea of which modules I want and how the display could look like. However, as I’m new to MagicMirror, I’d like to hear your opinions and suggestion on my ideas to see if it’s possible. In an ideal world, the setup would be capable of following things: show MagicMirror on my TV as a default (automatically start in the morning (CEC available), display MM using remote control or smartphone, sleep automatically after X minutes) possibility to play music on speakers attached to the Pi from an external hd, controlled via smartphone (I don’t need Spotify or any other streaming source) possibility to play videos on my TV from an external hd or online (youtube, TedTalks, …). Integrated into MM or in an separate application. Controllable via TV remote and/or smartphone. There is no need to have these 3 thing run parallel. I won’t need MM when playing music or Kodi and vice versa. Currently this is my idea: have MagicMirror running on Raspian have a Mopidy music server running in the background (can be controlled via smartphone) install Kodi and switch to it when I want to watch videos (can be controlled via smartphone and TV remote) I am wondering if my Pi can handle all this or if I need a newer model? Is it possible to play music on the speakers (TV off) while have the videos & sound on the TV? How would I switch from MM to Kodi? Could I control Kodi and MM with the TV remote? Are there modules to handle this (I’m thinking of Alt-Tab application switching…)? Should I run MM in a server/kiosk mode (display in browser) or with a regular installation? Sorry for asking so many noob questions ;) Any help is greatly appreciated :) Cheers, asnaeb
  • MagicMirror and adruino over ethernet

    26
    0 Votes
    26 Posts
    10k Views
    S
    @Kereknjek i would start slow… use my sample, send one request, get back content. you cannot put a whole page up unless u open an iframe… MM is called a Single Page Application… (SPA)… in this model, each ‘module’ contributes a little content (a div’s worth) and that little bit is injected into the running view of the web page (dom=document object model) again, you can see this layout on the developers window, elements tab u can do this on your Windows PC too with chrome, press ctrl-shift-i on any page (again to turn it off)
  • MMM-Remote-Control MMM-AlexaControl need help

    2
    0 Votes
    2 Posts
    2k Views
    StoffbeuteluweS
    @Stoffbeuteluwe nobody an idea?