MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Modules
    3. Requests
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • R

      UNSOLVED MMM-GConnect Challenges?
      • rmonteroc

      1
      0
      Votes
      1
      Posts
      85
      Views

      R

      Hello,

      Would be great to integrate Challenges portion of Garmin Connect into this module, so it can be displayed in the mirror. Anyone with a suggestion on how to achieve this?

      Thanks!

    • D

      UNSOLVED Refuge Collection for local council Croydon Council)
      • DarkV

      3
      0
      Votes
      3
      Posts
      184
      Views

      D

      @Dunners74 Sorry I think you misunderstood my inquiry.
      I am aware you can get info for it on the Council site, I wanted a module to display on MM similar to the one on GitHub by
      hdurdle for West Berkshire. but Croydon instead of West Berkshire.
      Many thanks.

      https://github.com/hdurdle/MMM-WestBerksBinDay

    • M

      UNSOLVED UK Trains module
      • matt216

      2
      0
      Votes
      2
      Posts
      148
      Views

      M

      @matt216 hi Matt, I’m fairly new to mmm so can’t code in js yet, only python. I’ve found another api that gives live UK train info and does not seem to have restrictions on daily calls. Would you or any other member like to work on this together and see if we can build a new module

    • D

      UNSOLVED MMM-Lunartic No animation and error on install
      • DarkV

      7
      0
      Votes
      7
      Posts
      244
      Views

      D

      @sdetweil Okay, many thanks

    • D

      SOLVED Raspberry PI 4 stats
      • DarkV

      6
      0
      Votes
      6
      Posts
      252
      Views

      D

      @bugsounet 👍Perfect, just what I needed and it is working five by five. Many thanks

    • S

      UNSOLVED MM and Shelly relay integration request - switch TV Off
      • sforza

      6
      0
      Votes
      6
      Posts
      638
      Views

      S

      @sdetweil yes I’m aware 😊 I tried that first but system won’t allow after certain time apparently. I got an error message.

      Thanks for the suggestion and the continuos support in this forum!

    • D

      SOLVED Eufy video doorbell
      • DarkV

      3
      0
      Votes
      3
      Posts
      169
      Views

      D

      @sdetweil said in Eufy video doorbell:

      js lib

      Thanks, shame though as in my opinion far better than Ring.

    • F

      Currentweather - UV-Index integration
      • FlorianRD

      3
      0
      Votes
      3
      Posts
      875
      Views

      berlincount

      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.

    • A

      UNSOLVED Python script
      • Anthony

      1
      0
      Votes
      1
      Posts
      101
      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.

    • P

      SOLVED MMM-FlipClock
      • pat59

      4
      0
      Votes
      4
      Posts
      387
      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; }
    • K

      UNSOLVED ImageSlideShow keeping scale
      • KlausLadegaard

      2
      0
      Votes
      2
      Posts
      186
      Views

      S

      @KlausLadegaard

      Probably too late, just add something like this to your css/custom.css file:

      .MMM-ImageSlideShow img { max-width: 80vw; max-height: 80vh; object-fit: contain; object-position: 50% 50%; }

      Just modify the width/height values as needed.

    • S

      UNSOLVED Show Module based on date
      • soldado48

      10
      0
      Votes
      10
      Posts
      402
      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

    • J

      UNSOLVED Show plex movie posters and currently playing poster
      • jace055

      2
      0
      Votes
      2
      Posts
      210
      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.

      mmplex.jpg

    • W

      SOLVED MMM-Sonos no Cover
      • wuermchen

      11
      0
      Votes
      11
      Posts
      372
      Views

      W

      Excellent! That’s the problem. Many Thanks

    • P

      UNSOLVED module WeatherOrNot
      • pat59

      1
      0
      Votes
      1
      Posts
      109
      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

    • A

      UNSOLVED Google Calendar Reminders
      google calendar reminders • • ally

      10
      0
      Votes
      10
      Posts
      495
      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…

    • C

      UNSOLVED Notion API Module
      • Collectologist

      2
      0
      Votes
      2
      Posts
      403
      Views

      TazDev

      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

    • K

      UNSOLVED Google Keep Module
      • KrissKross

      3
      1
      Votes
      3
      Posts
      481
      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

    • M

      UNSOLVED google keep
      • Maria 0

      1
      0
      Votes
      1
      Posts
      108
      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

    • sifuhall

      UNSOLVED Developer Wanted To Modify Default Newsfeed Module
      • sifuhall

      8
      0
      Votes
      8
      Posts
      361
      Views

      sifuhall

      @MMRIZE the feed I linked will be the final feed.

      Please tell me how I can pay you

    • 1
    • 2
    • 3
    • 4
    • 5
    • 54
    • 55
    • 3 / 55
    Enjoying MagicMirror? Please consider a donation!
    MagicMirror created by Michael Teeuw.
    Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
    This forum is using NodeBB as its core | Contributors
    Contact | Privacy Policy