• 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. siggmur
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
S
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 8
  • Groups 0

siggmur

@siggmur

1
Reputation
47
Profile views
8
Posts
0
Followers
0
Following
Joined Feb 21, 2020, 6:23 PM
Last Online Aug 6, 2020, 3:08 PM

siggmur Unfollow Follow

Best posts made by siggmur

  • RE: MMM-telldusLive - Display devices from Telldus Live

    if I can come with a request, it would be to hide the device states and be able to only show the sensors. But other than that it works great!

    posted in Utilities
    S
    siggmur
    Feb 21, 2020, 7:13 PM

Latest posts made by siggmur

  • RE: MMM-Sunrise-Sunset

    @sdetweil ah, now we might be cooking. I find to suspected issues, but I am a bit to noobish to understand:

    [2020-08-01 01:35:48.402] [LOG] No helper found for module: MMM-Sunrise-Sunset.

    and:

    Fontconfig warning: “/etc/fonts/fonts.conf”, line 100: unknown element “blank”
    [2020-08-01 01:35:50.724] [ERROR] Whoops! There was an uncaught exception…
    [2020-08-01 01:35:50.727] [ERROR] Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
    at Server.setupListenHandle [as _listen2] (net.js:1226:14)
    at listenInCluster (net.js:1274:12)
    at GetAddrInfoReqWrap.doListen [as callback] (net.js:1413:7)
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:65:10) {
    code: ‘EADDRINUSE’,
    errno: ‘EADDRINUSE’,
    syscall: ‘listen’,
    address: ‘127.0.0.1’,
    port: 8080
    }

    Any idea what it could be?

    posted in Utilities
    S
    siggmur
    Jul 31, 2020, 11:44 PM
  • RE: MMM-Sunrise-Sunset

    Thanks for the quick reply, I forgot the quotation marks, but it should throw a config error, not a black screen like I am getting?

    posted in Utilities
    S
    siggmur
    Jul 31, 2020, 8:57 AM
  • RE: MMM-Sunrise-Sunset

    Late to the game, but I also am getting black screen after installing the module and adding it to my config. Ill try to give you the steps:

    Did the git pull. Went into the folder, npm install.

    Added this to my config:

    {          
    module: 'MMM-Sunrise-Sunset', 
    position: "bottom_center",
    config: {
    latitude: "69.13",
    longitude: "18.59",
    apiKey: "myAPI",
    layout: "inline",
      }
    }, 
    

    I also tried @sdetweil post, without any difference. I find the files as listed, did pm2 restart mm without any help.

    Ideas?

    posted in Utilities
    S
    siggmur
    Jul 30, 2020, 10:00 PM
  • RE: MMM-COVID-19 (Deprecated)

    @Sean no problem, thanks for replying!

    What I mean is a way to make the module smaller in size. As of now, it takes up a lot of screen space. I would love to have to have it smaller in size

    posted in Health
    S
    siggmur
    Mar 22, 2020, 9:41 PM
  • RE: MMM-COVID-19 (Deprecated)

    Possible to add some sort of scaling?

    posted in Health
    S
    siggmur
    Mar 20, 2020, 11:02 PM
  • MMM-telldusLive not updating

    So, whenever I restart the MM, tellduslive is updated with the sensors. However, after a short while it stops updating. The calender, weather and other modules seem to update fine. Posted the code of telldus in case it helps

    {          
    module: "MMM-telldusLive",  
    header: "Kolonien",   
    position: "center",  
    config: {       
    publicKey: 'XXXX', 
    privateKey: 'XXXX',
      token: 'XXXX',       
      tokenSecret: 'XXXX',
    sensors: {            
          showAll: 0,               
       sensorsToShow: [              
          {name: "Ute", data: ["temp"]},
         {name: "Vind", data: ["wdir", "wavg","wgust"]},
    ]                                                       }
                                    }               
       },
    
    posted in Troubleshooting
    S
    siggmur
    Mar 18, 2020, 6:52 AM
  • RE: MMM-telldusLive - Display devices from Telldus Live

    if I can come with a request, it would be to hide the device states and be able to only show the sensors. But other than that it works great!

    posted in Utilities
    S
    siggmur
    Feb 21, 2020, 7:13 PM
  • RE: MMM-Tibber

    Just tested and it works great!

    If I could come with a request, it would be not to show the graphs but only the data. So that I could only see the current consumption or by hours and the current pricing.

    posted in Utilities
    S
    siggmur
    Feb 21, 2020, 6:49 PM
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