• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Compliments region size

Scheduled Pinned Locked Moved Unsolved Troubleshooting
17 Posts 2 Posters 2.9k Views 2 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.
  • S Offline
    sdetweil @0livia
    last edited by Dec 29, 2022, 1:42 PM

    @0livia the default classes provide 3 different settings

    size
    stroke size
    color

    xlarge
    thin
    bright

    u only set 1, thin.

    why so hard, mm is a web page, using std html and styles. and every module does their own thing.

    good or bad, the tools are detailed and cover a large area of configurability.

    there are people that spend their entire careers working on ‘good’ look and feel.

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • 0 Offline
      0livia
      last edited by Dec 29, 2022, 2:09 PM

      @sdetweil yes i set one thing which would be enough i do not needed anything just reduce the size that is it.

      yes maybe it is a standard webpage i do not argue all i say is that it is complacated, brackets, dots, etc etc a lot of silly things which makes the mirror crash if too much dots etc etc

      that is why i said that it is good for programers, and people with plenty of time.
      As a noon programer, the details are not very informative to a R1 user even if it is covered. For example no proper example just look at the image what you upload. I would not have clue if you did not write an example how to use. I respect for those ppl, but why so hard to write the documetation with examples for stupid users like me.
      I built the mirror in 2017 it was working ok and not needed any help to make it work,than an upgrade came which crashed the mirror. (like windows :D ) My parents asked me to repair the mirror, but have no time to debug things. So the end of the year i reinstalled the whole thing, and it is just a chaos for me, ’ cos whatever module I tried to install all goes wrong started with the futar, now it is the compliments thing, and see there is still no solution what the hack is going on. But it s a standard webpage :)
      See the config file above - it was all working, I copied back the config and still no joy. So you canot say that this a standrd webpage, it is more than that as it uses electron ,node and so on. This thing needs to make it easier to configure, or set things. What is obvious for a programer is not obvious for stupid user who would like to use it and even donate the project. Because it is complicated and spending time on it and gives no joy, it makes me angry and just give up :)

      S 1 Reply Last reply Dec 29, 2022, 2:31 PM Reply Quote 0
      • S Offline
        sdetweil @0livia
        last edited by Dec 29, 2022, 2:31 PM

        @0livia yes it’s a challenge to build and maintain.

        sadly the mmm-futar module author hasn’t updated his module to match MagicMirror changes from 2 years ago.

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        0 1 Reply Last reply Dec 29, 2022, 2:44 PM Reply Quote 0
        • 0 Offline
          0livia @sdetweil
          last edited by Dec 29, 2022, 2:44 PM

          @sdetweil yes it is nothing wrong with building and maintaining as long as it is straight forward (like linux) but as i said it is not straight forward.
          Anyway do you know what could be the problem now, as my mirror has the original working config js which worked until i started to make changes to the complement module? It is not even showing up on the screen. no error message nothing, so the config file should be ok, but why there is not showing up the module?

          Maybe this is a bug?

          S 1 Reply Last reply Dec 29, 2022, 2:52 PM Reply Quote 0
          • S Offline
            sdetweil @0livia
            last edited by Dec 29, 2022, 2:52 PM

            @0livia not a bug.

            we removed some libraries that were discontinued. many module developers didn’t know how to describe their module dependencies, so they didn’t.

            futar has this problem

            now mm crashes cause the lib is missing

            if u had used my upgrade script I would have fixed this for you.

            I wrote this 6 releases ago to help users work around the problem(s)
            https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later/1

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            0 1 Reply Last reply Dec 29, 2022, 4:46 PM Reply Quote 0
            • 0 Offline
              0livia @sdetweil
              last edited by Dec 29, 2022, 4:46 PM

              @sdetweil thank you for the script! I do not know if it was available on that time when the update came out, so i did the upgrade as it was in TFM. And boom it crashed, i tried to figure out what was the problem even reading log files. I was ok fak it. As my parents kept asking me about the mirrror so decided to rebuild again. And the thing is this project runs a few xears now and it has not changed the “user interface” to make it easier to setup the modules. You know what, the project should develope in a better way to make this project available to ppl who do not have those programing skills. I mean it would be great for example if all the settings would be available in the modules and the user can choose what he/she activate with a toggle button or what so ever, and not playing around with config files and npm install npm start and all tha crazy stuff. As i said it is ok for programers whom actually write the modules or the core system. But if you want bormal users to participate in the project than i think it should be a good way to reduce the complicty to configure a module or install a module.
              Anyway do we know why the compliment module gone? :)

              S 1 Reply Last reply Dec 29, 2022, 5:12 PM Reply Quote 0
              • S Offline
                sdetweil @0livia
                last edited by Dec 29, 2022, 5:12 PM

                @0livia why gone? bad css?

                rename custom.css css.save

                remove the classes from config entry
                (do one at a time)

                mm config easier

                u can try my MMM-Config module which presents a form for mm and module config.
                https://github.com/sdetweil/MMM-Config

                but it’s not perfect, as I try to discover things not documented by module authors.
                most of the time it’s great, but sometimes it crashes too.

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                0 1 Reply Last reply Dec 29, 2022, 5:43 PM Reply Quote 0
                • 0 Offline
                  0livia @sdetweil
                  last edited by Dec 29, 2022, 5:43 PM

                  @sdetweil no there is no custom.css file - removed
                  config.js file has been overwritten with the working one.

                  so basicly the config and all files are remain the same as it was working earlier.

                  That is why i do not understand what is going on because all the working files were loaded, so the compliment should appear on screen.

                  That is why I asked is it a kind of bug.?

                  S 1 Reply Last reply Dec 29, 2022, 5:47 PM Reply Quote 0
                  • S Offline
                    sdetweil @0livia
                    last edited by Dec 29, 2022, 5:47 PM

                    @0livia I do not know…

                    show.me the mm startup messages from npm start or pm2 logs --lines=50

                    pm2 flush will throw away all prior messages

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    0 1 Reply Last reply Dec 29, 2022, 5:59 PM Reply Quote 0
                    • 0 Offline
                      0livia @sdetweil
                      last edited by Dec 29, 2022, 5:59 PM

                      @sdetweil i do not use pm2, when i have got time i ll give you log this is next year as im going to greece to get ddfdsking orange with the truck. So happy new year guys

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 2 / 2
                      2 / 2
                      • First post
                        12/17
                        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