• 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
  1. Home
  2. retroflex
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
R
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 19
  • Posts 137
  • Groups 2

Posts

Recent Best Controversial
  • RE: MMM-BrawlStars

    @leanro I haven’t tested it in ages and indeed it seems it has broken. The API the module used has removed support for getting stats from a certain player. Instead it points to the official API: https://developer.brawlstars.com/

    That API can more or less do the same, but there is one caveat: you have to enter your public IP address when creating an API key. And since that changes for most people, it is not ideal. Maybe there is another API that can be used… I haven’t searched for it.

    Anyway, I will not spend time on the module since I don’t use it anymore. But you are more than welcome to look into it. There are two options I can think of. 1) find another API or 2) use the official API with the problem that it breaks when your IP address changes.

    posted in Fun & Games
    R
    retroflex
    May 6, 2020, 7:39 AM
  • RE: mmm-suncalc - Text only display of sunrise, sunset and other sun events

    @Lordy b1274dcb-e80a-4904-adff-23b8f41dfdb6-image.png

    posted in Utilities
    R
    retroflex
    May 5, 2020, 11:22 AM
  • RE: mmm-suncalc - Text only display of sunrise, sunset and other sun events

    @Lordy Great that it worked out! I like the idea, I’ll colorize mine too now.

    posted in Utilities
    R
    retroflex
    May 4, 2020, 2:00 PM
  • RE: mmm-suncalc - Text only display of sunrise, sunset and other sun events

    @Lordy Aha. Then change one of the < td > to < td style=“color: #ffff00” >

    posted in Utilities
    R
    retroflex
    May 4, 2020, 12:00 PM
  • RE: mmm-suncalc - Text only display of sunrise, sunset and other sun events

    @Lordy There are no css names to distinguish sunrise and sunset. But you can add html directly to the config instead. See my previous answer to this thread for an example. So something like:

    text: 'Sunrise < span style="color: #ffff00" >< sunrise >< /span >
    

    Remove the extra spaces next to the brackets. Had to include them or otherwise the forum would show nothing.

    posted in Utilities
    R
    retroflex
    May 4, 2020, 7:28 AM
  • RE: Display the modules exactly on the screen? Define X and Y Coordinate in config.js file?

    Should be possible through css. Haven’t tried this myself, but it should work:

    .clock {
      position: absolute;
      left : 400px;
      top : 100px;
    }
    

    Add it to MagicMirror/css/custom.css

    I think you can use right and bottom instead of left and top also.

    posted in System
    R
    retroflex
    Apr 7, 2020, 3:01 PM
  • RE: MMM-Fortnite

    Well there’s a link on the github page to the API web site: fortniteapi.com
    Going to that site gives me:

    "Fortnite API is now back as Mative
    Try us out, it’s free :)!

    Mative Developers"

    Going to the link in that page -> “Coming soon”

    So I guess the conclusion is the API has gone down. Maybe there’s another API that can be used. I haven’t researched it, but be free to do so :)

    posted in Fun & Games
    R
    retroflex
    Mar 20, 2020, 2:17 PM
  • RE: MMM-COVID-19 (Deprecated)

    @banbutcher Another tip to easier find the css class for a certain text… use the Chrome developer tools where you can see all elements and their css attributes graphically.

    posted in Health
    R
    retroflex
    Mar 17, 2020, 9:10 AM
  • RE: Reverse Proxy and Private Modules

    config.js is accessible from browser. You can test this in your local network by accessing MM from a browser on another computer, view source and find out the URL of config.js. Then paste that URL into the browser and you get the whole config in plain text.

    So to make a module private, you have to find a way around this, like reprogram the module to not use the config from client-side.

    posted in Tutorials
    R
    retroflex
    Mar 5, 2020, 12:55 PM
  • RE: MMM-SpaceX

    @koxm said in MMM-SpaceX:

    @sonicgoose Thanks!
    Unfortunately the dates for the upcoming launches are not fully maintained in the api. Maybe I can use a different field. I’m going to look at it.

    I have not looked much at the API but if the unix timestamp field is maintained, I suggest you use that. Then you will also get the correct date for your time zone.

    posted in Fun & Games
    R
    retroflex
    Feb 21, 2020, 8:46 PM
  • 1 / 1
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