Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. pugsly
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 84
    • Best 5
    • Groups 0

    pugsly

    @pugsly

    9
    Reputation
    2647
    Profile views
    84
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    pugsly 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
      pugsly
      pugsly
    • 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
      pugsly
      pugsly
    • RE: Where are you from?

      Wilmington, DE

      posted in General Discussion
      pugsly
      pugsly
    • 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
      pugsly
      pugsly
    • 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
      pugsly
      pugsly

    Latest posts made by pugsly

    • 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
      pugsly
      pugsly
    • RE: MMM-Sunrise-Sunset

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

      posted in Utilities
      pugsly
      pugsly
    • 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
      pugsly
      pugsly
    • 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
      pugsly
      pugsly
    • RE: MMM-Sunrise-Sunset

      @sdetweil

      Uncaught ReferenceError: $ is not defined
      at Class.updateSun (MMM-Sunrise-Sunset.js:33)
      at Class.start (MMM-Sunrise-Sunset.js:12)
      at startModules (loader.js:55)
      at loader.js:40
      at HTMLLinkElement.stylesheet.onload (loader.js:200)

      posted in Utilities
      pugsly
      pugsly
    • RE: MMM-Sunrise-Sunset

      @sdetweil Not sure I know what you mean. When I put this in my config the screen is all blank:

          {
              module: "MMM-Sunrise-Sunset",
              position: "top_right",
              header: "Sunrise",
              config: {
                  latitude: "39.2907",
                  longitude: "-75.6344",
                  apikey: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
                  layout: "inline"
                      }
          },
      posted in Utilities
      pugsly
      pugsly
    • RE: MMM-Sunrise-Sunset

      @henry2man
      I am having the same problem, whenever I put it in my config the display is blank.

      posted in Utilities
      pugsly
      pugsly
    • RE: MMM-PIR doesn´t work with MM 2.8

      I have been having the same problem kinda where my monitor goes to sleep and it never wakes back up. I know what needs to be added somewhere in order to fix it.

      fbset -depth 8; fbset -depth 16

      for some reason even after issuing a wakeup code to the HDMI the fbset command is needed in order for the screen to come back. No clue how to get that into the code at all.

      posted in Troubleshooting
      pugsly
      pugsly
    • RE: Calendar module not showing Facebook birthdays

      Upgraded to 2.9 and still no luck on the birthdays. Anyone?

      posted in Troubleshooting
      pugsly
      pugsly
    • RE: Calendar module not showing Facebook birthdays

      I will also throw my name in the ring to say that after 2.7.1 facebook birthdays are not working anymore.

      posted in Troubleshooting
      pugsly
      pugsly