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

    ROMSY

    @ROMSY

    0
    Reputation
    586
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    ROMSY Unfollow Follow

    Latest posts made by ROMSY

    • RE: Magic Mirror on Jessie Lite

      just a simple question, could i use also the Automatic Installer on Jessie Lite?

      posted in Tutorials
      R
      ROMSY
    • RE: MMM-PublicTransportBerlin - Public transport for Berlin and Brandenburg (departures)

      hey guys, i tried to use this module and then my magic mirror stopped working D:
      I’ve read its a problem because i am using Midori Browser but like the most: chromium eats far too much resources. is there any way / tutorial to fix it so i can use it with my Pi and Midori?

      posted in Transport
      R
      ROMSY
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      hey guys,

      just a short question is it possible to just show up the Tasks of Today or the next seven days or does only “One” list in the Module work right now?

      posted in Productivity
      R
      ROMSY
    • RE: Modules not showing up

      @strawberry-3.141
      everything is working now! Thanks a lot :)

      posted in Troubleshooting
      R
      ROMSY
    • RE: Modules not showing up

      @strawberry-3.141

      pi@infoscreen:~ $ ls MagicMirror/vendor/
      package.json  vendor.js
      

      just checked the git… same structur in there. so what is the next step?

      posted in Troubleshooting
      R
      ROMSY
    • RE: Modules not showing up

      @strawberry-3.141
      i followed this instruction from the forum.
      Question is for me right now, where do i check if i installed it correctly?

      posted in Troubleshooting
      R
      ROMSY
    • RE: Modules not showing up

      hey guys, i just reply to this thread, because i’ve got exactly the same problem with my Rpi1 B!

      So i just copied the config.js.sample to config.js, rebooted theab pi and startet everything.
      Got a blank Screen only.

      after that i tried to remove every module and add “hello World”.
      It Worked.
      After that i tried to add module for module:
      When i add the compliments module i still see only my Hello World!
      After i added the clock. everything goes blank again. Anybody knows a reason why?

      here is my config.js so far

      var config = {
              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: "de",
              timeFormat: 24,
              units: "metric",
      
              modules: [
                      {
                              module: "helloworld",
                              position: "top_left",
                              config: {
                                      text: "Hallo Welt!",
                              }
                      },
                      {
                              module: "compliments",
                              position: "lower_third",
                              anytime: [
                                       "Hey there sexy!"
                              ],
                      },
              ]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      posted in Troubleshooting
      R
      ROMSY