A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Need to view tail -f of an application

    Moved
    1
    0 Votes
    1 Posts
    335 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
    450 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
    6k 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
    548 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
    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
    9k 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
    1k 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
    B
    @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
    856 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; }
  • MMM-PIR doesn´t turn off monitor since update MM 2.7

    Unsolved
    25
    0 Votes
    25 Posts
    13k Views
    F
    @sdetweil sorry for the confusion. I see how I wasn’t making much sense… I am so out of my realm when dealing with all of this computery stuff, despite being tech-savvy but I was having an issue with my PIR sensor not turning putting everything to sleep. The module would simply put my Pi to sleep, but I would still have a “No signal” message show up on the screen (indicating no HDMI)… Idk what I did, exactly but after combing through different queries and reading other’s questions on the subject, it seems to be working, now. My PIR sensor does put everything to sleep and works like a charm. You guys on the forum are so much nicer than 99.9% of the internet =)
  • Default calendar

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    S
    @aquaman sure, come over to discord chat, i am sam #5710, if can’t do discord, then email … same userid as here but on gmail yeh, or direct chat here… sorry, missed that
  • Error : cannot find module "rrule"

    Solved
    13
    0 Votes
    13 Posts
    4k Views
    S
    @JohnB7777 cool… can u mark this solved now… 3 dots next to the message that u think resolves it
  • Reinstall a default module

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @JohnB7777 I posted the wrong instructions. i fixed it before replying… so, try again
  • MMM-EasyBack no autostart Video

    Moved Solved
    35
    0 Votes
    35 Posts
    19k Views
    Mykle1M
    @Darkmx-6 said in MMM-EasyBack no autostart Video: In the readme you should really give the thanks to @sdetweil Ahh, him again? :-) Done!