I’ll commit nerd seppaku now, with a proper backslash.
Read the statement by Michael Teeuw here.
Posts
-
RE: /n not respected in mmm-compliments
-
/n not respected in mmm-compliments
I have a remote compliments file that I load into my mirror. One line contains a /n, but it is displayed rather than respected as a new line. Is something off with this line?
"There is no crown /nThere is only the harvest.",I am running the development branch of MM, if that matters.
-
RE: MMM-Fitbit2
I have dockerized my MM (https://github.com/bastilimbach/docker-MagicMirror) and having trouble getting MMM-Fitbit2 to work properly.
Some things I’ve attempted:
- I cannot launch a web browser from my container; it doesn’t have one.
- SSHing into the container to launch auth.sh will not launch a web browser to finish the setup
- Copying the token from my old MM doesn’t seem to work.
Suggestions?
-
RE: Having issues with 2nd ical.
I will santizize an ics file and send it to your gmail.
-
RE: Having issues with 2nd ical.
This is clearly seems to be a problem with OWA and not MM, so I’ll say close this topic.
-
RE: Having issues with 2nd ical.
I just created a fake calendar in OWA and added that to my config. Those events show up for some reason. curious.
-
RE: Having issues with 2nd ical.
from package.json:
"version": "2.13.0",The ics file is work-related; I cannot sent that. It should be a standard shared ics file from a published calendar on https://outlook.office365.us/ with the “Can view all details” permission set applied.
-
Having issues with 2nd ical.
Re: 2nd Calendar won't display
I cannot get my 2nd calendar to appear in MM, despite what changes I’ve done. Here is my module snippet (with ical keys obfuscated):
{ module: "calendar", header: "Upcoming Events", position: "top_left", config: { calendars: [ { symbol: "user-alt", url: "https://calendar.google.com/calendar/ical/mah-email@gmail.com/mah-priv-key/basic.ics" }, { symbol: "briefcase", url: "https://outlook.office365.us/owa/calendar/mah-email/mah-priv-key/calendar.ics" }, ], } },My first gmail calendar shows up file. No issues there.
For the second OWA calendar, I have tried exchanging https:// with webcal:// and back I have ensured that the MM itself can successfully wget the ics file, so connectivity is not an issue. Most of my events in this calendar are weekly or monthly recurring events, but I certainly have upcoming events that are not the “recurring” type.
Anyone have any ideas?
-
RE: Automatic Installation doesn't work.
Following up with my error message when attempting the upgrade.sh
pi@Jon-MM:~/MagicMirror $ bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/upgrade-script.sh)" the log will be /home/pi/MagicMirror/installers/upgrade.log No LSB modules are available. doing test run = true update log will be in /home/pi/MagicMirror/installers/upgrade.log saving custom.css cp: cannot stat 'custom.css': No such file or directory upgrading from version 2.10.0 to 2.10.0 fetching latest revisions there are 1 local files that are different than the master repo package-lock.json any *-lock.json files do not need to be saved do you want to save these files for later (Y/n)?n skipping restore for package-lock.json, doing test run no modules found needing npm refresh restoring custom.css cp: cannot stat 'save_custom.css': No such file or directory rm: cannot remove 'save_custom.css': No such file or directory -
RE: First Attempt, Still a work in progress
@dxfan227
The Mirror quality is pretty good, in my opinion. I had a friend make a “quick and dirty” Smart Mirror with regular glass and reflective film, so that’s my only real basis for comparison. Although might scratch easily? I have one scratch that appeared when I was installing the plate hangers.End Game was outstanding! And yes, it was a slow start, but man once it had momentum…
-
RE: First Attempt, Still a work in progress
@dxfan227,
The Mirror is from Amazon: https://www.amazon.com/gp/product/B01MSAZ3PNThe Module is located here: https://github.com/sathyarajv/MMM-OpenmapWeather
My sanitized config for the openweathermap module:
{ module: 'MMM-OpenmapWeather', position: 'top_right', header: 'XXXXX', config: { location: 'XXXXX', locationID: 'XXXXX', //Location ID from http://openweathermap.org/help/city_list.txt appid: 'XXXXX', //openweathermap.org API key units: 'imperial', degreeLabel: 'true', colorIcon: 'true', onlyTemp: 'true' } },I did a quick writeup (that I will improve on soon) here: https://jonspraggins.com/the-idiot-made-a-smart-mirror/
-
First Attempt, Still a work in progress

Tweaked the compliments module to display “Good F’in Design Advice”. Yes, I know I could just have a remote file JSON, but I wanted to play with the code a little.
20" Monitor is only attached to the 12" x 24" mirror with Plate Hangers.