• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. noiz13
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
N
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 2
  • Posts 7
  • Groups 0

noiz13

@noiz13

0
Reputation
443
Profile views
7
Posts
0
Followers
0
Following
Joined Jan 14, 2018, 8:48 AM
Last Online Feb 19, 2022, 1:28 PM

noiz13 Unfollow Follow

Latest posts made by noiz13

  • RE: keep running against a wall

    @Mykle1 it works thank you for your code now i can learn more.

    regarding the os i have put raspian on the laptop because my thought is that works the best.
    however MM is seeing my laptop as a raspberry 1 witch is incompatible with MM can i use normal debian would that be better?

    posted in Troubleshooting
    N
    noiz13
    Jan 17, 2018, 9:36 AM
  • RE: keep running against a wall

    thank you this is awesome much appreciated. now i can appropriated old laptop and use it as my test set.

    posted in Troubleshooting
    N
    noiz13
    Jan 16, 2018, 6:59 AM
  • RE: keep running against a wall

    @Mykle1 said in keep running against a wall:

    “MMM-rainfc”

    that is so small i did not see it can you recommend a good text editor for a noob?

    posted in Troubleshooting
    N
    noiz13
    Jan 15, 2018, 12:57 PM
  • RE: keep running against a wall

    i hope i changed it correctly it is all new for me and english is my second Language

    --/* 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: "MMM-rainfc",
    --		position: “top_right”,
    --            	header: “Rain forecast”,
    --		config: {
    --			lat: "52.525",
    --			lon: "5.71806",
    --			width: 200,
    --			height: 150,
    --			lineWidth: 2,
    --			lineColor: "#e0ffe0",
    --			fillColor: "#e0ffe0",
    --			maxPower: 300,
    --			rainText: "Tot: ",
    --			noRainText: "Geen regen tot: ",
    --			nrOfTimeLabels: 5 // advised values: 2-5
    --		}
          },
    --		{
    --			module: "calendar",
    --			header: "agenda",
    --			position: "top_left",
    --			config: {
    --				calendars: [
    --					{
    --				symbol:"calendar",
    --				url:"https://calendar.google.com/calendar/ical/8tjs1qac4300edu3evdqsh3gp8%40group.calendar.google.com/public/basic.ics",
    --			},
    --						symbol: "calendar-check-o ",
    --						url: "https://calendar.google.com/calendar/ical/ferrynoiz%40gmail.com/public/basic.ics"
    --					}
    --				]
    --			}
    --		},
    --		{
    --			module: "compliments",
    --			position: "lower_third"
    --		},
    --
    --			module: "newsfeed",
    --			position: "bottom_bar",
    --			config: {
    --				feeds: [
    --					{
    --						title: "Nu",
    --						url: "https://www.nu.nl/rss/Algemeen.xml"
    --					}
    --				],
    --				showSourceTitle: true,
    --				showPublishDate: true
    --			}
    --		},
    --	]
    --
    --};
    --
    --/*************** DO NOT EDIT THE LINE BELOW ***************/
    --if (typeof module !== "undefined") {module.exports = config;}
    
    
    posted in Troubleshooting
    N
    noiz13
    Jan 15, 2018, 12:55 PM
  • keep running against a wall

    can someone look at my code and tell me what iam doing wrong?```
    //
    language: “en”,
    – timeFormat: 24,
    – units: “metric”,

    – modules: [
    – {
    – module: “alert”,
    – },
    – {
    – module: “updatenotification”,
    – position: “top_bar”
    – },
    – {
    – module: “clock”,
    – position: “top_left”
    – },
    – {
    – module: “rainfc”,
    – position: “top_right”,
    – header: “Rain forecast”,
    – config: {
    – lat: “52.525”,
    – lon: “5.71806”,
    – width: 200,
    – height: 150,
    – lineWidth: 2,
    – lineColor: “#e0ffe0”,
    – fillColor: “#e0ffe0”,
    – maxPower: 300,
    – rainText: "Tot: ",
    – noRainText: "Geen regen tot: ",
    – nrOfTimeLabels: 5 // advised values: 2-5
    – },
    – {
    – module: “calendar”,
    – header: “agenda”,
    – position: “top_left”,
    – config: {
    – calendars: [
    – {
    – symbol:“calendar”,
    – url:“https://calendar.google.com/calendar/ical/my info.calendar.google.com/public/basic.ics”,
    – },
    – symbol: "calendar-check-o ",
    – url: “https://calendar.google.com/calendar/ical/myinf%40gmail.com/public/basic.ics”
    – }
    – ]
    – }
    – },

    posted in Troubleshooting
    N
    noiz13
    Jan 15, 2018, 11:11 AM
  • RE: How to add modules. For absolute beginners.

    @doubleT said in How to add modules. For absolute beginners.:

    Sublime Text

    what text editor is that?

    posted in Troubleshooting
    N
    noiz13
    Jan 14, 2018, 7:31 PM
  • total noob needs help. installing modules

    can somebody tell me how to easy configer and install modules?
    i am sshing in my pi and then i got stuck i had to reinstall it multiple times because i do not understand it enough

    i want the dutch forecast i want my agenda on it and news feeds and maybe just grab pictures from a source but i got stuck

    posted in Troubleshooting
    N
    noiz13
    Jan 14, 2018, 11:28 AM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy