A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Two side by side modules in the same region

    Solved
    13
    0 Votes
    13 Posts
    5k Views
    M
    @sdetweil cool… will experiment :thumbs_up:
  • Editing core modules

    7
    0 Votes
    7 Posts
    1k Views
    C
    @sdetweil I’ll check that out; thank you!
  • MMM-BackgroundSlideshow animation

    animation mmm-backgroundslideshow pictures slide
    1
    0 Votes
    1 Posts
    569 Views
    S
    Hello, I want to display a picture which is bigger than the screen. The height of the pic is bigger than the height of the screen, so I used the backgroundAnimationEnabled Option of the MMM-BackgroundSlideshow module. Now the picture scrolls either from top to bottom, or from bottom to top. But I want that it only scrolls from top to bottom. Is there any option to set that? Here is my config entry of the module: { module: 'MMM-BackgroundSlideshow', position: 'fullscreen_below', config: { imagePaths: ['modules/MMM-BackgroundSlideshow/bt-background/'], slideshowSpeed: 86400, transitionImages: true, randomizeImageOrder: true, transitionSpeed: '0s', backgroundAnimationEnabled: true, backgroundPosition: 'top', backgroundSize: 'cover', animations: ['slide'], backgroundAnimationLoopCount: '1', backgroundAnimationDuration: '5s', }, }, Thanks for any help
  • Error on fresh install

    3
    0 Votes
    3 Posts
    710 Views
    C
    hi @sdetweil, in deed that was the problem, thank you!
  • Need help installing modules

    modules
    3
    0 Votes
    3 Posts
    1k Views
    C
    @mykle1 Thank you. This was very helpful and I think I’m heading in the right direction.
  • Black Screen After MM Update

    4
    0 Votes
    4 Posts
    1k Views
    S
    Reinstalled MM and modules from scratch. Backup was too old and I had changed too much since it was done. Reinstalling was faster.
  • Spotify/MMM

    3
    0 Votes
    3 Posts
    614 Views
    N
    @skuethe That did it! Thank you so much. SOLVED
  • SD Card - no Space

    15
    0 Votes
    15 Posts
    5k Views
    C
    @avolaid said in SD Card - no Space: How did you got the Fronius fork with the MMM-ioBroker? MMM-fronius ist sending the data direktly to the Mirror. MMM-ioBroker sends my ioBroker data to the Mirror and has a adaptor to fronius. So both adaptors are working not together.
  • PIR sensor question

    7
    0 Votes
    7 Posts
    754 Views
    N
    @sdetweil oh. thank you
  • RSS-Parser error?

    2
    0 Votes
    2 Posts
    451 Views
    S
    @paulyp2k6 said in RSS-Parser error?: /MMM-MyWeather we took out a bunch of modules that use code that is recommended to be discontinued some modules used things without documenting them… here is another case to fix in a terminal window cd ~/MagicMirror/modules/MMM-MyWeather npm install rss-parser then restart MagicMirror
  • 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
    696 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
    700 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?