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

    Posts

    Recent Best Controversial
    • RE: MM on Ubuntu
      @sdetweil ```
      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information on how you can configure 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 or empty, 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"],
      
      useHttps: false, 		// Support HTTPS or not, default "false" will use HTTP
      httpsPrivateKey: "", 	// HTTPS private key path, only require when useHttps is true
      httpsCertificate: "", 	// HTTPS Certificate path, only require when useHttps is true
      
      language: "pt",
      timeFormat: 24,
      units: "metric",
      // serverOnly:  true/false/"local" ,
      		     // local for armv6l processors, default
      		     //   starts serveronly and then starts chrome browser
      		     // false, default for all  NON-armv6l devices
      		     // true, force serveronly mode, because you want to.. no UI on this device
      
      modules: [
      	{
      		module: "alert",
      	},
      	{
      		module: "updatenotification",
      		position: "top_bar"
      	},
      	{
      		module: "clock",
      		position: "top_left"
      	},
      	{
      		module: "calendar",
      		header: "Feriados",
      		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: "Matosinhos",
      			locationID: "2737824", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      			appid: "18493e6342f2df4ac6ca7ed72fd3d79b"
      		}
      	},
      	{
      		module: "weatherforecast",
      		position: "top_right",
      		header: "Weather Forecast",
      		config: {
      			location: "Matosinhos",
      			locationID: "2737824", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      			appid: "18493e6342f2df4ac6ca7ed72fd3d79b"
      		}
      	},
      	{
      		module: "newsfeed",
      		position: "bottom_bar",
      		config: {
      			feeds: [
      				{
      					title: "Últimas Noticias",
      					url: "https://www.cmjornal.pt/rss"
      				}
      			],
      			showSourceTitle: true,
      			showPublishDate: true,
      			broadcastNewsFeeds: true,
      			broadcastNewsUpdates: true
      		}
      	},
      ]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      posted in Troubleshooting
      G
      goncalovsc
    • RE: MM on Ubuntu

      @sdetweil Its on the printscreen, weather location changed etc etc
      But as you can see, all unchanged https://gyazo.com/bdf479ec8837ed27c9727b0ac8d5877a

      posted in Troubleshooting
      G
      goncalovsc
    • RE: MM on Ubuntu

      @sdetweil https://gyazo.com/0d971f9417655c6753c26a538fa702ff
      nothing changed

      posted in Troubleshooting
      G
      goncalovsc
    • RE: MM on Ubuntu

      @sdetweil thanks, it worked fine!
      But, I edited the compliments and the config file and nothing changed, what should I do?
      I already restarted the pc

      posted in Troubleshooting
      G
      goncalovsc
    • RE: MM on Ubuntu

      @Mykle1 how do I install without snap store? I tried to follow an old tutorial from you here in a old post but i had a lot of errors

      posted in Troubleshooting
      G
      goncalovsc
    • RE: MM on Ubuntu

      @Mykle1 but files from snap store are all “only read”. How can I change that? I tried every methods and nothing

      posted in Troubleshooting
      G
      goncalovsc
    • MM on Ubuntu

      So, I have an old laptop that I will use to a smart mirror.
      I installed MM via Snap Store
      How can edit that config files now to be personalized to my country?

      posted in Troubleshooting
      G
      goncalovsc
    • RE: My first SmartMirror 70x40

      I dont have any grade yet, but i expect a big A on this :smiling_face_with_open_mouth_closed_eyes:

      posted in Show your Mirror
      G
      goncalovsc
    • My first SmartMirror 70x40

      This is my first build, done for a school project
      alt text
      alt text
      alt text
      alt text
      Thanks to all you guys that helped me in one way or another trough this project

      posted in Show your Mirror
      G
      goncalovsc
    • Where to buy the mirror in Portugal?

      I live in Portugal and i have no idea where to buy the mirror, any idea?

      posted in General Discussion
      G
      goncalovsc
    • 1 / 1