MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. rudibarani
    • Profile
    • Following 0
    • Followers 1
    • Topics 12
    • Posts 111
    • Best 7
    • Controversial 0
    • Groups 1

    rudibarani

    @rudibarani

    Project Sponsor

    7
    Reputation
    2322
    Profile views
    111
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    rudibarani Unfollow Follow
    Project Sponsor

    Best posts made by rudibarani

    • RE: Synology Docker Tutorial?

      @cyberphox After downloading the registry “bastilimbach/docker-magicmirror:latest”

      • Name the container “MagicMirror”
      • I prefer setting a cpu limit to have a safeguard against rouge processes
      • Limiting it to max 4 GB of RAM works fine for me
      • Activate automatic restart
      • If you like, add a link to the MagicMirror on your Synology Desktop by adding “:8080” the url provided
      • Port: Make sure, 8080 is written on both sides of the table. If port 8080 is already in use, you can use another port on the left side.
      • Volume: I have added a screenshot for the folders I am linking in from my Synology. Make sure, you finish the setup before starting MagicMirror for the first time.
        0_1542578030562_Bildschirmfoto 2018-11-18 um 22.51.40.png
      • If you use the firewall (you should!), make sure, the rule “Docker MagicMirror” is active. It should have been generated from Docker automatically.

      When everything is ready, fire up the MagicMirror Docker image and follow the instructions for a regular setup.

      posted in Troubleshooting
      rudibarani
      rudibarani
    • RE: MMM-Lunartic

      @Mykle1: Thank you for this nice module!

      posted in Education
      rudibarani
      rudibarani
    • RE: MMM-Page-Selector: A page switcher that can set positions of modules

      @veldrovive PS: I tried following your workaround and just wanted to let you know that it works 🙂 Now I am able to use your new config option for pages which makes it so much easier to set them up! Great idea to implement it!

      posted in System
      rudibarani
      rudibarani
    • RE: Displaying modules depending on Sunrise/Sunset time

      Maybe you could tweak mmm-suncalc to send notifications at these events. That should be easy and useful for many others as well

      posted in Troubleshooting
      rudibarani
      rudibarani
    • RE: MMM-PublicTransportBerlin - Public transport for Berlin and Brandenburg (departures)

      @olexs
      The delay calculation and sorting issue seems to be even stranger. Now I have three upcoming ICE connections to Berlin. This is how they are shown:

      • 22:01 +20 //actual: 21:59 + 2 min
      • 23:01 +20 //actual: 22:59 + 2 min
      • 20:15 +40 //actual: 19:59 + 15 min

      The hafas output is:

      Parsing: ICE 276 nach Berlin Hbf (tief) um Mon Jun 26 2017 20:14:00 GMT+0200 (CEST)
      {"name":"ICE 276","class":1,"productCode":0,"productName":"ICE"}
      { when: 2017-06-26T18:14:00.000Z,
        delay: 900000,
        line: 'ICE 276',
        nr: undefined,
        type: 'ICE',
        color: '#006F35',
        direction: 'Berlin Hbf (tief)' }
      Parsing: ICE 274 nach Berlin Hbf (tief) um Mon Jun 26 2017 22:01:00 GMT+0200 (CEST)
      {"name":"ICE 274","class":1,"productCode":0,"productName":"ICE"}
      { when: 2017-06-26T20:01:00.000Z,
        delay: 120000,
        line: 'ICE 274',
        nr: undefined,
        type: 'ICE',
        color: '#006F35',
        direction: 'Berlin Hbf (tief)' }
      Parsing: ICE 592 nach Berlin Hbf (tief) um Mon Jun 26 2017 23:01:00 GMT+0200 (CEST)
      {"name":"ICE 592","class":1,"productCode":0,"productName":"ICE"}
      { when: 2017-06-26T21:01:00.000Z,
        delay: 120000,
        line: 'ICE 592',
        nr: undefined,
        type: 'ICE',
        color: '#006F35',
        direction: 'Berlin Hbf (tief)' }
      

      Any idea how to fix this?

      posted in Transport
      rudibarani
      rudibarani
    • RE: First MagicMirror

      Dear @delightedcrow,

      thank you very much for this beautiful theme. I really like using WallberryTheme to beautify the background of my screen.
      What strikes me is that the images do not seem to be truly random. I have linked it up to a bigger collection and keep seeing the same images over and over although statistically, this should not be the case. Did you experienced this as well?

      Thanks!

      posted in Show your Mirror
      rudibarani
      rudibarani
    • RE: Alot of SPAM lately on this forum!

      I would suggest to force a captacha for the first XX number of posts of a user. Once the user seems credible, you can most certainly leave it out for this person.

      posted in Forum
      rudibarani
      rudibarani

    Latest posts made by rudibarani

    • RE: No autoplay for videos in v2.14 & v2.15

      @sdetweil No - I need to click on the “play” button on the stream.

      posted in Troubleshooting
      rudibarani
      rudibarani
    • RE: No autoplay for videos in v2.14 & v2.15

      @sdetweil Thanks for the idea. This does not seem to cause the problem. Autoplay still refuses to cooperate…

      posted in Troubleshooting
      rudibarani
      rudibarani
    • RE: No autoplay for videos in v2.14 & v2.15

      @sdetweil said in No autoplay for videos in v2.14 & v2.15:

      @rudibarani well, we moved from electron 8 to 11

      I do to keep up with the latest version of electron via

      npm install electron@latest
      

      as I otherwise get a message saying something like “your browser is outdated” hovering above the ISS stream. The current electron version does autoplay with MagicMirror v2.13 - but not with a newer version of MagicMirror.

      posted in Troubleshooting
      rudibarani
      rudibarani
    • RE: No autoplay for videos in v2.14 & v2.15

      @sdetweil said in No autoplay for videos in v2.14 & v2.15:

      so change electron.js like this
      function createWindow() {
      let electronOptionsDefaults = {
      width: 800,
      height: 600,
      x: 0,
      y: 0,
      darkTheme: true,
      webPreferences: {
      contextIsolation: true,
      nodeIntegration: false,
      zoomFactor: config.zoom,
      autoplayPolicy: “no-user-gesture-required” // < — moved to here
      },
      backgroundColor: “#000000”
      }

      Thank your for the suggestion, Sam. I tried it - but unfortunately without success. Autoplay of the ISS Livestream not starting with any of the modules. It works fine, when I go back to v2.13, though.

      http://www.ustream.tv/embed/17074538?html5ui&initial-quality=high&volume=0&autoplay=1
      

      Any additional thoughts would be much appreciated!

      posted in Troubleshooting
      rudibarani
      rudibarani
    • No autoplay for videos in v2.14 & v2.15

      Dear all,

      my MagicMirror ist running on a Mac Mini and I don’t have any problems when running on v2.13. If I upgrade to v2.14 or v2.15, autoplay of embedded videos is not working anymore. For the curious among you: I like playing a livestream of the ISS on my nighttime-mirror.

      The problem occurs with the electron versions that install with each release and are not resolved, if I upgrade electron to its latest version. Adding this line to electron.js did not have a positive effect as well:

      app.commandLine.appendSwitch(‘autoplay-policy’, ‘no-user-gesture-required’);
      

      Every module I have tried is affected, e.g. MMM-SmartWebDisplay, MMM-EARTH-Live, yframe, iFrame-Ping…

      Did someone else have this problem or does somebody have an idea what I could try do except staying on v2.13?

      Thanks!
      Phillip

      posted in Troubleshooting
      rudibarani
      rudibarani
    • RE: MMM-DynamicWeather

      @scottcl88 Cool 🤓 Thanks for sharing your work! 👍

      posted in Fun & Games
      rudibarani
      rudibarani
    • RE: MMM-APOD

      @grena
      Thanks for your quick help. The new update solved the issue with the position of the description. The size topic was an error of my side. Had a duplicate entry for the maximum width cancelling our the “0”.
      Have a nice weekend!

      posted in Entertainment
      rudibarani
      rudibarani
    • RE: MMM-APOD

      @grena Thanks for this nice module!
      I just wanted to include the APOD description and it seems that the total module size is defined by the image and the image is scaled down, when I add the description. In addition, the description is shown on the left whereas the image was set to middle_center.

      Would it be possible

      • that the image maintains its defined size when the description is displayed and
      • that the position and width of the description could be defined (e.g. centered below the image and with the same width as the image)?

      Thank you very much for considering this.
      Best,
      Phillip

      d76da9ad-3d9f-4183-8fb2-e448d4d36ecc-image.png

      posted in Entertainment
      rudibarani
      rudibarani
    • RE: MMM-MQTTbridge

      This looks very interesting! Thanks a lot for the effort to create this module. I look forward to trying it 🙂

      posted in System
      rudibarani
      rudibarani
    • RE: iFrame with username and password

      Hi Nox,
      did you find a solution for this?
      Best,
      Phillip

      posted in Troubleshooting
      rudibarani
      rudibarani