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.

    Help me to level up my Magic Mirror

    Scheduled Pinned Locked Moved General Discussion
    6 Posts 2 Posters 503 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 @ufransa
      last edited by

      @ufransa Ext2 is no longer under development. use Ext3 instead.

      ext3 uses the default calendar to read the ics and broadcast it fir other modules.

      one thing you can do that will help id install Winscp or Bitvise ssh clients on your windows machine.
      they will give you a file manager view of the pi files . then you can double click to edit with you pc editor.
      and you still get an ssh command window.

      you can also use your pc browser to access MagicMirror and use the developer’s window for css development

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      U 2 Replies Last reply Reply Quote 0
      • U Offline
        ufransa @sdetweil
        last edited by

        @sdetweil Hi ! How can I do this? “you can also use your pc browser to access MagicMirror and use the developer’s window for css development”

        S 1 Reply Last reply Reply Quote 0
        • U Offline
          ufransa @sdetweil
          last edited by

          @sdetweil Hi again ! I´m triying to set it up on my windows but when I use this command it shows this error and I don´t understand the reason.

          C:\Users\fjsc6\Desktop\MagicMirror>npm run start

          magicmirror@2.29.0 start
          DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

          “DISPLAY” no se reconoce como un comando interno o externo,
          programa o archivo por lotes ejecutable.

          And if try the command npm run server it shown all undefined on the page. Like this:

          baba4539-d808-4287-93e5-1e623f2583b7-imagen.png

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @ufransa
            last edited by

            @ufransa said in Help me to level up my Magic Mirror:

            Hi ! How can I do this? “you can also use your pc browser to access MagicMirror and use the developer’s window for css development”

            in the MagicMirror config.js

            change

            address:"0.0.0.0",
            ipWhitelist:[].
            

            this will allow any system on your local network to connect (its built configured as a thing on the wall, not a server)

            then on your desktop

            http://mm_server_address:MM_config:port
            

            my systems all have names in the local name server

            http://sams:8090
            or 
            http://raspberrypi:8080
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @ufransa
              last edited by sdetweil

              @ufransa said in Help me to level up my Magic Mirror:

              I´m triying to set it up on my windows but when I use this command it shows this error and I don´t understand the reason.

              from the doc
              https://docs.magicmirror.builders/getting-started/installation.html#other-operating-systems

              you didn’t make the required changes or run the extra steps

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • 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