MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. pjkoeleman
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 83
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: compliments font problem

      @mizban When you want your compliments in this font try;

      /* Compliments */
      .compliments .xlarge {
        font-family	: 'Allerta Stencil', serif;
      }
      

      This works for me

      posted in Custom CSS
      pjkoelemanP
      pjkoeleman
    • RE: compliments font problem

      @mizban In your custom.css put the following line with your font as the first line of the custom.css.
      When there is a space in the filename replace it with a ´+'.

      /* Font for compliments, needs to be the first line !!! */
      @import url('https://fonts.googleapis.com/css?family=Allerta+Stencil');
      

      In the settings for your compliments, in the custom.css, set the fonts with the following line, together with other settings like font-size etc.

      font-family				: 'Allerta Stencil', serif;	
      

      Thats how I do it with a google font.

      posted in Custom CSS
      pjkoelemanP
      pjkoeleman
    • RE: Monthly Calendar

      @mirrX said in Monthly Calendar:

      Is this module still working?

      Mine is, so have a look at your config and check for errors

      posted in Utilities
      pjkoelemanP
      pjkoeleman
    • RE: Translation "After one month" in Calendar Module

      @MM-Hans said in Translation “After one month” in Calendar Module:

      Thanks Stefan, I appreciate your help!

      I answer this in Dutch because otherwise it will be difficult to explain. The used notation in moment.js is correct.

      Getallen tot twintig (20) worden normalieter uitgeschreven. Op het getal een worden accenten geplaatst als het een telwoord is.
      Uitzondering hierop is in samenstellingen met een worden geen accenten op de ee gezet, ook niet als het telwoord één bedoeld is.
      Voorbeeld hiervan is eendagsvlieg.

      Bron : onzetaal.nl

      No reason to change this, why would you like to do this?

      posted in Troubleshooting
      pjkoelemanP
      pjkoeleman
    • RE: Monthly Calendar

      @palmaren The monthly Calendar has no option for week numbers. When you want that option ask the creator of the module.

      The default Clock module has the option showWeek, when set to ‘true’ is shows the actual week number under the clock.

      posted in Utilities
      pjkoelemanP
      pjkoeleman
    • RE: Monthly Calendar

      @nitram That is done depending on your country / language settings in the config.js file.
      For me I use language : ‘nl’, the calendar starts on Monday. When I use ‘us’ as language it starts on Sunday.

      posted in Utilities
      pjkoelemanP
      pjkoeleman
    • RE: Getting the MagicMirror full-screen resolution

      Otherwise first connect directly via HDMI and see what kind of image this gives.

      posted in Troubleshooting
      pjkoelemanP
      pjkoeleman
    • RE: Getting the MagicMirror full-screen resolution

      @petrpls said in Getting the MagicMirror full-screen resolution:

      Any help appreciated!

      You need to edit your config file ( /boot/config.txt) see this thread for details.

      posted in Troubleshooting
      pjkoelemanP
      pjkoeleman
    • RE: MMM-WorldTides, no output on screen

      @yawns said in MMM-WorldTides, no output on screen:

      Yep, you are right. However you cannot simply replace the apibase, do you? I guess I have to change the module to use request() to allow access to https and to avoid no-origin replies.

      I replaced the apibase in the file MMM-WorldTides.js as discribed above (line 29). So I think you should update the module with this.
      I will be looking in to your code to make some changes in the layout off the out put, so when you are interested let me now.

      posted in Troubleshooting
      pjkoelemanP
      pjkoeleman
    • RE: MMM-WorldTides, no output on screen

      @pjkoeleman said in MMM-WorldTides, no output on screen:

      http://www.worldtides.info/api?extremes&lat=52.212&lon=4.399&lenght=2592000000&key=

      @yawns and @Mykle1,

      I found the problem, yeah !!!
      The apiBase URL has to change from

      apiBase: "http://worldtides.info/api"
      

      to

      apiBase: "https://worldtides.info/api"
      
      posted in Troubleshooting
      pjkoelemanP
      pjkoeleman
    • 1 / 1