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

    Solved
    7
    0 Votes
    7 Posts
    899 Views
    G
    @mumblebaj Thank you so much for your efforts! For whatever reason, if those sections are commented out and pages is enabled, the map fails to load on my rpi (it would load if I disabled pages). I reinstalled both pages and BirdNET, disabled all other modules, removed custom.css, etc., but it wouldn’t work. I’ve given up trying to resolve this because I was able to make MMM-Carousel work for my purposes. For anyone wondering, my struggle with Carousel was configuring multiple instances of the default weather app—an “ignored” current weather instance to always remain on the screen and a forecast weather instance to appear on another page. I couldn’t make it work using the carouselId method. Instead, I duplicated the default weather module. With that done, I was easily able to ignore “weather” and put “weather2” on another page. BirdNET works perfectly and I’m all set. Thanks again for your time!
  • MMM-MyCalendar install problem

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    bugsounetB
    @Freddy_boy said in MMM-MyCalendar install problem: [2024-05-03 16:05:14.891] [LOG] [MMM-Pir] [LIB] [SCREEN] See you soon ! [2024-05-03 16:05:14.893] [LOG] [MMM-Pir] [LIB] [SCREEN] @bugsounet Really… I have to delete this… In all case, I’m happy that’s resolved.
  • CalendarExt3Journal CSS modification

    Solved
    6
    0 Votes
    6 Posts
    923 Views
    ?
    @MMRIZE Awesome. I’ll update and tinker around. Thanks again.
  • MMM-GooglePhotos Stuck on Loading

    Unsolved
    2
    0 Votes
    2 Posts
    310 Views
    S
    @schwarem can you look at the messages from npm start?
  • Need Help

    Unsolved
    3
    1
    0 Votes
    3 Posts
    269 Views
    bugsounetB
    @sdetweil: [Error: failed to read sensor] is related to MMM-DHT-Sensor
  • MMM-Navigate, Issues with KY-040 rotary encoder

    Unsolved
    15
    0 Votes
    15 Posts
    2k Views
    S
    @stinkycol the gpio notifications module does the gpio connection differently
  • EveryNews: need ID's for Dutch news

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    mumblebajM
    @Peter Sorry about that Peter. If there is nothing further please remember to mark as resolved. There is another option. You can use my module, MMM-NewsAPI which has a language option. It will bring up news from multiple source with the language of nl. Just follow the instructions on the Github page. [image: 1714066750076-817bc357-c4cf-47cc-8ce7-c49777a0dd20-image.png] You can use your existing NewsAPI apiKey. You can use the following configuration. { module: "MMM-NewsAPI", //header: "news", position: "bottom_center", disabled: false, config: { apiKey: "your-api-key-goes-here", choice: "headlines", pageSize: 20, sortBy: "publishedAt", drawInterval: 1000*30, templateFile: "template.html", fetchInterval: 1000*60*60, query: { country: "", category: "", q: "", qInTitle: "", sources: "", domains: "", excludeDomains: "", language: "nl" } } }
  • MMM-CalendarExt3Journal not displaying

    Solved
    15
    0 Votes
    15 Posts
    4k Views
    ?
    @MMRIZE Syntax strikes again. I had the variable as hourlength vice hourLength. Also, I had CX3J and the newsfeed module both along the bottom bar. I moved CX3J up to the lower third and all is displaying right. Now I just want to do some tweaks to the css file for formatting. Thanks again for all your help and the great modules.
  • unexpected token error

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    KristjanESPERANTOK
    My Pull Request has been merged :-) Users have to update the module, then the problem should be solved.
  • Incorrect full day events after refreshes in MMM-CalendarEXT3 view

    Unsolved
    3
    4
    0 Votes
    3 Posts
    444 Views
    B
    @MMRIZE R I made the change and this morning I noticed I had the 3 day event’s again. I have not seen the 1 day shifted or 2 day events as of yet. I’ll play around with the payload and see if I can fix it. Thanks
  • MMM-NewsFeedTicker.

    Unsolved
    21
    0 Votes
    21 Posts
    7k Views
    S
    @KiaSohc loading is the default message while waiting for data so we need to look at the output of npm start if you use pm2 to launch MagicMirror then you need to do pm2 logs --lines=50
  • MMM-MktIndex is not working

    Solved
    4
    0 Votes
    4 Posts
    552 Views
    M
    The author of MMM-MktIndex has updated a file that will get the module working again. Go to this thread: https://github.com/thess/MMM-MktIndex/issues/2
  • Google assistant

    Unsolved
    2
    1
    0 Votes
    2 Posts
    719 Views
    S
    @ahmed245275111 I recommend opening a topic on the authors own forums. as he prefers support there
  • New update, new fail

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    S
    @luisestrada also, don’t use sudo.
  • August-Lock Module Stuck on Loading

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    J
    @sdetweil, I did and everything authorized successfully. I will open an issue with the developer as suggested above. I appreciate the responses and help!
  • i upgraded npm and node now mirror not auto starting

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @arora1mayank after upgrade of node and npm did you rerun npm run install-mm
  • MM failed after updating

    Solved
    16
    0 Votes
    16 Posts
    4k Views
    S
    @chrisfr1976 weird, thanks for the update
  • Weather Module

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    S
    @jpcalka click the 3 dots to the right of the post that solves the problem, and select mark this…
  • Default Weather Module Icon Position

    Solved
    38
    1
    0 Votes
    38 Posts
    16k Views
    G
    @sdetweil lol noted
  • New icons not showing up - default MM-Weather modules

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    G
    I have a joke: After HOURS of reading, research and testing, I FINALLY got the weather icons to change, THEN I spent hours trying to find out why I am missing an icon [image: 1711733345019-missingicon.gif] the cloud icon is white. the background is white. so it’s “invisible” I changed the size of the icon in the developer window and saw six icons and fixed my problem. I bring this up to share a lesson, spend a little more time trying to figure it out.