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

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    D
    @sdetweil said in Eufy video doorbell: js lib Thanks, shame though as in my opinion far better than Ring.
  • Currentweather - UV-Index integration

    3
    0 Votes
    3 Posts
    2k Views
    berlincountB
    I have the same desire, as climate change has influenced the local weather notably. https://en.wikipedia.org/wiki/Ultraviolet_index shows the bands for notification, anything above and including 3 basically already recommends sunscreen for some skin types. It would be good to have this information on-screen by default.
  • Python script

    Moved Unsolved
    1
    0 Votes
    1 Posts
    400 Views
    A
    Hello everyone. I need a python script for a led strip to work with GoogleAssisnt’s status. Like blue_pulse : Listen white_pulse: Standby lightblue_pulse : Continue red_pulse : Error green_pulse : Reply orange_pulse: Think pink_pulse: Hook Sorry for asking this but since I am not familiar with coding is too difficult for me to write the script. I know that it needs verification of which gpio pins used etc but I need the main script. Of course if somenone can guide me to write I will happily do it. Thank you in advance.
  • MMM-FlipClock

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    S
    It’s doable .MMM-FlipClock [data-key=seconds] .tick-flip-front, .MMM-FlipClock [data-key=seconds] .tick-flip-back { color: red; background: blue; }
  • Show Module based on date

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    S
    @sdetweil For sure. I just hadn’t thought about that usecase till now. It’s just a little helper to things done without the need for writing a dedicated module and do some hacking. So I’d prefer to keep it free of dependencies. That said, anyone in the need for a cron might be better off with MMM-ModuleScheduler. Hadn’t known about this (I’m pretty new to MM), but it seems to be the one @Snille is actually using, despite he mentioned the profile switcher instead? And it seems to do exactly what the the op asked for: https://github.com/ianperrin/MMM-ModuleScheduler#individual-module-schedules
  • Show plex movie posters and currently playing poster

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    Y
    @jace055 FWIW, i modified the existing MMM-PlexNowPlaying module (https://github.com/glitch452/MMM-PlexNowPlaying) to view only the movie/show posters on my mirror top_center location. It works pretty well and only required me to modify the MMM-PlexNowPlaying.css to increase the size of the poster to a good size, and the MMM-PlexNowPlaying.js where I commented out the lines that view the title/year text because i found it redundant. Works great now. [image: 1659287246455-mmplex-resized.jpg]
  • MMM-Sonos no Cover

    Solved
    11
    2
    0 Votes
    11 Posts
    3k Views
    W
    Excellent! That’s the problem. Many Thanks
  • module WeatherOrNot

    Unsolved
    1
    0 Votes
    1 Posts
    302 Views
    P
    good evening I installed WeatherOrNot which is present on my mirror simply when I modify the cong.js I want to put it in fr or others the module disappears I uninstalled and still redid the same problem do you have a solution cordially
  • Google Calendar Reminders

    Unsolved google calendar reminders
    10
    0 Votes
    10 Posts
    2k Views
    S
    @sdmydbr9 if the calendar is configured to broadcast it’s events, then all other modules will get the event info, and can process them if they wish BUT, we don’t send EVERYTHING from the cal entry. so,maybe the data is there, maybe not…
  • Notion API Module

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    TazDevT
    look here, someone made it happen but never published it and I can’t contact that dev. https://mbuguamwaura.medium.com/magic-mirror-notion-integration-eac95951b080 but its a good tutorial, maybe someone can create a notion plugin, would be awesome
  • Google Keep Module

    Unsolved
    3
    1 Votes
    3 Posts
    1k Views
    M
    @KrissKross Good afternoon, I’m not ready to create a module, but I would also like to use it because I need it for my work moderator edited
  • google keep

    Unsolved
    1
    0 Votes
    1 Posts
    356 Views
    M
    Re: Google Keep Module Good afternoon, I’m not ready to create a module, but I would also like to use it because I need it for my work moderator edited
  • MagicMirror mit vis vom iO Broker

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    F
    @MichaelS lösung gefunden?
  • MMM-vCard2Calendar Birthday

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    TazDevT
    @wuermchen no idea, I think its not possible :) how its implemented right now
  • iCloud Contacts to Birthday Calendar » pyiCloud & VCF-to-ICS

    Unsolved
    1
    0 Votes
    1 Posts
    2k Views
    TazDevT
    Hi :) I would love to see and suggest the following module, that unfortunately I’m not able to programm myself. Using https://github.com/picklepete/pyicloud it should be possible to download the whole address book and with https://github.com/FoxP/VCF-to-ICS (conversion tested locally, works perfectly) we could create a birthday.ics that can be used with the default calendar module (also tested, working) { symbol: 'birthday-cake', url: 'http://localhost:8080/modules/birthdays.ics', }, In iCloud you can also define an application password for this purpose (login pyicloud) even if you secured your Account with 2FA. any volunteers? ;) inspired by: https://github.com/bitte-ein-bit/MMM-iCloud-Client but that is so outdated that you will get 5 serious vulnerabilities installed
  • GivEnergy Solar Display

    Unsolved
    1
    0 Votes
    1 Posts
    397 Views
    S
    Hi All, So here I sit as a 58 year old newbie. I’ve had my mirror up and running for a few years now and have all the standard modules plus a couple of others sat there quite happily but we’re having a Solar PV installation put in in a couple of months and I’d really like to display its data on the mirror. That’s it, I’m no programmer and I don’t have the skills or knowledge to put a module together so thought I’d drop a plea for help on here to see if anyone could help. The good news is that the provider of the kit do have an API already in place with code examples (https://beta.givenergy.cloud/docs/api/v1#introduction) Is there anyone out there who would be able to take this on as a task?.. Simon G Grey Haired Analogue Person
  • A module like WB-Weather with support for other weather APIs such as BOM.

    9
    0 Votes
    9 Posts
    2k Views
    N
    @sdetweil Finally got the 7 day forecast showing with this modification from @anobleperson https://github.com/frebbles/MMM-bomweather/compare/main...anobleperson:bugfix/header-update
  • Does 'weather' module broadcast the forecasting?

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    S
    @MMRIZE and not calling the same data provider
  • Display Alexa or Google timers set by other devices?

    Unsolved
    3
    0 Votes
    3 Posts
    605 Views
    cowboysdudeC
    @Alcedema It probably wouldn’t work… I’m positive it would lag and never be accurate.
  • AusPost parcel tracking

    2
    0 Votes
    2 Posts
    2k Views
    M
    @MasonR1209 I ordered a month ago a Vostok Amphibia Few days ago I sent an email to Evgheni in order to request the parcel ID number. I went to Russian post home page but the ID was not valid. Does anybody know how can I track the parcel sent to me?