MagicMirror Forum

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

    Posts made by codac

    • RE: Title of two modules in one line

      @wishmaster270 I prefer the third version. I’ve tried a couple of combinations but none of them led to the requested result.
      What am I missing?

      From my understanding I would suggest this CSS code (which doesnt work this way):

      .MMM-DWD-WarnWeather .wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 320px;
        gap: 5px;
      }
      
      .MMM-DWD-WarnWeather .warning {
        justify-content:flex-end; 
      }
      
      .MMM-DWD-WarnWeather .status {
        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;
      }
      
      posted in Troubleshooting
      C
      codac
    • RE: Title of two modules in one line

      @wishmaster270 I did change it the way you suggested, but it wont change anything unfortunately.

      posted in Troubleshooting
      C
      codac
    • RE: Title of two modules in one line

      @wishmaster270 said in Title of two modules in one line:

      .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;
      }

      .MMM-DWD-WarnWeather .status {
      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;
      }

      Hi Tom, this totally worked out and fixed the issue.
      Do you have one more hint about shifting the text/icon more to the right?
      dwd_warn_weather.PNG

      posted in Troubleshooting
      C
      codac
    • RE: Title of two modules in one line

      @sdetweil both are at top_right

      posted in Troubleshooting
      C
      codac
    • Title of two modules in one line

      Hi guys,

      I’m using two modules (MMM-DWD-WarnWeather and the default Calendar Module).
      Somehow the titles of both modules are in one line, but the content is undeaneath each other.
      What can I do (CSS?) in order to get the title of the calendar Module underneath the content of the MMM-DWD-WarnWeather module?

      I’ve tried it with padding-bottom, but it just shifts the MMM-DWD-WarnWeather content further down, the title remains where it is.

      Any suggestions?Screenshot 2022-12-12 163342.jpg

      posted in Troubleshooting
      C
      codac
    • MMM-GrafanaChart panels side by side

      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?

      posted in Troubleshooting
      C
      codac
    • RE: Black Screen Of Death After Couple of Hours

      @sdetweil
      Well by default the pi bootens up and MagicMirror shows in full screen mode until the screen goes black again after a couple of hours.
      But I havent started a browser in full screen mode manually yet.

      posted in Troubleshooting
      C
      codac
    • RE: Black Screen Of Death After Couple of Hours

      @sdetweil and @karsten13
      I am running the client on a Raspberry Pi. There I do get the electron errors and the screen goes black.
      I think it might be in correlation with 2.18.0 of mm or with updating the containers with watchtower?!

      posted in Troubleshooting
      C
      codac
    • RE: Black Screen Of Death After Couple of Hours

      @karsten13

      docker ps
      

      the status says “Up 3 days”. This is due to Watchtower I think as the container got updated.
      When this happens and the screen gets black, I do restart the client which continues to produce black screens.

      Here is the output of

      docker logs magicmirror
      

      I can only find one starting sequence.

      copy default modules to host ...
      rm: cannot remove '/opt/magic_mirror/modules/default/compliments': Device or resource busy
      copy css files to host ...
      chown modules and config folder ...
      timezone is Europe/Berlin
      start magicmirror
      
      > magicmirror@2.18.0 server
      > node ./serveronly
      
      [09.02.2022 07:01.18.543] [LOG]   Starting MagicMirror: v2.18.0
      [09.02.2022 07:01.18.547] [LOG]   Loading config ...
      [09.02.2022 07:01.18.612] [LOG]   Loading module helpers ...
      [09.02.2022 07:01.18.613] [LOG]   No helper found for module: alert.
      [09.02.2022 07:01.18.620] [LOG]   Initializing new module helper ...
      [09.02.2022 07:01.18.624] [LOG]   Module helper loaded: updatenotification
      [09.02.2022 07:01.18.626] [LOG]   No helper found for module: clock.
      [09.02.2022 07:01.18.628] [LOG]   No helper found for module: MMM-Traffic.
      [09.02.2022 07:01.18.671] [LOG]   Initializing new module helper ...
      [09.02.2022 07:01.18.672] [LOG]   Module helper loaded: MMM-RMV
      [09.02.2022 07:01.18.797] [LOG]   Initializing new module helper ...
      [09.02.2022 07:01.18.797] [LOG]   Module helper loaded: MMM-Tankerkoenig
      [09.02.2022 07:01.19.242] [LOG]   Initializing new module helper ...
      [09.02.2022 07:01.19.242] [LOG]   Module helper loaded: MMM-Formula1
      [09.02.2022 07:01.19.289] [LOG]   Initializing new module helper ...
      [09.02.2022 07:01.19.290] [LOG]   Module helper loaded: MMM-soccer
      [09.02.2022 07:01.19.312] [LOG]   Initializing new module helper ...
      [09.02.2022 07:01.19.313] [LOG]   Module helper loaded: MagicMirror-FootballLeagues
      [09.02.2022 07:01.19.314] [LOG]   No helper found for module: weather.
      [09.02.2022 07:01.19.314] [LOG]   No helper found for module: MMM-WeatherChart.
      [09.02.2022 07:01.19.341] [LOG]   Initializing new module helper ...
      [09.02.2022 07:01.19.341] [LOG]   Module helper loaded: MMM-DWD-WarnWeather
      [09.02.2022 07:01.19.438] [LOG]   Initializing new module helper ...
      [09.02.2022 07:01.19.439] [LOG]   Module helper loaded: calendar
      [09.02.2022 07:01.19.439] [LOG]   No helper found for module: MMM-WiFiPassword.
      [09.02.2022 07:01.19.440] [LOG]   No helper found for module: compliments.
      [09.02.2022 07:01.19.688] [LOG]   Initializing new module helper ...
      [09.02.2022 07:01.19.689] [LOG]   Module helper loaded: MMM-NewsAPI
      [09.02.2022 07:01.20.305] [LOG]   Initializing new module helper ...
      [09.02.2022 07:01.20.306] [LOG]   Module helper loaded: MMM-COVID19-AMPEL
      [09.02.2022 07:01.20.306] [LOG]   All module helpers loaded.
      [09.02.2022 07:01.20.383] [LOG]   Starting server on port 8080 ...
      [09.02.2022 07:01.20.387] [WARN]  You're using a full whitelist configuration to allow for all IPs
      [09.02.2022 07:01.20.392] [LOG]   Server started ...
      [09.02.2022 07:01.20.393] [LOG]   Connecting socket for: updatenotification
      [09.02.2022 07:01.20.394] [LOG]   Starting module helper: updatenotification
      [09.02.2022 07:01.20.394] [LOG]   Connecting socket for: MMM-RMV
      [09.02.2022 07:01.20.395] [LOG]   node helper: MMM-RMV
      [09.02.2022 07:01.20.395] [LOG]   Connecting socket for: MMM-Tankerkoenig
      [09.02.2022 07:01.20.396] [LOG]   Starting module helper: MMM-Tankerkoenig
      [09.02.2022 07:01.20.396] [LOG]   Connecting socket for: MMM-Formula1
      [09.02.2022 07:01.20.396] [LOG]   Starting module: MMM-Formula1
      [09.02.2022 07:01.20.397] [LOG]   Connecting socket for: MMM-soccer
      [09.02.2022 07:01.20.397] [LOG]   Starting module helper: MMM-soccer
      [09.02.2022 07:01.20.398] [LOG]   Connecting socket for: MagicMirror-FootballLeagues
      [09.02.2022 07:01.20.398] [LOG]   MagicMirror-FootballLeagues Started...
      [09.02.2022 07:01.20.399] [LOG]   Connecting socket for: MMM-DWD-WarnWeather
      [09.02.2022 07:01.20.399] [LOG]   MMM-DWD-WarnWeather helper started...
      [09.02.2022 07:01.20.400] [LOG]   Connecting socket for: calendar
      [09.02.2022 07:01.20.400] [LOG]   Starting node helper for: calendar
      [09.02.2022 07:01.20.401] [LOG]   Connecting socket for: MMM-NewsAPI
      [09.02.2022 07:01.20.401] [LOG]   Starting node_helper for module: MMM-NewsAPI
      [09.02.2022 07:01.20.402] [LOG]   Connecting socket for: MMM-COVID19-AMPEL
      [09.02.2022 07:01.20.402] [LOG]   Starting node helper for: MMM-COVID19-AMPEL
      [09.02.2022 07:01.20.403] [LOG]   Sockets connected & modules started ...
      [09.02.2022 07:01.20.403] [LOG]
      Ready to go! Please point your browser to: http://0.0.0.0:8080
      

      In the docker UI “activate automatic restart” is disabled.

      posted in Troubleshooting
      C
      codac
    • RE: Black Screen Of Death After Couple of Hours

      @karsten13
      OS is Buster
      Raspberry Pi 3 Model B Rev 1.2
      MagicMirror Version 2.18.0
      Running as a client with PM2 on startup.
      Connecting to your MagicMirror Docker on a Synology as a server.

      posted in Troubleshooting
      C
      codac
    • 1
    • 2
    • 3
    • 4
    • 5
    • 1 / 5