A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Iframe select sound card

    2
    0 Votes
    2 Posts
    951 Views
    J
    @johans Have found solution myself. Disabled internal soundcard, so only possible option now is the USB soundcard.
  • MMM-JewishDate - current Jewish date

    1
    1
    0 Votes
    1 Posts
    634 Views
    Y
    This module displays the current Jewish date. based on hebcal.com converter, [image: 1540124063393-22f25ac4-df4e-41f7-a746-78b10e69f866-image.png] Todo add events. add translate option. Download: [card:yohaybn/MMM-JewishDate]
  • MMM-SnipsHideShow

    5
    2 Votes
    5 Posts
    2k Views
    Mykle1M
    @captnstech Thanks, the video is working now. Well done, mate. :-)
  • Camera module

    26
    2 Votes
    26 Posts
    33k Views
    richland007R
    Does anyone know how to use 2 USB microphones on 1 Raspberry Pi to control 2 separate modules one for AlexaPi outside MagicMirror that i have working right now and works fine and the other for a voice control module for MagicMirror to just turn on and off MM modules.?? Meaning how can you assign a USB id of one mic to one module and the other usb id of the other mic to the other module so they can both be listening at the same time for their own hotwords without having resource conflict?? Thank you
  • iFrame-Reloaded Help

    1
    0 Votes
    1 Posts
    809 Views
    D
    Hi, I am trying to stream a camera over http using the iframe-reloaded module. The video shows up great, the only issue is I cant figure out how to size the box to show the video without the sliding bars. I have all types of differnet things with width and height using px and %. If someone could help me out, I would appreciate it. I do use this module to display radar and it works great, it also works great for my camera I just need the size fixed. thanks { module: 'MMM-iFrameReload', position: 'top_left', config: { url: ['http://x.x.x.x:5000/video_feed'], width: "380px", height: "100%", refreshInterval: 300 } },
  • omxplayer with open-gl?

    2
    0 Votes
    2 Posts
    1k Views
    U
    solved: [https://github.com/michmich/magicmirror/wiki/configuring-the-raspberry-pi#enable-the-open-gl-driver-to-decrease-electrons-cpu-usage](link url) --> ``` As was mentioned in the forums you can also use the fake kms driver instead. And add the following line to /boot/config.txt: dtoverlay=vc4-fkms-v3d
  • MMM-LunarDate

    1
    1
    0 Votes
    1 Posts
    906 Views
    ?
    MMM-LunarDate MagicMirror Module - Lunar date of today (Chinese Zodiac) Screenshot [image: 1536856906502-screenshot.png] Details [card:eouia/MMM-LunarDate]
  • Connection Monitor/Graph

    1
    0 Votes
    1 Posts
    1k Views
    N
    Is anyone using their MM/RPi to monitor their broadband speed and uptime? I intend to use speedtest-cli with an MM graphing/display module. Just curious about how much bandwidth and memory it consumes, performance on an RPi, any existing/purpose-built modules, or other ideas/thoughts. Thanks!
  • MMM-Nest-Thermostat: Display Nest Thermostats in Magic Mirror

    4
    0 Votes
    4 Posts
    3k Views
    M
    Hi, I installed this new Nest thermostat module and i’m very happy with it, but it never seems to update. I connected and it is showing the thermostats i have correctly, but i never updates itself from there. I have the updateInterval set to 6000, but still nothing. I took the token out just for viewing purposes. Any thoughts on why this isn’t updating info? { module: 'MMM-Nest-Thermostat', position: 'lower_third', config: { token: "xxxxxxxxxx", size: 'mini', onlineOnly: true, roomFilter: [''], updateInterval: 6000 } },
  • MMM-Voice using Google Voice Kit HAT

    11
    0 Votes
    11 Posts
    6k Views
    Mykle1M
    @maxbachmann said in MMM-Voice using Google Voice Kit HAT: that might depend. I used already a usb mic array and a i2s mic array and do not really have any more lagg Excellent. It has been my experience that a USB mic introduces lag, even on a quad core i7 machine. I’ve never used that array you speak of but if you’re having no lag using it on a Pi then more power to you brother.
  • MMM-PC-Stats

    4
    1
    1 Votes
    4 Posts
    3k Views
    Mykle1M
    Update 1.0.1 Fixed issue if the PC board you are using doesn’t have temperature sensors on each core, causing the module to fail. If it has temperature sensors, those values will be displayed. If not, the module will now function without them. git pull or install as per the readme. EDIT - August 30, 2018 Will find and display up to 8 cores, core usage and temps (if available). Struggled with, and ultimately abandoned, dynamically creating divs, so I did it in a less efficient way.
  • PushBulletNotes Not Having Any Luck With This?

    1
    0 Votes
    1 Posts
    677 Views
    G
    Re: PushBulletNotes - Phone Notifications on your mirror Thank You malicious_banjo for your work on this! I have installed PushBulletNotes module without issues. I config it correctly I think it shows up on the mirror in the lower left. But I just don’t get any Notifications. I have PushBullet on my phone for some time I use it with a number of other devices I have made. I login to PB and got an access token for this without issue and put it in the config. If I send from my computer my phone gets the notification but nothing on the mirror. Don’t know where to look now. Does anyone have any ideas? GeckospotNixie
  • MMM-Weather-Now

    13
    1 Votes
    13 Posts
    10k Views
    N
    I have just migrated this to the WeatherBit API as Wunderground are cancelling the free service 😞 This forces an update of the module and a new config! I’ve updated the read me in GitHub, so please take a look.
  • RSS FEED

    12
    0 Votes
    12 Posts
    7k Views
    Mykle1M
    @jeffreyking Why don’t you try the module listed above before you go changing the module files? At least see if it runs adequately on your setup first. :-)
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • If you live in Karlskrona in Sweden and like to go swimming!

    2
    1
    1 Votes
    2 Posts
    1k Views
    Mykle1M
    @cederstrom That’s a long way for me to go to have a swim but nice module, sir. :-)
  • MMM-Assistant (updated) -- Your voice to the world!

    22
    1
    3 Votes
    22 Posts
    14k Views
    richland007R
    @dmwilsonkc @Mykle1 Thank you gentleman for replying… that was my first question the microphone will be occupied by the Alexa service. Ok so if i were to add a second microphone since i see that on MMM-voice they have figured in a microphone Id variable… How difficult will it be to have 2 microphones into one Raspberry pi?? Has any one tried that?? Meaning a little usb microphone and the webcam mic i already have there should be 2 USB IDs one for each… or do i need to tweak some settings on the audio input of the Pi that no one knows about?? Thank you again Denis
  • Weatherunderground - currently - hourly - daily - configurable

    182
    1
    3 Votes
    182 Posts
    373k Views
    Mykle1M
    @teegray1124 You can’t use wunderground without a wunderground api key. You can try other weather modules that don’t use the Wunderground API. There are quite a few, the most popular being @cowboysdude’s MMM-NOAA
  • mmm-wu-moon-phases - Moonphases from Weather Underground

    moonphase
    25
    3 Votes
    25 Posts
    21k Views
    Mykle1M
    @qu1que said in mmm-wu-moon-phases - Moonphases from Weather Underground: Thanks. Cool module! I will try it. You’re welcome. I hope you like it
  • MMM-Monzo - A high quality Monzo Module

    2
    2 Votes
    2 Posts
    3k Views
    D
    Very nice! I am a little too paranoid having all my payments on show though :P