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 no rotate

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    7 Posts 3 Posters 1.6k 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.
    • C Offline
      chassain 0 @MisterT
      last edited by

      @MisterT said in MMM-pages no rotate:

      {
      module: ‘MMM-pages’,
      config: {
      modules:
      [[ “WallberryTheme”, “WallberryTheme/WB-clock”, “WallberryTheme/WB-weather”],
      [ “clock”, “weatherforecast”, “newsfeed”, “MMM-GoogleMapsTraffic”, “MMM-Traffic”, “MMM-Scrobbler”, “MMM-News”],
      [ “clock”, “calendar”, “MMM-Globe”, “MMM-MovieListings”, “MMM-soccer”, “MMM-AQI”, “MMM-Strava”],
      [ “clock”, “MMM-FreeBox-Monitor”, “MMM-Spotify”, “fabio/domoticz”, ‘currentweather’],
      [ “MMM-GooglePhotos” ]],
      fixed: [“MMM-GroveGestures”, “MMM-AssistantMk2”, “MMM-Hotword”, “alert”, “updatenotification”, “MMM-Screencast”, “MMM-page-indicator”],

      animationTime:1000,
      rotationTime: 0.5601000,
      rotationDelay: 15000,
      }
      },

      i have tested your config.js on my MagicMirror…no problem for me…but i don’t have all your modules (wallberry, page indicator,…)…try to delete one module et retest…i’m noob too :)

      1 Reply Last reply Reply Quote 0
      • M Offline
        MisterT
        last edited by

        hi @chassain-0 i tried to put only clock in page 1 an MMM-freebox in page 2 or an other module but the result is the same. I have an error about “toLowerCase’ of undefined”.

        Can anybody help me please

        1 Reply Last reply Reply Quote 0
        • qu1queQ Offline
          qu1que Project Sponsor
          last edited by qu1que

          I don’t know what your error is, but maybe you can try this: put animationTime, rotationTime, etc BEFORE fixed modules. Here you have an example, this is how I have it working:

          {
                                  module: 'MMM-pages',
                                  config: {
                                          modules:
                                                  [[ "calendar_monthly", "weatherforecast", "newsfeed"],
                                                  [ "calendar_monthly", "calendar", "MMM-ComicStrips_Dilbert"],
                                                  [ "MMM-iFrame-Ping"],
                                                  [ "MMM-Lunartic", "MMM-SunriseSet", "MMM-ComicStrips_Garfield"],
                                                  [ "MMM-RandomPhoto", "MMM-History"],
                                                  [ "MMM-AirQuality", "MMM-SystemStats", "newsfeed",],
                                                  [ "MMM-Wallpaper"]],
                                                  rotationTime: 27600,
                                                  fixed: ["alert", "updatenotification", "clock", "currentweather", "MMM-page-indicator"]
                                          }
                          },
          
          

          And check all commas in the module syntaxis.
          Hope it helps.

          qu1queQ 1 Reply Last reply Reply Quote 0
          • qu1queQ Offline
            qu1que Project Sponsor @qu1que
            last edited by qu1que

            On first line of your error it says:

            Refused to apply style from 'http://0.0.0.0:8080/modules/WallberryTheme/font-awesome5.css'
            

            Maybe that’s the problem… Check font-awesome5.css file

            1 Reply Last reply Reply Quote 0
            • M Offline
              MisterT
              last edited by

              thanks @chassain-0 and @qu1que for your help.
              I found the gulty module. It’s MMM-Strava. When this module is in MMM-Pages Table, the rotation doesn’t work.
              So @ianperrin, do you have an idea why there is rotation problem with MMM-Strava since the autenthification has changed?

              C 1 Reply Last reply Reply Quote 0
              • C Offline
                chassain 0 @MisterT
                last edited by

                @MisterT

                good !

                1 Reply Last reply Reply Quote 0
                • 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