MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Kelemvor
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 24
    • Posts 63
    • Groups 0

    Topics

    • K

      MMM-CalendarExt3Agenda - Two questions

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      19
      1
      0 Votes
      19 Posts
      3k Views
      S
      @Kelemvor pastDaysCount is an advisory to other modules. they dont have to honor it we send all the events, there was a bug in clipping, i ‘fixed’ for 2.30, but made it worse. the temp fix removes clipping on past events maximum days sets the range to view in cal, default 365 days
    • K

      How can I limit the width of a module that's crossing over from left to right?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      11
      0 Votes
      11 Posts
      2k Views
      S
      @rkorell i didnt introduce it, in html [image: 1743359737608-img_0895.png]
    • K

      How can I make the EXT Agenda module section go further down the screen instead of fading out?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      2
      1
      0 Votes
      2 Posts
      507 Views
      S
      @Kelemvor see this topic https://forum.magicmirror.builders/post/125106
    • K

      One of my Calendars isn't showing up in the default module.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      7
      0 Votes
      7 Posts
      605 Views
      K
      Does it go here? [image: 1742999644575-7ce9109b-c466-46b3-a184-55439baa4205-image.png] If so, it didn’t seem to help.
    • K

      MMM-GooglePhotos - Just says Loading...

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      250 Views
      K
      Hi, I followed all the instructions to install the Google Photos module. I got the json files and I think I did everything correctly. When I reboot my MM, I just get the word “Loading…” on the screen, but nothing else happens. When I run MM via npm, I see this in the text: [09.03.2024 16:15.43.513] [INFO] Checking git for module: MMM-GooglePhotos [09.03.2024 16:15.43.585] [ERROR] unable to load cache [Error: ENOENT: no such file or directory, open '/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/cache/photoListCache.json'] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/cache/photoListCache.json' } [09.03.2024 16:15.43.585] [INFO] Initialization complete! [09.03.2024 16:15.43.586] [INFO] Start first scanning. [09.03.2024 16:15.43.588] [INFO] Start Album scanning [09.03.2024 16:15.43.590] [INFO] Getting album list Then a bit further down I see this: [09.03.2024 16:16.12.348] [ERROR] Trace: [GPHOTOS:CORE] request fail with URL sharedAlbums at GPhotos.logTrace (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:128:13) at GPhotos.request (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:169:12) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async getAlbum (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:207:24) at async GPhotos.getAlbums (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:179:18) at async Class.getAlbums (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:200:15) at async Class.getAlbumList (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:246:18) at async Class.scanJob (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:227:5) [09.03.2024 16:16.12.350] [ERROR] Trace: [GPHOTOS:CORE] params {"pageSize":50,"pageToken":""} at GPhotos.logTrace (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:128:13) at GPhotos.request (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:170:12) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async getAlbum (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:207:24) at async GPhotos.getAlbums (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:179:18) at async Class.getAlbums (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:200:15) at async Class.getAlbumList (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:246:18) at async Class.scanJob (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:227:5) [09.03.2024 16:16.12.352] [ERROR] Trace: [GPHOTOS:CORE] data null at GPhotos.logTrace (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:128:13) at GPhotos.request (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:171:12) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async getAlbum (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:207:24) at async GPhotos.getAlbums (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:179:18) at async Class.getAlbums (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:200:15) at async Class.getAlbumList (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:246:18) at async Class.scanJob (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:227:5) [09.03.2024 16:16.12.361] [ERROR] Converting circular structure to JSON --> starting at object with constructor 'TLSSocket' | property '_httpMessage' -> object with constructor 'ClientRequest' --- property 'socket' closes the circle stack: TypeError: Converting circular structure to JSON --> starting at object with constructor 'TLSSocket' | property '_httpMessage' -> object with constructor 'ClientRequest' --- property 'socket' closes the circle at JSON.stringify (<anonymous>) at error_to_string (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/error_to_string.js:13:38) at GPhotos.request (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:172:21) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async getAlbum (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:207:24) at async GPhotos.getAlbums (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:179:18) at async Class.getAlbums (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:200:15) at async Class.getAlbumList (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:246:18) at async Class.scanJob (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:227:5) [09.03.2024 16:16.12.369] [ERROR] (node:26481) UnhandledPromiseRejectionWarning: TypeError: Converting circular structure to JSON --> starting at object with constructor 'TLSSocket' | property '_httpMessage' -> object with constructor 'ClientRequest' --- property 'socket' closes the circle at JSON.stringify (<anonymous>) at error_to_string (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/error_to_string.js:13:38) at GPhotos.request (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:172:21) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async getAlbum (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:207:24) at async GPhotos.getAlbums (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:179:18) at async Class.getAlbums (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:200:15) at async Class.getAlbumList (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:246:18) at async Class.scanJob (/home/kelemvor/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:227:5) (Use `electron --trace-warnings ...` to show where the warning was created) [09.03.2024 16:16.12.373] [ERROR] (node:26481) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 17) Anyone know where I can start looking to figure out what all this means? Thanks.
    • K

      MMM-GooglePhotos - How do I get the Token?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      2
      0 Votes
      2 Posts
      376 Views
      S
      @Kelemvor like always open a cmd.exe session change directory to the cd MagicMirror\modules folder then git clone the github url for the module then cd module name and if there is a package.json file do npm install if there are module specific commands then you would follow instructions from that folder too
    • K

      MMM-CalendarExt3Agenda - Can I Make it show more events?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      11
      0 Votes
      11 Posts
      5k Views
      M
      @Kelemvor To make things simpler, Let’s clear the condition; What is your expectation? Are there missing events which have to be shown but not? For example, there had to be 3 events on today but only 2 events shown? on which day it happens? everyday? or some specific day? on which calendar does it happen? randomly? or some specific calendar? Or any suspicious symptoms or evidence of those missed events? Are you suspecting hidden(not missing) events or days at the end(bottom) of the module’s view? You expect 10 days but only 7 days are shown…?
    • K

      Can I hard code the widths for the top_left and top_right columns?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      964 Views
      BKeyportB
      @sdetweil That being said, you can. .region.left { min-width: 640px; max-width: 640px; } It’s dirty, but it does work. Would be really bad if it wasn’t for the fact that we’re working in a system that has a known single output for the most part.
    • K

      MMM-CalendarExt3Agenda no longer working after MM update

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      9
      0 Votes
      9 Posts
      1k Views
      M
      @Kelemvor 1.4.2 is the latest version.
    • K

      How can I increase the font size for some modules?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      5
      1
      0 Votes
      5 Posts
      1k Views
      S
      @schrecki css is a tricky beast, some settings are inherited by smaller components , some not. there is no single setting that works for all i don’t know the exact answer for any module but you can find it by using the developer window elements tab see the second link in my signature below one key thing to know is the css stuff you need to add to custom.css the stuff before the { is the selector clause it ‘selects’ the elements the stuff inside the {} will be applied to . (dot) means classname # means id value no prefix means an html tag name div, p, table... i use this cheatsheet site https://www.w3schools.com/cssref/css_selectors.php they have changed it to group the types, so you have to look thru the types
    • K

      Bunch of errors displayed when I launch MM. Are they important?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      1
      0 Votes
      3 Posts
      964 Views
      K
      @sdetweil Thanks for the info. It doesn’t seem to be affecting anything so I’ll just leave it and see how the next version works. Thanks.
    • K

      Brand new setup - running into some issues. libatk?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      3
      0 Votes
      3 Posts
      942 Views
      S
      @Kelemvor then use my script to install, listed as 1st in the alternative install methods. see https://github.com/sdetweil/MagicMirror_scripts
    • K

      Famous people born on this day

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      1
      0 Votes
      1 Posts
      257 Views
      K
      Hi, Similar to those modules that show interesting things or facts about today, I thought it’d be neat to show a list of people who were born on this day. Doing a Google search for “Born on this day” finds tons of websites with the info. Some of them have people in random order with lots of people you’ve never heard of. I did find this one that seems to have them ordered by popularity which is nice. https://www.thefamouspeople.com/famous-people-born-today.php I have no idea how it works to get that info into a MM. Anyway, there ya go.
    • K

      Any way to use a MM as a cookbook in the kitchen?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      3
      0 Votes
      3 Posts
      850 Views
      S
      @Kelemvor there are iframe modules too that can embed a web site in a window
    • K

      Module isn't staying in its position area

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      425 Views
      K
      @BKeyport Thanks. I’m using the “mywordoftheday” module. I put in a max-width 400px and it seemed to do the trick. Thanks.
    • K

      MMM-CalendarExt3Agenda questions.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      9
      0 Votes
      9 Posts
      1k Views
      K
      @MMRIZE thanks for the info. I don’t even know how modules get updated or how I know when a module needs to be updated. Do I need to subscribe to the GitHub page or can I turn on auto updates or anything like that?
    • K

      MMM_CalendarWeek - First few events listed are from years ago

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      1
      0 Votes
      4 Posts
      592 Views
      K
      Oh, I found a note on the page about removing the Position flag so I’ll try that. I’ll start a new thread for my questions about the Ext3Agenda module. Thanks.
    • K

      Any slideshow / wallpaper modules that can pull from OneDrive?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      8
      0 Votes
      8 Posts
      2k Views
      F
      @artemisjack I got it to work by creating an album for the module to use and specifying it in the config. It does take a few min to search and load the photos. config: { albums: [ “MagicMirror” ],
    • K

      How do I get Times for events that happen today instead of "in 3 hours"?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      0 Votes
      4 Posts
      1k Views
      BKeyportB
      looked back in my archives, and found it: // Force Absolute to Absolute all the time, michmich *really* hates solid dates, apparently. timeformat: "absolute", getRelative: 0, urgency: 0,
    • K

      Can I hide the top line from the Weather Module?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      191 Views
      K
      Hi, In the Weather module, the top line is Wind icon, Wind speed, Wind Direction, and then the Sunrise icon and the Sunrise time. I don’t want to see any of those things. I just want to see the Current Temp line and the Feels Like. If I turn on onlyTemp, I lose the top line, but I also lose the Feels Like, which I’d like to keep. There are some individual flags I can set. If I set ShowSun and Show WindDirection to False, I lose most of what I want, but I still have the wind speed and a wind icon showing. I don’t see any config options to turn off the Windspeed and wind icon completely. Does this option exist? Thanks.
    • 1 / 1