@geo Glad to hear you got it up! Now you gained experince
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Buttons only working with the first button
@broberg thats what I though also
-
RE: MMM-Screencast problem
@Stoffbeuteluwe my advice reinstall both modules and start with the screencast first then the browser. That what I will do
-
RE: MMM-Buttons only working with the first button
first check you wiring and make sure you connect the circut perfictly. secondly, try to work button by button see how it goes.
check your buttons by trying this python script on python idle
https://raspberrypihq.com/use-a-push-button-with-raspberry-pi-gpio/
then add your other buttons then check them if they give you the alert after that check back on magic mirror. -
RE: config
@geo http://rss.cnn.com/services/podcasting/cnn10/rss.xml
this is an example for CNN news/. -
RE: config
@geo did you install pm2 ? and follow the instructions ?
https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirrorshow me your config so I could fix it. im online for an hour we could get it done
-
RE: config
@geo give me the name of the module and the location I will help you to make it works! thank you
-
RE: config
I will make it works dont worry!
First reinstall:
1- Run this command:
sudo rm -R MagicMirror
(that will rmove the Magic mirror from your system.
2- Run this command:
bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)”
to install the new MagicMirror again.
3- make sure the config .js is there if not
run this command
nano MagicMirror/config/config.js
then copy between lines:/* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. * * For more information how you can configurate this file * See https://github.com/MichMich/MagicMirror#configuration * */ var config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "localhost" port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], language: "en", timeFormat: 24, units: "metric", 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", url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics" } ] } }, { module: "compliments", position: "lower_third" }, { module: "currentweather", position: "top_right", config: { location: "New York", locationID: "", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "YOUR_OPENWEATHER_API_KEY" } }, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "New York", locationID: "5128581", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "YOUR_OPENWEATHER_API_KEY" } }, { 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, broadcastNewsFeeds: true, broadcastNewsUpdates: true } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;}
end: dont copy the line above ( you can fin the file in config dirctory under the name of config.js.sample. Just save it as config.js without sample)
4- start your Magic Mirror
First: cd MagicMirror
(to navigate to the Magic Mirror dirctory)
second run : npm start
Check if it works!I will be helping you step by step even if you wants to add some modules.
Good luck!!!
-
RE: First Mirror
Great work! I love the fame. It gives the mirror cool touch.
-
MMM-PrayerTime, Azdan sound and notification no working.
Hello,
I’m not getting any sound out of my tv through the HDMI connection for the Azdan time. Also, notifications are not showing during the azdan time.
everything else is working fine. Can anyone help me, please?