A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Calendar was working now shows "no upcoming..."

    3
    0 Votes
    3 Posts
    418 Views
    A
    @sdetweil I was pulling it from our school’s website. It is a public .ical calendar.
  • Error: MagicMirror will not quite

    2
    0 Votes
    2 Posts
    516 Views
    S
    @e199504 did u say yes to pm2? then pm2 is already running mm. do pm2 status then pm2 stop all, or 0, or the name shown in the pm2 status command output
  • npm install stuck

    2
    0 Votes
    2 Posts
    646 Views
    Mykle1M
    @e199504 Personally, I would use the install script that was created by, and maintained by, @sdetweil. I do a good amount of installations for one reason or another and it’s my go-to installation tool. If you are interested: https://github.com/sdetweil/MagicMirror_scripts
  • Weather API returns 401 error

    3
    0 Votes
    3 Posts
    675 Views
    O
    @sdetweil yeah My bad I only setup one of the configs not both ahah noobie mistake.
  • Weather Module LocationID Error

    4
    0 Votes
    4 Posts
    680 Views
    S
    @stardyze ok?
  • magicmirror is displayed too big /large

    4
    2
    0 Votes
    4 Posts
    961 Views
    S
    @aboatdev finding the right keystroke is a pain… glad u got it working
  • Hello-Lucy sometimes not working

    6
    0 Votes
    6 Posts
    1k Views
    S
    @varad-wattamwar i posted in your github issue, you determined it was a dialect problem and I gave you options for trying to resolve it just as Mykle mentioned, posting in multiple places does not make an answer appear faster
  • Hello-Lucy installation troubles

    Unsolved
    31
    0 Votes
    31 Posts
    12k Views
    S
    @mykle1 someone else in India having trouble, add the debug:true, option to the Lucy config:{} section in config.js and then while running examing the console where u start MM, either npm start or pm2 (pm2 logs --lines=100) as the voice reco receiver logs what it (thinks it) heard
  • MMM-Carousel broken?

    4
    0 Votes
    4 Posts
    733 Views
    J
    Fixed! Turns out (at least for me) “MMM-YT-SubCount” is broken. I noticed sub counts were not updating on this plugin, only updated on a MM restart. I swapped it out for MMM-YouTubeChannelStats which works perfectly, and Carousel started working normally after that. Hope this helps someone
  • calendar shading

    3
    1
    0 Votes
    3 Posts
    697 Views
    lavolp3L
    @george Sorry George but that’s not the appropriate way to do it. Doing that you will mess things up as soon as you want to update the module. Every css-thing you want to change, you transfer to custom.css and make your changes there. custom.css always overwrites entries in the module css files, so it takes precedence. Also I think the calendar module is meant here and not MMM-MyCalendar. @Sceetch congrats to the vaccination :-). Also, move into the modules/default/calendar folder, look into the calendar.css for any time entries. You will find: .calendar .time { padding-left: 30px; text-align: right; vertical-align: top; } Now edit custom.css and add .calendar .time { } Every entry you make here adds to the above from calendar.css. Try to play with this, e.g. by putting in font-wight: bold
  • PIR Sensor issues_Unknown

    2
    0 Votes
    2 Posts
    437 Views
    S
    @nneuland u need to find out if your monitor will accept cec commands to turn off it’s power, instead of turning off the hdmi port. search google for cec-client none of mine support cec commands. if you use an ssh connection to the pi from your other machine you can turn the hdmi port back on without rebooting
  • How to interact with the news module?

    8
    0 Votes
    8 Posts
    3k Views
    clhe0423C
    Does the interaction with the news module only work for this MMM-Gesture module? As I read through the description, yes I am looking for a module that would allow me to interact with the news module, meaning if I press the “read more” button it would bring me to another page or use the Iframe to show the news. I have an IR screen so I can touch the screen using that frame, but the hardware required in this Gesture module requires different sensors?
  • absolute date in calendar module

    19
    0 Votes
    19 Posts
    15k Views
    uros76U
    @pablo_z said in absolute date in calendar module: @qqqqqqqq You must use: timeFormat: ‘absolute’, getRelative: 0, urgency: 0, in the config.js I wanted the same, to have just dates of events shown. This helped me, thanks.
  • Can't edit compliments.js

    12
    0 Votes
    12 Posts
    3k Views
    M
    @sdetweil said in Can't edit compliments.js: @mayfield ah mmos… then u have to run the command inside the docker container where mm is installed OK cheers I’ll do some reading and thanks everyone for the help much appreciated
  • 0 Votes
    5 Posts
    883 Views
    C
    @sdetweil motion mounted and feeding the modules of Magic Mirror through the stream direction that motion creates, and they are working pretty well. There is a little more consumption in the resources, but in the absence of testing it more I would say that the problem is solved.
  • Calendar module debugging

    1
    0 Votes
    1 Posts
    319 Views
    L
    I’m trying to debug an issue with my Outlook.com calendar. I’m using MagicMirror 2.15.0. I tried to run: ~/MagicMirror/modules/default/calendar $ node debug.js but it failed with the following error: internal/modules/cjs/loader.js:883 throw err; ^ Error: Cannot find module 'logger' Require stack: - /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js - /home/pi/MagicMirror/modules/default/calendar/debug.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15) at Function.Module._load (internal/modules/cjs/loader.js:725:27) at Module.require (internal/modules/cjs/loader.js:952:19) at require (internal/modules/cjs/helpers.js:88:18) at Object.<anonymous> (/home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:8:13) at Module._compile (internal/modules/cjs/loader.js:1063:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10) at Module.load (internal/modules/cjs/loader.js:928:32) at Function.Module._load (internal/modules/cjs/loader.js:769:14) at Module.require (internal/modules/cjs/loader.js:952:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js', '/home/pi/MagicMirror/modules/default/calendar/debug.js' ] } Any idea what I might be doing wrong?
  • Hello-Lucy Install Part 5 Unable to resolve dependency tree

    6
    0 Votes
    6 Posts
    1k Views
    Mykle1M
    @desert-rat Actually, there was a dependency issue. It took me some time to figure out how to correct the issue. I took the simplest route. The issue was with the dev dependencies which are not necessary for Lucy to run but caused the installation of necessary dependencies to fail. I’ve removed the installation of the dev dependencies from the dependency installer. I trashed my installation of Lucy (and her dependencies) and did a fresh installation. Everything seems to be working correctly here now. Sorry for the long delay in investigating the problem.
  • Shutdown Magic Mirror with Home Assistant

    8
    0 Votes
    8 Posts
    2k Views
    D
    @jordes First part of the automation is ssh call for shutdown. [image: 1619637709954-81b2715c-7ddc-4528-9d6c-c60ea332f0ec-image.png] Finding a working script took me a while, but it works like a charm without any excessive MM modules. All you need is to setup passwordless ssh connection between HA and MM.
  • Exact matches for phrases in config.js?

    4
    0 Votes
    4 Posts
    950 Views
    TipponT
    @lavolp3 @sdetweil Thanks for the replies, it worked perfectly! :) I tried a space before and after ‘live’, and both at once. I made a separate entry for ‘delivery’ too, and put it after the ‘live’ line. The ‘delivery’ line wasn’t necessary, but I tried it as an override (which didn’t work), and liked the way it looked :D {keyword: 'live ', symbol: 'music', color: 'Aqua'}, {keyword: 'delivery', symbol: 'truck', color: 'GreenYellow'},
  • MMM-PaprikaMenu: Increase Font Size

    2
    0 Votes
    2 Posts
    348 Views
    lavolp3L
    @fabian2 have a look into the MMM-PaprikaMenu.css, then find out the respective font sizes. In this case there’s e.g. .MMM-PaprikaMenu table.menu { font-size: 17px; line-height: 1; border-collapse: collapse; table-layout: fixed; width: 100%; } .MMM-PaprikaMenu .menu .date { font-size: 14px; } .MMM-PaprikaMenu .menu .meal { font-size: 17px; text-overflow: ellipsis; overflow: hidden; } .MMM-PaprikaMenu .menu .today .date { font-size: 17px; } .MMM-PaprikaMenu .menu .today .meal { color: #FFF; font-size: 24px; } Not ure if I have all. You can now comment the font-size lines e.g. with a # in front of them, so they adapt to MagicMirror font sizes copy them to custom.css and adjust font sizes. Font size, like all css properties are interpreted top to down, so if you give the module(or the .MMM-PaprikaMenu class) a font-size, the property will be overwritten by the same property of every child element (e.g. by the font-size of .MMM-PaprikaMenu .menu .date).