I have this same issue, not sure how to get it to sort correctly. Luckily its not that important because its only showing whats for dinner the current week and my data has Monday - , Tuesday - in front of it so I can still see its just out of order most of the time.
Read the statement by Michael Teeuw here.
Posts
-
RE: Wunderlist - sorting by due date
-
RE: Microsoft Outlook
Is your outlook hooked up to a company Exchange server? If so you might be able to publish your calendar out of exchange. That is what I am doing for my meeting events.
Unfortunately a lot of companies do not allow this, or they lock it down so you can’t publish to the internet.
-
Access Denied?
Getting access denied when trying to look at posts in the Development Area. Not sure if that is expected behavior.
-
RE: Analog + Digital Clock module
Works great, just one question. I want to put the analog clock in the top_center and don’t want to show the date because I have the digital clock in the top_right position. How do I turn off the date from showing on a 2nd clock module?
-
Alert Box?
Can anyone share the css tag for the Alert box? I want to change the color of the box, and alert title.
-
RE: Weatherunderground - currently - hourly - daily - configurable
Nevermind, I found it.
.wi.dimmed.wi-sunset
and
.wi.dimmed.wi-sunrise -
RE: Weatherunderground - currently - hourly - daily - configurable
Quick question about this module and some of the icon classes. I found which ones I need to change for the high and low temperature in the custom.css file, which works great. What I can’t figure out is how come I can’t get sunset to change to orange, and sunrise to yellow. I am pretty sure its the right icon.
.wi.wi-thermometer { color: #ff0000; /* Red */ } .wi.wi-thermometer-exterior { color: #0000ff; /* Blue */ } .wi.wi-umbrella { color: white; } wi.wi.sunset { color: orange; } wi.wi.sunrise { color: yellow; } -
RE: Nest Thermostat & Protect
ah yes, that was it. I like keeping it in heat/cool mode and I have a program all setup, don’t really want to change it.
How hard would it be for you to code it that way?
-
RE: Nest Thermostat & Protect
Doesn’t matter what the thermostat says the inside temp is, the mirror always says its 68 deg.
-
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.
-
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?
-
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.
-
RE: Calendar Module - Unable to load Facebook Birthdays
this fixes the problem for me as well.
-
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 ’ ’
-
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?
-
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 -
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.
-
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!!!
-
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;}
