MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. pugsly
    3. Posts
    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

    Posts

    Recent Best Controversial
    • RE: Nest Thermostat & Protect

      ok, rebooted everything and its now showing the set temp, and turning blue while running but the number inside the circle showing the current temp never changes, stays at 68 even though the thermostat is showing the correct room temperature.

      Humidity % also seems correct now.

      posted in Requests
      pugslyP
      pugsly
    • RE: Nest Thermostat & Protect

      So I got around to setting this up today, got my product ID, the secret, and even the PIN code. Put it into the gettoken.sh and it spit out my token. I added it into my config.js and I see the little circle on my mirror, but the temp is different then what the nest shows. I’m also guessing that the % at the bottom is the inside humidity which also is not what the thermostat shows.

      Any ideas?

      posted in Requests
      pugslyP
      pugsly
    • Vivify Scrum?

      Hello Programmers… I am looking for someone to take a look at Vivify Scrim. This is an Agile tool for planning and working with tasks etc. I am sure anyone in the IT field knows what I’m talking about.

      I would like to have a module that would display our current scrum cycle. There is an API so if someone would like to take a stab at it, I would be grateful.

      posted in Requests
      pugslyP
      pugsly
    • RE: Calendar Module - Unable to load Facebook Birthdays

      this fixes the problem for me as well.

      posted in Troubleshooting
      pugslyP
      pugsly
    • RE: Weatherunderground - currently - hourly - daily - configurable

      Its been ok since I restarted so I am keeping an eye on it.

      On another note, why do some configuration items use " ", some use ’ ’ and others don’t have any quotation marks at all?

      I changed all of mine to ’ ’

      posted in Troubleshooting
      pugslyP
      pugsly
    • RE: Weatherunderground - currently - hourly - daily - configurable

      So I came home today and noticed that the weather had not refreshed in two days. When I did a pm2 mm restart it did refresh but now im wondering maybe its not refreshing on its own? is there a config setting for how often it does a refresh?

      posted in Troubleshooting
      pugslyP
      pugsly
    • WeatherUnderground Alerts

      Wish I was a programer but sadly I just can’t seem to wrap my head around it. I can debug the hell out of pretty much anything as long as I didn’t write it.

      I was hoping this wouldn’t take much effort but I know that the weather underground api also includes alerts. I was wondering if someone could write a module that would check for these alerts then display them in the alert module

      https://www.wunderground.com/weather/api/d/docs?d=data/alerts

      Some nice functionality would be:
      Type of warning - See webpage for different alerts.
      Audio alert - EAS Warning tone
      Screen wakup if its blanked out using the IR sensor
      Change of background color

      posted in Requests
      pugslyP
      pugsly
    • RE: Weatherunderground - currently - hourly - daily - configurable

      if you put a copy of weather-icons-wind.css into the vendor/weather-icons folder that should fix it.

      posted in Troubleshooting
      pugslyP
      pugsly
    • RE: Weatherunderground - currently - hourly - daily - configurable

      Thanks for all the help, its working now with the correct directory and icons in the directory and icon settings in the config.js file.

      I didn’t realize that the bit temp was also part of this module so I don’t need to call the original weather module for that ether.

      Great work!!!

      posted in Troubleshooting
      pugslyP
      pugsly
    • RE: Weatherunderground - currently - hourly - daily - configurable

      Yes, no errors. it just goes black. Log just shows Launching Application then stops.
      here is my config file

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       */
      
      var config = {
          port: 8080,
          language: 'en',
          timeFormat: 12,
          units: 'imperial',
      
          modules: [
              {
                  module: 'alert'
              },
              {
                  module: 'clock',
                  position: 'top_left'
              },
              {
                  module: 'calendar',
                  header: 'Family Calendar',
                  position: 'top_left',
                  config: {
                      calendars: [
                          {
                              symbol: 'calendar',
                              url: 'https://xxx/calendar.ics'
                          },
                          {
                              symbol: 'birthday-cake',
                              url: 'https://xxx/birthdays.ics'
                          }
                      ],
                      timeFormat: 'absolute',
                      urgency: 7
                  }
              },
              {
                  module: 'compliments',
                  position: 'lower_third'
              },
              {
                  module: 'currentweather',
                  position: 'top_right',
                  config: {
                      location: 'Delaware',
                      appid: 'xxx'
                  }
              },
              {
                  module: 'MMM-WunderGround',
                  position: 'top_right',
                  config: {
                      apikey: 'xxx',
                      pws: 'locid:KDExxx;loctype:1',
                      fctext: '1',
                      fcdaycount: "5",
                      fcdaystart: "0",
                      hourly: '1',
                      hourlyinterval: "3",
                      hourlycount: "2"
                  }
              },
              {
                  module: 'newsfeed',
                  position: 'bottom_bar',
                  config: {
                      feeds: [
                          {
                              title: "NBC 10",
                              url: "http://www.nbcphiladelphia.com/news/top-stories/?rss=y&embedThumb=y&summary=y"
                          }
                      ],
                      showSourceTitle: true,
                      showPublishDate: true
                  }
              },
              {
                  module: 'MMM-Traffic',
                  position: 'bottom_right',
                  classes: 'dimmed medium', //optional, default is 'bright medium', only applies to commute info not route_name
                  config: {
                      api_key: 'xxx',
                      mode: 'driving',
                      origin: 'home address',
                      destination: 'work address,
                      route_name: 'Home to Work',
                      changeColor: true,
                      showGreen: false,
                      limitYellow: 10, //Greater than 10% of journey time due to traffic
                      limitRed: 30, //Greater than 30% of journey time due to traffic
                      traffic_model: 'pessimistic',
                      interval: 120000 //2 minutes
                  }
              },
              {
                  module: 'MMM-Wunderlist',
                  position: 'bottom_left',  // This can be any of the regions. Best results in left or right regions.
                  header: 'Menu', // This is optional
                  config: {
                      accessToken: 'xxx',
                      clientID: 'xxx',
                      lists: ["Dinner"]
                  }
              }
          ]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== 'undefined') {module.exports = config;}
      
      posted in Troubleshooting
      pugslyP
      pugsly
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 8 / 9