A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Family 365 Calendars

    4
    0 Votes
    4 Posts
    1k Views
    S

    @ankonaskiff17 shared cals in google have sort of the same problem. I am not the creator of one I have and as such I cannot get the url for it.
    the creator can…

  • Adding a timestamp to email

    2
    0 Votes
    2 Posts
    348 Views
    S

    @djboob66 where, how ??
    how does this relate to MagicMirror?

  • Who can make a "MMM-nicehash" balance display module?

    2
    0 Votes
    2 Posts
    717 Views
    B

    someone was programming a modul like that and it is working.

    Thanks for the programming:

    https://github.com/mlbonniec/MMM-NiceHash

  • MMM-Slack2

    1
    0 Votes
    1 Posts
    485 Views
    J

    Hi there,
    I have created a newer version of MMM-Slack which I have called MMM-Slack2. I wrote this module because of the changing API of Slack.
    Until now, the events API has not been implemented yet, so the module will not immediately refresh when a new message has been sent to the channel. It only gets new messages periodically. A guide on how to use the module can be found on github.

    I use this module to have a simple way to display messages in a house so that they can be read without having to use a smartphone.

    Feel free to try out the module and send me your feedback. If you have any ideas for new features or if you can help implement the Events-API, please contact me :)

  • MMM-CalendarExt

    198
    3 Votes
    198 Posts
    172k Views
    S

    @nobita see my other post

    also pleasr dont post the ssme question in multiple places

  • Replace Empty view with " No Event"

    4
    0 Votes
    4 Posts
    573 Views
    S

    @nobita

    so, i think it might be

    .EXTCAL :empty.eventLocation { content:'No Events'; }
  • worldclock - nobody made this, so I did.

    46
    5 Votes
    46 Posts
    23k Views
    BKeyportB

    Those SVGs are for the built in flags. I figured it would be “download and place the file in the module directory” for the custom flags… Like I have “world.jpg” and “washington.png” (or is it the other way).

    Just make sure the flag image is square, and use “altflag” rather than “flag” with the filename of the image file, and it’ll pick it up.

    (the requirements are hopefully temporary for the alternate flag image, I’m working on learning CSS in my spare time, and how to fix the image insert later)

  • MMM-Trello - Another tool for todos connected to the mirror

    8
    0 Votes
    8 Posts
    8k Views
    edwardssjE

    I am having to refresh the Token every 24 hrs, is there a way to combat this?

    Thanks

  • MMM-Timetable

    43
    6 Votes
    43 Posts
    17k Views
    ?

    #TTABLE_TITLE is your friend

  • MMM-HNB-Exchange

    4
    2 Votes
    4 Posts
    634 Views
    A

    @lolo Looks good !

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

    2
    0 Votes
    2 Posts
    449 Views
    B

    Hello, are you able to get the “showDetailsWhenOffline” option to work I have the latest version of Octoprint and the “CORS” option check, when Octoprint is off the display remains on the mirror. :(

  • MMM-Todoist restarts MM

    1
    0 Votes
    1 Posts
    326 Views
    edwardssjE

    Anyone come across this before?

    MMM-Todoist working fine but when the refresh happens the entire MM restarts!

    Suggestions anyone?

  • MMM-Todoist - Your todoist tasks on your mirror

    76
    0 Votes
    76 Posts
    71k Views
    edwardssjE

    @cbrooker Strange thing is happening here, when it refreshes the list at 10 minutes my mirror restarts, any suggestions?

  • 0 Votes
    4 Posts
    483 Views
  • MMM-fbPageCounter

    23
    3 Votes
    23 Posts
    8k Views
    H

    I know this is an old thread but I am back again having issues. It stopped working for me and Ive been able to get all codes to work up until the permanent code. When I do this it only says data and nothing else.

    Shown below. I never get a permanent access code. Even with the long live one my counter is still at zero.

    {
    “data”: [

    ]
    }

    Please help! and thank you

  • Calendar layout similar to DakBoard

    6
    0 Votes
    6 Posts
    4k Views
    D

    @BKeyport going to jump in here as for some reason I’m really interested in getting this set up on my MM2. Once I get my calendar finished I am going to be happy with trial running and then building my mount and display for installation.

    I’ve reduced your code down to get rid of the seahawk details. Any reason why my calendar isnt showing anything

    Here is a snapshot from google calendar
    Screen Shot 2020-10-14 at 7.54.48 AM.png

    Here is whats shown on my MM
    IMG_7422.jpg

    Also, I edited the MMM-CalendarExt2.css file to remove/replace with what you showed, though I didnt notice any difference after I reloaded (since mine is also portrait vs landscape)

    My config.js code:

    {
    module: “MMM-CalendarExt2”,
    config: {
    calendars : [
    {
    url: “https://calendar.google.com/calendar/ical/ctufano%40gmail.com/private-3c56b57d5de608fb4e5d3a53cd1cd1f2/basic.ics”,
    name: “Main Calendar”, // Optional, Recommended
    maxItems: 99,
    scanInterval: 1000601, // every minute, Appt Book, needs this speed
    beforeDays: 0,
    afterDays: 7,
    maxIterations: 999,
    forceLocalTZ: false,
    },
    ],
    views: [
    {
    mode: “week”,
    position: “lower_third”,
    //fromNow: -1,
    slotCount: 1,
    timeFormat:“h:mm A”,
    hideOverflow: false,
    filterPassedEvent: false,
    name: “Daily View”,
    className: “remove_empty_slot”,
    calendars: [“Main Calendar”],
    transform: function(event) {
    if (event.title.search(“Recycle”) > -1) {
    event.icon = “mdi:recycle”;
    event.className = “lemay”;
    }
    if (event.title.search(“Yard Waste”) > -1) {
    event.icon = “entypo-leaf”;
    event.className = “lemay”;

    } return event; }, }, ], scenes: [ { name: "DEFAULT", }, ], }, },
  • MMM-Memo - Add some memos on your page and manage them through HTTP request

    41
    2 Votes
    41 Posts
    21k Views
    E

    @sdetweil
    Alright another way :-)
    link file

    You can download it over there :face_with_stuck-out_tongue_winking_eye:

  • Hello, how can i change the time format from 12h to 24h?

    5
    0 Votes
    5 Posts
    523 Views
    W

    @hango said in Hello, how can i change the time format from 12h to 24h?:

    timeFormat: ‘LT’, //defined in moment.js format()

    Worked :-) . Thank you !!

  • Displaying Google Calendar in native colours

    1
    0 Votes
    1 Posts
    1k Views
    V

    I have a family Google calendar that includes calendars for individual family members.

    The calendar for each person is displayed in a colour assigned to them.

    Can MM display the calendars in their native colours?

    Thanks in advance.

  • Servidor Magic Mirror

    2
    1 Votes
    2 Posts
    371 Views
    BKeyportB

    @Jeffervc said in Servidor Magic Mirror:

    Olá,

    Não há atualizador automático real. Se você é bom com scripts, pode usar os scripts de Sam (@sdetweil) como base e trabalhar a partir daí.

    Além disso, por uma questão de normalidade, use o inglês sempre que possível para fazer perguntas. A grande maioria do fórum fala inglês como segunda língua. Estou usando o google tradutor para me responder.

    Obrigado!