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

    Topics

    • C

      Modules are loading with new docker image

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      15
      0 Votes
      15 Posts
      3k Views
      C
      @sdetweil @HeikoGr That was it, changing the parameter for the weather Plugin + updating the api Key to a payment method. Now weather and MMM-WeatherChart are running again. MMM-SoccerLiveScore not, as they seem to search for a new API.
    • C

      Cannot find module 'node-fetch' error with MMM-SoccerLiveScore

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      34
      0 Votes
      34 Posts
      13k Views
      0m4r0
      @KristjanESPERANTO thank you! …and apologies for missing the whole discussion, I have updated my preferences to get e-mails when someone mentions me :)
    • C

      Title of two modules in one line

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      10
      1
      0 Votes
      10 Posts
      1k Views
      wishmaster270W
      @codac Hi, sorry for my unprecise description. I meant adding the the justify-content: flex-end; additionally. The whole CSS settings need to look like the following: .MMM-DWD-WarnWeather .wrapper { display: flex; flex-direction: column; align-items: flex-start; width: 320px; gap: 5px; } .MMM-DWD-WarnWeather .warning { width: 100%; display: flex; flex-direction: row; gap: 10px; margin-bottom: 0px; justify-content: flex-end; } .MMM-DWD-WarnWeather .status { width: 100%; text-align: right; margin-top: 0px; } .MMM-DWD-WarnWeather .description { padding-left: 0px; margin-left: 0px; } .MMM-DWD-WarnWeather .small-icon{ float: unset; zoom: unset; -moz-transform: unset; -moz-transform-origin: unset; width: 46px; height: 46px; position: relative; }
    • C

      MMM-GrafanaChart panels side by side

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      1
      0 Votes
      1 Posts
      282 Views
      C
      Hi Guys, I have a dashboard in Grafana which I would like to display on the MagicMirror with MMM-GrafanaChart. As MMM-GrafanaChart works with PanelIDs with each module array I can only display one panel instead of the whole Dashboard. So what I would like to achieve with CSS is to have one panel on top-right in the first row and in the second row I would like to have 3 different panels right next side-by-side. [image: 1668500333509-magicmirror.png] I have tried this solution but it didn’t work at all for me. Any ideas?
    • C

      Black Screen Of Death After Couple of Hours

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      14
      0 Votes
      14 Posts
      4k Views
      karsten13K
      @codac I think it might be in correlation with 2.18.0 of mm or with updating the containers with watchtower?! I think the client crashes when you update the container image because updating the container means it will be restarted.
    • C

      [MMM-WeatherChart] How to remove the right hand side space?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      7
      1
      0 Votes
      7 Posts
      1k Views
      C
      @sdetweil This is what worked for me: .MMM-WeatherChart canvas[style] { position: absolute; right: -35px; }
    • C

      Overlapping MMM-RAIN-MAP

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      8
      1
      0 Votes
      8 Posts
      1k Views
      JalibuJ
      @codac please check my comments on GitHub. I can’t reproduce that
    • C

      Compliments with remote file doesnt work.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      13
      0 Votes
      13 Posts
      3k Views
      S
      @codac good… htaccess is on the server side… this error is server generated, client should NOT be able to 'get around ’ it
    • C

      Client wont keep Modules up-to-date

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      21
      0 Votes
      21 Posts
      6k Views
      C
      The client is a raspberry pi. 192.168.0.23:8036 is reachable without problems. First try seems to work I’ve changed to: ipWhitelist: [], and ports: "8036:8080" I will check that and come back if there is still an issue. Thank you guys!
    • C

      Not getting custom.css with Docker

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      0 Votes
      7 Posts
      2k Views
      W
      @sdetweil Hi, just wanted to update that the new image that is in MM page reference for Docker installation works well now and I can configure the custom css. Thanks. Sorry took sometime to revert as was busy.
    • C

      Time format in default calendar module

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      1
      0 Votes
      3 Posts
      839 Views
      C
      @sdetweil I know and this is what I did. But it seems that the calendar module is not respecting the flags that have been set. Maybe a bug? What I understand out of the doc is that the format can only be changed if the timeFormat is absolute. But to be honest, in my case it just doesn’t matter at all. The format won’t change, no matter if I use relative or absolute. With Absolute it always says “In one day” With relative it says “Tomorrow at 12:00 o’clock” The values for dateFormat seem to get ignored. I tried “DD-MM-YYYY”, “MMM Do”, “LT” for both cases relative and absolute. What am I missing?
    • C

      Alignmend of modules

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      11
      1
      0 Votes
      11 Posts
      4k Views
      M
      @carstend I added the question to the DWD-Pollen thread, but no respond so far. https://forum.magicmirror.builders/topic/12247/mmm-dwd-pollen/19?_=1616656403635 text-align: right will move the text, so it is not centered anymore. But the goal is, to get rid of the space on the right side. Update: I now use: .MMM-DWD-Pollen table { margin-left: auto; margin-right: -40px; } Not sure if this is a good way, but it works for me at the moment.
    • C

      MMM-CalendarExt2 not showing up

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      635 Views
      J
      I am also new to MM, but here are the fields that are missing on yours compared to mine. I am not sure which is required and which is optional. { module: "MMM-CalendarExt2", config: { rotateInterval: 1000*60, calendars: [ { name: "PrivateCalendar", className: "privatecalendar", url: "https://<usernam>:<password>@<hostname>/remote.php/dav/calendars/<username>/privatecalendar?export", }, ], views: [ { name: "VIEW1", mode: "daily", locale: "de-DE", position: "top_right", calendars: ["PrivateCalendar"], slotCount: 4, }, ], scenes: [ { name: "DEFAULT", views:["VIEW1"], }, ], }, },
    • C

      Fresh Installation stuck at node ./download-chromedriver.js

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting installation stopping program
      2
      0 Votes
      2 Posts
      2k Views
      C
      Reason: Downloding electron takes for ages as the download was below 1kb/s. Solution: Executing the following command using a faster chinese mirror: ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/ npm install --prefix ~/MagicMirror electron --save-dev
    • C

      Fully uninstall/remove MagicMirror

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      11k Views
      C
      In the installation Script i saw an installation of PM2, the Splash Screen and some more, that would then still be kept in the system…
    • 1 / 1