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

Posts

Recent Best Controversial
  • RE: 55" LED TV Cr4z33 Mirror

    @dæmoneyes I got the TV for free from Samsung because of a promotion.
    Everything else is almost all stuff I was already having apart from the hangers and other minor things.

    Let’s say that if I had to buy everything from scratch it would have costed about 600-700 EUR?

    Side view is where the LED strip is.
    Tell me if you want to see it anyway. 😉

    posted in Show your Mirror
    C
    Cr4z33
    Feb 27, 2019, 4:17 PM
  • RE: MMM-AssistantMk2

    I want to thank @Sean publicly for having helped me privately into solving the issue! :clapping_hands_medium-light_skin_tone: :thumbs_up_medium-light_skin_tone:

    posted in System
    C
    Cr4z33
    Nov 7, 2018, 10:26 AM
  • RE: MMM-NewsFeedTicker

    @justjim1220 althought I know ZERO about developing, JSON, CSS & Co. I was doing a quick search on Google about scrolling text stuttering in Electron on slow devices and I found out a suggestion at Stackoverflow.com that actually improved A LOT the overall perfomance of the newsfeed scrolling!

    Go open /home/pi/MagicMirror/modules/MMM-NewsFeedTicker/MMM-NewsFeedTicker and replace

    .MMM-NewsFeedTicker .tickerbody {
      position: relative;
    

    with

    .MMM-NewsFeedTicker .tickerbody {
      position: relative;
      transform: translateZ(0);
      backface-visibility: hidden;
    

    You should notice now an improvement. :upside-down_face:

    posted in Utilities
    C
    Cr4z33
    Nov 15, 2018, 3:17 PM
  • RE: MYMIRROR - From Modena

    @s-monti-74 said in MYMIRROR - From Modena:

    @richland007 I can’t upload in the editor the full code because the editor blocks it (probably it converts the “;” char as the end of the code) I also can’t upload a txt file witch the code, i can upload only images

    You can easily copy&paste everything to pastebin.com then share here the link for others. ;)

    posted in Show your Mirror
    C
    Cr4z33
    Oct 29, 2019, 9:18 AM
  • RE: Updated to MM v2.6.0 now all I get is only a black Electron screen...

    @sdetweil done.

    posted in Troubleshooting
    C
    Cr4z33
    Jan 3, 2019, 1:39 PM
  • RE: MMM-Spotify

    @Cr4z33 said in MMM-Spotify:

    @ejay-ibm @Sean I noticed only now that if using allowDevices: with the Raspotify device name I can then hear the music, but somehow the module doesn’t ‘wake up’ and keeps showing the Spotify logo only.

    Guys any idea why? :grimacing_face:

    Also @ejay-ibm maybe it’s because I translated them into Italian, but the commands used with MMM-AssistantMk2 that you posted earlier this week don’t get applied.
    Ie. I say the hotword and then ‘next song’ and nothing happens…

    Usually GA either executes the command or replies saying he didn’t understand, but not this time… :thinking_face:

    alt text

    posted in Entertainment
    C
    Cr4z33
    Mar 30, 2019, 3:33 PM
  • RE: MMM-NewsFeedTicker

    @justjim1220 that’s what I already did, but I see you now fixed that. :)

    Thanks.

    posted in Utilities
    C
    Cr4z33
    Nov 17, 2018, 9:40 AM
  • RE: Upgrading to MM 2.6.0

    @binog if you don’t want to wait any longer backup your ‘modules’ folder, the config and delete the whole MagicMirror directory.

    When you reinstall you will have the latest version (remember to restore then your backups).

    posted in Troubleshooting
    C
    Cr4z33
    Feb 12, 2019, 2:35 PM
  • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

    @shbatm thank you mate deleting that part made everything work brilliantly!

    posted in Utilities
    C
    Cr4z33
    Feb 11, 2019, 9:48 AM
  • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

    @epi said in MMM-DarkSkyForecast - Yet ANOTHER weather module:

    1. “Feels like”

    Indeed comes very handy to me when in Summer.

    The weather here is usually very wet and in Summer ie. 35° C give a feeling of 42° C so I wish I could know it before getting out. :sun: :fire:

    posted in Utilities
    C
    Cr4z33
    Mar 17, 2019, 11:01 AM
  • 1
  • 2
  • 3
  • 2 / 3
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