@sdetweil nope mine ist still going back and forth.
Read the statement by Michael Teeuw here.
Posts
-
RE: [MMM-NewsFeedTicker] scroll from left to right only?
-
RE: [MMM-NewsFeedTicker] scroll from left to right only?
@sdetweil of course I did. :)
-
RE: [MMM-NewsFeedTicker] scroll from left to right only?
OK this is getting weird now because I applied the above code and it STILL keeps scrolling back and forth! :anguished_face:
-
RE: [MMM-NewsFeedTicker] scroll from left to right only?
@sdetweil thank you gonna try asap! :D
-
RE: MMM-NewsFeedTicker
@Cr4z33 said in MMM-NewsFeedTicker:
@justjim1220 I’ve moved to a NUC and your module is now scrolling incredibly smooth. :D
Only can you please tell me what to edit to avoid scrolling from right to left (after having scrolled from left to right)?
@BKeyport sorry for always bothering you lol, but you look still quite active here in the forums (despite of other developers that might have left). :)
Do you know by chance what to edit here?
-
RE: [MMM-NewsFeedTicker] scroll from left to right only?
@sdetweil nope I didn’t get what I wanted. :person_shrugging_medium-dark_skin_tone:
-
RE: [MMM-NewsFeedTicker] scroll from left to right only?
@sdetweil thanks I already saw that page, but it talks about
translateXand there’s no evidence of it in that module’s CSS. -
[MMM-NewsFeedTicker] scroll from left to right only?
Can someone please tell me what to edit to have the news scrolling from left to right only (and not also from right to left)?
@-webkit-keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } @-moz-keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } @-ms-keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } @-o-keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } @keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } .MMM-NewsFeedTicker { width: 100%; height: 50px; line-height: 100%; overflow: hidden; background: rgb(104, 9, 9); /* background color - change to 'none' if don't want */ } .MMM-NewsFeedTicker .tickerbody { margin: 0 auto; width: 100%; padding-top: 5px; position: relative; white-space: nowrap; overflow: visible; -webkit-animation: marquee linear infinite; -moz-animation: marquee linear infinite; -ms-animation: marquee linear infinite; -o-animation: marquee linear infinite; animation: marquee linear infinite; } .MMM-NewsFeedTicker .headline { font-size: 40px; font-weight: bold; } .MMM-NewsFeedTicker .image { position: absolute; display: inline-block; vertical-align: middle; bottom: 0; left: 0; height: 50px; z-index: 100; background: rgb(255, 255, 255); /* white background for image */ } -
RE: [MMM-RTSPStream] Cannot get vlc to work
For your information MMM-FreeboxTV (with some little edits) does everything MMM-RTSPStream did with the difference that it keeps being developed and it works fine with VLC! 😁
-
RE: [MMM-RTSPStream] Cannot get vlc to work
@BKeyport we cannot use omxplayer on hardwares (Intel NUC in my case) other than Raspberry. ;)
-
RE: [MMM-RTSPStream] Cannot get vlc to work
I moved from a RPI 4 to an Intel NUC and I actually got MMM-RTSPStream (almost) working.
The issue is that it does completely ignore my window size & position settings.
If it is a 1080i/1080p it gets displayed almost at 100% of screen while if it is at 576p it gets displayed on top left occupying 1/4 of the screen…
I am in desperate need to fix this module because it basically was the reason to build my smart mirror…
-
RE: MMM-NewsFeedTicker
@justjim1220 I’ve moved to a NUC and your module is now scrolling incredibly smooth. :D
Only can you please tell me what to edit to avoid scrolling from right to left (after having scrolled from left to right)?
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
This module needs to be fixed asap.
The developer @shbatm seems to have abandoned the project since many weeks/months and the module was a real good add to MagicMirror.
After latest MM upgrades it has broken and now streams come up in weird huge size and in a wrong position (stream position config settings get COMPLETELY ignored).
If someone skilled enough would be willing to post please a fix?
I assume it’s just a matter of some node_helper.js edit, but I have zero knowledge of JavaScript language…
@BKeyport are you able to do that please? :smiling_face_with_open_mouth_cold_sweat:
-
RE: MMM-MagicMover
Hmm very usefull module here thanks.
It will come very handy once I’ve setup my daughter 24/7 smart mirror!
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
Hmmm one more issue came out…
While opting to go for Debian 10.x instead of Ubuntu I notice now that the stream window doesn’t go where it should.
Basically I choosed to place it on bottom right, but it pops in a vlc titled window (and in the wrong position) instead. :confused_face:
Here’s the screenshot:
https://imgur.com/QUiumaA -
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
Problem sorted by manually untarring the module from a previous (RPI4) backup.
Basically the module installation in Ubuntu could not be completed properly and therefore a lot of stuff was missing. :)
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
@sdetweil thanks for helping! :)
Last command showed an error that looks like (translated from Italian):
cr4z33@Cr4z33-UbuntuDesktop-VM-Synology:~/MagicMirror/modules/MMM-RTSPStream$ ls node_modules/node-rtsp-stream-es6 ls: Cannot access 'node_modules/node-rtsp-stream-es6': File or directory does not existIn fact looking in the node_modules folder there’s no node-rtsp-stream-es6 directory. :thinking_face:
I then thought it was a good idea running
npm install node-rtsp-stream-es6in the MMM-RTSPStream directory.
The folder was created at last, but then I kept getting errors at MM launch:cr4z33@Cr4z33-UbuntuDesktop-VM-Synology:~/MagicMirror$ npm start > magicmirror@2.12.0 start /home/cr4z33/MagicMirror > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [2020-07-15 08:58:08.182] [LOG] Starting MagicMirror: v2.12.0 [2020-07-15 08:58:08.184] [LOG] Loading config ... [2020-07-15 08:58:08.186] [LOG] Loading module helpers ... [2020-07-15 08:58:08.188] [LOG] Initializing new module helper ... [2020-07-15 08:58:08.188] [LOG] Module helper loaded: MMM-WatchDog [2020-07-15 08:58:08.231] [LOG] Initializing new module helper ... [2020-07-15 08:58:08.232] [LOG] Module helper loaded: MMM-Remote-Control [2020-07-15 08:58:08.354] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'datauri' Require stack: - /home/cr4z33/MagicMirror/modules/MMM-RTSPStream/node_helper.js - /home/cr4z33/MagicMirror/js/app.js - /home/cr4z33/MagicMirror/js/electron.js - /home/cr4z33/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js - [2020-07-15 08:58:08.354] [LOG] Loading module helpers ... [2020-07-15 08:58:08.355] [LOG] Initializing new module helper ... [2020-07-15 08:58:08.355] [LOG] Module helper loaded: MMM-WatchDog [2020-07-15 08:58:08.355] [LOG] Initializing new module helper ... [2020-07-15 08:58:08.355] [LOG] Module helper loaded: MMM-Remote-Control [2020-07-15 08:58:08.356] [ERROR] App threw an error during load [2020-07-15 08:58:08.356] [ERROR] Error: Cannot find module 'datauri' Require stack: - /home/cr4z33/MagicMirror/modules/MMM-RTSPStream/node_helper.js - /home/cr4z33/MagicMirror/js/app.js - /home/cr4z33/MagicMirror/js/electron.js - /home/cr4z33/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js - at Module._resolveFilename (internal/modules/cjs/loader.js:627:15) at Function.Module._resolveFilename (/home/cr4z33/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:41:16) at Function.Module._resolveFilename (/home/cr4z33/MagicMirror/node_modules/module-alias/index.js:49:29) at Function.Module._load (internal/modules/cjs/loader.js:531:27) at Module.require (internal/modules/cjs/loader.js:685:19) at require (internal/modules/cjs/helpers.js:16:16) at Object.<anonymous> (/home/cr4z33/MagicMirror/modules/MMM-RTSPStream/node_helper.js:14:17) at Module._compile (internal/modules/cjs/loader.js:786:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10) at Module.load (internal/modules/cjs/loader.js:645:32) [2020-07-15 08:58:08.357] [ERROR] Whoops! There was an uncaught exception... [2020-07-15 08:58:08.357] [ERROR] Error: Cannot find module 'datauri' Require stack: - /home/cr4z33/MagicMirror/modules/MMM-RTSPStream/node_helper.js - /home/cr4z33/MagicMirror/js/app.js - /home/cr4z33/MagicMirror/js/electron.js - /home/cr4z33/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js - at Module._resolveFilename (internal/modules/cjs/loader.js:627:15) at Function.Module._resolveFilename (/home/cr4z33/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:41:16) at Function.Module._resolveFilename (/home/cr4z33/MagicMirror/node_modules/module-alias/index.js:49:29) at Function.Module._load (internal/modules/cjs/loader.js:531:27) at Module.require (internal/modules/cjs/loader.js:685:19) at require (internal/modules/cjs/helpers.js:16:16) at Object.<anonymous> (/home/cr4z33/MagicMirror/modules/MMM-RTSPStream/node_helper.js:14:17) at Module._compile (internal/modules/cjs/loader.js:786:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10) at Module.load (internal/modules/cjs/loader.js:645:32) { code: 'MODULE_NOT_FOUND', requireStack: [ '/home/cr4z33/MagicMirror/modules/MMM-RTSPStream/node_helper.js', '/home/cr4z33/MagicMirror/js/app.js', '/home/cr4z33/MagicMirror/js/electron.js', '/home/cr4z33/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js', undefined ] } [2020-07-15 08:58:08.359] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? [2020-07-15 08:58:08.359] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues [2020-07-15 08:58:08.412] [LOG] Launching application.