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

    2
    0 Votes
    2 Posts
    2k Views
    H
    Hi, I have the same problem using an USB soundcard. using the build-in speaker, the video plays flawlessly, switching to USB the video does not start. Did you find a solution?
  • MMM-AssistantMk2 how to enable voice activated

    Unsolved
    1
    0 Votes
    1 Posts
    810 Views
    sweupS
    Sorry for noob Q… I have installed MMM-AssistantMk2 but I don´t understand what it takes to make it voice activated. The module works fine if I click on the speaker icon but if I try to wake it up with “Ok, Google”, nothing happens. I tested the mic separately and it seams to work fine. My preferred setting would be that it always listen for “Ok, Google”. Is MMM-hotword required for this? Appreciate some guideness, thanks. Side Q - is it possible to tell MMM-AssistantMk2 to play Spotiy, and also to play it on a group of speakers?
  • MMM-PIR-SENSOR and MMM-REMOTE-CONTROL screen off issue

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    A
    @Gooral I had a similar issue and found out, that MMM-PIR-Sensor and MMM-Remote-Control uses different commands for sleep/wakeup of monitor. MMM-Pir-Sensor: vcgencmd display_power 0 vcgencmd display_power 1 MMM-Remote-Control: tvservice -p tvservice -o In my case i was not able to wake up the screen by PIR when i send him to sleep by MMM-Remote-Control and the way back. Maybe this information helps. AxLED
  • MMM-PC-Stats

    Unsolved
    41
    3
    0 Votes
    41 Posts
    22k Views
    yawnsY
    @justjim1220 said in MMM-PC-Stats: @mykle1 Another question… How can be changed to show F°? Not really a big deal, mostly just curious… :upside-down_face: Just run sensors -f, at least this is working in debian, so I guess it should work in raspbian too Or, if you just want to convert Celcius to Fahrenheit, add some code to Mykles module like this temp = ((temp/5)*9)+32 ;) But then again, you could add a config option to toggle between Fahrenheit and Celsius and submit a pull request
  • MMM-PC-Stats issue...

    Unsolved
    3
    2
    0 Votes
    3 Posts
    1k Views
    Mykle1M
    And now the same screenshots from my dev machine [image: 1540426824298-screenshot-from-2018-10-24-19-54-44.png] [image: 1540426831410-screenshot-from-2018-10-24-19-56-10.png]
  • Problems with CurrentWeather, WeatherForecast working fine..

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    Mykle1M
    @haab You’re welcome, mate. Now edit your post to remove your API key. I’ve already done so in mine. You should keep those private
  • deinstall module?

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    R
    @el97 said in deinstall module?: Remove the MMM-Remote-Control directory in the modules directory and that should be it. Thanks
  • MMM-RTSPStream Snapshot image resolution appears low, and blurry.

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    P
    @sdetweil @shbatm Well it seems this is a bit beyond me at this point, I have a bit of a learning curve to get past if want to sort it out. Im more of a hardware guy. :-) At this point I’ve got an separate iframe MMM-module pulling the cam image and the omx player overlay covers it when called. not the best solution but it’s within my skill set. thank you all for your input.
  • Netatmo Module - How to change the design

    Unsolved
    1
    1 Votes
    1 Posts
    837 Views
    G
    Hello, I would love to change the design of netatmo module. The only problems is : i have no idea where to start :( I would like to have a design like the weatherforcast (column) with each line is the name of a netatmo module. Could someone just explain to me how it could work so i can try to do it? I am a beginner :( Thanks a lot Galm
  • MMM-SunRiseSet Suddenly not displaying image

    Solved
    3
    1
    0 Votes
    3 Posts
    1k Views
    Mykle1M
    @striiker said in MMM-SunRiseSet Suddenly not displaying image: Never mind. The images suddenly started loading. That’s very odd. I fixed it “Magically” :-) It is somewhat likely that the data the module is fetching was unavailable for a while. I’m glad it is working for you once again. You’re using two instances? That makes me twice as happy. I hope you’re enjoying it. :thumbsup:
  • how to pull new element added to an array?

    Solved
    57
    0 Votes
    57 Posts
    26k Views
    justjim1220J
    I think I have it done! Repository updated. Put on list in 3rd Party Modules page MMM-NewsFeedTicker Now, If only I can remember how to make those gh-cards!!! LMAO!!! Thanks Everyone who helped me with this!!!
  • mmm-systemtemperature liefert keinen Wert

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    R
    @renedd said in mmm-systemtemperature liefert keinen Wert: Das “Problem” ist wohl, dass bei mir der MM als Docker Container läuft. Rufe ich “docker-compose exec magic_mirror /bin/bash” auf, dann finde ich dort keine Möglichkeit ein vcgencmd Kommando abzusetzen (No such file …). Gibt es eine andere Möglichkeit an die Raspi-Temp. zu kommen? No indication of the temperature. The problem is probably that with me the MM as docker container runs. If I call “docker-compose exec magic_mirror / bin / bash”, then I find there no possibility to issue a vcgencmd command (No such file …). Is there another possibility to the Raspi-Temp. get? translated with google
  • iFrame vs GIF

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    zdenekZ
    @sean wow, thanks. That’s perfect. Just one point - I’ve it in top_center segment and the image is alligned to the left of that column. how to align it to center? I had no idea, how it works, but I guess via this modul is possible to get every data from every site, right? So, If I’ll need to get from here the last table on the bottom, is there way, how to do it? thanks, Zdeněk
  • how to set module div for fullscreen

    Unsolved
    6
    1 Votes
    6 Posts
    4k Views
    S
    Using the fullscreens.above class for the div makes this a lot easier. No modification of the std css is required
  • mmm-openhabfloorplan zeigt nichts an

    Unsolved
    1
    0 Votes
    1 Posts
    678 Views
    R
    Der Default Plan wird dargestellt und mit draft: true wird auch das Licht angezeigt. Der Status von OH2 wird aber ignoriert. config: { updateInterval: 5000, //60 * 60 * 1000, draft: false, openhab: { url: "http://192.168.1.41:8080", version: 2 }, floorplan: { image: "floorplan-default.png", width: 400, height: 333 }, lights: { FBWz03: { left: 80, top: 110 } } Die REST API ist aktiv und liefert ON bzw. OFF: http://192.168.1.41:8080/rest/items/FBWz03/state Ein Neustart schaffte keine Abhilfe. OH2 und MM laufen auf einem Raspi3 - jedes in einem eigenen Docker Container. Was kann ich tun, damit es funktioniert?
  • Config help

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    justjim1220J
    @sojourner Thanks for the heads up! Would have liked to have known that a couple of years ago!!! :winking_face:
  • MMM-DVB

    Solved
    14
    0 Votes
    14 Posts
    6k Views
    justjim1220J
    @renedd said in MMM-DVB: Es geschehen Wunder. Nach einem erneuten Reboot funktioniert jetzt alles. Vielen Dank, Kein Problem, jederzeit, immer froh zu helfen, wenn ich kann
  • MMM-WOunderground

    Unsolved
    1
    0 Votes
    1 Posts
    749 Views
    eniacE
    In our region sometimes the weather stations quit service, so that my module stop working. Than the temperatur stay fixed for a few days and it wont change … So I hve to change the Stadion ID to a working one and it runs again. So I know it is not an MM2 error but is there a chance to use an alternating list of Stations ? The module has to check if the stations are online and change automaticly ?
  • Updating MagicMirror from v2.1.3 to v2.5.0

    14
    0 Votes
    14 Posts
    8k Views
    justjim1220J
    @chetnaik that may be your best option
  • This topic is deleted!

    3
    1
    0 Votes
    3 Posts
    112 Views