A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Sort ALL feeds by date

    1
    0 Votes
    1 Posts
    908 Views
    ?

    Hi,

    When using more than one RSS feed, all articles in that source are shown separately (sorted by time) before proceeding to the next RSS feed. This means that it shows the articles from the newest to oldest, the proceed to the next RSS feed and do the same.

    Is there a way to merge all RSS feed sources into one, so all articles are sorted by article date regardless of the number of feeds added? If so, I think this should be a feature option.

    – Mike

  • ToDo lists from DAV calendar

    1
    1 Votes
    1 Posts
    1k Views
    ?

    Hi.

    I have most of my stuff on a NextCloud server, like calendar and contacts. I have added my calendars, witch works great (except birthdays due to that dates before 1970 isn’t supported yet). But when i try to add my todo list from the server, it fails.

    Adding a todo list within the calendar module would be a nice feature, so I can add my todo’s to my mirror. I know there is a todo module, but it seems that it’s more focused on another service?

    I have tried to make changes to the default calendar module, but haven’t got it to work so far. Maybe I will try to work more on it when i get the time for it.

  • Calendar times in 24 hour format?

    31
    0 Votes
    31 Posts
    18k Views
    Mykle1M

    @MarkusBe

    Fantastic! Enjoy your mirror. :^)

  • Dynamic module loading and unloading.

    1
    1 Votes
    1 Posts
    1k Views
    ?

    Can I add or unload some specific modules on running time by condition?
    It doesn’t mean show and hide. I think it might be related with multiple configuration or run-time configuration. Will it be possible?
    I want to load or unload many modules by specific condition without restart. I believe it could be used for real-profile or mode based mirror.

  • Multipages

    5
    0 Votes
    5 Posts
    3k Views
    RamblingGeekUkR

    Hi I will. Thanks.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    75 Views
  • Integrate logging framework

    3
    1 Votes
    3 Posts
    2k Views
    A

    Any update?

  • Configurator assistant after running Magic Mirror for the first time

    1
    0 Votes
    1 Posts
    1k Views
    M

    Hi everyone,
    I would like to have a configurator assistant after running Magic Mirror for the first time, it would be like the first time that you turn on a brand new phone, it will ask you for:

    Wi-fi City (for time zone and forecast) Etc…

    I would like to know if there is something like this already developed or if someone could help me ($) with it.

    Thanks!

  • Calendar time - capitalize first letters

    6
    0 Votes
    6 Posts
    4k Views
    O

    @yo-less I want to do the same, what have you done so I can try to do the same on mine?
    Thanks

  • Use npm for module installs

    16
    0 Votes
    16 Posts
    8k Views
    brobergB

    @strawberry-3.141 Great, the code is done! All left is just to include it as a startup page so new users can get started easily as eating a strawberry pie!

  • Remove module configuration from config/config.js

    5
    0 Votes
    5 Posts
    3k Views
    T

    @broberg said in Remove module configuration from config/config.js:

    however, a “scraper” script would be good for the newbies, i.e a script that scans the modules folder, adds each module and retrieves all config-defaults from each module and puts it all in a new config file.

    Thats also an interesting approach and the core system could also monitor the modules folder, so whenever a new module is copied to that folder, the core system would reload the modules or just load the new module and refresh the UI. The same could apply to removing a module, without having to restart the system, if the core detects a folder is not there, it can refresh the UI and remove the module.

  • Run MagicMirror https

    2
    0 Votes
    2 Posts
    2k Views
    R

    @mortenbirkelund What do you mean?

    What changes are you doing for serve the MagicMirror in HTTPs?

  • Dark Material UI

    5
    0 Votes
    5 Posts
    4k Views
    R

    I think to move the current UI to other aspect the clean route its not the way. If we want reach this goal is add support for multi themes on MagicMirror.

  • Docker Container

    5
    0 Votes
    5 Posts
    6k Views
    karsten13K

    Update: I found no valid mm container in the docker store.

    You can build your own docker image locally with

    docker build -t magic_mirror .

    and run it with

    docker run -d --publish 8080:8080 --restart always --volume ~/magic_mirror/config:/opt/magic_mirror/config --volume ~/magic_mirror/modules:/opt/magic_mirror/modules --name magic_mirror magic_mirror

    and open it in your browser with

    http://localhost:8080/

    Be aware of this issue.

    Karsten.

  • Cast from Server

    4
    0 Votes
    4 Posts
    4k Views
    flo80F

    I put together a small module which allows this. It initially needs to be started out of the browser but then the Chromecast directly loads the content from the server.

    You can try it out: https://github.com/flo80/MMM-chromecast

  • Shorter calendar text

    4
  • Different Calendars in different colors

    7
    0 Votes
    7 Posts
    5k Views
    A

    @strawberry-3.141
    I’m going beta later today :) This is great.

  • Github Tutorial

    9
    1 Votes
    9 Posts
    5k Views
    A

    Now I know that my problem wasn’t that I was not signed in. I probably shouldn’t try to have two versions of the mirror (one as a backup on GitHub and one that is showing). Maybe this is somehow messing things up for me.

  • NYT feed contains some reocurring garbage

    2
    0 Votes
    2 Posts
    1k Views
    strawberry 3.141S

    @aaronaxvig there is already a solution for it chckout option removeStartTags and startTags

  • Nextcloud Calendar Support

    2
    0 Votes
    2 Posts
    4k Views