MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED Any module I add turns to blank screen.

    Troubleshooting
    2
    29
    410
    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
      sdetweil @Socrates last edited by

      @socrates said in Any module I add turns to blank screen.:

                           longitude: "95.83688",
      

      we are west of england, so longitude should be negative (right?)… I am in texas too,

      so, if u fix that and leave units off, it will take from the top of config

      Sam

      Create a working config
      How to add modules

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

        @sdetweil
        Gosh, my parcel got delivered in Europe… 😁

        The dashboard is starting to take shape.
        alt text

        A few more important modules and i am set.

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

          @socrates said in Any module I add turns to blank screen.:

          , my parcel got delivered in Europe…

          more like central China!

          Sam

          Create a working config
          How to add modules

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

            @sdetweil
            hahaha

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

              @socrates easy, maps.google.com, get the map of your location, in the url, delete the minus sign on longitude, and press enter

              it will map that location… zoom out til u figure out where that is

              Sam

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • S
                Socrates last edited by Socrates

                Thank you for your help. I have successfully managed to add quite a bit of useful modules as per my requirements, and have added styling to the fonts etc.
                However there are two things I am unable to get around.
                First is the wallpaper module.
                If i use the default bing option for the source, it wont show more than 10 wallpapers, i have tried to change the “maximumEntries” to 20 or more and it still wont show more than the original 10 wallpapers it loaded the first day (3 days back). Then i tried to change the source to Flickr groups, and it wont show anything now. Please have a look at my code snippet below.

                                {
                                        module: "MMM-Wallpaper",
                                        position: "fullscreen_below",
                                        config: { // See "Configuration options" for more information.
                                        source: "flickr-group:113291043@N05",
                                        maximumEntries: "20",
                                        slideInterval: 60 * 1000 // Change slides every minute
                                                }
                                }, 
                

                The second item is, i am not able to increase the calendar items, right now it only shows me 5 or 6 items, i am trying to increase it to 10 and it still show the default items.
                see below.

                                {
                                        module: "calendar",
                                        header: "Holidays & Reminders",
                                        position: "top_left",
                                        maximumEntries: "20",
                                        config: {
                                                calendars: [
                                                        {
                                                                symbol: "calendar-check",
                                                                url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics",
                                                                maximumEntries: 20,
                                                        },
                                                        {
                                                                symbol: "calendar-check",
                                                                url: "https://calendar.google.com/calendar/ical/lxxxxxxxxx.ics",
                                                                maximumEntries: 20
                                                        }
                                                ]
                                        }
                                },
                
                S 2 Replies Last reply Reply Quote 0
                • S
                  sdetweil @Socrates last edited by

                  @socrates

                  maximumEntries
                  

                  goes outside the calendars list

                  config: {
                                                 maximumEntries: 10,
                                                  calendars: [
                  
                  Configuration options
                  

                  is ALL calendars,. outside the calendars list

                  Calendar configuration options:
                  

                  is per calendar

                  Sam

                  Create a working config
                  How to add modules

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

                    @sdetweil
                    GOsh thanks that worked.
                    Any idea about the wallpaper part? I would like to inculcate flickr group, but the code snippet wont work.

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

                      @socrates said in Any module I add turns to blank screen.:

                      maximumEntries: “20”,

                      maybe,

                      numbers should never be in quotes

                      Sam

                      Create a working config
                      How to add modules

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 3 / 3
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy