A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-Xiaomi error after change to new gateway

    2
    0 Votes
    2 Posts
    448 Views
    T
    No one who can help me?
  • Black screen after 15minutes

    6
    0 Votes
    6 Posts
    694 Views
    Ris119R
    @sdetweil great thanks for the tip! Looks like it’s all working well :D
  • MMM-DynamicWeather

    problems running mm
    13
    0 Votes
    13 Posts
    5k Views
    S
    @sceetch Well that’s what the zIndex option is supposed to, but I don’t believe it works. As an alternative, you can change the opacity to something lower and be able to see through the animations. Unfortunately I believe I would need to spend a lot more time re-writing the animations to get the zIndex thing to work. I might try to look into that later, or maybe someone from the community can take a try. There is an active issue for that: https://github.com/scottcl88/MMM-DynamicWeather/issues/36
  • Location and temp problems with Weather

    2
    0 Votes
    2 Posts
    440 Views
    TipponT
    In case anyone sees this in the future, I’ve solved it for me setup at least. I found that using locationID along with lat & long and location caused the problem. Changing to just locationID fixed it for me. weatherProvider: "openweathermap", roundTemp: false, type: "forecast", // current, forecast, daily (equivalent to forecast), hourly (only with OpenWeatherMap /onecall endpoint) locationID: 2657835, { module: "weather", position: "top_right", config: { type: 'current' } }, { module: "weather", position: "top_right", config: { type: 'forecast' } }, Changing the second weather module to forecast instead of hourly was needed in config.js too.
  • Post upgrade issue with MMM-CalvinAndHobbes

    upgrade
    4
    0 Votes
    4 Posts
    698 Views
    cowboysdudeC
    @tholbear I tried it that night and it was NOT loading the data for that one day for some reason.
  • Weather not working since MM update

    7
    0 Votes
    7 Posts
    2k Views
    TipponT
    @tippon said in Weather not working since MM update: I realised today that I’m having a problem with MMM-fitbit2 too. I fixed the issue in my other thread here yesterday: https://forum.magicmirror.builders/topic/14879/mmm-fitbit2-pythonshell-is-not-a-constructor?_=1617917654075 but updated Magic Mirror shortly after, so I’m not sure if the problem existed before the update or not. The module loads and seems to work, but I’m only getting values returned for the calories I’ve burned and my weight. My food eaten isn’t updating, even though it’s showing in my Fitbit dashboard. I know this probably isn’t related, but as both issues appeared at the same time I thought it was worth a mention just in case. I’m really sorry, I’ve just found out that the reason that my food eaten wasn’t being updated is that my calorie goal had been deleted from my Fitbit dashboard. I use other apps that fill the same goal in, so I hadn’t noticed. I’m still getting the weather issue though.
  • MMM-Scoreboard, screen all black

    11
    0 Votes
    11 Posts
    4k Views
    BKeyportB
    @lavolp3 FYI, it helps to code quote it. (```)
  • Error on Start (fresh install) - Electron Illegal Access

    11
    0 Votes
    11 Posts
    2k Views
    S
    @frosty_snow cool…
  • News feed cannot hide description

    6
    0 Votes
    6 Posts
    1k Views
    karsten13K
    showDescription is the way you should enable/disable this, but it seems there is a bug in the current version of mm, see https://github.com/MichMich/MagicMirror/issues/2517
  • MagicMirror² v2.15.0 is available don't work.

    44
    0 Votes
    44 Posts
    17k Views
    C
    @chrizzz said in MagicMirror² v2.15.0 is available don't work.: I do have some strange things after the update. At first, the new weather module is just “loading” without displaying content. Even after 30+ minutes. Is there something wrong with the config? I saw that there is a minor issue with the data request which will cause it to load for ~10min (or to reduce the update interval). { module: "weather", position: "top_right", classes: "always", config: { // See 'Configuration options' for more information. type: "current", locationID: "YYY", appid: "XXX" } }, I checked this again with switching back to the old module and the old module works. The forcasting takes 10min (as expected) but the module itself works. I thought this might be something with the connection to the API. Any ideas?
  • MagicMirror does not start anymore

    Unsolved
    4
    0 Votes
    4 Posts
    3k Views
    S
    @sdetweil This worked for me after my MagicMirror refused to start. Thanks!
  • pm2 log gets to big (mm-out.log)

    3
    0 Votes
    3 Posts
    843 Views
    A
    @sdetweil thanks for the suggestion, I’ve putted the line in my config and for now every thing looks fine
  • MMM-ModuleScheduler Loading Wrong Date

    mmm-modulescheduler
    4
    0 Votes
    4 Posts
    736 Views
    I
    @snille - you’re spot on. MMM-ModuleScheduler uses the cron module. The ranges for cron values can be found in the npm module documentation. I’ve added an issue in the GitHub repository to update the documentation for the module.
  • Modules overlaping

    3
    0 Votes
    3 Posts
    454 Views
    S
    @sdetweil Working!
  • Black screen after update - reason layer 8!

    7
    0 Votes
    7 Posts
    1k Views
    K
    @sdetweil ok, I understand. Then I have to update it manualy in future. Thanks again for your help.
  • MMM-Cryptocurrency

    9
    0 Votes
    9 Posts
    2k Views
    TipponT
    @sdetweil parseInt and parseFloat sound vaguely familiar. I was teaching myself Python last year, but had to stop when the schools closed and my daughter was home all day. Now that the schools are back, I’m hoping to start again. After trying out MagicMirror, I might learn Javascript first though. I find it a lot easier if I’ve got a real world project to learn about, and MM is more interesting too :) Thanks again for your help :)
  • Calendar not loading after update

    8
    0 Votes
    8 Posts
    3k Views
    L
    @sdetweil It works now! And it seems to be due to debugging being turned off. Thank you so much for your help!
  • NYC-Transit MMM Issues

    9
    0 Votes
    9 Posts
    635 Views
    N
    @sdetweil Thank you
  • Header missing for Current weather (MMM_OpenMapWeather)

    10
    0 Votes
    10 Posts
    2k Views
    N
    @eltonnascimento Hi. Apologize for the late response. Not sure I would call this a fix. I reverted back to the default Current Weather module and avoided the Openmapweather module all together. For the life of me I couldn’t figure a way to show a header with the Openmapweather. However, the default Current weather worked. Hope this helps
  • Black out with cursor

    7
    0 Votes
    7 Posts
    1k Views
    D
    @sdetweil just checked. Yes its disabled. :-(