@strawberry-3.141 so just make a copy of the config file. Run your command, then git pull && npm install. The transfer over my saved config??
Read the statement by Michael Teeuw here.
Posts
-
RE: v2.1.1 Update Error
-
RE: Update says to "commit your changes or stash them before you can merge." ?
@Richard238 following have the same issues
-
RE: v2.1.1 Update Error
@strawberry-3.141 said in v2.1.1 Update Error:
@lucallmon this is because you changed those mentioned files manually. If you want to revert your changes permamently do
git checkout modules/default/clock/clock.js modules/default/compliments/compliments.jsand rerun your commandI got this for compliments as well if info what you mentioned will it keep everything the same?? I had a heck of a time getting it to work I don’t want to loose anything
-
RE: Finally finished
@Timeeee I used a 18x14 glass it’s a the 19 in monitor is about 17.5 inches long so it’s a nice clean yet tight fit
-
RE: Finally finished
@johnnyboy works as expected it is sensitive but there are adjustments on the back of the unit I have my sentivity just a smidge past minimum
-
RE: Finally finished
@johnnyboy it was rather simply. I used https://github.com/paviro/MMM-PIR-Sensor
To run it just remember to use bcm numbering instead of gpio numbering
I did extend the wires and I used a ferrite bead to ensure there would be no interference…
Since me tv doesn’t have a true power saving I used
https://github.com/phrazelle/mm-pir-hide-allTo create the illusion it shuts off basically turns the screen black until the pir senses motion
-
RE: Finally finished
@Mykle1 this is what I got it is glass and 1/4 in (6mm)
http://www.twowaymirrors.com/product/14x18-smart-mirror-sanded-edges/
-
RE: Finally finished
So here’s a break down I used a 19" insignia tv monitor
The mirror is a two way smart mirror from http://www.twowaymirrors.com/smart-mirror/The receptacle I used was a combo USB outlet. Is runs 5v 3.6a and powers the tv
Raspberry pi3 to run magic mirror
Pir sensor from adafruit
https://www.adafruit.com/product/189I used a three gang outlet box and since I only needed two spaces it allowed me to use a blank insert to mount the pir sensor in.
As for the leviton USB outlet I spliced into an outlet I had already installed I spliced into it to run the wires to a gang box behind the mirror. Leaving a seamless look.
I made the frame from poplar wood and stained it in ebony color
As for modules
I am using Wunderground
Random quotes
Flikr
Compliments
Date timeI kept it simply because i am really new at this but overall I love it
Sorry I don’t have more pics I didn’t even think about taking any during the process
-
Finally finished
Magic mirror is complete and hanging!!! Ran
electric wires to plug in behind the mirror to conceal them. Then I integrated the motion sensor into the gang box so you really don’t see it!! Overall I love it
photo -
RE: HELP WITH MMM-Flickr
thank you i want sure if a general sudo apt-get update or sudo apt-get dist-upgrade
would work… thanks again I hope to one day be able to help others !!! -
RE: HELP WITH MMM-Flickr
@yawns dumb ? prolly. i am getting notice to update the module, is there a command to auto update??
-
RE: HELP WITH MMM-Flickr
@yawns thank you I got it it… must be something to do with textedit on mac when i put it the ’ it changes it from the code
-
RE: HELP WITH MMM-Flickr
@yawns sorry about markdown i didn’t realize how to use it as Im pretty new
I added the comma after 10000, not sure what you mean by wrong ’ in front of your ID. is there different ’ to use
again thanks for you help i do appreciate it
SO i installed npm install here and it ran properly
pi@raspberrypi:~/MagicMirror/modules/MMM-Flickr $ npm install Magic-Mirror-Module-Flickr@1.0.0 /home/pi/MagicMirror/modules/MMM-Flickr``` -
RE: HELP WITH MMM-Flickr
another thing but not sure here is ssh message from nam install does this look right i wasn’t sure which older to install so i did both
pi@raspberrypi:~/MagicMirror/modules $ npm install npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/package.json' npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/node_modules/node_helper/package.json' npm WARN modules No description npm WARN modules No repository field. npm WARN modules No README data npm WARN modules No license field. pi@raspberrypi:~/MagicMirror/modules $ cd .. pi@raspberrypi:~/MagicMirror $ cd .. pi@raspberrypi:~ $ npm install npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json' npm WARN pi No description npm WARN pi No repository field. npm WARN pi No README data npm WARN pi No license field.
Note from admin: Please use Markdown on code snippets for easier reading!
-
HELP WITH MMM-Flickr
I can’t seem to get the coding right when i add the code to config i get create a config i have ran through jshint and it states need semicolon on 18 and 19. there is one there so I’m not sure here is my code and of course i removed my id for security
{ module: 'MMM-Flickr', position: 'bottom_center', config: { id: ‘MYID@N02', animationSpeed: 2500, updateInterval: 10000 size: 'm' //Default is m, can be o=original, t=thumbnail, s= 75x75, b=1024 } },
Note from admin: Please use Markdown on code snippets for easier reading!
-
RE: WEATHER total NOOB
@bluecaka69 update::: got it working i just realized i didn’t install the repository my bad… thanks for your advice
-
RE: WEATHER total NOOB
i tried that code, I’m insert mt API and PWS and i get plain black screen now any suggestions here is my code
/* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. */ var config = { port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], language: 'en', timeFormat: 12, units: 'imperial', modules: [ { module: 'alert', }, { module: "updatenotification", position: "top_bar" }, { module: 'clock', position: 'top_left' }, { module: 'calendar', header: 'US Holidays', position: 'top_left', config: { calendars: [ { symbol: 'calendar-check-o ', url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics' } ] } }, { module: 'compliments', position: 'lower_third' }, { module: 'MMM-WunderGround', position: 'top_right', config: { apikey: 'API_KEY_HERE', /* private; don't share!*/ pws: 'pws:KMTBILLI61', currentweather: 1, coloricon: true, hourly: '1', fctext: '1', fcdaycount: "10", fcdaystart: "0", hourlyinterval: "2", hourlycount: "1", animationSpeed: 5000, alerttime: 10000, alerttruncatestring: "english:", roundTmpDecs: 0, UseCardinals: 1, layout: "vertical", windunits: "mph", sysstat: "0" } }, { module: 'newsfeed', position: 'bottom_bar', config: { feeds: [ { title: "New York Times", url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" } ], showSourceTitle: true, showPublishDate: true } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== 'undefined') {module.exports = config;} -
WEATHER total NOOB
I have been trying to get this for days i have done what i can,tried stock and wunderground, used jshint double checked things but it never seems to work right, can anyone share a working weather script i can copy an paste, i have gotten API but nothing seems to work