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-ProfileSwitcher, A Profile/User/Layout Switching Module

    Scheduled Pinned Locked Moved Utilities
    userswitchprofilelayoutmodule
    91 Posts 21 Posters 133.3k Views 23 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.
    • 3 Offline
      3squaremirror
      last edited by

      having issue showing MMM-Profilepicture using MMM-ModuleScheduler and MMM-ProfileSwitcher.

      I’m trying to switch a day and night time image with profilepicture. Using modulescheduler to switch the image based on the time.

      As far as I can tell, each module is running correctly, as I’m not seeing any error in the console log.

      i think the issue has to do with LockStrings, and i don’t know how to fix it

      Will not show MMM-Profilepicture. LockStrings active: module_2_MMM-ProfileSwitcher
      

      my configs

      //////////////////// profile ///////////////////////////
      //////////////////// profile ///////////////////////////
              {
                  module: 'MMM-ProfileSwitcher',
                  disabled: false,
                  classes: 'default everyone',
                  config: {
                      // See 'Configuration options' for more information.
                          defaultClass: 'default',
                          everyoneClass: 'everyone',
                  }
              },
          
           {
              module: 'MMM-ModuleScheduler',
              disabled: false,
              classes: 'default everyone',
              config: {
                  notification_schedule: [
                      // SWITCH TO THE DAY PROFILE AT 07:30 EVERY DAY
                      {notification: 'CURRENT_PROFILE', schedule: '30 7 * * *', payload: 'day'},
                      // SWITCH TO THE NIGHT PROFILE AT 23:30 EVERY DAY
                      {notification: 'CURRENT_PROFILE', schedule: '30 18 * * *', payload: 'night'},
                  ]
              }
          },
          
              {
                  module: "MMM-Profilepicture",
                  position: "fullscreen_below",
                  classes: "day",
                  disabled: false,
                  config: {
                      url: "https://images.unsplash.com/photo-1623150502742-6a849aa94be4?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1980&q=80",
                      opacity: 1,
                      maxWidth: "120%",
                      maxHeight: "120%",
                  }
              },
          
              {
                  module: "MMM-Profilepicture",
                  position: "fullscreen_below",
                  classes: "night",
                  disabled: false,
                  config: {
                      url: "https://images.unsplash.com/photo-1620121692029-d088224ddc74?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1980&q=80",
                      opacity: 1,
                      maxWidth: "140%",
                      maxHeight: "140%",
                  }
              },
          ////////////////end profile //////////////////////////
      
      S 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @3squaremirror
        last edited by

        @3squaremirror don’t know, but please don’t double post.

        members with reputation below 2 have every post reviewed.

        this stops the unrelated spam we get every day (6 this morning).

        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 @3squaremirror
          last edited by

          @3squaremirror yes. profileswitcher says it’s in charge of hiding and showing modules (via lockstring)

          so. can u force profile switcher to switch to that users profile?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          3 1 Reply Last reply Reply Quote 0
          • 3 Offline
            3squaremirror @sdetweil
            last edited by

            @sdetweil my apology about the double posting, it’s noted. i am not clear on how to force profile switcher to switch. can you elaborate that?

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

              @3squaremirror sorry, no idea. was just a thought. know nothing about the module

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              wishmaster270W 1 Reply Last reply Reply Quote 1
              • wishmaster270W Offline
                wishmaster270 Module Developer @sdetweil
                last edited by

                @3squaremirror
                Do you use any other modules which may hide/show modules?
                If i copy your configuration to my test environment and add some notifications (change day/night every minute) everything works as expected.

                3 1 Reply Last reply Reply Quote 0
                • 3 Offline
                  3squaremirror @wishmaster270
                  last edited by

                  @wishmaster270 i also use the Touch and Pages module.

                  wishmaster270W 1 Reply Last reply Reply Quote 0
                  • wishmaster270W Offline
                    wishmaster270 Module Developer @3squaremirror
                    last edited by

                    @3squaremirror
                    I think the problem is the pages module. It uses lockstrings as well and may block the module of being shown.
                    Tried combining pages and profiles a view years ago and had very similar problems.

                    But you can ralize all you can do with MMM-pages and MMM-page-indicator with MMM-ProfileSwitcher and MMM-ProfileControl. So there is no need to mix Pages and Profiles.

                    3 1 Reply Last reply Reply Quote 0
                    • 3 Offline
                      3squaremirror @wishmaster270
                      last edited by

                      @wishmaster270 thank you, i think you’re right. i read about forcing a module to unhide the lockstring. not sure how to get that done.

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

                        @3squaremirror some code needs to use the force parameter on the show() or hide() functions.

                        but I can’t tell from the log which code issued the show/hide. only that the profileswitcher had it locked

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 6
                        • 7
                        • 8
                        • 9
                        • 10
                        • 10 / 10
                        • 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