MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. chrisfr1976
    3. Posts
    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 20
    • Posts 128
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-EventSearch - show events in your city from google

      @bugphunk The sliding option is a really nice idea. I’ve just implemented it to the code. If you discover any bugs or new improvement ideas please let me know :)

      posted in Entertainment
      C
      chrisfr1976
    • RE: MMM-EventSearch - show events in your city from google

      @bugphunk
      should be now fixed as well. Update the module.

      posted in Entertainment
      C
      chrisfr1976
    • RE: How to synchronize pictures from mobile to the MM?

      In addition if you use dropbox on a windows-pc you can fully manage the image folder there. rclone does the rest for you on the pi.

      posted in Troubleshooting
      C
      chrisfr1976
    • RE: How to synchronize pictures from mobile to the MM?

      Hi folks,

      I’m using rclone. I combined it with dropbox. In dropbox you can automate the image handling from *heic to *jpg. So I make a picture on my iPhone and send it to the dropbox folder. The rest is running completely in the background. That’s it…

      But Rclone can handle a lot of more services.

      posted in Troubleshooting
      C
      chrisfr1976
    • RE: MMM-EventSearch - show events in your city from google

      @lmhmm Hello Lorraine,

      I needed to fix the API request. Should be solved now. Update the module, please.

      I also needed to add a “maxResults” option. The new api call is much better. :)

      posted in Entertainment
      C
      chrisfr1976
    • RE: MMM-FroniusSolar family modules

      Hi folks,

      a new family-member has joined: MMM-FroniusSolar5.

      This adds the functionality to monitor and visualize solar energy data from multiple Fronius inverters simultaneously.

      See module for more information. If you have 2 or more Fronius Inverters running, give it a try.

      I am not completely sure if it works 100% stable since I have only 1 inverter. If you discover any problems open an issue.

      posted in Utilities
      C
      chrisfr1976
    • RE: Global module positioning

      Hello,

      there it is:

      MMM-GlobalPositioner

      “No conflicts with original module positioning” means that you do not need to touch the actual modules on the mirror. This module just grabs the existing ones and putz it in a new container.

      If you discover any issues, let me know. It is untested yet with “Pages” since I do not use it. But I hope it works.

      Example with debug: true,:

      Bild Text

      posted in Utilities
      C
      chrisfr1976
    • RE: MMM-GoogleMapsTraffic

      @kmanne
      Hi,
      I’ve just updated the code to a more robust solution with more log entry. Use git pull in the MMM-GoogleMapsTraffic-module folder.
      Check if it works for you. Check the console logs of any issues.

      posted in Troubleshooting
      C
      chrisfr1976
    • RE: MMM-GoogleMapsTraffic

      @kmanne I can check next weekend. I‘m not at home at the moment. .

      posted in Troubleshooting
      C
      chrisfr1976
    • RE: Global module positioning

      @sdetweil Hi, thanks for the hint. But my plan is a little different. I want to position the modules free on the the screen complete Independent from the given regions in a simple way (config entry with new coordinate-position).

      posted in Utilities
      C
      chrisfr1976
    • Global module positioning

      I‘m working on a module to reposition modules with global screen parameters like top:600, left: 1200.
      The positioned modules itself stays unchanged in the config.

      I need this for one single module only and yes, this can be done also with css. But i had some time for this idea today. Maybe helpful for others.

      A first version is promising at the moment and could be ready in the next days.

      My question is, if such a module already exists? I didn‘t find any.

      Like this:
      IMG_0221.jpeg

      posted in Utilities
      C
      chrisfr1976
    • MMM-FilterMonitor

      Hi,

      I just made a quick module as a reminder for myself to change the filters for my ventilation system.

      It monitors the Shelly power consumption of the system, providing visual alerts when filter maintenance is needed (based on adjustable power values - I’m still playing to find the correct value for my system).

      Maybe also useful for aquarium filters, HVAC systems, or any filter with power monitoring using a Shelly device.

      Features:
      ✔ Real-time Shelly power monitoring
      ✔ Color-coded status indicators
      ✔ Customizable alert thresholds
      ✔ Compact, clean display

      MMM-FilterMonitor

      Bild Text

      posted in Utilities
      C
      chrisfr1976
    • RE: MMM-GoogleMapsTraffic

      See also my fork: MMM-GoogleMapsTraffic.
      Runs fine without any issue since months.

      posted in Troubleshooting
      C
      chrisfr1976
    • MMM-Carousel CSS influence

      Hi,
      I used MMM-Carousel more or less since the beginning on my mirror (over 1 year :).

      A few days ago I discovered and issue in the “bottom_bar” region. The bottom bar was not in the bottom at all. It was shifted up like 30px. I searched for the issue but all I found in that region was the MagicMirror body.
      So I adjusted custom.css and even main.css. But without any change on that.
      Then I deactivated modules in other regions. And “uups”, after Carousel was disabled everything was fine again.

      So I reinstalled that module completely. rm -r MMM-Carousel and then again git clone ... instead of git pull. That solved that Issue. Maybe during the past some more has changed in that module or maybe there were some old node_modules inside (maybe npm install was necessary in the past. Don’t know).

      I just wat to tell this if someone is discovering the same behavior.

      posted in General Discussion
      C
      chrisfr1976
    • RE: MMM-FroniusSolar family modules

      @waynerob11 Hi,


      please check in your config.js the radius value. It should be Radius: 50,. In the beginning when I released the module there was a copy+paste error. The radius was 80.


      If you want to enlarge everything as I see the gauge radius on your mirror you need do go deeper into the MMM-FroniusSolar2.js file:

      • Adjust text size in // Main Text | // Sub Text area.
      • Modify gauge coordinates here:
              const positions = {
                  PV: { x: 75, y: 75 },
                  Grid: { x: 225, y: 75 },
                  Akku: { x: 75, y: 225 },
                  House: { x: 225, y: 225 }
              };
      
      • If everything is bigger modify also the view box:
                svg.setAttribute("viewBox", "0 -20 300 350"); // Adjusted viewBox to fix label cutoff
      

      The view box part is really annoying. It does not what you expect (The gauges do not have 50px. In fact everything is scaled in the viewbox). If you have a working status which might be useful for others, please share. I cannot support here since it is really tricky.

      posted in Utilities
      C
      chrisfr1976
    • RE: Slideshow for PDFs question

      @sdetweil

      Ö, no :)

      Where?

      posted in Forum
      C
      chrisfr1976
    • RE: Slideshow for PDFs question

      @sdetweil
      Hi,
      now also hosted PDF-files are supported. PDF with url have now the lead. The local pdfs/ folder is the fall-back if no URL is set or in case of any errors.

      But:
      Most remote PDF is being blocked due to Cross-Origin Resource Sharing restrictions. The server hosting the PDF (https://www.w3.org/… etc.) is not allowing MagicMirror to access its resource. So the server-side PDF is downloaded locally and saved in a folder. Once the file exists locally, the download isn’t performed again. So if the server pdf is updated then the local download must be deleted.

      • If a URL-PDF (or one single PDF) should be displayed change displayTime: 10000, to a higher value (avoid flickering)
      • If a downloaded and local pdf should be displayed then copy or move the pdf from the pdfURL to pdfs folder and leave the URL in the config blank.

      I think there are some optimizations in file handling possible and maybe a new PDF-URL can be sent with MMM-Remote module. But I won’t work on that any further. I will use the local folder in general (if I use the module at all - don’t know).

      posted in Forum
      C
      chrisfr1976
    • RE: Slideshow for PDFs question

      @sdetweil Hi, this is the rest of my tries to show the page in 100% in fullscreen mode. So if position is set to a fullscreen region then also the fullscreen flag must be activated.

      posted in Forum
      C
      chrisfr1976
    • RE: Slideshow for PDFs question

      @sdetweil

      Challenge accepted :)

      MMM-PDFSlideshow

      I had some time today so I sat down and created something. Maybe useful. I’ll upload some Asterix-pdf to my mirror.

      I’m happy with this status. If anyone needs modifications create a pull request. I’m not happy with the fullscreen behavior since the scaling does not work as expected (fullscreen always uses the full width, so a full page display is not nice in landscape orientation). But I do not really need this.

      posted in Forum
      C
      chrisfr1976
    • RE: MMM-FroniusSolar family modules

      @waynerob11
      Hi,
      please send a screenshot to understand clearly what you like to do.

      posted in Utilities
      C
      chrisfr1976
    • 1 / 1