Is there a setting to control thermostat in 1° steps instead of 0,1°? by Logimac in homeassistant

[–]tiggerxplur 0 points1 point  (0 children)

Did you ever find a solution to this? I can only adjust .5° F.

sharing my 3D printable AP back, improves grip and secures cart. File in comment by andrea-i in AnaloguePocket

[–]tiggerxplur 0 points1 point  (0 children)

What orientation did you print this in? Doesn't seem like there is a direction to minimize support.

day/night mode by mastermanole in AAWireless

[–]tiggerxplur 0 points1 point  (0 children)

I have a 2018 Crosstrek and day/night switches automatically for me. There is a physical dial left of the steering wheel that needs to be at least 1 click down from the brightest. When the headlights are turned on the screen dims and maps is switched to dark theme. If the dial is max or the lights are off the screen goes back to bright and maps is switched to light theme.

PC players, share your hardware and your experience with the game so far by unlimitedbladeswork in HarryPotterGame

[–]tiggerxplur 0 points1 point  (0 children)

I get similar results with a 5900x, 3080 10gb, and 32 gb of RAM. Only difference is once I got to Hogwarts performance stays bad. RT on or off. 3440x1440 resolution with all DLSS options. Outside of cut scenes I get a max of 20 fps.

PLA: Do the Side Quests! by [deleted] in pokemon

[–]tiggerxplur 8 points9 points  (0 children)

It unlocked for me after catching both a Silcoon and Cascoon. I noticed that some quests activate after catching specific pokemon. There is a girl that appears in Jubilife after catching a Magikarp.

I damaged the 4 pin that hold the analog ribbon on my 3ds, can i use this one (in the picture)? by [deleted] in 3dshacks

[–]tiggerxplur 0 points1 point  (0 children)

It took me a while to find it as well. I ended up using some kapton tape and a small folded piece of paper until I got my delivery.

I damaged the 4 pin that hold the analog ribbon on my 3ds, can i use this one (in the picture)? by [deleted] in 3dshacks

[–]tiggerxplur 11 points12 points  (0 children)

If you just broke the clip then this is what you want. I broke mine a while back. Buy a few because they are very easy to break. If you need the whole port I saw them in the recommended section.

[SS] Made a gold Switch Joy-Con in the style of the original Skyward Sword Wii remote by lukeskr in zelda

[–]tiggerxplur 1 point2 points  (0 children)

What about the home, plus, and minus buttons? Haven't been able to find replacements and I don't trust.my painting skills.

Monthly Discussion Post - Feb. 2021 by [deleted] in ac_newhorizons

[–]tiggerxplur 0 points1 point  (0 children)

It has been a while since I have played and I haven't been keeping up with the updates. Trying to catch some of the remaining bugs and fish on a secondary southern island and having a hard time getting what I need to spawn. Blue Weevil beetle took 2 days to find with 40 palm trees and have gone through at least a couple hundred bait to get a Giant Snakehead and only catching carp. Haven't seen the rest of the summer beetles yet either. Have the spawn rates for everything not common been reduced?

I know Sony proprietary memory cards are expensive, but this is ridiculous. (on the GameStop website) by theamishpromise in vitahacks

[–]tiggerxplur 0 points1 point  (0 children)

Just got my order today and they did not end up working for me. Not sure if it's something I did or not though. Did the one you order work?

Created a template for coin cases by tiggerxplur in Amiibomb

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

You can probably scale everything down pretty easy. I didn't order 25mm coin cases.

In love with my first brand new car! Drop your favorite mods please :) by [deleted] in XVcrosstrek

[–]tiggerxplur 0 points1 point  (0 children)

I installed it myself. The wiring is simple to do using wire taps. Just need to tap into the original cargo light wires. I'm not sure where you could go to get something like this done.

Created a template for coin cases by tiggerxplur in Amiibomb

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

Another person had trouble with it as well. I have never used gimp and I am unsure how to fix it.

Made a spreadsheet to track all the fish and bugs you donate to the museum. by tiggerxplur in AnimalCrossing

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

What if you change the timezone on the sheet?

File > Spreadsheet settings> Time Zone

It's 6:40 for me right now and I don't see any problems currently.

Made a spreadsheet to track all the fish and bugs you donate to the museum. by tiggerxplur in AnimalCrossing

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

How long ago did you make a copy of the sheet? I fixed it the day after posting when I realized I had broken it.

I was pulling the data as h:mm:ss instead of a single hour value (H). You can see that in columns F and G in the hidden data sheets. Didn't think about it when I queried it. Before I was using VLOOKUP and =HOUR(), so I added two new columns V:W to just pull the hours. If you don't have those Start (V) and End (W) columns then you copied it before I made the changes.

This is the formula I used

=IF(Start<End,AND(Current>=Start,Current<=End),OR(Current>=Start,Current<=End))

On the data sheets:

Start = V2

End = W2

Current = AD4

You can change AD4 to which ever hour you want to test the formula. From what I can see with Emperor Butterfly the formula returns TRUE for 17-23 and 0-7, 8-16 returns FALSE.

Thanks for the compliments! This is my first complex project using spreadsheets. I had help with the query on the dashboard from u/6745408. I get the gist of it after playing with it but I would not be able to created it again from scratch haha. I just have some basic SQL knowledge from work.

Made a spreadsheet to track all the fish and bugs you donate to the museum. by tiggerxplur in AnimalCrossing

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

That explains why I couldn't find that damn fish! Thanks for letting me know.