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

Help me to level up my Magic Mirror

Scheduled Pinned Locked Moved General Discussion
6 Posts 2 Posters 411 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.
  • U Offline
    ufransa
    last edited by Nov 10, 2024, 9:05 PM

    Hi all! At the moment I’m using the basics: weather, time, news, and calendar (though I’m not entirely happy with this setup, as the style isn’t very user-friendly, and I’m not confident enough to make many changes. Currently, I’m using CalendarExt2). I’d love to know what you all are using right now, just to get a couple of ideas. If you could share your code, I’d really appreciate it so in that case I can just copy and paste and start to play with your examples. I’ll go first—I’m using it on a non-touchable portrait screen.

    THANKS A LOT TO ALL !!!

    Module: MMM-CalendarExt2 https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/tree/main

    7693e54d-1996-4ddb-8b8e-5a39f6ed5de1-imagen.png

    Sorry for the pics, I don´t know how to copy and paste de code from the raspberry T-T

    68196dc2-2442-4708-a657-48905d1a690f-imagen.png
    b8e1fac2-5329-4820-80fb-fc942c7ca77e-imagen.png

    S 1 Reply Last reply Nov 10, 2024, 9:11 PM Reply Quote 0
    • S Offline
      sdetweil @ufransa
      last edited by Nov 10, 2024, 9:11 PM

      @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 Nov 11, 2024, 7:53 AM Reply Quote 0
      • U Offline
        ufransa @sdetweil
        last edited by Nov 11, 2024, 7:53 AM

        @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 Nov 11, 2024, 5:17 PM Reply Quote 0
        • U Offline
          ufransa @sdetweil
          last edited by Nov 11, 2024, 8:45 AM

          @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 Nov 11, 2024, 5:17 PM Reply Quote 0
          • S Offline
            sdetweil @ufransa
            last edited by Nov 11, 2024, 5:17 PM

            @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 Nov 11, 2024, 5:33 PM Nov 11, 2024, 5:17 PM

              @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
              1 / 1
              • First post
                2/6
                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