A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • CalendarExt3Timeline disappeared

    4
    0 Votes
    4 Posts
    55 Views
    S

    @mischag ok, so I think you need to reduce the config the the two modules
    Calendar and ext3timeline

    Simplest is to add
    disabled: true,
    To each other module after its position line

    Then once you solve this, change true to false

  • MMM-CalDAV

    78
    0 Votes
    78 Posts
    7k Views
    J

    @sdetweil thank you for the information. I was curious about the *.ICLOUD file location. Do you see that in your application? Is that folder used?

  • MMM-Todoist - Task display length

    3
    0 Votes
    3 Posts
    285 Views
    mumblebajM

    @tfergy You may want to look at these config options. Have a read through the options list on the Github page.

    673f17c9-d186-4a1c-bc9b-df67f6076a40-image.png

  • MMM-Tommekalender

    1
    0 Votes
    1 Posts
    129 Views
    K

    MMM-Tommekalender is a module that fetches and displays waste collection dates from HIKS(Horisont). https://www.hiks.no/privat/tommekalender/

    MMM-Tommekalender

    https://github.com/kurtern84/MMM-Tommekalender.git

  • MMM-PostenDelivery

    1
    0 Votes
    1 Posts
    119 Views
    K

    A MagicMirror module to display the next postal delivery date from Posten.no

    The api is based on HomeAssistant-Posten. Thanks to @BobTheShoplifter
    Features

    Shows the next postal delivery date using terms like “today”, “tomorrow”, etc.
    Simple setup with a provided postal code.

    https://github.com/kurtern84/MMM-PostenDelivery

    MMM-PostenDelivery

  • MMM-GmailNotifier

    1
    0 Votes
    1 Posts
    130 Views
    K

    MMM-GmailNotifier is a MagicMirror module that displays the user’s Gmail profile picture and name, and checks for unread emails in the inbox.

    Features

    Displays the profile name and profile picture from the Gmail account. Shows the number of unread emails. Automatically hides email notifications if there are no unread emails.

    MMM-GmailNotifier

    MMM-GmailNotifier

  • MMM-AVStock v2.0.0 (npm update required!)

    14
    0 Votes
    14 Posts
    2k Views
    R

    Anyone??? I’ll bump this to see if anyone can help. There has to be a way to get the chart to look better than this.

    20240122_113312 - Copy.jpg

  • MMM-Calendar CSS

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    eprostkoE

    @KlausLadegaard Sorry this is so long time. What I was talking about is that it has day, week, and month views. I found the day view in the documentation and set that up so it only shows a single day - today. In that view, it shows start and end times.

  • MMM-MagicReplicator

    4
    2 Votes
    4 Posts
    1k Views
    K

    @KristjanESPERANTO Can this be used without interacting directly with the MM? Can I do something on a computer to get the recipe to show up on the MM?

  • MMM-CalendarExt3Journal

    1
    1 Votes
    1 Posts
    485 Views
    M
    MMM-CalendarExt3Journal

    Magic mirror module for presenting events as daily/weekly journal style.

    Screenshot

    screenshot1

    screenshot2

    5dcea6c5-d3fa-471e-a08c-bf4cb8132713-image.png

    Features Main Features More detailed view of events by day/week with specific time ranges. locale-aware calendar customizing events: filtering, sorting, transforming multi-instance available. You don’t need to copy and rename the module. Just add one more configuration in your config.js.

    https://github.com/MMRIZE/MMM-CalendarExt3Journal

  • [octomirror-module] Monitor & Control an OctoPrint 3D Printer Server

    47
    3 Votes
    47 Posts
    21k Views
    C

    great job,is there a way for the stream to go left or right of the printer info?

  • MMM-OpenAI

    24
    0 Votes
    24 Posts
    6k Views
    R

    @MMRIZE said in MMM-OpenAI:

    @Rags
    Give me the whole configuration and log of backend terminal/frontend dev-console. Without details, I cannot guess anything.

    ??backend terminal/frontend dev console…please guide howto ? thanks

  • MMM-OpenAI What is the callback for images ?

    4
    0 Votes
    4 Posts
    471 Views
    A

    @MMRIZE said in MMM-OpenAI What is the callback for images ?:

    stealth

    ok thanks , it works now.

  • Error octomirror module

    4
    0 Votes
    4 Posts
    382 Views
    S

    @myayo001 I just searched GitHub and octomirror and found multiple.

    some older ones don’t use the library producing the error.

    I know nothing about theodule itself, just debugging the error

  • MMM-AVStock

    45
    2 Votes
    45 Posts
    13k Views
    C

    @requiemmg
    API calls required for this through "AlphaVantage " were free but are now behind a paywall. Currently broken in it’s current state.

  • MagicMirror as Info Display

    3
    0 Votes
    3 Posts
    1k Views
    D

    @einfachMarc

    hey marc, search for ‚Magic(Dashboard)Mirror‘.
    this is exactly what you are looking for.

    the owner of this thread offered me so much help, and he‘s also great when it comes to design of the family-dashboard.

    you‘ll find the config-files of this dashboard git.

  • MMM-PilotWX

    15
    2 Votes
    15 Posts
    5k Views
    S

    @on8cb old libs problem

    a module should identify all the libs it uses in it’s package.json file, as 'dependencies.

    it worked and the authors didn’t know about this.

    we deleted the libs as they were removed from distribution (deprecated)… and oops the module still needs them but didn’t say so.

    if they had, and created a package.json file (npm init -y) the problem would not have occurred.

    apis not working… well nobody wants to drag old stuff along anymore ‘too much work’… so they change whatever they want, too bad for developers or users.

    when I worked for IBM my mentor reminded me often that, when u document an API, it lives like that forever. same input produces the same output. you want to ADD stuff ok, it’s a new API… stuff doesn’t break… customers can continue to depend on you…

    anyhow…

    certs… well they expire… app owners should plan for that… nah, too much work, we’ll deal w it then…

  • Newsfeed, how to get url via API

    5
    0 Votes
    5 Posts
    626 Views
    S

    @sdetweil Ok so no solution for what i want to do. The only solution is to display full article by API request, or use the MMM-News-QR to get URL.

  • MMM-MyWastePickup (Toronto waste collection schedule)

    69
    3 Votes
    69 Posts
    30k Views
    KamiSchamiK

    Hi, thank you very much for the module. It went on for over a year without any problems, then the appointments ran out. I entered new ones, but only “shop” comes up. Here is my custom. Do you have any idea? My mirror is not up to date, otherwise everything will go very well. Thanks.

    Screenshot_20211109-060016_Cx File Explorer.jpg

  • Alexa Lists on Magic Mirror

    12
    0 Votes
    12 Posts
    1k Views
    N

    @sdetweil It works!!
    I feel pretty silly now. I’m not sure how I misread that so many times… thank you so much for the help and hopefully I will pay closer attention.

    thank you again!