• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 3.3k 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.
  • A Offline
    angeliKITTYx @KristjanESPERANTO
    last edited by Jan 5, 2024, 8:29 PM

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

    K 1 Reply Last reply Jan 6, 2024, 7:48 PM Reply Quote 0
    • K Online
      KristjanESPERANTO Module Developer @angeliKITTYx
      last edited by Jan 6, 2024, 7:48 PM

      @angeliKITTYx Please show us your config of the module.

      A 1 Reply Last reply Jan 7, 2024, 4:38 PM Reply Quote 0
      • A Offline
        angeliKITTYx @KristjanESPERANTO
        last edited by Jan 7, 2024, 4:38 PM

        @KristjanESPERANTO

        		{
        			module: "MMM-OnThisDayWikiApi",
        			position: "bottom_bar",
        			config: {
        				type: "all",
        			}
        
        K 1 Reply Last reply Jan 7, 2024, 7:44 PM Reply Quote 0
        • K Online
          KristjanESPERANTO Module Developer @angeliKITTYx
          last edited by Jan 7, 2024, 7:44 PM

          @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 Jan 13, 2024, 3:19 PM

            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 Jan 13, 2024, 3:21 PM Reply Quote 0
            • S Offline
              sdetweil @angeliKITTYx
              last edited by sdetweil Jan 13, 2024, 3:24 PM Jan 13, 2024, 3:21 PM

              @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 Mar 29, 2024, 3:28 PM

                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 Mar 29, 2024, 4:54 PM Reply Quote 0
                • G Offline
                  greedyvegan @imdickie
                  last edited by greedyvegan Mar 29, 2024, 4:55 PM Mar 29, 2024, 4:54 PM

                  @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 Mar 31, 2024, 3:22 PM Reply Quote 0
                  • B bugsounet referenced this topic on Mar 31, 2024, 10:24 AM
                  • I Offline
                    imdickie @greedyvegan
                    last edited by Mar 31, 2024, 3:22 PM

                    @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