MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. evroom
    3. Best
    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

    Posts

    Recent Best Controversial
    • MMM-MPlayer - version 2.0.1

      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.

      posted in Utilities
      evroomE
      evroom
    • RE: Calendar module: problem with moved Allday event (Google Calendar).

      @sdetweil

      I applied your fixed calendarutils.js and ical.js files and it works like a charm now.
      Many thanks for solving this, very much appreciated !!

      E.J.

      posted in Troubleshooting
      evroomE
      evroom
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      @strawberry-3-141 ,

      Thanks for the background info.
      Did not know it was an issue before, but then again I am a novice MM user.

      Time and mood is always an issue.
      Better for cold evenings or weekends, not when it is 35 degrees and having spent 8 hours behind a PC in a relatively hot office 😀

      posted in Sport
      evroomE
      evroom
    • RE: Portrait Mode

      See this thread:
      https://forum.magicmirror.builders/topic/9730/led-monitor-vertical-setup-how?_=1591998940597

      In your case I would try

      display_hdmi_rotate=1

      posted in General Discussion
      evroomE
      evroom
    • RE: MMM-PublicTransportHafas direction parameter not working anymore

      @blinkybob

      I tested this and indeed it does not seem to work (anymore).
      For directionI used the station Id for the station adjacent to my station.
      I will raise an issue for this.

      posted in Transport
      evroomE
      evroom
    • RE: CPU 100%. started too many instances of MM

      @capedbuffethero
      Hi there,

      Concerning pip you will need to find out what is calling it.
      Normally it is not a daemon process, meaning something else is calling it.

      Can you get the following output:

      ps aux | grep pip
      

      And then using the lowest PID found:

      pstree -a <PID>
      

      You can find the lowest PID using:

      ps aux | grep pid | awk '{print $2}' | sort -u
      

      You can also check if there is a cronjob running that is calling pip:

      crontab -l | egrep 'pip|python'
      

      From there we can Google ourselves to a solution :-)

      Best regards,

      E.J.

      posted in Troubleshooting
      evroomE
      evroom
    • RE: Fresh Install

      @johnnyboy said in Fresh Install:

      Fingers x there is a Portrait fix going about, as cannot afford another build in Landscape mode

      Hi,

      Please read this thread:

      https://forum.magicmirror.builders/topic/9730/led-monitor-vertical-setup-how?_=1591998940597

      Perhaps it helps .

      posted in General Discussion
      evroomE
      evroom
    • RE: MMM-EARTH - config options

      @Mykle1

      Thanks for eyplaining, it is clear now.
      I only do not get it to work a flawless spinning with rotateInterval: 1000 and animationSpeed: 0.
      Rather jerky, but that maybe due to other factors.

          config: {
            mode: "Enhanced", // Natural, Enhanced, Lunar, naturalThumb, enhancedThumb.
            useHeader: false,
            header: "NASA DSCOVR Satellite",
            updateInterval: 30*60*1000,
            rotateInterval: 1000*1,
            animationSpeed: 0,
            MaxWidth: "60%",
            MaxHeight: "60%",
          }
      

      But I am okay with rotateInterval: 10000 and animationSpeed: 2000 and will play some more with the settings.

      posted in Troubleshooting
      evroomE
      evroom
    • RE: Cant use showEnd icloud cal

      @evroom said in Cant use showEnd icloud cal:

      @sdetweil said in Cant use showEnd icloud cal:

      @evroom there is a documentation repo

      Found it:

      https://github.com/MagicMirrorOrg/MagicMirror-Documentation/issues

      Opened:
      https://github.com/MagicMirrorOrg/MagicMirror-Documentation/issues/266

      posted in Troubleshooting
      evroomE
      evroom
    • RE: MMM-MPlayer

      @plainbroke

      Can you please provide me with the output of:

      $ grep Version /home/admin/MagicMirror/modules/MMM-MPlayer/node_helper.js

      And the commands found in this section of the README:

      https://github.com/evroom/MMM-MPlayer?tab=readme-ov-file#data-gathering

      I have a feeling you have placed the config from the old version into the ‘new’ version.
      Or in other words: you installed version 2…0.1, without changing the config accordingly, which has changed quite a bit.
      See https://github.com/evroom/MMM-MPlayer?tab=readme-ov-file#config-example

      posted in Entertainment
      evroomE
      evroom
    • 1
    • 2
    • 3
    • 4
    • 5
    • 3 / 5