A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Problem with MMM-email

    Unsolved
    12
    0 Votes
    12 Posts
    3k Views
    M
    @mumblebaj said in Problem with MMM-email: @mwm341 I get the following error when I run with the same config as you: [image: 1629471951483-e599e95e-3f0e-476f-b811-dea204f78ce4-image.png] I had to rename the folder but I am getting some other weird errors. I am not too sure if this module still works. Seems like the developer last looked at it 5 years ago. I was wondering about that
  • After all settings MMM-Kalliope does not appear on the mirror

    Unsolved
    1
    0 Votes
    1 Posts
    298 Views
    D
    Re: Kalliope assistant + MM @sispheor , Thank you for the great tutorials, however I still can’t get the MMM-Kalliope to show up on the mirror. Script installation for the Kalliope failed for my Raspberry Pi4, but I managed to install Kalliope (0.7.1) with combination of #2 and #3 methods, but I still can’t make MMM-Kalliope module visible on the mirror. I have added MMM-Kalliope configuration part to my config.js file. I have added this to my ~/kalliope_starter_en/brain.yml file: – name: “mm-say” signals: [] neurons: – magic_mirror: mm_url: “http://127.0.0.1:8080/kalliope” notification: “KALLIOPE” payload: “{{ kalliope_memory[‘kalliope_last_tts_message’] }}” – name: “mm-alert” signals: – order: “send an alert to magic mirror” neurons: – magic_mirror: mm_url: “http://127.0.0.1:8080/kalliope” notification: “SHOW_ALERT” payload: title: “my alert title” message: “the message” timer: 5000 And I have added this to the hooks in my ~/kalliope_starter_en/settings.yml file: on_start_speaking: “mm-say” However still no success, the MMM-Kalliope does not appear on the mirror.
  • MMM-GoogleBirthdaysProvider giving Error

    Unsolved
    2
    1
    0 Votes
    2 Posts
    708 Views
    J
    @lu-need Just to make sure, do you have the opening curly bracket before your first line above? Also, why do you have “code_text” after the comma at the end? I also notice that you use single quote marks instead of double-quotes in the config: block. I am not sure that matters, but all of the examples use double-quotes. (Single quotes should work, but there is always the chance that npm, MM, or some other component is expecting double-quotes.) When you say you cannot get it working, does having that block of code in your config.js cause MM not to launch correctly at all? (Ie., do you get a black screen or the “create a config or check the existng one for errors” message?) Or does MM launch correctly, and the module does not show up? Or it shows up, but just has a “Loading” message instead of the expected calendar?
  • MMM-Compliments_plus

    Solved
    4
    0 Votes
    4 Posts
    832 Views
    M
    @sdetweil OK thanks for the link, I did try this earlier and it didn’t work I must of not typed it properly - all good now
  • Calendar - How to align symbol and text to left

    Unsolved
    1
    2
    0 Votes
    1 Posts
    491 Views
    W
    Hi @all, I’m running my MM for a while (now @ v2.16.0), but since the update, the formating for calender seems to has changed. I run 3 (default) calendars, the upper two with whole width of the column, the third in the left column of two. I did some adjustments in custom.css for format my calendars. I tried to get the same column with for the symbol col and symbol an title left aligned. But there are some spaces, I do not how to resize them. It now looks like this [image: 1629141864807-992ee505-23f6-4f92-9ed6-07991c4ceaeb-image.png] But I would like to get the red areas all same width. For testing I colored the fields and they show up like this [image: 1629142177932-2b4cc327-ede0-418b-98e3-a54a8df14964-image.png] Why are the title fields of the upper two calendars different? These are my custom.css entries for calendars /* Calendar Einträge - Symbol */ .calendar .symbol { font-size: 30px; text-align: left; width: 34px; } /* Calendar Einträge - Text */ .calendar .title { font-size: 36px; text-align: left; line-height: 40px; } /* Calendar Einträge - Zeitpunkt */ .calendar .time { font-size: 36px; line-height: 40px; color: #dddddd; /* white! */ } Some advices? How do I align symbol and title to the left? Is there a way to get this without custom.css? What is the correct way to control the size of the fields and the size of the space between?
  • Calendar - Code to show end time of an event

    5
    1
    0 Votes
    5 Posts
    1k Views
    W
    @ah4x4 I had the same problem which was solved today by @sdetweil. It seems to be a bug, see here how to correct it manually, before it ends in the release: https://github.com/MichMich/MagicMirror/issues/2629#issuecomment-899548844 Second point, if you do not want a countdown but the real dates for future events, set urgency: 0 as additional parameter in calender config. All the parameters are described here https://docs.magicmirror.builders/modules/calendar.html
  • Increasing size on (default) Clock module the right way?

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @joey u must ALWAYS use module and class… this is just a web page… .time means ALL uses across the entire page… (not what you might want) you’ll note that the module content is wrapped in a div with the modulename as a classname… also the cheatsheet on css selectors https://www.w3schools.com/cssref/css_selectors.asp simple knowledge… when there is a class u want to target .classname if there is an element u want to target, NO dot and selectors are ALL occurrances of that combo across the ENTIRE page. sometimes that is very tricky to handle… and one thing I didn’t know when I wrote that other post… if u have the settings in the top right window, you can mark the whole area with the mouse and copy paste that to custom.css , not having to type it all!!. (inside the selector clause)
  • CalendarExt2 won't load with Weather Forecast

    Unsolved
    5
    0 Votes
    5 Posts
    994 Views
    A
    @djboob66 I did that and it doesn’t change anything.
  • MMM-GoogleDocs-Notes & MMM-GooglePhotos Oauth Issue

    Unsolved
    1
    0 Votes
    1 Posts
    263 Views
    S
    I expect I am missing something simple, but since configuring my MagicMirror I am having to re-oauth both the GoogleDocs-Notes and GooglePhotos modules each week. It seems like every seven days MagicMirror stops updating both modules. Once I download the oauth code and “recertify” the tokens, it all works again for a week. Does anyone have an idea what I am doing wrong?
  • Mirror goes to black after adding MMM-CalendarWeek

    Solved
    11
    0 Votes
    11 Posts
    4k Views
    M
    @sdetweil looks like I had https set to True and that was causing an issue in addition to the other installs needed. Thanks for your help!
  • PushBulletNotifications Module issues?

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    A
    @sdetweil Thanks, but of course, I have complicated the issue now. I discovered that I needed to upgrade my MagicMirror. Of course, now that I have done that, it is not displaying at all. I am looking at a previous thread about this in which you helped someone else with that issue and trying to fix this. Thanks again…I could be posting another thread on working through that issue! Ha.
  • OpenWeatherMap showing UTC time (not sunset) instead of CEST

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    JalibuJ
    @oneartur unfortunately no. The module uses rainviewer.com API. The free plan only offers history data. I started to play around with windy.com and had good results on my MacBook for development, but windy’s map rendering is so heavy weight, that it did not really work stable on the raspberry pi. I also find it a pity, that MMM-RAIN-MAP does not provide a forcast. Let me know, if you find a free dataprovider to enhance that.
  • adjust text layout module "birthdaylist"

    Solved
    3
    1
    0 Votes
    3 Posts
    802 Views
    veldjeV
    @sdetweil Thank you for the quick response. I made the changes and it worked.
  • "Require is not defined" Error

    Solved
    3
    0 Votes
    3 Posts
    673 Views
    S
    @wn also, you should not request/fetch IN getDom()… getDom() should ONLY format data already received… so you can start a routine with a timer, or some such, and when it produces data, save the data pointer somewhere, and then call updateDom() which informs MM that new content is available from your module… MM will then call getDom() to get the updated content to display
  • Need to disable updatenotification from MagicMirror

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @fozi send me trouble reports. I can’t fix it if no one tells me it’s broken mention right up front that some modules produce tricky tesults
  • Weather module not updating hourly

    Unsolved
    3
    2
    0 Votes
    3 Posts
    656 Views
    R
    @mumblebaj But like… It was working before? for 2 weeks or so?
  • Weather.gov forecast status in Weather module

    3
    0 Votes
    3 Posts
    2k Views
    ankonaskiff17A
    @sdetweil I added some text and link to API page to better describe and locate the NWS API example. People should be better able to understand how to make that work.
  • MMM-Remote-Control can't hide MMM-CalendarExt2

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    M
    It works with class. classes: { "Hide and show Calendar": { toggle: ["MMM-CalendarExt2"], }, } But there is a third possibility. I use CalendarExt2 only for one calendar in “views: []”. I copied its position under the line “modules = ‘MMM-CalendarExt2’,”. Now it is visible in the “Edit View” of MMM-Remote-Control. :)
  • MMM-GrafanaCharts page not found with Grafana 8.0.6

    Solved
    4
    2
    0 Votes
    4 Posts
    2k Views
    B
    i found the problem, in my case the “panelId” was the problem. I don’t know if the problem only occurs in Version 8 from graval or if an configuration misstake in my grafan evironments. I delete in MMM-GrafanCharts.js files the panelId in the iframe.src URL and now it works
  • Module status

    4
    0 Votes
    4 Posts
    1k Views
    S
    @sdmydbr9 said in Module status: I am not able to get the state command because I couldn’t find any so my set up is incomplete. so, your statement is that the MMM-RemoteControl module does not provide a mechanism to determine if a module (by name) is hidden or not sorry, don’t know about the internals of MMM-RemoteControl