A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-DBF suddenly does not work

    Unsolved
    12
    0 Votes
    12 Posts
    5k Views
    V
    Now the module works fine but since the last update on yesterday there is a Message on my MM that there is an update for your module available. I did git pull npm install --omit=dev in the module-folder from your module but the update-message is still shown in the MM
  • MMM-Logging is not maintained?

    Unsolved
    4
    0 Votes
    4 Posts
    799 Views
    S
    @MMRIZE ‘maintaining’ is a very vague term… I used it and updated it… that is all… I tell people when they ask about the logs… I did not update the 3rd party list so if u have better idea, go for it…
  • config.js for MMM-WeatherChart

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    S
    @johndeluxe pm2 flush will empty the log then reboot the log will be just for that first start… let’s see what’s in there pm2 logs --lines=50
  • MM Windows 10 Install

    Solved
    11
    1
    0 Votes
    11 Posts
    2k Views
    C
    @sdetweil Spot on, managed to work through all of the bugs (with a great thanks to you Sir) and have a working/functioning MagicMirror running on Win 10…SOLVED!!!
  • MMM-Todoist fontsize

    Solved
    5
    1
    0 Votes
    5 Posts
    1k Views
    K
    @sdetweil said in MMM-Todoist fontsize: @kasperinline if you are lucky you won’t have to do this more than 100 times! lol That dosent matter as long as I know, their might be a solution :grinning_squinting_face:
  • MMM-Reddit "No valid posts to display"

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    K
    @sdetweil Thanks :-) I didn’t realize the link had changed. All working now! Thanks, @mumblebaj for the fix!
  • MMM-MQTT - JSON Syntax

    Solved
    3
    2
    0 Votes
    3 Posts
    610 Views
    H
    @mumblebaj Thanks so much for the response. That syntax/config was the latest version ( of sooo many ) I tried where I just couldn’t get it to work I have since taken another route. I’m running Home Assistant and MQTT Docker containers on a Synology NAS. Home Assistant displays the info I need via a simple custom dashboard. I then use an iFrame on the Magic Mirror to display said data. Works a treat
  • Testing my module, it is stuck loading

    Solved
    31
    0 Votes
    31 Posts
    8k Views
    S
    @l0zarus woohoo… thx for the feedback
  • MMM-Trello - No checklist

    Solved
    5
    0 Votes
    5 Posts
    697 Views
    K
    Thank you for your time and answer The list works today, and I dont know why :confused_face: The only thing I did, was to turn on the Raspberry
  • MMM-CalendarExt3 Formatting questions

    Solved
    14
    0 Votes
    14 Posts
    3k Views
    M
    @Studio472 said in MMM-CalendarExt3 Formatting questions: @MMRIZE This did not work for me. However, I was able to find the code in the css file and comment out the style that inserted the icon/symbol. I don’t have a ‘custom.css’ file. Are you referring to the “MMM-CalendarExt3.css” file? By default, when you install MM first, the custom.css doesn’t exist. You have to copy or create one. There is custom.css.sample in css directory. Copy or Rename it. The Installer script of @sdetweil will do that automatically.
  • MMM-GoogleTrafficTimes - more than 3 destinations

    Solved
    1
    0 Votes
    1 Posts
    167 Views
    A
    Hi all, I use the “MMM-GoogleTrafficTimes” module. Now I want to add more destinations. But the system still display the first 3 destinations. Maybe anyone have “workaround” or a tipp? Thanks BR Andy
  • Microsoft Outlook Calendar Integration

    Unsolved
    2
    0 Votes
    2 Posts
    763 Views
    S
    @iamgroot maybe these instructions oops didn’t paste the link , sorry https://support.pushpay.com/s/article/How-do-I-get-an-iCal-link-from-Office-365
  • MMM-OpenWeatherMapForecast loading issue?

    Unsolved
    19
    0 Votes
    19 Posts
    4k Views
    S
    @videogame95 watch out, there are limited number of requests per day. once you hit it, nothing…
  • MMM-WeatherOrNot - Internal Server Error

    Solved
    2
    1
    0 Votes
    2 Posts
    318 Views
    D
    @dubalda Seems to be ok now! False alarm! [image: 1682452415131-b973b456-9c4c-48be-9337-d1219e00c532-image.png]
  • Calendar and Weather modules (core/default) issues/questions

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    S
    @ChampaignCowboy some providers only give 5 days for free… (used to be everyone gave out free data) calendar ONLY shows start, unless showEnd: true is set module background is usually transparent. well… you can set something in css/custom.css .module-content { background-color: gray; } but… the module space has a border, AND modules can set their own backgrounds, SO, its not a simple change… yes, unless there is a bug, then open an issue in the MM github repo
  • Default weather module broadcasting doesn't respect `units`.

    Unsolved
    2
    0 Votes
    2 Posts
    581 Views
    karsten13K
    The broadcasting events of the default weather module seem not to respect units (tempUnits). I’m not aware that someone reported this Is it designed intentionally or just missing features? probably missing feature or meanwhile broken (the weather module was refactored several times) I think the best is to open an issue on github, thanks.
  • Problems with MMM-DWD-Pollen regions

    Unsolved
    2
    0 Votes
    2 Posts
    346 Views
    C
    Yes, I had the problem too. Two mistakes I made: the default value for the pollen might not be a default - so better include the line in your config Did it for you already: I went to https://opendata.dwd.de/climate_environment/health/alerts/s31fg.json and checked if your part region exists. It does, so this is fine. Also one mistake many people make is not to fully install: cd ~/MagicMirror/modules # adapt directory if you are using a different one git clone https://github.com/carstendirks/MMM-DWD-Pollen.git cd MMM-DWD-Pollen npm install # this can take a while The important part is the npm install which installs dependencies! For support always post your config. Here is mine - you can try my config to see if the problem is caused by a wrong config: module: "MMM-DWD-Pollen", position: "top_right", header: "Pollenwarnung", classes: 'scheduler', config: { // I use a schedule to only display it from spring to autumn! // module_schedule: {from: '00 8 1 3 *', to: '00 8 15 10 *' }, updateInterval: 5 * 60 * 60 * 1000, // every 5 hours DWD_region: 41, // Rhein-Westfälisches Tiefland icon: true, // Show icons or not pollenList: "Hasel,Erle,Esche,Birke,Graeser,Roggen,Beifuss,Ambrosia", // Which Pollen to display? showNullValue: false, //Show value or symbol if value is 0 } }, You might want to set showNullValue to true and also check in the json-Link if there are readings available (which currently there are)
  • module for tides

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    bheplerB
    @RIKKO14 Do you know of a tides API that is free? Let’s start there.
  • MMM-AlexaControl use

    Unsolved
    2
    0 Votes
    2 Posts
    470 Views
    bheplerB
    @Seregeth If I’m reading the documentation correctly, it works like this: You say: [wake word] [mirror name] [command] The module will then broadcast [notification]. So when you say “Alexa mirror off”, it’s telling the device “mirror” to use the notification named “off” (which is installed by default with the module). In order to get the behavior you describe, you’ll need to do an extra step that I’m not sure is in the documentation. But it’s not all that hard. You have the module installed and working already, so we’ll take that as a given. Work from the result back to the command. Start with the weather module and making it appear & disappear. Probably using MMM-pages but I’m sure there are other ways. With MMM-pages, you can configure it so that the notification SHOW_HIDDEN_PAGE with a package of “weather” will display the page with your weather module on it. Once you can successfully hide & display the weather module, move to the MMM-AlexaControl module. Now you configure AlexaControl to send the SHOW_HIDDEN_PAGE notification. Something like this: notifications: [ { name: 'show page 1', port: 11100, OnOff: false, notification: ['SHOW_HIDDEN_PAGE', 'weather'] } ] This configures your module to respond to an Alexa command of “show page 1” by sending the notification SHOW_HIDDEN_PAGE. Now you move to your phone and the Alexa app. You need to create a “routine” for your Alexa that responds to exactly the phrase that you want. The app interface is pretty intuitive so you shouldn’t have a problem. It basically reads as “When you say…” then “Alexa will…”. You want to configure it to match the phrase and give the command of “mirror show page 1”. Which will match the name of your Magic Mirror device followed by the command that you set up to send the notification. That should do it, more or less. If not, it should get you close enough that troubleshooting will close any gap.
  • Standard module Calendar hangs on events

    Unsolved
    30
    3
    0 Votes
    30 Posts
    9k Views
    L
    @sdetweil After tomorrow I will try to repeat briefly…))