A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Default calendar module: displaying full day events without time

    7
    0 Votes
    7 Posts
    2k Views
    uncleLemU
    @sdetweil Get well, I’ll see what I can find meanwhile.
  • Timer with MMM-GoogleAssistant

    3
    0 Votes
    3 Posts
    683 Views
    ?
    not possible actually (read this) After maybe if you code another module (who accept incomming notifications), i should works In all case, i will not code it at now because: i can’t internationalize the vocal request i have not coding any module to accept any alarm fire on demand after if you want to implent it, you can code it on GA/A2D
  • ...gray screen on MMM-EmbedYoutube

    4
    2
    0 Votes
    4 Posts
    2k Views
    KamiSchamiK
    Now it works ! 🥳
  • iFrame module ip camera

    Unsolved
    5
    0 Votes
    5 Posts
    3k Views
    D
    @costascontis please tell me how you did it with the MMM-iFrame module. would you have me an example config ?? Please help me thank you
  • Hello Lucy Quote of the Day

    3
    0 Votes
    3 Posts
    997 Views
    G
    @Mykle1 ahh sorry, its MMM-QUOTE CATALOGUE
  • MMM-MyScoreboard "no games" display

    1
    0 Votes
    1 Posts
    377 Views
    W
    Is there a way to make MMM-MyScoreboard to display something (header or “no games today”) when there are no games being displayed? I’m running MMM-Carousel, so it looks like something went wrong on that page and took me a bit before I figured out what was going on and stopped troubleshooting what wasn’t broken. My current config.js for it (if it matters): { module: "MMM-MyScoreboard", position: "top_bar", classes: "default everyone", header: "My Scoreboard", config: { showLeagueSeparators: true, colored: true, viewStyle: "stackedWithLogos", highlightWinners: true, showRankings: true, sports: [ { league: "MLB", teams: ["CIN"], }, { league: "NFL", teams: ["CIN"], }, { league: "MLS", teams: ["CIN"], }, { league: "NCAAF", teams: ["CIN"], }, { league: "NCAAM", teams: ["CIN", "BUT", "XAV"], }, { league: "NCAAM_MM", label: "March Madness", } ] } },
  • MMM-TweetsByTimelineOrList - Awaiting Updates

    3
    0 Votes
    3 Posts
    684 Views
    M
    Do you mean the Bad Words node helper? I’m not having any luck getting this loading - just have the “awaiting Updates” showing. I have triple checked my keys and they are all correct. How did you get yours going?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    16 Views
  • MMM-CalendarExt2 not showing up

    2
    0 Votes
    2 Posts
    834 Views
    BKeyportB
    Read the instructions for it. Your config is massively short for what it is… here’s mine, with the URLs blanked. You’ll notice a few things. MMM-CalendarEXT2 (and CalendarEXT) use the same interface. There’s no default position, that’s down in the view section (You can have multiple views). There’s Scenes. There’s all sorts of things. Go back to github and read the instructions. Mine is more complex than a basic setup, because I’ve got things like icons for trash days, etc, but it is still considered a basic setup for the module. { module: "MMM-CalendarExt2", config: { calendars : [ { url: "[hidden]", name: "Main Calendar", // Optional, Recommended maxItems: 99, scanInterval: 1000*60*1, // every minute, Appt Book, needs this speed beforeDays: 0, afterDays: 999, maxIterations: 999, forceLocalTZ: false, }, { url: "[Hidden]", name: "Seahawks Calendar", maxItems: 100, scanInterval: 24*60*60*1000, beforeDays: 0, afterDays: 999, maxIterations: 999, forceLocalTZ: false, }, { url: "[Hidden]", name: "Sounders Calendar", maxItems: 100, scanInterval: 24*60*60*1000, beforeDays: 0, afterDays: 999, maxIterations: 999, forceLocalTZ: false, }, { url: "[Hidden]", name: "Utility Schedule", maxItems: 100, scanInterval: 24*60*60*1000, beforeDays: 0, afterDays: 999, maxIterations: 999, forceLocalTZ: false, }, ], views: [ { mode: "daily", position: "top_right", slotCount: 99, timeFormat:"LT", hideOverflow: false, filterPassedEvent: true, name: "Appts", //className: "remove_empty_slot", calendars: ["Main Calendar","Utility Schedule","Sounders Calendar","Seahawks Calendar"], transform: function(event) { if (event.title.search("Recycle") > -1) { event.icon = "mdi:recycle"; event.className = "lemay"; } if (event.title.search("Yard Waste") > -1) { event.icon = "entypo-leaf"; event.className = "lemay"; } if (event.title.search("Trash") > -1) { event.icon = "bi:trash"; event.className = "lemay"; } if (event.title.search("Seahawks") > -1) { event.icon = "fa-solid:football-ball"; event.className = "seahawks"; } if (event.title.search("Sounders") > -1) { event.icon = "noto:soccer-ball"; event.className = "sounders"; } return event; }, }, ], scenes: [ { name: "DEFAULT", }, ], }, },
  • Alexa, AVS, AWS, devices

    6
    0 Votes
    6 Posts
    1k Views
    S
    @flipfloplife awesome alexa implements a very old avs v1 protocol. which doesn’t support notices for timers, etc. avs v2 is very complex, but does implements notices for timers etc. no module currently implements v2
  • MMM-Screencast full screen size.

    1
    0 Votes
    1 Posts
    318 Views
    G
    Hi all, Any advice on the below issue. I cant get MMM-Screencast to work on full screen. The largest size I’ve managed to get working is a 900X700, any time I try larger than that, it never fully loads. I’ve tried 1920X 1080 with no luck. Thanks for your time all.
  • Hello Lucy - key word

    2
    0 Votes
    2 Posts
    402 Views
    Mykle1M
    @gkchimz said in Hello Lucy - key word: Is this changeable and can we change this to anything or are we limited on options? You can change it. Make sure it is all CAPITAL letters. I would keep it simple so as to have a better success rate. I just changed mine to keyword: 'HELLO POP', and it worked very well
  • Voice Mirror Control

    1
    1 Votes
    1 Posts
    263 Views
    G
    Hi All, Any ideas what the best voice modules for controlling your mirror are. I have some custom scripts I’d like to run( bash/shell scripts) from my host machine (raspberry pi) I have been through the modules on the website, but not sure which ones are out of date/ still function well as most (if not all) seem to have been last updated atleast 2 years ago. Many thanks
  • Compliments Remote

    2
    0 Votes
    2 Posts
    856 Views
    A
    @gkchimz It is not working because there are few errors with your JSON file. Check your json here https://jsonformatter.curiousconcept.com after adding missing , (comma) it should work.
  • 0 Votes
    3 Posts
    1k Views
    M
    I solved it by myself. So here for the rest of the world or maybe for myself in a couple of months. The following config is working: { module: 'MMM-BackgroundSlideshow', position: 'fullscreen_below', config: { imagePaths: ['modules/MMM-BackgroundSlideshow/BackgroundImages'], transitionImages: true, transitions: ['opacity'], randomizeImageOrder: true, slideshowSpeed: 500000, gradientDirection: 'both', gradient: [ "rgba(0, 0, 0, 0.00) 0%", "rgba(0, 0, 0, 0.00) 0%", "rgba(0, 0, 0, 0.00) 90%", "rgba(0, 0, 0, 0.75) 100%" ], //von oben nach unten, % = wo im Bildschirm startet es horizontalGradient: [ "rgba(0, 0, 0, 0.75) 0%", "rgba(0, 0, 0, 0) 15%", "rgba(0, 0, 0, 0.00) 85%", "rgba(0, 0, 0, 0.75) 100%" ] //von links nach rechts, % = wo im Bildschirm startet es } }, In addition, you have to change a line in the MMM-BackgroundSlideshow.js file in the getDom function (line 316) OLD: this.createGradientDiv('right', this.config.gradient, wrapper); NEW: this.createGradientDiv('right', this.config.horizontalGradient, wrapper); I will put this on GitHub as well.
  • Google Birthday calender Probleme

    6
    0 Votes
    6 Posts
    937 Views
    P
    { module: "calendar", header: "Mein Kalender", position: "top_left", config: { calendars: [ { symbol: "calendar-check", url: "https://calendar.google.com/calendar/ical/evelynsander04%40googlemail.com/private-84fb15ca6176a4005a72c24f3df04$ maximumEntries: "5"}, { symbol: "holiday", url: "https://calendar.google.com/calendar/ical/de.german%23holiday%40group.v.calendar.google.com/public/basic.ics", maximumEntries: "5"}, { symbol: "birthday-cake", url: "http://localhost:8080/mmm-googlebirthdaysprovider", maximumEntries: "5"}, ] } },
  • MMM-TomTomTraffic position: "middle_center" don't work

    1
    0 Votes
    1 Posts
    256 Views
    hummeruliH
    I use it in one page from MMM-Pages but it’s every time on the middle_left side. I can also move it to every place in the config.js
  • Submenu for MMM-TouchNavigation with more touch:-)

    2
    1
    0 Votes
    2 Posts
    407 Views
    KamiSchamiK
    … i did it ! 🥳 [image: 1609835254407-videocapture_20210105-082516.jpg] [image: 1609835267347-videocapture_20210105-082511.jpg] [image: 1609835279660-videocapture_20210105-082503.jpg] https://youtu.be/KsL_jvBJSYI
  • Calendar issue - Private work calendar

    10
    3
    0 Votes
    10 Posts
    534 Views
    S
    @trev125 i got it and sent u an email back
  • How to use the Alert module?

    4
    0 Votes
    4 Posts
    1k Views
    A
    @keineAhnung123 My pleasure.