A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MM says my config is wrong.

    Solved
    3
    0 Votes
    3 Posts
    931 Views
    D
    Wow, that was awkward. Thanks man haha
  • MMM-Facial-Recognition

    Unsolved
    31
    0 Votes
    31 Posts
    15k Views
    B
    I’m back. Where did we leave off?
  • I have these two files config.js and MMM-GooglePhotos.js

    Unsolved
    3
    0 Votes
    3 Posts
    860 Views
    K
    @sdetweil I will stop messing with it then. Thanks for the info.
  • MMM-Face-Reco-DNN doesn't work

    Solved mmm-face-reco-dnn config.js opencv
    16
    0 Votes
    16 Posts
    5k Views
    A
    Everything works. I’m just stupid as hell and didn’t add the classes to the other modules.
  • Help with MMM-Scraper

    Unsolved
    1
    0 Votes
    1 Posts
    443 Views
    S
    Hello everyone, thank you for all your supports that are given us on this nice forum, am totally new to programming and to MagicMirror, i have now installed my first MagicMirror, but i would like to ask if i can get some help, i have installed the MMM-Scraper to fetch some prayer time to my magic mirror, and since am totally new to JS and to programming, i don’t know how to modify the JS file to fits my need, what i need to do is to get the table from the right side of this page and to show it on a nice way, i have managed to make Scraper work but it gives me 1 column of data, i need to have it as a table that has the left column on top and the corrosponding time under and then i would like to add some other features like some calculation and highlight the next prayer time, i know there is a lof of modules but this site is the only site that has the correct data for our area, and am designing the mirror for my old parents to make their life a bit easier, the site that am trying to fetch the data from is: https://www.muslimpro.com/en/find?country_code=SE&country_name=Sverige&city_name=Helsingborg&coordinates=56.0464674,12.694512099999997 many thanks all for your help and support All the best!
  • Need to view tail -f of an application

    Moved
    1
    0 Votes
    1 Posts
    305 Views
    I
    hi dears, is there any way to view tail -f of a log file , like MMM-Console
  • WARNings while installing barnabycolby/MMM-Carousel

    Unsolved
    1
    0 Votes
    1 Posts
    406 Views
    B
    All, I get warnings while installing the MMM-Carousel by barnabycolby. npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm notice created a lockfile as package-lock.json. You should commit this file. added 420 packages from 310 contributors and audited 1130 packages in 1381.521s found 59 vulnerabilities (21 low, 11 moderate, 26 high, 1 critical) run `npm audit fix` to fix them, or `npm audit` for details My question here, is it best to run npm audit fix or hold this any dangers in it? Many thanks :smiling_face:
  • Missing Club Logos in MMM-Soccer

    Moved
    14
    0 Votes
    14 Posts
    5k Views
    S
    @ambujsethi i think we have the resolution… edit the module njk file and fix the paths to the images from /MMM-Soccer to /modules/MMM-Soccer/public
  • Mirror keeps going back to startup screen

    Unsolved
    2
    0 Votes
    2 Posts
    490 Views
    S
    @bitterfitter dump the pm2 log pm2 logs --lines=100
  • MMM-Fuel error ECONNREFUSED

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    S
    @db1mso said in MMM-Fuel error ECONNREFUSED: The option UpdateInterval is optional. understood… but if shorter causes an error, then the module should enforce the minimum
  • need help on weatherforecast module

    Unsolved
    7
    1
    0 Votes
    7 Posts
    2k Views
    B
    @strawberry-3-141 you are right, it’s the default module. Already gave this information in chat above. I didn’t found this information by myself :unamused_face: @strawberry-3-141 said in need help on weatherforecast module: https://github.com/MichMich/MagicMirror/issues/1772. So many thanks for this hint. Just testing this workaround, but it cleans up the whole header. Okay, okay, I know where I live…
  • Transfer to Desktop version

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    S
    @Reese0411 sure… its just copy the MagicMirror folder from the sd card to the local disk… mount the sd card as a local folder, then copy… see the cp coomand you will have to do another npm install as the processor architecture changed. after copy, cd MagicMirror (wherever you copied the files), and then erase the node_modules folder. then do npm install again you could also keep the files on the pi, and just use ssh connection to the pi and edit the files remotely save and restart MM… thats how I do all my development, using windows as my desktop.
  • MMM-google-route Example ?

    Moved Solved
    14
    0 Votes
    14 Posts
    8k Views
    S
    @FruityBebbles ah, now i have it… yes they have nothing to do with direction to/from
  • Need help for last two problems.

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    T
    I figured out how to change the position of my center_middle. I went to the main.css file and changed the following lines. The -50% I changed to -62%. This number was selected by trial and error. Now my middle section is spaced exactly the same on the top and bottom. .region.middle.center { width: 100%; text-align: center; -moz-transform: translateY(-62%); -o-transform: translateY(-62%); -webkit-transform: translateY(-62%); -ms-transform: translateY(-62%); transform: translateY(-62%); } .region.middle.center { top: 62%; }
  • Second RTSP Stream is blank

    Moved
    2
    0 Votes
    2 Posts
    992 Views
    BKeyportB
    Upon testing, I don’t see that error. I don’t have two cameras, so the first stream is the test stream. I’ve moved my mirror to a Pi4… Here’s my config: { module: "MMM-RTSPStream", position: "top_center", config: { autoStart: true, rotateStreams: false, moduleWidth: 640, moduleHeight: 360, localPlayer: 'omxplayer', remotePlayer: 'ffmpeg', showSnapWhenPaused: false, remoteSnaps: false, omxRestart: 2, stream1: { name: 'big buck', url: 'https://www.radiantmediaplayer.com/media/bbb-360p.mp4', ffmpegPort: 10001, shutdownDelay: 0, }, stream2: { name: 'Front Camera', url: 'rtsp://username:password@FrontCam/h264Preview_01_sub', protocal: "ucp", width: 640, height: 360, ffmpegPort: 10002, shutdownDelay: 0, }, } },
  • SlotTitle Date formatting with CalendarExt2

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    C
    @Sean No argument there. I’m not familiar with this style of coding, but I am trying to learn.
  • Exclude certain events from Calendar

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    brobergB
    @theaddies { module: "calendar", header: "Work", position: "top_left", config: { maximumEntries: '5', excludedEvents: [ {filterBy: 'Workout', caseSensitive: false} ], calendars: [ url: 'https:www.mywebsite.com', symbol: 'briefcase', auth: { user: 'xxxx', pass: 'xxxxxxx', method: 'basic' } ] } }
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    7 Views
  • hola ayuda con este modulo, yo tengo un error del token

    Moved Unsolved
    2
    0 Votes
    2 Posts
    622 Views
    R
    Hola!, que error te da especificamente? Saludos!
  • Calendar_Monthly - cuts off double digit days

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    BKeyportB
    If you still have this issue, or for anyone else having this issue - here’s how I fixed it, in the module’s own custom CSS: .square-box { position: relative; width: 80%; overflow: hidden; margin: 0px auto; }