MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-FroniusSolar family modules

    Scheduled Pinned Locked Moved Utilities
    31 Posts 5 Posters 7.1k Views 5 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W Offline
      waynerob11 @waynerob11
      last edited by

      Hi Chris,

      Don’t know what I did but it’s all working now - only problem is all the circles are bunched up.
      Also, how can I enlarge and bold the fonts

      @waynerob11

      C W 2 Replies Last reply Reply Quote 0
      • C Offline
        chrisfr1976 @waynerob11
        last edited by

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

        Regards, Chris.

        1 Reply Last reply Reply Quote 0
        • W Offline
          waynerob11 @waynerob11
          last edited by

          @waynerob11 IMG_20250225_121645_713.jpg

          C 1 Reply Last reply Reply Quote 0
          • C Offline
            chrisfr1976 @waynerob11
            last edited by

            @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.

            Regards, Chris.

            W 1 Reply Last reply Reply Quote 0
            • W Offline
              waynerob11 @chrisfr1976
              last edited by

              @chrisfr1976 Changing it from 80 to 50 fixed the problem - thankyou

              C 1 Reply Last reply Reply Quote 0
              • C Offline
                chrisfr1976 @waynerob11
                last edited by

                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.

                Regards, Chris.

                1 Reply Last reply Reply Quote 0
                • 1
                • 2
                • 3
                • 4
                • 4 / 4
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy