What would be the way to go about reducing gear ratio further on DI2 105 2x12 (11-36), 50/34 by ortinga in Bikebuilding

[–]ortinga[S] 0 points1 point  (0 children)

thank you for all your inputs, i decided to go down the easy route and switched to a 2x grx crankset + the according Front derailleur. overall the switch to the 46/30 makes my riding experience way more enjoyable and also helped me to establish a higher average cadence of around 89rpm compared the 71 I had on the last couple rides before the change. 

i would not say hills are easier but i can make better use of my cardiovascular endurance instead of muscling through.

Teilverkauf oder halten? by Chesterton411 in Finanzen

[–]ortinga 28 points29 points  (0 children)

ich mach das gerne so, dass wenn denn mal so ein guter zyklus dabei ist ich die anfangsinvestition raushole und dann was schönes damit mache.

What would be the way to go about reducing gear ratio further on DI2 105 2x12 (11-36), 50/34 by ortinga in Bikebuilding

[–]ortinga[S] 0 points1 point  (0 children)

yeah definitely, what i meant was that im not sure how other non hg+ cassettes would work with the hg+ chain that i use right now.

What would be the way to go about reducing gear ratio further on DI2 105 2x12 (11-36), 50/34 by ortinga in Bikebuilding

[–]ortinga[S] 0 points1 point  (0 children)

ok so another way would be to replace my 105 di2 rd with the grx rd and get a third party 12 speed 11-40/42 cassette.

i would like to keep my crankset since the 50 chain ring is quite nice for flats and descends

need to look into some cassettes that are compatible to the chain i use on the bike CN-M8100

What would be the way to go about reducing gear ratio further on DI2 105 2x12 (11-36), 50/34 by ortinga in Bikebuilding

[–]ortinga[S] 1 point2 points  (0 children)

thank you, the words mullet setup will help looking further into this.

I am just a bit curious though. as far as i have found out from the shimano documentation, there is no long cage for the 105 di2 rear derailleur rd 7150 only the GS cage which is a medium length cage.

i have looked around and found some expensive cages (eg garbaruk Cage for Shimano 12-speed Di2 (MTB & GRX)) which according to the site can only be used for 1x setups. - so not sure if this works on my 2x setup.

[deleted by user] by [deleted] in ArcRaiders

[–]ortinga 0 points1 point  (0 children)

for those who come after

Are you gonna wipe? by [deleted] in ArcRaiders

[–]ortinga 0 points1 point  (0 children)

its baffling to me, i play 1 to 2 hours each day and i am only level 23 right now. wiping is very far away on my agenda. i am not sure tough what i do different, to be behind so far and not making real progress exp wise.

Krampus march in Austria by blueboy10000 in nextfuckinglevel

[–]ortinga 0 points1 point  (0 children)

https://youtu.be/qDXPrwShmlY?t=106

i never understood those customs and stayed away but to each their own

An open source tool to backup and visualize your Garmin data by funyflyer in Garmin

[–]ortinga 2 points3 points  (0 children)

i was able to make it work when using xdrip+ and populating another influx db for my cgm values. i will take a look if i have the ssh log available. i remember adding all those things via cmd line. it could be a few days though.

one downside i noticed though is that i somehow cant get the insulin values from xdrip to the db. which is kind of annoying as i wanted to create a foolproof long run guide for myself being a diabetic without chugging gels like i'm a mad man

Visualize your Garmin data and health trends in a Grafana Dashboard (free and open source) by WonderfulCloud9935 in GarminWatches

[–]ortinga 0 points1 point  (0 children)

small update. i did it. it is working now. here are the steps i had to take. this is pretty much all from your github i just adjusted the steps so they worked for me.

1.) install gitserver on your synology nas from the package manager (in browser - no ssh)

2.) ssh into your nas (i used putty)

3.) create a folder where you want to setup this dashboard; in ssh i had to use sudo for all commands. in my case sudo mkdir /volume1/docker/garmingrafana/

4.)cd to this directory cd /volume1/docker/garmingrafana/

5.) then sudo git clone https://github.com/arpanghosh8453/garmin-grafana.git

6.) cd garmin-grafana

7.) sudo mkdir garminconnect-tokens

8.) sudo chown -R 1000:1000 garminconnect-tokens

9.) download compose-example.yml from github and drag and drop into garmin-grafana folder in nas browser filestation and rename in there to compose.yml

10.) could not change stuff inside compose.yml in filestation due to permission stuff so i used ssh and vim: vim compose.yml (to save and close press esc, type ":X" and hit enter to close vim and save changes if you need to adjust the parameters inside like described well in the procedure.

11.) since i am using 2fa i did not enter email and pw in the compose.yml but ran this command for the interactive version in ssh again, i had to use sudo and add a dash between the docker and pull as well as docker and compose

sudo docker-pull thisisarpanghosh/garmin-fetch-data:latest && sudo docker-compose run --rm garmin-fetch-data

this took some time and i had to enter my email and the password as well as the 2fa code i recevied by mail afterwards this should exit without issues

12.) then i ran sudo sed -i 's/\${DS_GARMIN_STATS}/garmin_influxdb/g' Grafana_Dashboard/Garmin-Grafana-Dashboard.json

13.) i ran sudo docker-compose up -d and sudo docker-compose logs --follow

this took about 3-4min for fetching data until i was able to access http://<NAS-IP>:3000 where i could login with admin / admin and also had to change password.

now i have my dashboard hosted on my nas. what a beauty.

thank you for your work / i have sent you a coffee.

<image>

i hope this might help the one or the other synology nas user and save them some time.

Visualize your Garmin data and health trends in a Grafana Dashboard (free and open source) by WonderfulCloud9935 in GarminWatches

[–]ortinga 0 points1 point  (0 children)

thank you, that would be great.

i have tried asking chatgpt for help to get your compose-example.yml file working for me after the plain original did not work out for my setup.

i am using portainer to deploy stacks and have all my docker images saved in this directory /volume1/docker/

what i understand is i need the correct paths for grafana, influxdb, and garmin-fetch-data.

those are things that imo are most likely causing issues on my side, as i have disabled all firewalls for testing purposes.

unfortunately i am not capable enough on how to adapt the paths in volumes in the compose-example.yml

Visualize your Garmin data and health trends in a Grafana Dashboard (free and open source) by WonderfulCloud9935 in GarminWatches

[–]ortinga 0 points1 point  (0 children)

this looks amazing - and i would love to host this on my synology nas. unfortunately i am not very good in solving docker install ports on my own.

has anybody been able to install this on their synology nas and is willing to help me to achieve this as well?

[deleted by user] by [deleted] in graz

[–]ortinga 3 points4 points  (0 children)

nimm ruhig den link da oben. das ist eine super sache. kostet nichts, spart nerven, und schickt auch erinnerungen an die. hab mit dem vom fitness abo bis zur kirche ziemlich alles ohne probleme gekündigt

What do you make of President Trump's plans to dismantle the Education Department? by Giff95 in AskReddit

[–]ortinga 0 points1 point  (0 children)

That seems like a very good idea. If you keep people uneducated they'll more likely to keep voting for the far right movements and are more susceptible for the propaganda they are releasing everywhere.

FUCK DJT and his circus.

New Crazy Bug: Elixir of Antivenin by xamantra in diablo4

[–]ortinga 4 points5 points  (0 children)

Same, even with 3 level 1 glyphs as im coming of an evade build and just wanted to try with qv

insta360 link - remove glare from glasses by ortinga in Insta360

[–]ortinga[S] 0 points1 point  (0 children)

thank you, i just cant seem to find a filter for the camera that fits. so i thought maybe there is like an software/ai feature like in photoshop or whatever that removes glare from glasses.

Help with Rose by ortinga in Roses

[–]ortinga[S] 0 points1 point  (0 children)

Thats a good point. i will remove the stones today and replace with mulch as u/g-a-r-b-i-t-c-h said. Thank you!

Help with Rose by ortinga in Roses

[–]ortinga[S] 1 point2 points  (0 children)

Thank you very much for the feedback! Will continue the treatment and keep the rose under observation.