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.

    Magic Mirror continuously resets when I view from browser

    Scheduled Pinned Locked Moved Solved Troubleshooting
    15 Posts 2 Posters 1.6k 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 @Dexter1088
      last edited by

      @Dexter1088 do you have the fix on?

      https://forum.magicmirror.builders/topic/19282/version-2-30-0-calendar-fix-for-clipping-broadcast-events

      i dont see server restart

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      D 1 Reply Last reply Reply Quote 0
      • D Offline
        Dexter1088 @sdetweil
        last edited by

        @sdetweil
        I do, after some troubleshooting I think the error is with how I have the Calendar ext3 config setup.
        Soon as I take this code out, everything works fine from browser and no resets.
        I will look it over make sure I’m not doing something wrong.

        /*/ CALENDAR EXT3
        	
                {
                    module: "MMM-CalendarExt3",
                    pages: {
                       
                        calendar: "middle_center"
                    },
                    config: {
                        mode: "month",
                        instanceId: "Main_Calendar",
                        locale: "en-US",
        		maxEventLines: 5,
                        firstDayOfWeek: 1,
                        monthIndex: 0,
                        calendarSet: 
        		[
                            'Calendar 1',
                            'Calendar 2',
        		    'Calendar 3',
        		    'Calendar 4'
                        ],
        		
                        fontSize: "18x",
        		eventHeight: "22px",
                        useSymbol: true,
                        displayLegend: true,
                        cellDateOptions: {
                            month: "short",
                            day: "numeric"
                        },
                        headerWeekDayOptions: {
                            weekday: "long"
                        },
                        eventTimeOptions: {
                            timeStyle: "short"
                        },
                        animationSpeed: 1000,
                        skipPassedEventToday: false,
                        showMore: true,
                        useMarquee: false,
        
         refreshInterval: 1000000 ,
            scanInterval: 100000,                      
            broadcastPastEvents: true
                    }, 
        
        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @Dexter1088
          last edited by

          @Dexter1088 broadcastPastEvents is a default cal parm

          what is the pages:{} thing

          not in ext3

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          D 2 Replies Last reply Reply Quote 0
          • D Offline
            Dexter1088 @sdetweil
            last edited by

            @sdetweil

            https://github.com/edward-shen/MMM-pages

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

              @sdetweil

              That’s the problem though, soon as I take out the pages, the web view works fine. something fishy with it. Weird it works on the Raspberry Pi directly just fine.

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

                @Dexter1088 ok. thats not the correct config

                if you use the classes approach
                classes: at each module

                otherwise the module names are in the page definitions

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • D Offline
                  Dexter1088 @Dexter1088
                  last edited by

                  I’m an idiot, sorry its not MMM-Pages its MMM-Page selector…

                  https://github.com/Veldrovive/MMM-Page-Selector

                  I’m working with it now to see if I have it in the wrong spot, but it’s defiantly what is causing the constant reboots/refresh’s. Thanks!

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    Dexter1088
                    last edited by

                    Does anyone know or have an alternative module to MMM-Page-Selector?
                    The problem is defiantly with that module, and I can’t seem to find a good work around. Soon as I view it from the browser it goes nuts and refresh’s over and over.

                    I’m just looking for something that will allow me to set different pages I can view like “Home, Calendar, tasks”

                    Thanks!

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

                      @Dexter1088 i’m leaving off the mmm

                      pages, carousel, modulesrotation

                      see the third party list linked in the top menu here

                      pages lets you use arbitrary names for the pages

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      D 1 Reply Last reply Reply Quote 0
                      • D Dexter1088 has marked this topic as solved on
                      • D Offline
                        Dexter1088 @sdetweil
                        last edited by

                        @sdetweil
                        Thankyou, went with MMM-Pages and no more refresh issues, thanks!

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