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

    Topics

    • evroomE

      MMM-MPlayer - version 2.0.1

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      1
      1 Votes
      1 Posts
      258 Views
      evroomE
      Hi, I just published version 2.0.1 of the MMM-MPlayer module. Fixed some issued, added more options. https://github.com/evroom/MMM-MPlayer Please read the README carefully, especially when you are using the first version. If you are a user of version 1 of this module, please be aware that the configuration is slightly different and that more options are available. It is advisable to move a working version of this module before installing the new version. Best regards, E.J.
    • evroomE

      MMM-MPlayer - display issue

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      439 Views
      evroomE
      To answer myself: I cleaned the array using: const mplayerArgumentsArrayFilter = mplayerArgumentsArray.filter(discardEmptyArgument); function discardEmptyArgument(value, index, array) { return value != ''; } Then spawned using that array: // Spawn a new mplayer process const env = { ...process.env, DISPLAY: ':0' }; const mplayerProcess = spawn(`mplayer`, mplayerArgumentsArrayFilter, {env: env}); Now it is working correct.
    • evroomE

      MMM-pages - how to know which page index my module has?

      Watching Ignoring Scheduled Pinned Locked Moved Development
      29
      0 Votes
      29 Posts
      6k Views
      M
      @sdetweil Thanks for your help with this, Much appreciated I’m now away from the mirror for the weekend. I’ll give it a shot when I return on Tuesday
    • evroomE

      MMM-PublicTransportHafas - Loading - undefined

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      227 Views
      evroomE
      Hi, Besides the calendar module, this module is the most used module in our household. Especially my wife has become quite dependent on it. Thank you to the developer and the maintainer. But, since a couple weeks I get this “Loading - undefined” message, which is quite annoying. It ‘restores’ itself automatically, so that is a good thing. I opened an issue for it: https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas/issues/185 My used end-point is db (Deutsche Bahn). What I would like to know is, if there are more users of this module and if they experience the same ?? Thanks in advance, E.J.
    • evroomE

      Contributing to a GitHub repository - a bit stuck

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      9
      0 Votes
      9 Posts
      459 Views
      evroomE
      @mumblebaj said in Contributing to a GitHub repository - a bit stuck: Make sure it is set to bash. It is set to zsh. No issue to change it to bash, but is there a reasoning behind it ? Stupidly enough I had this Terminal open the whole time. I just did ‘Commit’ from within VS Code and then did ‘Sync Changes’. Result: % git status On branch evroom Your branch is up to date with 'origin/evroom'. nothing to commit, working tree clean So that works just fine. I also made a change using the Terminal and then did the add and commit from the Terminal. In the Source Control pane you can see what you do on the command line in real time.
    • evroomE

      Changing table cell in calendar module using custom.css

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      11
      2
      0 Votes
      11 Posts
      1k Views
      S
      @evroom you cannot add or change a classname string class=“foo” to add “bar” class too class =“foo bar” but you CAN change the behavior of the other classes to match what adding another class could do OR , you could add the styles to the ELEMENTS you WOULD have added the bar class to… just_have_to_select_them { styles } as an example of a complex selector in my MMM-Config, I want to hide an element on a library generated element .possibly-hidden-tab div:nth-child(2) > div > div >div >ul >li:only-child >a[rel*="Item%201"] { display: none; } this is elements with the possibly-hidden-tab class its second child div its immed child div its immed child div its immed child div its immed child ul its immed only child li with an a element containing a rel attribute value of “Item 1” (spaces have to be encoded, but for clarity I left it out here)
    • evroomE

      v2.26.0 - default calendar rrule / event.recurrences issue

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      1 Votes
      4 Posts
      879 Views
      S
      @kitlaan yes it’s the new rrule. the old one is broken too… but, thanks for the feedback
    • evroomE

      Calendar module: problem with moved Allday event (Google Calendar).

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      7
      0 Votes
      7 Posts
      1k Views
      S
      @evroom keep those files around I opened this issue in node-ical https://github.com/jens-maus/node-ical/issues/234 haven’t in MM yet (will need 2, one for MM and one for the node-ical update)
    • evroomE

      MMM-GrafanaChart - scrolling issue

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      259 Views
      evroomE
      Hi, I have position: 'fullscreen_above', but I do not see the complete dashboard. I can scroll the dashboard up and down, but I would like to see the complete dashboard on my MM display. Is this a Grafana issue, or a MMM-GrafanaChart issue ? With kind regards, @evroom See GitHub issue: https://github.com/SvenSommer/MMM-GrafanaChart/issues/8
    • evroomE

      MMM-CalenderExt2: fullday events not displayed on day of event

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      282 Views
      evroomE
      Hi, I recently started using MMM-CalenderExt2 due to issues with the default calendar, but with this module I have the following problem: Full day events are not displayed on the day of the event. I use Google Calendar to enter the event (full day event for today): BEGIN:VEVENT DTSTART;VALUE=DATE:20200502 DTEND;VALUE=DATE:20200503 DTSTAMP:20200502T102951Z UID:329p3d2e5fccimqrsfjl6c6g9e@google.com CREATED:20200502T102356Z DESCRIPTION: LAST-MODIFIED:20200502T102356Z LOCATION: SEQUENCE:0 STATUS:CONFIRMED SUMMARY:ALLDAYTEST TRANSP:TRANSPARENT END:VEVENT On the MM I do not see the event. When I enter a full day event for tomorrow, I see the event scheduled for tomorrow. Then after the first refresh of the events on the day of the event (approx. at 00:05 hrs), the event is removed from the list of events for that day. Very annoying. Any ideas how to get this fixed ?? Is this a parsing issue, or a module issue ?? Part of config.js: views: [ { name: "Familie Calendar", mode: "upcoming", position: "top_left", calendars: ["Familie Calendar"], slotCount: 1, slotTitle: "Family Calendar", slotMaxHeight: "16px", filterPassedEvent: true, maxItems: 9, maxDays: 60, locale: "de-DE", hideOverflow: false, dateFormat: "ddd Do MMM", dateTimeFormat: { sameDay: "[Today] HH:mm", nextDay: "[Tomorrow] HH:mm", nextWeek: "dddd HH:mm", lastDay: "[Yesterday] HH:mm", lastWeek: "[Last] ddd HH:mm", sameElse: "ddd Do Mo HH:mm", }, timeFormat: "HH:mm", relativeFormat: { passed: "ended %ENDFROMNOW%", current: "ends %ENDFROMNOW%", future: "starts %STARTFROMNOW% (%DURATION%)", }, useEventTimeRelative: false, transform: (event)=>{ if (event.title.search("Verjaardag") > -1) { event.icon = "fxemoji-partypopper" // Set icon of that event to "fxemoji-partypopper" } if (event.title.search("RIP") > -1) { event.icon = "fxemoji-whitelatincross" } return event // Return that event. }, }, ],
    • evroomE

      Default calendar - parsing of VEVENT

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      3
      0 Votes
      3 Posts
      634 Views
      evroomE
      @sdetweil said in Default calendar - parsing of VEVENT: uses the preloaded modules/default/calendar/vendor/ical.js Ah, that was the missing link ! Now I understand where it comes from (I mean the ‘data’ stuff that calendarfetcher.js uses). Will try with latest ical.js. Thanks.
    • evroomE

      calendar module: Today at HH:MM

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      0 Votes
      2 Posts
      893 Views
      evroomE
      I see several examples where Today and Tommorow is displayed, but did not see the corresponding config. In my config I added / changed urgency: 2, getRelative: 6, Still no joy.
    • evroomE

      Change font size for MMM-HTMLBox module

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      2
      0 Votes
      2 Posts
      2k Views
      evroomE
      Some times Google is your friend: custom.css .MMM-HTMLBox { font-size: 18px; line-height: 22px; }
    • evroomE

      MagicMirror crashed due to "gnutls_handshake() failed: Error in the push function"

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      0 Votes
      2 Posts
      1k Views
      evroomE
      Btw, a simple restart of MagicMirror solved the issue and my MM is working again. Web search tells me that: gnutls_handshake(): This function performs the handshake of the TLS/SSL protocol, and initializes the TLS session parameters. Looks to be related with git, as all calls were done to github.com.
    • evroomE

      MMM-NOAA3 - user defined lat & lon values

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      2
      0 Votes
      2 Posts
      2k Views
      cowboysdudeC
      @evroom You are reading my mind…working on it … instead of having it read a json file it would be easier to just allow users to add their own lat and lon…
    • evroomE

      MMM-EARTH - config options

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      11
      0 Votes
      11 Posts
      5k Views
      justjim1220J
      @mykle1 Actually, no, not for Lucy, That is well explained! :winking_face: I’m referring to the MMM-page-selector But I switched to MMM-pages which is way better explained and much easier to use! (Thanks @edward-shen for making it so easy and well explained!!! :winking_face: )
    • evroomE

      middle_left, middle_center, middle_right

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      10
      0 Votes
      10 Posts
      3k Views
      S
      @greedyvegan cool but this was an error {;z that leading ;
    • evroomE

      MMM-RTSPStream - omxplayer issue - MM v.2.4.1

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      6
      0 Votes
      6 Posts
      2k Views
      D
      @qbox83 try using the Legacy drivers GL and fake are a pain from what I’ve seen
    • 1 / 1