A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    990 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
    293 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
    454 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
    647 Views
    S
    @trev125 i got it and sent u an email back
  • How to use the Alert module?

    4
    0 Votes
    4 Posts
    2k Views
    A
    @keineAhnung123 My pleasure.
  • Calendar issue 2021

    1
    0 Votes
    1 Posts
    288 Views
    M
    Anyone else having a problem with the stock calendar since the new year? Most items show on my mirror as โ€œeventโ€ now instead of the name. I am running an older version of the mirror if that is any concern. I last updated before the current version for sure.
  • RandomPhoto help

    Moved
    4
    0 Votes
    4 Posts
    1k Views
    P
    c i run npm install stole the answer pi@raspberrypi:~/MagicMirror/modules/MMM-Remote-Control $ npm install audited 31 packages in 3.668s found 0 vulnerabilities โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ โ”‚ โ”‚ โ”‚ New patch version of npm available! 6.14.8 โ†’ 6.14.10 โ”‚ โ”‚ Changelog: https://github.com/npm/cli/releases/tag/v6.14.10 โ”‚ โ”‚ Run npm install -g npm to update! โ”‚ โ”‚ โ”‚ โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ pi@raspberrypi:~/MagicMirror/modules/MMM-Remote-Control $
  • iFrame to full screen - change image size

    1
    1
    0 Votes
    1 Posts
    362 Views
    KamiSchamiK
    Hello, Iโ€™m not getting any further here. I use my mirror on a 7 inch display. I have already checked all iFrame modules. iFrame, ping and reload. How do I bring the picture to full screen? thank you for your help. [image: 1609544681479-20210102_000321-resized.jpg]
  • MMM-Assistant2Display ERROR: YouTube search not set

    4
    0 Votes
    4 Posts
    926 Views
    E
    @Bugsounet It is not always easy to find the answer to your problems in the midst of 1000 explanations โ€ฆ it takes patience! Thanks again @Bugsounet for your work!
  • MMM-AssistantMK2 not recognizing my speech

    5
    0 Votes
    5 Posts
    1k Views
    E
    @ra1209k my advice is to use MMM-GoogleAssistant by @Bugsounet (I think itโ€™s a evolution of the famous Eouia module โ€ฆ). Iโ€™m testing it these days and it looks well done! MMM-GoogleAssistant Good job!!
  • calendar_monthly: Please help me with column width.

    Solved
    3
    1
    0 Votes
    3 Posts
    1k Views
    M
    @ashishtank said in calendar_monthly: Please help me with column width.: #calendar-table { width: 80%; } This worked perfectly. Thank you ashishtank! Really helpful.
  • MMM TouchNavigation - Hide Buttons after 10 seconds

    Unsolved
    1
    1
    0 Votes
    1 Posts
    323 Views
    KamiSchamiK
    Moin, I use MMM TouchNavigation and MMM ProfileSwitcher. [image: 1609410094732-img_20201231_110009.jpg] Is there a way to hide the buttons after about 10 seconds and show them again when you touch them? Thank you!
  • MMM-GoogleBirthdaysProvider No red birthday cake

    3
    0 Votes
    3 Posts
    2k Views
    B
    @wuermchen Perfect, this is the solution! Thanks again, Benny
  • MM only server version working due to issues with config file

    33
    0 Votes
    33 Posts
    12k Views
    S
    @Mykle1 that is what I hear!
  • Pi loses WiFi connection after a few hours

    rasberry pi 4 wifi connection
    9
    0 Votes
    9 Posts
    5k Views
    jca2112J
    @sdetweil said in Pi loses WiFi connection after a few hours: @jca2112 are you running pihole as an advert filter? seem to see this a lot with pihole serversโ€ฆ Yes, I am running a pihole โ€“ thanks for suggesting that. (I should have mentioned it.) Iโ€™ve not had any issues with the magicmirror + pihole setup in the past, but just to make sure I whitelisted the magicmirror so it would bypass the pihole altogether. It didnโ€™t seem to affect the problem, so Iโ€™m not sure that it is a factor.
  • Return my monitor work on

    1
    0 Votes
    1 Posts
    181 Views
    D
    I have use these commend to shutoff the monitor : Sudo nano autostart @xset s noblank @xset s off @xser -pms Sudo apt-get install unclutter Now how can I return it back ?
  • MMM-Keybindings evdev module install error

    5
    0 Votes
    5 Posts
    634 Views
    D
    ok. too bad. Thank you very much. Martin
  • Having issues with 2nd ical.

    11
    0 Votes
    11 Posts
    4k Views
    T
    I am having an similar issue. config: { module: "calendar", header: "Agenda", position: "top_left", config: { calendars: [ //{ // symbol: "calendar-check", // name: "Thijs", // url: "https://calendar.google.com/calendar/ical/*******/public/basic.ics" // }, { symbol: "calendar", name: "Andrea", url: "https://calendar.google.com/calendar/ical/********/public/basic.ics" } ] } }, Logs show: [2020-12-26 13:24:33.391] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-12-26 13:25:03.322] [LOG] Use existing calendar fetcher for url: https://calendar.google.com/calendar/ical/*****/public/basic.ics [2020-12-26 13:25:03.324] [INFO] Calendar-Fetcher: Broadcasting 10 events. Some fun details: the first ical (now with the //) does work and gives a correct feedback. The second ical is from the same workspace, has the same settings for publications. As far as my knowledge goes the log even shows it fetches 10 events. And I can wget the ics files but still I get a โ€™ no upcomming events.โ€™ message. So @jonspraggins; did you find a solution that could help me into the right direction?
  • MM bash line 404 problem

    Moved
    4
    0 Votes
    4 Posts
    884 Views
    D
    Hi too all. Iโ€™m a bloddy newbie with this magicmirror project. but reading this very good instructions, my problems are gone. and now i enjoy this christmas :-) THX BR Bernhard.