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-OnThisDayWikiApi] - Get Wikipedia's OnThisDay using the Wikimedia API

    Scheduled Pinned Locked Moved Showcase
    17 Posts 7 Posters 4.7k Views 7 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.
    • KristjanESPERANTOK Offline
      KristjanESPERANTO Module Developer @angeliKITTYx
      last edited by

      @angeliKITTYx The module works fine for me. Error code 500 indicates an error on the API. You can’t do anything about that. Do you use the latest version of the module? There was an update two weeks ago.

      A 1 Reply Last reply Reply Quote 0
      • A Offline
        angeliKITTYx @KristjanESPERANTO
        last edited by

        @KristjanESPERANTO i just reinstalled it and I’m getting the same error

        KristjanESPERANTOK 1 Reply Last reply Reply Quote 0
        • KristjanESPERANTOK Offline
          KristjanESPERANTO Module Developer @angeliKITTYx
          last edited by

          @angeliKITTYx Please show us your config of the module.

          A 1 Reply Last reply Reply Quote 0
          • A Offline
            angeliKITTYx @KristjanESPERANTO
            last edited by

            @KristjanESPERANTO

            		{
            			module: "MMM-OnThisDayWikiApi",
            			position: "bottom_bar",
            			config: {
            				type: "all",
            			}
            
            KristjanESPERANTOK 1 Reply Last reply Reply Quote 0
            • KristjanESPERANTOK Offline
              KristjanESPERANTO Module Developer @angeliKITTYx
              last edited by

              @angeliKITTYx Okay, with type: "all"' it doesn’t work for me either. Try it with type: "selcted". That works for me.

              	{
              		module: "MMM-OnThisDayWikiApi",
              		position: "bottom_bar",
              		config: {
              			type: "selected"
              		}
              	},
              
              1 Reply Last reply Reply Quote 0
              • A Offline
                angeliKITTYx
                last edited by

                Is there any way to make the font bigger? It looks so tiny compared to the rest of my display

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

                  @angeliKITTYx as always, if it’s not in the module instructions , then you have to use css to adjust the styles.

                  sometimes the module author provides an initial css file you can copy from to custom.css to make those adjustments.

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 1
                  • I Offline
                    imdickie
                    last edited by

                    The title seems to ignore the forced maxWidth. Is there any way to force the title to align to the body?MMM-OnThisDay.png

                    G 1 Reply Last reply Reply Quote 0
                    • G Offline
                      greedyvegan @imdickie
                      last edited by greedyvegan

                      @imdickie said

                      The title seems to ignore the forced maxWidth. Is there any way to force the title to align to the body?!

                      I’ve had this issue before
                      try the developer view in a browser to see your options
                      the default settings doesn’t prohibit you

                      .MMM-OnThisDayWikiApi 
                      {max-width:100vh;height:auto;max-height:auto;line-height:1em;}
                      .MMM-OnThisDayWikiApi .title 
                      {text-align:justify;margin-bottom:0.5em;text-transform:uppercase;}
                      .MMM-OnThisDayWikiApi-single .title 
                      {text-align: center; text-transform: capitalize;}
                      .MMM-OnThisDayWikiApi ul 
                      {padding: 0; margin-top: 0.5em;}
                      .MMM-OnThisDayWikiApi-list
                      {list-style: none; padding: 0;}
                      .MMM-OnThisDayWikiApi-list li
                      { text-align: justify; margin-bottom: 0.5em;}
                      

                      post your custom.css to assist you further

                      I 1 Reply Last reply Reply Quote 0
                      • bugsounetB bugsounet referenced this topic on
                      • I Offline
                        imdickie @greedyvegan
                        last edited by

                        @greedyvegan said in [MMM-OnThisDayWikiApi] - Get Wikipedia's OnThisDay using the Wikimedia API:

                        @imdickie said

                        The title seems to ignore the forced maxWidth. Is there any way to force the title to align to the body?!

                        I’ve had this issue before
                        try the developer view in a browser to see your options
                        the default settings doesn’t prohibit you

                        It didn’t accomplish what I wanted, but I can see you did send me down the right path. I’ll do some investigating some Custom CSS statements.

                        Thanks.

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