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

    Posts

    Recent Best Controversial
    • RE: api info to table

      ok, found the issue, needed to define arrayName. Thanks!

      posted in Requests
      E
      epi
    • RE: api info to table

      @sdetweil still get the same error. here is the url
      https://api.opensensemap.org/boxes/57000b8745fd40c8196ad04c

      posted in Requests
      E
      epi
    • RE: api info to table

      can I ask for help?
      i did install everything, but i’m seeing errors for “json data is not of type array”
      can you help me with exact url (https://docs.opensensemap.org/)?

      posted in Requests
      E
      epi
    • api info to table

      Can someone make a simple mm module?
      Get data from any of those api https://github.com/opendata-stuttgart/meta/wiki/APIs and make a table out of them?
      Only 4 parameters needs to be fetched & displayed: PM2.5, PM10, temperature, humidity

      posted in Requests
      E
      epi
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      @Cr4z33 said in MMM-DarkSkyForecast - Yet ANOTHER weather module:

      @epi said in MMM-DarkSkyForecast - Yet ANOTHER weather module:

      1. “Feels like”

      Indeed comes very handy to me when in Summer.

      The weather here is usually very wet and in Summer ie. 35° C give a feeling of 42° C so I wish I could know it before getting out. :sun: :fire:

      Its the opposite in Latvia - due to cold weather and wind, taking into consideration that the sea is very close, even -1 Celsius might feel like -7.

      posted in Utilities
      E
      epi
    • RE: MMM-NetworkScanner help needed

      In my case, all the devices on LAN and 2.4 networks are found, while 5ghz network is not seen even through sudo arp-scan -l -q

      posted in Troubleshooting
      E
      epi
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      Great widget!

      It just lacks 3 things:

      1. Sunrise & sunset data
      2. “Feels like”
      3. showWindDirectionAsArrow: true as in module: “currentweather”,

      Made a sketch -
      0_1552418008092_1ef8614a-209a-411a-855e-3191c8e34070-image.png

      posted in Utilities
      E
      epi
    • RE: MMM-NetworkConnection

      Thanks :)

      posted in Utilities
      E
      epi
    • RE: MMM-NetworkConnection

      Guys, can someone also make a simplified version? No need for internet speed metrics, just the ability to ping specific ip address and return as “internet is working” either “network down”?

      posted in Utilities
      E
      epi
    • RE: change font of modules (local fonts)

      thank you!

      posted in Custom CSS
      E
      epi
    • RE: change font of modules (local fonts)

      Still doesn’t work

      /*****************************************************
       * Magic Mirror                                      *
       * Custom CSS                                        *
       *                                                   *
       * By Michael Teeuw http://michaelteeuw.nl           *
       * MIT Licensed.                                     *
       *                                                   *
       * Add any custom CSS below.                         *
       * Changes to this files will be ignored by GIT. *
       *****************************************************/
      
      body {	
      }
      
      @font-face {
        font-family: "SF";
        font-style: normal;
        font-weight: 100;
        src:
          local("ComicRelief"),
          url("fonts/ComicRelief.ttf") format("truetype");
      }
      
      posted in Custom CSS
      E
      epi
    • RE: change font of modules (local fonts)

      So, I’ve downloaded https://www.fontsquirrel.com/fonts/comic-relief and added a font to

      /home/pi/MagicMirror/fonts
      

      And my custom css looks like this

       body {	
      @font-face {
        font-family: "SF";
        font-style: normal;
        font-weight: 100;
        src:
          local("ComicRelief"),
          url("fonts/ComicRelief.ttf") format("truetype");
      }
      }
      

      Despite that, font is not seen. What could be the reason?

      posted in Custom CSS
      E
      epi
    • RE: MMM-NetworkConnection

      @Sandy2503 I changed to “-s” and still did not work.
      @Mykle1 I followed the installation guide, incl. the dependencies. I did not modify anything. I tried the module alone (all other cfg removed), still did not work for me.

      What is the installation folder for dependencies in your case?

      posted in Utilities
      E
      epi
    • RE: MMM-NetworkConnection

      That is very strange, as I see nothing. OK, my code

      {
      		module: "MMM-NetworkConnection",
      		position: "top_center",
      		config: { 
      			updateInterval: 600000,
      			maxTime: 5000,
      			initialLoadDelay: 2500,
      			decimal: 1,
      			displayTextStatus: true,
      			animationSpeed: 2500
      		}
      	},
      
      posted in Utilities
      E
      epi
    • RE: MMM-NetworkConnection

      Installed as in readme file, fails to show up. No errors in browser. Module is not working.

      posted in Utilities
      E
      epi
    • RE: Default calendar double dates relative&absolute

      @morelinux thank you. Calendar module description is missing this one.

      showEnd: false,
      
      posted in Troubleshooting
      E
      epi
    • Default calendar double dates relative&absolute

      0_1538655723093_a5b7c8e0-5d4a-46ec-94f5-4c1dfada4438-image.png

      After the latest update, calendar is showing both absolute & relative dates for me. From the screenshot, first entry shows “Today-Oct.5th”. I would like it to have just relative date, as “Today”. So this probably has also something to do with event end time.

      Second issue is with second entry, which states “In 3 hours-19:00”. Instead, I’d like to see “Today at 15:00”, so instead of relative, I’d like it to be absolute and without event end time.

      Does this seems possible?
      Current settings

              {
                  module: "calendar",
                  header: "",
                  position: "top_right",
                  config: {
                      maximumEntries: "5",
      		timeFormat: "relative",
      		getRelative: "5",
      		fetchInterval: "60000",
                      calendars:[
      
      posted in Troubleshooting
      E
      epi
    • RE: MMM-NOAA - Another Weather Module

      Did someone managed to change css to make this module look more like this?
      0_1538143780588_78a4657f-8b20-4130-959a-fd4ec7666090-image.png
      Or like this
      0_1538165065297_1506892109941-github.png

      posted in System
      E
      epi
    • RE: Advanced stocks / finance module needed

      Great job! Love it! :smiling_face_with_heart-eyes:

      posted in Requests
      E
      epi
    • 1
    • 2
    • 3
    • 1 / 3