A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-Covid 19 does not show

    7
    0 Votes
    7 Posts
    2k Views
    M
    @kusselin I have the same problem… did you find a solution?
  • Noob setup

    7
    0 Votes
    7 Posts
    2k Views
    Mykle1M
    @gr1dl0ck said in Noob setup: I noticed you put, disabled: false, as per below in your post, can you expand on what that does This is an easy way to enable or disable a module when MM launches, without say, commenting out the entire module’s entry or removing the entry from the config altogether. So, for the module to load at MM launch disabled: false, For the module NOT to load at MM launch disabled: true,
  • Openweather city ID

    4
    0 Votes
    4 Posts
    1k Views
    Mykle1M
    @gr1dl0ck said in Openweather city ID: but when i opened the city ID list in wordpad, the list is all scrambled in like wingdigs font. Open it in a different text editor, or better yet, a code editor. For example, ‘Atom’, ‘notepad++’, et al.
  • MMM-GoogleAssistant doesn't run

    Moved
    20
    0 Votes
    20 Posts
    6k Views
    S
    @chethan the author has left the forums. i have noticed that some of his modules are becoming unstable. either no longer installing or failing to run.
  • Raspberry Pi image to the background

    3
    0 Votes
    3 Posts
    871 Views
    G
    @bkeyport thanks i got it to work using the one you suggested !
  • MMM-GoogleDriveSlideShow

    1
    0 Votes
    1 Posts
    327 Views
    X
    I have run through the setup for the Google Drive Slide Show but in my mirror I am just getting a white square. I created Credentials as asked but there was no option to select “other” as stated in the instructions so I don’t know if this makes any difference. Please be aware I am not an expert at this or coding, complete newbie. Code is as follows in config file: { module: "MMM-GoogleDriveSlideShow", position: "top_center", config: { rootFolderId: null, maxFolders: 10, maxResults: 100, playMode: "AUTO", nextOnNotification: null, stopOnNotification: null, startOnNotification: null, refreshDriveDelayInSeconds: 24 * 3600, refreshSlideShowIntervalInSeconds: 10, maxWidth: "800", maxHeight: "600", theme: "whiteFrame", opacity: 1, debug: false } },
  • Multiple Pages

    3
    0 Votes
    3 Posts
    3k Views
    X
    @0m4r Thanks a million, will try them out :)
  • 0 Votes
    1 Posts
    433 Views
    A
    [image: 1613022366565-148303571_759919764643907_1308924904119971320_n-resized.jpg] can someone please help me? how do i put my google calendar schedule into the monthly chart shown in this picture? thank you.
  • Working Weather Underground module?

    63
    0 Votes
    63 Posts
    39k Views
    Mitch1138M
    @saabman Thanks, On my way.
  • 0 Votes
    6 Posts
    2k Views
    R
    i also had problems with my micro in the beginning and removed pulseaudio from the pi and had no more problems sudo apt-get autoremove --purge pulseaudio
  • Error when trying to run MMM-AssistantMk2

    Moved
    10
    0 Votes
    10 Posts
    4k Views
    S
    @chethan i do not have an answer mk2 will not work mmm-googleassistant may not work due to snowboy issues. snowboy has also been abandonded https://github.com/Kitt-AI/snowboy/
  • Change from Daily verse to x amount of time

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    M
    Hello Thread from the past! There is now a module that I created that can do this: https://github.com/MomentumV/MMM-RandomBibleVerse It is largely based off of DailyBibleVerse, but you can configure an update interval in minutes. Minimum interval is 0.2 minutes (12 seconds).
  • MMM-Remote-Control to receive notification

    6
    0 Votes
    6 Posts
    2k Views
    S
    @totofar no idea not my module.
  • MMM-GooglePhotos, can't generate token

    3
    0 Votes
    3 Posts
    1k Views
    D
    @sdetweil a friend of mine found the solution; I had to fill in my gmail-adress as a “test-user” (I haven’t seen this in the tutorials I watched) , then the token was created and now the module is working fine!
  • MMM-GoogleAssistant in Server mode

    11
    0 Votes
    11 Posts
    4k Views
    S
    @martinhood great info. when i get back home i will have to try this out
  • WWW-iframe-ping fit web content into MM2 region

    4
    0 Votes
    4 Posts
    988 Views
    thgmirrorT
    @dwburger Did you try a local html in the modules folder? There you can use iframe with a zoom-factor to get the content of the original-url. Afterwards show this using MM-SmartWebDisplay . The local webside must be stored in the modules-folder.
  • MMM-CalendarExt2 not showing up

    3
    0 Votes
    3 Posts
    855 Views
    J
    I am also new to MM, but here are the fields that are missing on yours compared to mine. I am not sure which is required and which is optional. { module: "MMM-CalendarExt2", config: { rotateInterval: 1000*60, calendars: [ { name: "PrivateCalendar", className: "privatecalendar", url: "https://<usernam>:<password>@<hostname>/remote.php/dav/calendars/<username>/privatecalendar?export", }, ], views: [ { name: "VIEW1", mode: "daily", locale: "de-DE", position: "top_right", calendars: ["PrivateCalendar"], slotCount: 4, }, ], scenes: [ { name: "DEFAULT", views:["VIEW1"], }, ], }, },
  • Youtube for MMM-Assistant2Display doesn't work

    1
    0 Votes
    1 Posts
    227 Views
    2
    Re: Playing Youtube video with MMM-AssistantMk2 not working I want to know if this has been solved
  • After update, nothing happens.

    64
    0 Votes
    64 Posts
    34k Views
    S
    @richard238 outside modules have certainly changed since then. base is once every 90 days
  • Setting z-index on two iFrames

    1
    0 Votes
    1 Posts
    295 Views
    ankonaskiff17A
    I have two iFrames and I need to set z-index so one overlaps and hides a portion of the other iFrame. Is that something I do in config.js or custom.css. Both iFrames are there, functioning fine but the css for that module is minimal and I need to flip which one lays over the other. I’ve tried changing the order in which they are positioned in the config.js file and it makes no difference.