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

    Unsolved
    3
    0 Votes
    3 Posts
    495 Views
    J
    Arduino’s serial window was open, so this created an error. In conclusion, it was an error that was resolved by uploading the .ino file in the Arduino folder. I hope this documentation will help others.
  • MMM-compliment showing evening compliment anytime

    Solved
    24
    0 Votes
    24 Posts
    7k Views
    S
    @sdetweil good :) Ok so thank you for your help. Maybe it need to be more explicit on documentation. And they are confusion between compliments and MMM-compliments I will now close this case. Have a good day
  • Cannot restart my mirror for months

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    S
    @richardh151 my update script fixes the black screen problems too
  • Trying to rotate screen now blank orange screen

    Solved
    5
    0 Votes
    5 Posts
    933 Views
    B
    @sdetweil Using parragon Linux software on PC ,Pi SD card plugged in deleted the rotate right file which I had created as per the magic mirror documentation. Now mirror back to normal and working. Will investigate why the rotate command on the desktop does not work .
  • Weather vs Weather forecast font

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @louise look up the tree to the module content element [image: 1638681265884-screenshot-at-2021-12-04-23-13-18.png] module_12_MMM… here is the identifier for this module and oh, because its id= you need # instead of . in the custom.css (selector cheat sheet)… the thing before the { in a css class is the ‘selector’
  • MMM-MQTT shows no data

    Unsolved
    2
    0 Votes
    2 Posts
    580 Views
    cowboysdudeC
    @richard238 No you haven’t missed anything. I have NEVER gotten it to work ever… and I tried for weeks.
  • Weather for the next 5 days

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    S
    @earnestrichards openweathermap says their forecast is updated every 3 hours, so at 9pm they would be forecasting for tomorrow… current weather is different than forecast
  • Newsfeeder is going way to fast when showing news

    Unsolved
    27
    1 Votes
    27 Posts
    11k Views
    S
    @icemanmw see this https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code
  • MMM-NewsFeedTicker

    Solved
    2
    0 Votes
    2 Posts
    552 Views
    S
    @vince see https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later
  • Clock format

    Unsolved
    41
    0 Votes
    41 Posts
    23k Views
    L
    @sdetweil restarted, still 24 clock
  • Overlapping MMM-RAIN-MAP

    Unsolved
    8
    1
    0 Votes
    8 Posts
    2k Views
    JalibuJ
    @codac please check my comments on GitHub. I can’t reproduce that
  • MMM tools less information

    Solved
    4
    0 Votes
    4 Posts
    909 Views
    mumblebajM
    @joefranz Don’t forget to mark as Solved once you are happy with the answer
  • Enabling MM-QR Code to read the output of MM-Remote Control

    9
    0 Votes
    9 Posts
    2k Views
    S
    @integria92 the qrcode takes some text and makes it available to the scanner it can be anything IF the text is a url, the client app offers to open it so, you config the module with a dummy url https://github.com/evghenix/MMM-QRCode and the the script additions change it to the machine IP address at the time mm starts. which the op’s daughter in college would not generally know. if the machine was powered off for a day/week, it’s ip address would likely change, and so a hard coded ip address would be bad. this code handles any dhcp address change and then the qrcode launches remote controls expected remember, until mm starts, the config.js is a useless text file
  • MMM-ImageSlideshow not all images are loaded

    Unsolved
    1
    0 Votes
    1 Posts
    279 Views
    B
    Good Day all :) , Does anyone having issues with the MMM-ImageSlideshow showing images from NW drive. I have MM setup on a Raspberry PI3 and the following MMM-ImageSlideshow module configuration. { module: 'MMM-ImageSlideshow', position: 'bottom_center', config: { delayUntilRestart: 6000, randomizeImageOrder: true, imagePaths: ['modules/MMM-ImageSlideshow/exampleImages/shared_media'], treatAllPathsAsOne: true, fixedImageWidth: 600, fixedImageHeight: 800, slideshowSpeed: 60000 } }, The issue that I have is that the Module does not load all images within this shared_media folder. When I check the Browser Console the error is 404 and it is not finding the image even though it is there. I can also see that it is adding an ‘_’ infront of some images hence not finding them in the folder and not sure how this can be fixed. Console error: GET http://192.168.1.98:8080/modules/MMM-ImageSlideshow/exampleImages/shared_media/.__f1726418696.jpg Status 404 Not Found VersionHTTP/1.1 Transferred701 B (211 B size) Referrer Policyno-referrerg Thank you in advance,
  • Moonrise not working on Clock.

    Unsolved
    2
    1
    0 Votes
    2 Posts
    514 Views
    I
    @interman Never mind. Figured it out.
  • MMM-mqtt strange....

    Unsolved
    1
    0 Votes
    1 Posts
    371 Views
    cowboysdudeC
    I have put the config into place and it is still trying to login via ‘mqtts:’… that’s not the url I entered in the config. So I’m trying to figure out why it’s doing this. *** MQTT JS ERROR ***: Error: read ECONNRESET Suggestions? OK so nevermind for some strange reason it’s now connecting… interesting LOL
  • PIR-Sensor - not detecting 2nd "motion" - MM stays dark

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    K
    @fozi So I reinstalled the whole module and tried to get it back to work. I swapped to the GPIO_4 but unfortunately the Sensor is now not responding at all :/ Plugin it back to GPIO_17 it instantly works . HOWEVER - the config is still on 4 but it is accepting the pin 17… So there is something wrong but i am inclinded to “leave it as be” … it kinda works as i want, alltough i cant “control” it as intended by the module
  • MMM-remote-control Restart MM not possible

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    O
    @sdetweil Thanks a lot. Found it now. Its ‘pm2ProcessName’.
  • MMM-OpenWeatherForecast Language

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @bjoern @HugoBc this module uses the base language config option (which is lower case) this language option is outside the modules list, up in the section with address: but, IF you want to change it for just this module, you would include language:“??”, in the modules config section { module: position: config:{ language:"??", ... other config options } }
  • Make two modules overlap.

    Unsolved
    8
    1
    0 Votes
    8 Posts
    1k Views
    S
    @jamaces set position for images to fullscreen_below. that should put it behind everthing