MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Peter_Froberg
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Groups 0

    Peter_Froberg

    @Peter_Froberg

    0
    Reputation
    246
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Peter_Froberg Unfollow Follow

    Latest posts made by Peter_Froberg

    • RE: MMM-Page-Selector: A page switcher that can set positions of modules

      @veldrovive Thanks, for the reply. I finnaly did find the problem. It was as always a typo from my side. I have now konverted the config to the “second” config option which I like better as I can gather all the pages config in one section.
      Thanks for a greate module :)

      posted in System
      P
      Peter_Froberg
    • RE: MMM-Page-Selector: A page switcher that can set positions of modules

      I can’t get this to work on my mirrror.
      I don’t know what can be missing.
      I have installed both MMM-Page-Selector and MMM-page-indicator. The Indicator shows up nice and easy, but I have create 3 pages and it only shows 2 and when I click one of the circles from MMM-Page-indicator it does not switch page.

      I have tried to use MMM-Pages and there it works just fine.

      My config is for MMM-Page_selector is:

      {
      			module: "MMM-Page-Selector",
      			position: "top_bar",
      			config: {
      				defaultPage: "domoticz",
      				displayTitle: true,
      				 selectPageNotif: ["SELECT_PAGE"],
      				 incrementPageNotif: ["PAGE_UP"],
      				 decrementPageNotif: ["PAGE_DOWN"]
      			}
      		},
      

      and my config for MMM-page-indicator is:

      {
              module: "MMM-page-indicator",
              position: "bottom_bar",
              pages: "all",
      		config: {
      			 pages: 3,
                       }
          }
      

      I have tried with and without pages:3 in the MMM-page-indicator config

      Greatful for some guidens

      /Peter

      posted in System
      P
      Peter_Froberg