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-Pages module all showing on one page

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    11 Posts 3 Posters 91 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.
    • H Offline
      hahawoooooo @sdetweil
      last edited by

      @sdetweil : Thanks for the help! Here’s what I copied from the dev console after filtering for “Page”:

      • Failed to load resource: the 8080/modules/MMM-page-indicator/MMM-page-indicator.js:1 server responded with a status of 404 (Not Found)

      • Refused to execute script from ‘http://localhost:8080/modules/MMM-page-indicator/MMM-page-indicator.js’ because its MIME type (‘text/html’) is not executable, and strict MIME type checking is enabled.

      • Refused to apply style from ‘http://localhost:8080/modules/MMM-pages/pages.css’ because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.

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

        @plainbroke thx… will look at it
        I added it with example params and it works with pages just fine…

        {
            module: "MMM-Adventskalender",
            classes:"page1",   // on my pages def
            position: "top_center",
            config: {
                backgroundImage: "/modules/MMM-Adventskalender/images/background.jpg",
                doorMargin: 30,
                moduleWidth: 800,
                moduleHeight: 600,
                autopen: true,
                autoopenat: "10:00",
            },
        },
        

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

          @hahawoooooo weird… none of those make sense…

          not found, then not executable
          and css… typically that means not found

          is this on a synology nas, and docker for MM??

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          H 1 Reply Last reply Reply Quote 0
          • H Offline
            hahawoooooo @sdetweil
            last edited by

            @sdetweil I was a bit flummoxed myself, honestly. It’s on a raspberry pi, and I’m not using docker.

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

              @hahawoooooo can you do

              cd ~/MagicMirror/modules
              ls -laF
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              H 1 Reply Last reply Reply Quote 0
              • H Offline
                hahawoooooo @sdetweil
                last edited by

                @sdetweil Sure thing:

                total 32
                drwxr-xr-x 8 dtraindisplay dtraindisplay 4096 Dec 2 21:36 ./
                drwxr-xr-x 16 dtraindisplay dtraindisplay 4096 Dec 2 21:15 …/
                drwxr-xr-x 10 dtraindisplay dtraindisplay 4096 Dec 2 21:08 default/
                drwxr-xr-x 7 dtraindisplay dtraindisplay 4096 Dec 2 21:36 MMM-CalendarExt3/
                drwxr-xr-x 5 dtraindisplay dtraindisplay 4096 Dec 2 21:37 MMM-LINQConnectCalendar/
                drwxr-xr-x 4 dtraindisplay dtraindisplay 4096 Dec 2 21:30 MMM-mmpm/
                drwxr-xr-x 7 dtraindisplay dtraindisplay 4096 Dec 2 21:34 MMM-page-indicator/
                drwxr-xr-x 5 dtraindisplay dtraindisplay 4096 Dec 2 21:34 MMM-pages/

                I also tried doing a fresh install using the install script in a new folder, and I’m running into the same issue, but the console logs (ctrl+shift_I) is now showing a different output:

                loader.js:179 Load script: modules/MMM-pages/MMM-pages.js
                module.js:489 Module registered: MMM-pages
                loader.js:152 Bootstrapping module: MMM-pages
                loader.js:156 Scripts loaded for: MMM-pages
                loader.js:195 Load stylesheet: modules/MMM-pages/pages.css
                loader.js:159 Styles loaded for: MMM-pages
                loader.js:162 Translations loaded for: MMM-pages
                loader.js:179 Load script: modules/MMM-page-indicator/MMM-page-indicator.js
                module.js:489 Module registered: MMM-page-indicator
                loader.js:152 Bootstrapping module: MMM-page-indicator
                loader.js:156 Scripts loaded for: MMM-page-indicator
                loader.js:195 Load stylesheet: modules/MMM-page-indicator/page-indicators.css
                loader.js:159 Styles loaded for: MMM-page-indicator
                loader.js:162 Translations loaded for: MMM-page-indicator
                MMM-page-indicator.js:138 [MMM-page-indicator]: MMM-pages detected. Will ignore PAGE_INCREMENT and PAGE_DECREMENT as it is already handled by MMM-pages
                MMM-pages.js:117 [MMM-pages] received that all objects are created; will now hide things!
                MMM-pages.js:331 [MMM-pages] resuming rotation
                MMM-page-indicator.js:106 [MMM-page-indicator]: Changing maximum pages to 2
                MMM-page-indicator.js:131 [MMM-page-indicator]: Setting page to 0
                main.js:527 Uncaught (in promise) TypeError: searchClass.toLowerCase is not a function
                at main.js:527:38
                at Array.filter ()
                at modulesByClass (main.js:523:31)
                at Array.exceptWithClass (main.js:508:11)
                at Class.animatePageChange (MMM-pages.js:234:8)
                at Class.notificationReceived (MMM-pages.js:121:14)
                at sendNotification (main.js:101:12)
                at main.js:70:4

                I also

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

                  @hahawoooooo interesting
                  Can you do

                  cd ~/MagicMirror/modules/MMM-pages
                  grep version package.json

                  Latest is 1.3.0
                  If not 1.3.0
                  git pull

                  The restart MagicMirror

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  plainbrokeP 1 Reply Last reply Reply Quote 0
                  • plainbrokeP Offline
                    plainbroke @sdetweil
                    last edited by plainbroke

                    @sdetweil
                    I think I found my answer, I was on version 1.0.0 of MMM-pages.
                    We will see what happens with Version 1.3.0 in the morning.
                    I did the git pull.

                    Slow learner. But trying anyways.

                    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