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

    Babene1

    @Babene1

    Project Sponsor
    10
    Reputation
    1.2k
    Profile views
    55
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    Babene1 Unfollow Follow
    Project Sponsor

    Best posts made by Babene1

    • RE: MMM-SystemStats (cpu temp/load, fre ram ...)

      i have a solution,
      it is only a comma missing in “MMM-SystemStats.js” in line 20

       baseURLSyslog: 'http://127.0.0.1:8080/syslog',
      
      posted in Utilities
      B
      Babene1
    • RE: Calendar - colourise events today?

      I found my solution. Maybe interesting for someone else too.

      custom.ccs

      
      table.small {
          border-collapse: collapse;
      }
      
      /* obere Linie */
      tr.dateheader.today td {
          border-top: 1px solid red;
      }
      
      /* untere Linie */
      tr.dateheader.today + tr.event.today:last-child td,
      tr.event.today + tr:not(.today) td {
          border-top: 1px solid red;
      }
      
      /* linke und rechte Linie */
      tr.today td:first-child {
          border-left: 1px solid red;
      }
      
      tr.today td:last-child {
          border-right: 1px solid red;
      }
      
      posted in Troubleshooting
      B
      Babene1
    • RE: Where are you from?

      Munich, Germany

      posted in General Discussion
      B
      Babene1
    • RE: MMM-GrafanaCharts page not found with Grafana 8.0.6

      i found the problem, in my case the “panelId” was the problem.
      I don’t know if the problem only occurs in Version 8 from graval or if an configuration misstake in my grafan evironments.
      I delete in MMM-GrafanCharts.js files the panelId in the iframe.src URL and now it works

      posted in Troubleshooting
      B
      Babene1
    • MagicMirror on second Monitor

      I use a raspberry Pi 4 with two 24“ monitors. I want to start with one magicmirror on monitor 2 and a second instanc on monitor 1.
      First step is to start MagicMirror on monitor 2, with option „electronOptions:{ x:1920 },“
      in config.js

      I start magicmirror with command „npm run start“ and dependent with monitor is the terminal window opens the Magicmirror. If terminal is on monitor 1 start magicmirror is on monitor 1.
      If terminal is on monitor 2 start magicmirror is on monitor 2.
      Same problem when i start the MagicMirroc with pm2.

      I think i have two seperate monitor not 1 monitor with resulation 3840 pixel.
      Is this a problem but what is the solution?
      MagicMirrorraspi4_2.jpg
      Thank you for any tips

      posted in Troubleshooting
      B
      Babene1
    • RE: Search for 3d printed case for raspberry

      I found this one, I it not optimal but for me it works.
      https://www.thingiverse.com/thing:2794643

      I set you drill hole for raspberry and use space.

      0_1550647062985_ForumKlein.jpg

      Thank you for your help and inspiration

      posted in Hardware
      B
      Babene1
    • RE: MMM-Lunartic

      thank you for the module, it is fantastic.

      a little mistake in “de.json”

      not

      "Wanning Gibbous Moon": abnehmender Mond"
      

      better:

      "Waning Gibbous Moon": abnehmender Mond"
      
      posted in Education
      B
      Babene1

    Latest posts made by Babene1

    • RE: Calendar - colourise events today?

      I found my solution. Maybe interesting for someone else too.

      custom.ccs

      
      table.small {
          border-collapse: collapse;
      }
      
      /* obere Linie */
      tr.dateheader.today td {
          border-top: 1px solid red;
      }
      
      /* untere Linie */
      tr.dateheader.today + tr.event.today:last-child td,
      tr.event.today + tr:not(.today) td {
          border-top: 1px solid red;
      }
      
      /* linke und rechte Linie */
      tr.today td:first-child {
          border-left: 1px solid red;
      }
      
      tr.today td:last-child {
          border-right: 1px solid red;
      }
      
      posted in Troubleshooting
      B
      Babene1
    • RE: Calendar - colourise events today?

      @sdetweil It works,thank you very match.

      Do you know, how do you get a red border around the entire today? The border should go around all today’s calendar entries.

      posted in Troubleshooting
      B
      Babene1
    • RE: Calendar - colourise events today?

      @RGN01 Hello, I am also looking for a solution to this problem, did you find anything here?

      posted in Troubleshooting
      B
      Babene1
    • RE: MMM-Cookidoo

      Thank you very much for the module, it’s fantastic

      posted in Utilities
      B
      Babene1
    • RE: MMM-PIR-Sensor with Radar sensor( RCWL-0516)

      Does anyone have a nice housing for the sensor RCWL-0516? Mounting on a wooden frame, such as this one from the PIR

      PIR-Gehäuse.png

      Thank you

      posted in Troubleshooting
      B
      Babene1
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      Ich hab die einfache Konfig verwendet:

      {
        module: 'MMM-soccer',
        position: 'top_right',
        config: {
          provider: {
            'football-data': {
              apiKey: 'XXX'
            }
          },
          competitions: [
            {
              code: 'BL1',
              scorers: {
                provider: 'football-data',
                maxEntries: 5
              }
            },
          ]
        }
      }
      
      

      I have this error:

      [ERROR] [MMM-soccer]: SoccerError: FETCHING_SCORERS
      at Object.fetchScorers (/home/pi/MagicMirror/modules/MMM-soccer/provider/football-data/provider.js:110:15)
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      at async Class.createSingleRequest (/home/pi/MagicMirror/modules/MMM-soccer/node_helper.js:86:30)
      at async Promise.all (index 0)
      at async Class.makeRequests (/home/pi/MagicMirror/modules/MMM-soccer/node_helper.js:97:27) {
      competition: ‘BL1’,
      provider: ‘football-data’
      }

      posted in Sport
      B
      Babene1
    • RE: MagicMirror on second Monitor

      You are absolutely brilliant, now it works.
      I change in “raspi-config” to x11 desktop environment and now magicmirror run on second monitor.

      Thank you all for your tips

      posted in Troubleshooting
      B
      Babene1
    • MagicMirror on second Monitor

      I use a raspberry Pi 4 with two 24“ monitors. I want to start with one magicmirror on monitor 2 and a second instanc on monitor 1.
      First step is to start MagicMirror on monitor 2, with option „electronOptions:{ x:1920 },“
      in config.js

      I start magicmirror with command „npm run start“ and dependent with monitor is the terminal window opens the Magicmirror. If terminal is on monitor 1 start magicmirror is on monitor 1.
      If terminal is on monitor 2 start magicmirror is on monitor 2.
      Same problem when i start the MagicMirroc with pm2.

      I think i have two seperate monitor not 1 monitor with resulation 3840 pixel.
      Is this a problem but what is the solution?
      MagicMirrorraspi4_2.jpg
      Thank you for any tips

      posted in Troubleshooting
      B
      Babene1
    • RE: MMM-Scenes2

      @MMRIZE
      Yes, I think the problem is due to the “MMM-iFrameReload” module. I’m now using the module “MMM-SmartWebDisplay” so far no problem :-)

      posted in Troubleshooting
      B
      Babene1
    • RE: MMM-Scenes2

      Result of my test:

      • ListenpunktUsing “external_broqwser=firefox” no improvement, after about 1 hour no changes from the modul.

      • ListenpunktWith “animation: null”, no improvement, after about 1 hour no changes from the modul.

      • ListenpunktWith default clock and calendar, no problem (test run about 2,5 hours)

      Next test, with just an iframe module and the MMM-Simple Logo module. This module combination could be a solution for me

      posted in Troubleshooting
      B
      Babene1