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-CalendarExt3 Not showing on some clients

    Scheduled Pinned Locked Moved Solved Troubleshooting
    8 Posts 3 Posters 486 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.
    • O Offline
      odin_greythorn
      last edited by sdetweil

      Hello all,

      I’m new to magic mirror but somewhat experienced with linux/rpis. I’m running magic mirror in docker on a linux server as a host and attempting to build a little station as a client with a raspberry pi 3 b+. Why? I already had the server up and wanted to just use the pi as a client in hopes that it would run faster.
      I have the host service up and running how I’d like it (default calendar module with 4 google calendars, MMM-CalendarExt3, MMM-BackgroundSlideshow, default clock, default weather module current + forecast).

      So my issue is that when viewing the hosted page on any PC or mobile device, I can see my configured MMM-CalendarExt3 module perfectly, but when viewing from the pi, it’s not there. Everything else loads and displays properly except for the monthly calendar view.
      The pi setup is a bit weird - I am running fullpageos as the image (based on bullseye I think) and the attached display is a salvaged laptop screen with an ebay display driver board. I couldn’t get regular kiosk mode to work at all for this setup, which prompted me to try out this image.

      Here’s my module config for CExt3, and I don’t see any issues in the logs, but I can post that too if more info is needed. I have also tried commenting out every module except for CExt3 and using the fullscreen_above position to be sure there wasn’t any interference and I still got nothing showing for the pi

      {
      				module: "MMM-CalendarExt3",
      				position: "bottom_center",
      				title: "Family Calendar",
      				config: {
      					weekIndex: 0,
      					useMarquee: true,
      					weeksInView: 3,
      					eventTransformer: (ev) => {
      						if(ev.calendarName === 'Birthdays') ev.color = 'darkorchid'
      						if(ev.calendarName === 'Holidays') ev.color = 'black'
      						if(ev.calendarName === 'me') ev.color = 'seagreen'
      						if(ev.calendarName === 'wife') ev.color = 'navy'
      						return ev
      					},
      				},
      			},
      
      S M O 3 Replies Last reply Reply Quote 0
      • O Offline
        odin_greythorn @sdetweil
        last edited by

        @sdetweil
        Aaaand this was it. - didn’t realize the version of chromium I was using was from two years ago.
        Solved - updating chromium browser to the most recent version + reboot immediately showed the missing module. Thank you.

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

          @odin_greythorn

          more than likely it is the age of the client browser

          Ext3 uses the latest JS language syntax… most older browsers do not support that
          see here for more info, including a link to a browser version table
          https://forum.magicmirror.builders/post/120448

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          O 1 Reply Last reply Reply Quote 0
          • M Offline
            MMRIZE @odin_greythorn
            last edited by

            @odin_greythorn said in MMM-CalendarExt3 Not showing on some clients:

            The pi setup is a bit weird - I am running fullpageos as the image (based on bullseye I think) and the attached display is a salvaged laptop screen with an ebay display driver board. I couldn’t get regular kiosk mode to work at all for this setup, which prompted me to try out this image

            Which browser are you using in the PI? Tell us your environment exactly.

            O 1 Reply Last reply Reply Quote 0
            • O Offline
              odin_greythorn @MMRIZE
              last edited by

              @MMRIZE it’s the default for onepageos, which is chromium browser. There are no custom mods to that image, it’s a stock install with the only modifications being my Wi-Fi network and the default displayed web page changed to my local server IP:port running magic mirror.

              M 1 Reply Last reply Reply Quote 0
              • O Offline
                odin_greythorn @odin_greythorn
                last edited by

                @odin_greythorn browser is for sure chromium, here is the output of chromium-browser --version:
                Chromium 98.0.4758.106 Built on Raspbian , running on Raspbian 11

                1 Reply Last reply Reply Quote 1
                • O Offline
                  odin_greythorn @sdetweil
                  last edited by

                  @sdetweil
                  Aaaand this was it. - didn’t realize the version of chromium I was using was from two years ago.
                  Solved - updating chromium browser to the most recent version + reboot immediately showed the missing module. Thank you.

                  S 1 Reply Last reply Reply Quote 0
                  • M Offline
                    MMRIZE @odin_greythorn
                    last edited by

                    @odin_greythorn
                    I need the front-end log for checking.

                    You can get the front-end log by;

                    • Ctrl+Shift+I to open front dev console on the running, or,
                    • npm run start:dev command, or,
                    • Use MMM-LogExt module to deliver front-end logs to the backend.
                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @odin_greythorn
                      last edited by

                      @odin_greythorn awesome. glad you could update without having to drag in any conflicting changes

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • S sdetweil has marked this topic as solved on
                      • 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