Solingen, Germany 😁
Read the statement by Michael Teeuw here.
Best posts made by Klizzy
-
RE: MMM-cryptocurrency - v1.4
hello @matteodanelli , thank you for you work!
I submitted a pull request to your Repo and it now has multi currency support, translations, styling and Formatting.
Tomorrow i wanted to add some more comments to explain more parts of the code.
You can add it to you code if you want to. I just wanted to finish my MagicMirror and have an overview on multiple currencies. Thats the reason why i could no longer wait 😅Here you can see it https://github.com/matteodanelli/MMM-cryptocurrency/pull/1
Here is the forked repo with the charges if you want to test it:
https://github.com/Klizzy/MMM-cryptocurrency -
MMM-Vrr - Transport Information for VRR, North Rhine-Westphalia Germany
Description:
I wrote an MagicMirror Module for most Citys in North Rhine-Westphalia, Germany.
It supports all Transportation within VRR and has limited support for areas outside of it.its my first Project on Github, so im open to suggestions and / or tipps on improving the Module ☺️
Screenshots:
Download:
[card:Klizzy/MMM-Vrr]
Changelog
Version 1.0
- initial release
Version 1.1
- added some additional configuration to set a custom width
- added the option to scroll the destination text horizontally
Version 1.2
- now displays delays
Version 1.5
- delay bugfix and styling changes
- rail track is now displayed
- added additional display type
Version 1.5.1
- fix for Issue #3 scrollAfter and displayType lcd
Version 1.6
- shown lines can now be filtered and code improvements. THX @wapolinar !
- added contributing.md
Latest posts made by Klizzy
-
RE: MMM-Vrr - Transport Information for VRR, North Rhine-Westphalia Germany
Hello @ueffchen ,
sorry for the late reply!
If you still got this problem, you can fix it in multiple ways:MMM Build in sizing
You could change
tableWrapper.className = "small mmm-vrr-table";
withinMMM-Vrr.js
on line 159 intotableWrapper.className = "medium mmm-vrr-table";
Specific font sizes for header
add another line after
MMM-Vrr.css:16
with you desired fontsize e.g:font-size: 50px;
Specific font size within table content
add this to the
MMM-Vrr.css
.mmm-vrr-table tr { font-size: 50px; }
-
Display Homekit Sensors
Hello Guys,
currently im extending my Smart Home Setup with some temperature sensors.
Its pretty hacky, because i use RaspBee & Homebridge to bundle different manufacturers them all, but it works.Question
Are there any HomeKit sensor display modules for the MagicMirror? I know about MMM-Hue, but it only displays the current states of the lights. I just want to display each room with their correlating temperature or other sensor values.
I don’t think that im the first one, who want do this, so maybe im just blind?If it don’t exists i’ll develop it myself, but its easier to use something what is already there 😉
edit
I saw this post here, but i don’t use ioBroker, so it doesn’t match my needs. -
RE: MMM-cryptocurrency - v1.4
@fox please get the latest release of this Module from Github and replace the folder on your Mirror with the new one. Because you have to Update it manually if you want the graph or newer features.
If you use git, you can just do “git pull origin master” in the console.@olexs thank you for your awesome work!
I tried for some time to implement the graph but i couldn’t find a solution…
@matteodanelli
I added some features and submitted an pull request.- Colored logos (optional)
- additional logo support for Nem and Stratis
- Graph Support for Stratis
- now gets the top25 results of coinmareket
It would be nice if the currencies are sorted by total market volume (like on coin market). At the moment its ordered by the definitions in the config section.
Maybe someone has more time as i in the next days? ☺️And what do you guys think if we start to add release notes / change log to the readme?
-
RE: MMM-Vrr - Transport Information for VRR, North Rhine-Westphalia Germany
the module now displays delays.
Just update the source code and thank you for your suggestion! -
RE: MMM-Vrr - Transport Information for VRR, North Rhine-Westphalia Germany
did you updated the source files?
you have to delete the old Version of the MMM-Vrr module and download the new one.
So just replace the source files with the updated one and you configs should work after an restart -
RE: MMM-Vrr - Transport Information for VRR, North Rhine-Westphalia Germany
thank you! Its nice to hear that some people are using it! ☺️
I added some additional configuration settings, so you can specify an fixed width bei yourself in pixel (e.g 350px).
But the text would get an additional line break if the string is to long, so i added a vertical scrolling feature.
Just look at the instructions at github.@Sandy2503
i think that i will be ready with your request in a couple of hours -
RE: MMM-cryptocurrency - v1.4
@matteodanelli nice work!
just in time for my recent changes ☺️
(you get the pull request in a couple of minutes).I created a second display option with less information overall, but with icons.
I had to do this, because i have many modules on the Mirror and therefor the readability overall decreased with so many informations.But now we can simply choose between more details or the “compact” version.
Here is a little Sneakpeak, until i finish the changes of the Readme accordingly to my changes: -
RE: MMM-cryptocurrency - v1.4
@SpecialRob
do you mean a dividing line between the table header and data, or do you don’t have any data in the Table header (Currency, Price, 24h Change) ?a dividing line is not implemented at the moment. But today i finished another feature for this module, so i can add the dividing line. If @matteodanelli accepts my pull request you can update it in a couple of days.
If you don’t have any data in the table header, i need to know in which language settings you’re running the mirror.
-
RE: MMM-Vrr - Transport Information for VRR, North Rhine-Westphalia Germany
@Sandy2503
thanks!
Yes i’ll integrate it in a couple of days ☺️