• 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. pugsly
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 12
  • Posts 90
  • Groups 0

pugsly

@pugsly

10
Reputation
2.6k
Profile views
90
Posts
0
Followers
0
Following
Joined May 5, 2016, 3:15 AM
Last Online Jun 23, 2024, 1:14 PM

pugsly Unfollow Follow

Best posts made by pugsly

  • RE: Dinner menu

    After looking around I found the Wunderlist module and used that to add a “Menu” list. I can put in a Todo item as the Day - Menu and set it to be due on that day. nice part about it is that anyone who has access to the list can add items or check them off as done using their phones and it updates on the mirror.

    posted in Requests
    P
    pugsly
    May 5, 2016, 12:26 PM
  • RE: change current weather colors - time and wind

    @karde I know its .normal in main.css but I do not know how to make it only change color for only one module. if you change .normal it will be for everything that uses .normal.

    Is that even possible that you do a .module.normal {color:blue;} in your custom.css. Even so you would be changing all the text in that module, as there is no ‘code’ for just that one section.

    Im no programer, so no clue. I only just figured out how to do the icons recently.

    posted in Development
    P
    pugsly
    Oct 27, 2016, 8:42 PM
  • RE: Where are you from?

    Wilmington, DE

    posted in General Discussion
    P
    pugsly
    Jan 2, 2017, 12:25 AM
  • RE: default calendar - individual icon colors?

    @pugsly Figured it out…

    .fas.fa-fw.fa-calendar {
    color: #ffffff; /* white /
    }
    .fas.fa-fw.fa-birthday-cake {
    color: #00ffff; /
    cyan /
    }
    .fas.fa-fw.fa-gift {
    color: #ffff00; /
    Yellow /
    }
    .fas.fa-fw.fa-institution {
    color: #ff0000; /
    Red /
    }
    .fas.fa-fw.fa.fa-building-o {
    color: #00ff00; /
    Lime */

    posted in Troubleshooting
    P
    pugsly
    Jun 13, 2022, 6:31 PM
  • RE: [MMM-NetworkScanner] disable logging

    Just noticed this myself, that the pm2 logs were getting huge. I scan every 10 seconds, and all those scans were being logged.

    Only running on a 8GB SD card

    posted in Troubleshooting
    P
    pugsly
    Feb 17, 2017, 3:32 PM
  • RE: change current weather colors - time and wind

    Not sure about the Wind stuff but I did want the sunrise/sunset to change so here is the code for your custom.css for that.

    .wi.dimmed.wi-sunset {
    color: orange;
    }
    .wi.dimmed.wi-sunrise {
    color: yellow;
    }

    posted in Development
    P
    pugsly
    Oct 26, 2016, 9:53 PM

Latest posts made by pugsly

  • RE: MMM-Multimonth

    @BKeyport
    How do you change the font and size now?

    posted in Utilities
    P
    pugsly
    Dec 5, 2023, 4:33 PM
  • Font Size

    Re: MMM-Multimonth

    How do you change the font and size now? I updated to the latest version and its now huge.

    posted in Utilities
    P
    pugsly
    Dec 5, 2023, 4:28 PM
  • RE: Pir sensor

    This is what I use to put my monitor to sleep using a PIR sensor. I have a 3D printed case for the sensor that hangs under the mirror itself. The sensor does not have anything to do with the magic mirror software at all, in fact it just puts the monitor to sleep when no one is in the area.

    https://github.com/cowboysdude/Pir-Sensor

    posted in Troubleshooting
    P
    pugsly
    Oct 6, 2022, 9:31 PM
  • RE: MMM-Multimonth

    I only want to display a single month, how do I remove the beginning and ending dates from the current month calendar? Also seems like the alignment is off.

    54bb7b2b-d780-41be-a41c-95c38c147575-image.png

    posted in Utilities
    P
    pugsly
    Oct 6, 2022, 3:42 PM
  • RE: working module Raspberry Pi 4 and PIR?

    @DariBer Please see this document… this is how I use my PIR to turn off the screen when no one is in front of it.

    https://www.thedigitalpictureframe.com/pir-motion-sensor-raspberry-pi-digital-picture-frame/

    posted in Forum
    P
    pugsly
    Jun 14, 2022, 4:00 PM
  • RE: default calendar - individual icon colors?

    @pugsly Figured it out…

    .fas.fa-fw.fa-calendar {
    color: #ffffff; /* white /
    }
    .fas.fa-fw.fa-birthday-cake {
    color: #00ffff; /
    cyan /
    }
    .fas.fa-fw.fa-gift {
    color: #ffff00; /
    Yellow /
    }
    .fas.fa-fw.fa-institution {
    color: #ff0000; /
    Red /
    }
    .fas.fa-fw.fa.fa-building-o {
    color: #00ff00; /
    Lime */

    posted in Troubleshooting
    P
    pugsly
    Jun 13, 2022, 6:31 PM
  • RE: {HowTo} turn on/off your monitor (Time based, PIR/Button, App)

    @Asphyth That is your monitor, its not coming from the Pi.

    posted in Tutorials
    P
    pugsly
    Nov 20, 2019, 11:36 PM
  • RE: MMM-Sunrise-Sunset

    @pugsly NVM… the K in apiKey is a capital. Its working now.

    posted in Utilities
    P
    pugsly
    Nov 19, 2019, 12:27 AM
  • RE: MMM-Sunrise-Sunset

    @sdetweil
    Its not passing the API key in the HTML request.

    https://api.ipgeolocation.io/astronomy?apiKey=&lang=en&lat=39.2907&long=-75.6344 401

    posted in Utilities
    P
    pugsly
    Nov 19, 2019, 12:25 AM
  • RE: MMM-Sunrise-Sunset

    @sdetweil said in MMM-Sunrise-Sunset:

    cp node_modules/jquery/dist/jquery.js .

    Slightly better, its displaying now but just says ‘Loading’

    posted in Utilities
    P
    pugsly
    Nov 19, 2019, 12:17 AM
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