• 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. retroflex
  3. Posts
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 19
  • Posts 137
  • Groups 2

Posts

Recent Best Controversial
  • RE: Cannot rotate display on new MM 2.4.0

    @madscientist Switched to dtoverlay=vc4-fkms-v3d and everything seems to work fine. MM runs at a few % CPU so it looks very good, maybe even lower than with OpenGL, but I haven’t gone into details.

    What command do you use to check temperature?

    posted in Troubleshooting
    R
    retroflex
    Jul 4, 2018, 8:44 AM
  • RE: Cannot rotate display on new MM 2.4.0

    @madscientist Thanks! I’ll try when I get home. And the fake OpenGL drivers don’t push the CPU/temp too much?

    posted in Troubleshooting
    R
    retroflex
    Jul 3, 2018, 7:36 AM
  • Error accessing remote.html

    I cannot access remote control for some reason. It has worked before, but stopped some time ago (not sure when).

    Running the mirror remotely works fine:
    http://192.168.1.133:8080/

    But running to remote control:
    http://192.168.1.133:8080/remote.html

    …gives me this error message:

    “If you see this message, an errror occured when loading the javascript file. Please go to the following link and see if this a known problem with your browser:”

    MMM-RemoteControl is up to date. Javascript is enabled in my browser. I have tried with Chrome, IE and my Android phone, same error.

    Anyone who’s seen this before?

    posted in Troubleshooting
    R
    retroflex
    Jul 2, 2018, 8:18 PM
  • Cannot rotate display on new MM 2.4.0

    Just updated to 2.4.0 without problems and followed these steps to enable OpenGL:

    https://github.com/michmich/magicmirror/wiki/configuring-the-raspberry-pi#enable-the-open-gl-driver-to-decrease-electrons-cpu-usage

    After that, my display is rotated, i.e. running in landscape mode. So I continued to follow these steps:

    nano ~/.config/lxsession/LXDE-pi/autostart
    @xrandr --output HDMI-1 --rotate right
    

    Display is still rotated though. I tried to manually run xrandr over SSH and got:

    warning: output HDMI-1 not found; ignoring
    

    Maybe I cannot run that over SSH? Any hints how to proceed?

    posted in Troubleshooting
    R
    retroflex
    Jul 2, 2018, 8:09 PM
  • RE: UI/Data Caching

    Put the API request in node_helper.js. MMM-Surf.js is run on client and node_helper.js on server. Keep in mind that there is always only one node_helper instance.

    posted in Troubleshooting
    R
    retroflex
    Apr 14, 2018, 6:55 PM
  • RE: MMM-MyTraktSeries

    @TheVieiraAkA My trakt account was already public. But I found that I was using the default watchlist, which probably wasn’t a good idea. I created a new public list and switched the ID in the config to that one. Still no luck, same error.

    posted in Utilities
    R
    retroflex
    Feb 9, 2018, 8:45 AM
  • RE: MMM-MyTraktSeries

    @TheVieiraAkA Thanks! I have checked client_id, client_secret, username and id_lista and they are correct. And there is no token file from before.

    I get this exception in .pm2/logs/mm-error-0.log:

    TypeError: Error processing argument at index 1, conversion failure from 80
        at TypeError (native)
        at ClientRequest.setHeader (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/browser/api/net.js:252:21)
        at ClientRequest (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/browser/api/net.js:190:14)
        at Net.request (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/browser/api/net.js:354:10)
        at get (/home/pi/MagicMirror/modules/MMM-MyTraktSeries/node_modules/got/index.js:49:18)
        at Immediate.setImmediate (/home/pi/MagicMirror/modules/MMM-MyTraktSeries/node_modules/got/index.js:124:3)
        at runCallback (timers.js:574:20)
        at tryOnImmediate (timers.js:554:5)
        at processImmediate [as _immediateCallback] (timers.js:533:5)
    
    
    posted in Utilities
    R
    retroflex
    Feb 8, 2018, 8:06 AM
  • RE: MMM-MyTraktSeries

    @TheVieiraAkA I’m trying out your module now, and I have set up application, API key + secret and list id. But I get this text on my mirror:

    Please enter the following on https://trakt.tv/activate: undefined
    

    It should be an 8 digit code. Any idea what is wrong?

    posted in Utilities
    R
    retroflex
    Feb 7, 2018, 1:07 PM
  • SMHI weather

    Not my module, but for those looking for weather forecasts from SMHI (Swedish weather), I found this:

    https://github.com/fbacker/MMM-Weather-SMHI

    Looks great and seems to work fine. Was not mentioned anywhere here on the forum or in the wiki.

    posted in Utilities
    R
    retroflex
    Feb 5, 2018, 1:23 PM
  • RE: Mirror turning black after a while

    Short lived happiness it seemed… After a few minutes CPU is now back at 100% and memory use increasing. :(

    Also tested after reboot of my Pi3 with the same results.

    This is my config:

    		{
    			module: "MMM-ResRobot",
    			position: "top_right",
    			header: "",
    			config: {
    				routes: [
    					{from: "740015970", to: "740015568"},
    				],
    				updateInterval: 2 * 60 * 1000,	// Update every second minute.
    				maximumEntries: 6,  // Number of departures to show on screen
    				truncateAfter: 5,   // A value > 0 will truncate direction name at first space after  characters. 0 = no truncation
    				apiKey: "*******"  // Your ResRobot apiKey
    			}
    		},
    
    posted in Troubleshooting
    R
    retroflex
    Feb 3, 2018, 11:25 AM
  • 1 / 1
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