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

    Posts

    Recent Best Controversial
    • RE: custom.css ......body???

      Can I find the specific clock element somewhere or do I have to write it down?

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      I changed the bold font in main.css, but in the clock it only changed the date and day to bold, the clock itself remained thin… where could the problem be?

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      is it not possible?

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      so I have it now…the clock shows me in “sk” language but the weather in “en”…???

      language: "sk",
      locale: "sk-SK",
      logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging
      timeFormat: 24,
      units: "metric",
      
      
      
      
      modules: [
      	
      	{
      		module: "clock",
      		position: "bottom_left"
      	},
      
      
      	
      	{
      		module: "weather",
      		position: "bottom_right",
      		config: {
      			weatherProvider: "openmeteo",
      			type: "current",
      			lat: 48.7164,
      			lon: 21.2611,
      			units: "metric",
      			showForecast: true,
      			forecastLayout: "horizontal",
      			showSun: true,
      			lang: "sk",
      
      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      I don’t understand

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      can be changed language in openmeteo weather?

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      thank you very much for all the advice so far…you have helped me a lot

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      if I would like to move the clock or the weather more towards the center from the edge, do I have to write it in config.js? is that so

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      great, and if I want “Bolt” bold text instead of thin?

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      I put the sku.jpg file in the config directory…and it works…thank you very much

      one more question, how do I change the color of the clock and weather module to black?

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      yes, I also have the ending “.jpg” in the image name

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      Failed to load resource: the server responded with a status of 404 (Not found) sku.jpg.:1

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      I fixed it, but the image still doesn’t appear

      body {
      background-image : url(‘http://localhost:8080/sku.jpg.’);
      background-size: cover;

      }

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      body {
      background-image : uurl(‘http://localhost:8080/sku.jpg.’);
      background-size: cover;

      }

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      I copied it directly into custom .css…but it still doesn’t work

      posted in Custom CSS
      P
      piki
    • custom

      I entered it directly into custom.css…but it doesn’t work

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      http://localhost:8080/sku.jpg

      and should I enter that in custom .css?

      body {
      background-image : url(‘http://localhost:8080/sku.jpg.’);
      background-size: cover;

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      sku.jpg (its my file) and is found in MagicMirror/sku.jpg

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      but in which line in the tree should I edit (configure) just write the path there…or?

      posted in Custom CSS
      P
      piki
    • RE: custom.css ......body???

      or it won’t work only through custom .css?

      posted in Custom CSS
      P
      piki
    • 1
    • 2
    • 1 / 2