A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Adding Outline Around Modules

    configuration modules
    3
    0 Votes
    3 Posts
    1k Views
    A
    @lavolp3 Thank you for the quick response. Ill update as soon as i can.
  • second calendar modul

    calendar second calendar
    2
    0 Votes
    2 Posts
    724 Views
    JerryPJ
    @sceetch Goodmorning, Yes you must ad de calendar module two times. { module: "calendar", header: "Calendar_1", position: "top_left", config: { calendars: [ { symbol: "calendar-check", maximumNumberOfDays: '3', maximumEntries:'3', url: "her your 1e url" } ] }}, { module: "calendar", header: "Calandar_2", position: "top_left", config: { calendars: [ { symbol: 'calendar-check', maximumNumberOfDays: '2', maximumEntries:'3', url: "and the second url" } ] }}, Goodluck
  • MMM-CalendarExt2 - show calendar name in event

    4
    0 Votes
    4 Posts
    868 Views
    B
    @sdetweil I would get it from the “name:” that I assigned to that particular calendar in the config document. Right now each row in my display only gives the name of the event from the Google Calendar. I have styled the various calendars to have different colors, but it would be great to also preface that source name for the feed in the event description.
  • Weather Module struggles

    3
    0 Votes
    3 Posts
    590 Views
    S
    @jamaces as i recall, there is a different apikey for 5 day…
  • MMM-MarineWeather Header

    2
    0 Votes
    2 Posts
    660 Views
    S
    @adavidsohn96 edit the module def in config.js add the header info module:"....." header:"whatever u want to display", config:{ . . }
  • npm WARN on install MM

    4
    0 Votes
    4 Posts
    1k Views
    BKeyportB
    @renevandenbroek developers of the underlying code are moving faster than MagicMirror can and/or is willing to update. For various calls and whatnot, the packages have changed, and even the core programs are messed up a bit, for example, some things are into double digit version numbers, which are fooling version checking that states that you have to have a version higher than a specific single digit. (It sees 1, it should be seeing 10) As long as it runs, you’re good.
  • MMM-Arduport trouble

    5
    2
    0 Votes
    5 Posts
    906 Views
    S
    @glorianneef also, there was an error when u ran the python script, to_node not found. did u install all the python dependencies?
  • Magic Mirror and MMM-NetworkScanner and Echo Dot

    7
    0 Votes
    7 Posts
    2k Views
    C
    @chris47803 it works now I reinstalled arp-scan
  • Google Traffic

    7
    0 Votes
    7 Posts
    2k Views
    G
    @sdetweil it was the billing set up preventing it all, i enabled it read its free up to a certain amount of searches, just need to read into it a bit more to see how many times you can use it per month etc without incurring a cost
  • Default Clock Module showing wrong Sunrise/Sunset Time

    Solved
    3
    0 Votes
    3 Posts
    842 Views
    J
    @sdetweil Helps to read sometimes. Thank you.
  • rainAndSnow module

    10
    0 Votes
    10 Posts
    2k Views
    A
    hello someone is managing to slow down the effects in MMM-DynamicWeather?
  • 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
    2
    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
    852 Views
    G
    @bkeyport thanks i got it to work using the one you suggested !
  • MMM-GoogleDriveSlideShow

    1
    0 Votes
    1 Posts
    316 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
    2k Views
    X
    @0m4r Thanks a million, will try them out :)
  • 0 Votes
    1 Posts
    425 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
    37k Views
    Mitch1138M
    @saabman Thanks, On my way.