MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. codac
    3. Topics
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 43
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by codac

    • C

      UNSOLVED Title of two modules in one line
      Troubleshooting • • codac

      10
      0
      Votes
      10
      Posts
      189
      Views

      wishmaster270

      @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

      UNSOLVED MMM-GrafanaChart panels side by side
      Troubleshooting • • codac

      1
      0
      Votes
      1
      Posts
      85
      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.

      magicmirror.PNG

      I have tried this solution but it didn’t work at all for me.

      Any ideas?

    • C

      UNSOLVED Black Screen Of Death After Couple of Hours
      Troubleshooting • • codac

      14
      0
      Votes
      14
      Posts
      468
      Views

      karsten13

      @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

      SOLVED [MMM-WeatherChart] How to remove the right hand side space?
      Troubleshooting • • codac

      7
      0
      Votes
      7
      Posts
      258
      Views

      C

      @sdetweil This is what worked for me:

      .MMM-WeatherChart canvas[style] { position: absolute; right: -35px; }
    • C

      UNSOLVED Overlapping MMM-RAIN-MAP
      Troubleshooting • • codac

      8
      0
      Votes
      8
      Posts
      229
      Views

      Jalibu

      @codac please check my comments on GitHub. I can’t reproduce that

    • C

      UNSOLVED Compliments with remote file doesnt work.
      Troubleshooting • • codac

      13
      0
      Votes
      13
      Posts
      286
      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

      UNSOLVED Client wont keep Modules up-to-date
      Troubleshooting • • codac

      21
      0
      Votes
      21
      Posts
      456
      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
      Troubleshooting • • codac

      2
      0
      Votes
      2
      Posts
      304
      Views

      S

      @codac I’m gonna throw a wild guess…

      1 check the permissions on the custom.css as compared to main.css

      ls -laF in the folder where they are

      there are 3 bits each for user, same group as user, and all others

      Write, Read, and eXecute
      777 is everything for all
      600 is read/write for user and nothing for anybody else.

      and last crazy guess, is there an accidental space in the name?

    • C

      Time format in default calendar module
      Troubleshooting • • codac

      3
      0
      Votes
      3
      Posts
      232
      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
      Troubleshooting • • codac

      11
      0
      Votes
      11
      Posts
      648
      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
      Troubleshooting • • codac

      3
      0
      Votes
      3
      Posts
      218
      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

      UNSOLVED Fresh Installation stuck at node ./download-chromedriver.js
      Troubleshooting • installation stopping program • • codac

      2
      0
      Votes
      2
      Posts
      1077
      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
      Troubleshooting • • codac

      3
      0
      Votes
      3
      Posts
      7980
      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