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

Google Calendar issues

Scheduled Pinned Locked Moved Unsolved Troubleshooting
17 Posts 3 Posters 2.7k Views 3 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.
  • 1 Offline
    1lolo94 @sdetweil
    last edited by Jan 28, 2024, 10:18 PM

    @sdetweil - Thanks for the reply - fixed it and same issue :(

    S 1 Reply Last reply Jan 28, 2024, 10:46 PM Reply Quote 0
    • S Offline
      sdetweil @1lolo94
      last edited by Jan 28, 2024, 10:46 PM

      @1lolo94 ok that’s not the default calendar, so I don’t know.

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S 1 Reply Last reply Jan 28, 2024, 10:47 PM Reply Quote 0
      • S Offline
        sdetweil @sdetweil
        last edited by Jan 28, 2024, 10:47 PM

        @1lolo94 if you use the url in a browser does it download the ICS file?

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 1 Reply Last reply Jan 28, 2024, 10:52 PM Reply Quote 0
        • 1 Offline
          1lolo94 @sdetweil
          last edited by Jan 28, 2024, 10:52 PM

          @sdetweil Yes it does.

          S 1 Reply Last reply Jan 28, 2024, 11:38 PM Reply Quote 0
          • S Offline
            sdetweil @1lolo94
            last edited by Jan 28, 2024, 11:38 PM

            @1lolo94 can u show the messages were you start mm, npm start .

            if you use pm2, then

            pm2 logs --lines=50

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 2 Replies Last reply Jan 28, 2024, 11:49 PM Reply Quote 0
            • 1 Offline
              1lolo94 @sdetweil
              last edited by Jan 28, 2024, 11:49 PM

              @sdetweil - can you explain more on what you’re requesting? Sorry!! I just started all this last night

              S 1 Reply Last reply Jan 29, 2024, 12:03 AM Reply Quote 0
              • S Offline
                sdetweil @1lolo94
                last edited by Jan 29, 2024, 12:03 AM

                @1lolo94 when MagicMirror starts, using the command npm start, the components that run on the server side output message to the terminal window.

                if you used my script to install, and said yes to use pm2 to autostart,

                then the pm2 command launches a little script, which issues the npm start command, and captures that output for display or review later.

                then you can use the command

                pm2 logs --lines=nnn

                where nnn is a number of lines to display. default 15

                one thing to know about Linux.
                by convention, each command outputs it’s command parms when executed with --help

                so
                pm2 --help

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • 1 Offline
                  1lolo94 @sdetweil
                  last edited by Jan 29, 2024, 12:07 AM

                  @sdetweil tried it and this is what i see

                  [28.01.2024 19:05.36.543] [INFO] updatenotification: You are not using pm2

                  S 1 Reply Last reply Jan 29, 2024, 12:14 AM Reply Quote 0
                  • S Offline
                    sdetweil @1lolo94
                    last edited by Jan 29, 2024, 12:14 AM

                    @1lolo94 need more lines

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 1 Reply Last reply Jan 29, 2024, 12:17 AM Reply Quote 0
                    • 1 Offline
                      1lolo94 @sdetweil
                      last edited by Jan 29, 2024, 12:17 AM

                      @sdetweil

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

                      [28.01.2024 19:05.32.973] [LOG] Starting MagicMirror: v2.26.0
                      [28.01.2024 19:05.32.981] [LOG] Loading config …
                      [28.01.2024 19:05.32.986] [DEBUG] config template file not exists, no envsubst
                      [28.01.2024 19:05.32.993] [LOG] Loading module helpers …
                      [28.01.2024 19:05.32.996] [LOG] No helper found for module: alert.
                      [28.01.2024 19:05.33.066] [LOG] Initializing new module helper …
                      [28.01.2024 19:05.33.067] [LOG] Module helper loaded: updatenotification
                      [28.01.2024 19:05.33.069] [LOG] No helper found for module: clock.
                      [28.01.2024 19:05.33.070] [LOG] No helper found for module: MMM-MonthlyCalendar.
                      [28.01.2024 19:05.33.073] [LOG] No helper found for module: weather.
                      [28.01.2024 19:05.33.074] [LOG] All module helpers loaded.
                      [28.01.2024 19:05.33.091] [LOG] Starting server on port 8080 …
                      [28.01.2024 19:05.33.494] [LOG] Server started …
                      [28.01.2024 19:05.33.496] [LOG] Connecting socket for: updatenotification
                      [28.01.2024 19:05.33.498] [LOG] Starting module helper: updatenotification
                      [28.01.2024 19:05.33.499] [LOG] Sockets connected & modules started …
                      [28.01.2024 19:05.33.535] [LOG] Launching application.
                      [28.01.2024 19:05.36.493] [INFO] updatenotification: Updater Class Loaded!
                      [28.01.2024 19:05.36.494] [INFO] updatenotification: Checking PM2 using…
                      [28.01.2024 19:05.36.543] [INFO] updatenotification: You are not using pm2
                      [28.01.2024 19:05.36.681] [INFO] Checking git for module: MMM-MonthlyCalendar
                      [28.01.2024 19:05.36.718] [INFO] Checking git for module: MagicMirror
                      [28.01.2024 19:05.40.617] [LOG] Shutting down server…
                      [28.01.2024 19:05.40.618] [LOG] Stopping module helper: updatenotification
                      [28.01.2024 19:05.40.619] [LOG] Node_helpers stopped …

                      S 1 Reply Last reply Jan 29, 2024, 12:29 AM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        7/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