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

    Varguit

    @Varguit

    6
    Reputation
    583
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Varguit Unfollow Follow

    Best posts made by Varguit

    • RE: Alert font size

      0_1518269679909_a.png

      posted in Development
      VarguitV
      Varguit
    • RE: MMM-Lunartic

      @mykle1

      Hey mykle , you forgot to add ca: "translations/ca.json", as well

      posted in Education
      VarguitV
      Varguit
    • RE: MMM-Lunartic (fixed temporarily)

      Hi @mykle1

      Still not working, maybe some misssing png’s inside PIX folder?
      Looking at yout temporary js file I’ve seen references to png files

       img.src = "modules/MMM-Lunartic/pix/waxcres5.png";
      

      but none of them are inside PIX folder.

      posted in Troubleshooting
      VarguitV
      Varguit

    Latest posts made by Varguit

    • RE: New weather module Invalid api key

      @sdetweil I can’t believe it!!!
      I’ve lost a lot of time checking everything for such a …

      Thank you very much!

      posted in Utilities
      VarguitV
      Varguit
    • New weather module Invalid api key

      Re: New weather module (weather forecast)

      Hi all.

      Yesterday I updated Magi Mirror to the last version 2.19
      Now the old weather modules are deprecated, so I followed the official docu to migrate to the new module.
      Now the weather module doesn’t load. Here my Devtools screenshot:

      360704d2-c671-433e-8d12-5a100371723e-image.png

      Of course my appid is valid , as it was a few days ago. Anyway I tested the url on my pi and I see something strange:

      Browser gets the request w/o problem but curl says Invalid API key .
      Does anyone know why is this happening?

      Thanks in advance

      posted in Utilities
      VarguitV
      Varguit
    • RE: normal update (git pull) for modules does not work...

      Hi @Stoffbeuteluwe .

      What you can do is checkout that file from git

      git checkout package-lock.json
      

      and then

      git pull
      
      posted in Troubleshooting
      VarguitV
      Varguit
    • RE: MMM-Lunartic

      @mykle1

      Hey mykle , you forgot to add ca: "translations/ca.json", as well

      posted in Education
      VarguitV
      Varguit
    • RE: MMM-Lunartic (fixed temporarily)

      Hi @mykle1

      Still not working, maybe some misssing png’s inside PIX folder?
      Looking at yout temporary js file I’ve seen references to png files

       img.src = "modules/MMM-Lunartic/pix/waxcres5.png";
      

      but none of them are inside PIX folder.

      posted in Troubleshooting
      VarguitV
      Varguit
    • RE: Alert font size

      0_1518269679909_a.png

      posted in Development
      VarguitV
      Varguit
    • Alert font size

      Hi, I’m trying to increase the font-size of the alert, I want it to fit almost the entire screen.

      I’ve copied the css to custom and modified the font-size that comes at 70% by default, I’ve tried with 300% and even with 300px but no effect on the size of the text.
      Can someone tell me how to? I don’t want to modify de original alert.js where the font-size is 30px for the title and 22px for the message.

      That’s my custom.css

      .ns-box {
      
      background: #fff;
      padding: 17px;
      line-height: 1.4;
      margin-bottom: 10px;
      z-index: 1;
      color: black;
      font-size: 300%;
      position: relative;
      display: table;
      word-wrap: break-word;
      max-width: 100%;
      border-radius: 5px;
      }
      
      .ns-alert {
      border-style: solid;
      border-color: #fff;
      padding: 17px;
      line-height: 1.4;
      margin-bottom: 10px;
      z-index: 3;
      color: white;
      font-size: 300%;
      position: fixed;
      text-align: center;
      right: 0;
      left: 0;
      margin-right: auto;
      margin-left: auto;
      top: 40%;
      width: 40%;
      height: auto;
      word-wrap: break-word;
      border-radius: 20px;
      }
      
      posted in Development
      VarguitV
      Varguit